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

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

/* line 16, node_modules/bootstrap538/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, node_modules/bootstrap538/scss/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, node_modules/bootstrap538/scss/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, node_modules/bootstrap538/scss/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, node_modules/bootstrap538/scss/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

/* line 93, node_modules/bootstrap538/scss/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, node_modules/bootstrap538/scss/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, node_modules/bootstrap538/scss/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, node_modules/bootstrap538/scss/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, node_modules/bootstrap538/scss/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, node_modules/bootstrap538/scss/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, node_modules/bootstrap538/scss/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, node_modules/bootstrap538/scss/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, node_modules/bootstrap538/scss/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, node_modules/bootstrap538/scss/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, node_modules/bootstrap538/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, node_modules/bootstrap538/scss/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, node_modules/bootstrap538/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, node_modules/bootstrap538/scss/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, node_modules/bootstrap538/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, node_modules/bootstrap538/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, node_modules/bootstrap538/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, node_modules/bootstrap538/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, node_modules/bootstrap538/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, node_modules/bootstrap538/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, node_modules/bootstrap538/scss/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, node_modules/bootstrap538/scss/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

/* line 230, node_modules/bootstrap538/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 238, node_modules/bootstrap538/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 239, node_modules/bootstrap538/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 244, node_modules/bootstrap538/scss/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 248, node_modules/bootstrap538/scss/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 260, node_modules/bootstrap538/scss/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 270, node_modules/bootstrap538/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 282, node_modules/bootstrap538/scss/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 291, node_modules/bootstrap538/scss/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 298, node_modules/bootstrap538/scss/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 304, node_modules/bootstrap538/scss/_reboot.scss */
a > code {
  color: inherit;
}

/* line 309, node_modules/bootstrap538/scss/_reboot.scss */
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;
}

/* line 316, node_modules/bootstrap538/scss/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 328, node_modules/bootstrap538/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 335, node_modules/bootstrap538/scss/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 345, node_modules/bootstrap538/scss/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 350, node_modules/bootstrap538/scss/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 361, node_modules/bootstrap538/scss/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 367, node_modules/bootstrap538/scss/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 383, node_modules/bootstrap538/scss/_reboot.scss */
label {
  display: inline-block;
}

/* line 390, node_modules/bootstrap538/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 400, node_modules/bootstrap538/scss/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 406, node_modules/bootstrap538/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 418, node_modules/bootstrap538/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 425, node_modules/bootstrap538/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 429, node_modules/bootstrap538/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 435, node_modules/bootstrap538/scss/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 443, node_modules/bootstrap538/scss/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 452, node_modules/bootstrap538/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 459, node_modules/bootstrap538/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 467, node_modules/bootstrap538/scss/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 474, node_modules/bootstrap538/scss/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 485, node_modules/bootstrap538/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 497, node_modules/bootstrap538/scss/_reboot.scss */
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) {
  /* line 497, node_modules/bootstrap538/scss/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 506, node_modules/bootstrap538/scss/_reboot.scss */
legend + * {
  clear: left;
}

/* line 514, node_modules/bootstrap538/scss/_reboot.scss */
::-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;
}

/* line 524, node_modules/bootstrap538/scss/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, node_modules/bootstrap538/scss/_reboot.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 539, node_modules/bootstrap538/scss/_reboot.scss */
[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 561, node_modules/bootstrap538/scss/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 567, node_modules/bootstrap538/scss/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 575, node_modules/bootstrap538/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 582, node_modules/bootstrap538/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 588, node_modules/bootstrap538/scss/_reboot.scss */
iframe {
  border: 0;
}

/* line 596, node_modules/bootstrap538/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 606, node_modules/bootstrap538/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 615, node_modules/bootstrap538/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, node_modules/bootstrap538/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, node_modules/bootstrap538/scss/_type.scss */
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap538/scss/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, node_modules/bootstrap538/scss/_type.scss */
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap538/scss/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, node_modules/bootstrap538/scss/_type.scss */
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap538/scss/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, node_modules/bootstrap538/scss/_type.scss */
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap538/scss/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, node_modules/bootstrap538/scss/_type.scss */
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap538/scss/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, node_modules/bootstrap538/scss/_type.scss */
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap538/scss/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, node_modules/bootstrap538/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, node_modules/bootstrap538/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, node_modules/bootstrap538/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, node_modules/bootstrap538/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, node_modules/bootstrap538/scss/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, node_modules/bootstrap538/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, node_modules/bootstrap538/scss/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, node_modules/bootstrap538/scss/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, node_modules/bootstrap538/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, node_modules/bootstrap538/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap538/scss/_images.scss */
.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;
}

/* line 29, node_modules/bootstrap538/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, node_modules/bootstrap538/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap538/scss/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 7, node_modules/bootstrap538/scss/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, node_modules/bootstrap538/scss/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap538/scss/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap538/scss/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, node_modules/bootstrap538/scss/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, node_modules/bootstrap538/scss/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 5, node_modules/bootstrap538/scss/_grid.scss */
: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;
}

/* line 12, node_modules/bootstrap538/scss/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 15, node_modules/bootstrap538/scss/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col {
  flex: 1 0 0;
}

/* line 78, node_modules/bootstrap538/scss/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 90, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0;
  }
  /* line 78, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0;
  }
  /* line 78, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0;
  }
  /* line 78, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0;
  }
  /* line 78, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0;
  }
  /* line 78, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, node_modules/bootstrap538/scss/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, node_modules/bootstrap538/scss/_tables.scss */
.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: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 33, node_modules/bootstrap538/scss/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

/* line 42, node_modules/bootstrap538/scss/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 46, node_modules/bootstrap538/scss/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 51, node_modules/bootstrap538/scss/_tables.scss */
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

/* line 59, node_modules/bootstrap538/scss/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 70, node_modules/bootstrap538/scss/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 86, node_modules/bootstrap538/scss/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

/* line 90, node_modules/bootstrap538/scss/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

/* line 98, node_modules/bootstrap538/scss/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 102, node_modules/bootstrap538/scss/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 113, node_modules/bootstrap538/scss/_tables.scss */
.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);
}

/* line 121, node_modules/bootstrap538/scss/_tables.scss */
.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);
}

/* line 131, node_modules/bootstrap538/scss/_tables.scss */
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

/* line 141, node_modules/bootstrap538/scss/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

/* line 3, node_modules/bootstrap538/scss/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap538/scss/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap538/scss/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap538/scss/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap538/scss/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap538/scss/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap538/scss/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap538/scss/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 166, node_modules/bootstrap538/scss/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 166, node_modules/bootstrap538/scss/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 166, node_modules/bootstrap538/scss/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 166, node_modules/bootstrap538/scss/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 166, node_modules/bootstrap538/scss/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 166, node_modules/bootstrap538/scss/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, node_modules/bootstrap538/scss/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, node_modules/bootstrap538/scss/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, node_modules/bootstrap538/scss/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, node_modules/bootstrap538/scss/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, node_modules/bootstrap538/scss/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, node_modules/bootstrap538/scss/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, node_modules/bootstrap538/scss/forms/_form-control.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

/* line 162, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

/* line 179, node_modules/bootstrap538/scss/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, node_modules/bootstrap538/scss/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, node_modules/bootstrap538/scss/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, node_modules/bootstrap538/scss/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, node_modules/bootstrap538/scss/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          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 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap538/scss/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap538/scss/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 39, node_modules/bootstrap538/scss/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, node_modules/bootstrap538/scss/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, node_modules/bootstrap538/scss/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, node_modules/bootstrap538/scss/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, node_modules/bootstrap538/scss/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, node_modules/bootstrap538/scss/forms/_form-select.scss */
[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='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          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);
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}

/* line 47, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 51, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 56, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 60, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 66, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 70, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 78, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 87, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 98, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 108, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 124, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 127, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 127, node_modules/bootstrap538/scss/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 137, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 141, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 152, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 156, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 163, node_modules/bootstrap538/scss/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 168, node_modules/bootstrap538/scss/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 175, node_modules/bootstrap538/scss/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 185, node_modules/bootstrap538/scss/forms/_form-check.scss */
[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");
}

/* line 7, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

/* line 14, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, node_modules/bootstrap538/scss/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, node_modules/bootstrap538/scss/forms/_form-range.scss */
.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;
}

/* line 54, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, node_modules/bootstrap538/scss/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, node_modules/bootstrap538/scss/forms/_form-range.scss */
.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;
}

/* line 80, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, node_modules/bootstrap538/scss/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 12, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 31, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 35, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 39, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 45, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 51, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

/* line 61, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 67, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 73, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 83, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 88, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 93, node_modules/bootstrap538/scss/forms/_floating-labels.scss */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

/* line 5, node_modules/bootstrap538/scss/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, node_modules/bootstrap538/scss/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, node_modules/bootstrap538/scss/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, node_modules/bootstrap538/scss/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, node_modules/bootstrap538/scss/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

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

/* line 68, node_modules/bootstrap538/scss/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, node_modules/bootstrap538/scss/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, node_modules/bootstrap538/scss/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, node_modules/bootstrap538/scss/forms/_input-group.scss */
.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;
}

/* line 110, node_modules/bootstrap538/scss/forms/_input-group.scss */
.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;
}

/* line 123, node_modules/bootstrap538/scss/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, node_modules/bootstrap538/scss/forms/_input-group.scss */
.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;
}

/* line 26, node_modules/bootstrap538/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 35, node_modules/bootstrap538/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

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

/* line 68, node_modules/bootstrap538/scss/mixins/_forms.scss */
.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);
}

/* line 7, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 95, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --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: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, node_modules/bootstrap538/scss/mixins/_forms.scss */
.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);
}

/* line 7, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 128, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 132, node_modules/bootstrap538/scss/mixins/_forms.scss */
.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);
}

/* line 136, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 142, node_modules/bootstrap538/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, node_modules/bootstrap538/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, node_modules/bootstrap538/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

/* line 68, node_modules/bootstrap538/scss/mixins/_forms.scss */
.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);
}

/* line 7, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

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

/* line 104, node_modules/bootstrap538/scss/mixins/_forms.scss */
.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);
}

/* line 7, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 128, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 132, node_modules/bootstrap538/scss/mixins/_forms.scss */
.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);
}

/* line 136, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 142, node_modules/bootstrap538/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, node_modules/bootstrap538/scss/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, node_modules/bootstrap538/scss/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, node_modules/bootstrap538/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, node_modules/bootstrap538/scss/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, node_modules/bootstrap538/scss/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, node_modules/bootstrap538/scss/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, node_modules/bootstrap538/scss/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, node_modules/bootstrap538/scss/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, node_modules/bootstrap538/scss/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, node_modules/bootstrap538/scss/_buttons.scss */
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 112, node_modules/bootstrap538/scss/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 194, node_modules/bootstrap538/scss/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 198, node_modules/bootstrap538/scss/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 210, node_modules/bootstrap538/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 214, node_modules/bootstrap538/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, node_modules/bootstrap538/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap538/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap538/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, node_modules/bootstrap538/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, node_modules/bootstrap538/scss/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, node_modules/bootstrap538/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap538/scss/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, node_modules/bootstrap538/scss/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap538/scss/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, node_modules/bootstrap538/scss/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 64, node_modules/bootstrap538/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 65, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap538/scss/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, node_modules/bootstrap538/scss/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 36, node_modules/bootstrap538/scss/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 64, node_modules/bootstrap538/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, node_modules/bootstrap538/scss/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 36, node_modules/bootstrap538/scss/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 64, node_modules/bootstrap538/scss/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, node_modules/bootstrap538/scss/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, node_modules/bootstrap538/scss/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 36, node_modules/bootstrap538/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, node_modules/bootstrap538/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, node_modules/bootstrap538/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 64, node_modules/bootstrap538/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, node_modules/bootstrap538/scss/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, node_modules/bootstrap538/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

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

/* line 2, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, node_modules/bootstrap538/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, node_modules/bootstrap538/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 40, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}

/* line 46, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, node_modules/bootstrap538/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, node_modules/bootstrap538/scss/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, node_modules/bootstrap538/scss/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, node_modules/bootstrap538/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, node_modules/bootstrap538/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

/* line 133, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 142, node_modules/bootstrap538/scss/_button-group.scss */
.btn-group-vertical > .btn:nth-child(n + 3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, node_modules/bootstrap538/scss/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, node_modules/bootstrap538/scss/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, node_modules/bootstrap538/scss/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, node_modules/bootstrap538/scss/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, node_modules/bootstrap538/scss/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, node_modules/bootstrap538/scss/_nav.scss */
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 59, node_modules/bootstrap538/scss/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 72, node_modules/bootstrap538/scss/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 77, node_modules/bootstrap538/scss/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 85, node_modules/bootstrap538/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, node_modules/bootstrap538/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap538/scss/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, node_modules/bootstrap538/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 116, node_modules/bootstrap538/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 128, node_modules/bootstrap538/scss/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 137, node_modules/bootstrap538/scss/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 142, node_modules/bootstrap538/scss/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 148, node_modules/bootstrap538/scss/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 162, node_modules/bootstrap538/scss/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 170, node_modules/bootstrap538/scss/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

/* line 180, node_modules/bootstrap538/scss/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 191, node_modules/bootstrap538/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 194, node_modules/bootstrap538/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

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

/* line 41, node_modules/bootstrap538/scss/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 141, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

/* line 150, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap538/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, node_modules/bootstrap538/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

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

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

/* line 5, node_modules/bootstrap538/scss/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 41, node_modules/bootstrap538/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, node_modules/bootstrap538/scss/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, node_modules/bootstrap538/scss/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 55, node_modules/bootstrap538/scss/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 63, node_modules/bootstrap538/scss/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 69, node_modules/bootstrap538/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 77, node_modules/bootstrap538/scss/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 82, node_modules/bootstrap538/scss/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 88, node_modules/bootstrap538/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, node_modules/bootstrap538/scss/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 106, node_modules/bootstrap538/scss/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 113, node_modules/bootstrap538/scss/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 118, node_modules/bootstrap538/scss/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 124, node_modules/bootstrap538/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 134, node_modules/bootstrap538/scss/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 140, node_modules/bootstrap538/scss/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 146, node_modules/bootstrap538/scss/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 152, node_modules/bootstrap538/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 162, node_modules/bootstrap538/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, node_modules/bootstrap538/scss/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 173, node_modules/bootstrap538/scss/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 186, node_modules/bootstrap538/scss/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, node_modules/bootstrap538/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 195, node_modules/bootstrap538/scss/_card.scss */
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  /* line 199, node_modules/bootstrap538/scss/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 206, node_modules/bootstrap538/scss/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 209, node_modules/bootstrap538/scss/_card.scss */
  .card-group > .card:not(:last-child) > .card-img-top,
.card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  /* line 214, node_modules/bootstrap538/scss/_card.scss */
  .card-group > .card:not(:last-child) > .card-img-bottom,
.card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 221, node_modules/bootstrap538/scss/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 224, node_modules/bootstrap538/scss/_card.scss */
  .card-group > .card:not(:first-child) > .card-img-top,
.card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  /* line 229, node_modules/bootstrap538/scss/_card.scss */
  .card-group > .card:not(:first-child) > .card-img-bottom,
.card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, node_modules/bootstrap538/scss/_accordion.scss */
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

/* line 31, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, node_modules/bootstrap538/scss/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 46, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 51, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 58, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 58, node_modules/bootstrap538/scss/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 70, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 74, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 81, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 85, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 90, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 93, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 98, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 103, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 107, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 112, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 118, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 128, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 133, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

/* line 134, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

/* line 137, node_modules/bootstrap538/scss/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

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

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

/* line 26, node_modules/bootstrap538/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, node_modules/bootstrap538/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, node_modules/bootstrap538/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

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

/* line 29, node_modules/bootstrap538/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap538/scss/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, node_modules/bootstrap538/scss/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, node_modules/bootstrap538/scss/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, node_modules/bootstrap538/scss/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, node_modules/bootstrap538/scss/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, node_modules/bootstrap538/scss/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

/* line 80, node_modules/bootstrap538/scss/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, node_modules/bootstrap538/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, node_modules/bootstrap538/scss/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

/* line 107, node_modules/bootstrap538/scss/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

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

/* line 29, node_modules/bootstrap538/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, node_modules/bootstrap538/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, node_modules/bootstrap538/scss/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 28, node_modules/bootstrap538/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, node_modules/bootstrap538/scss/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, node_modules/bootstrap538/scss/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, node_modules/bootstrap538/scss/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, node_modules/bootstrap538/scss/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, node_modules/bootstrap538/scss/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, node_modules/bootstrap538/scss/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, node_modules/bootstrap538/scss/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, node_modules/bootstrap538/scss/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, node_modules/bootstrap538/scss/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, node_modules/bootstrap538/scss/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, node_modules/bootstrap538/scss/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

/* line 11, node_modules/bootstrap538/scss/_progress.scss */
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 33, node_modules/bootstrap538/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap538/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

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

/* line 50, node_modules/bootstrap538/scss/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, node_modules/bootstrap538/scss/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 59, node_modules/bootstrap538/scss/_progress.scss */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, node_modules/bootstrap538/scss/_progress.scss */
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

/* line 35, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 50, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 59, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 63, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 67, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 75, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 83, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 86, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 98, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 105, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 113, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 128, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 132, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 137, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 142, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 146, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 150, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 128, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 132, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 137, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 142, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 128, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 132, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 137, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 142, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 128, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 132, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 137, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 142, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 128, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 132, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 137, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 142, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 128, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 132, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 137, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 142, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, node_modules/bootstrap538/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 166, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 169, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 172, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 186, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

/* line 186, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

/* line 186, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

/* line 186, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

/* line 186, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

/* line 186, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

/* line 186, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

/* line 186, node_modules/bootstrap538/scss/_list-group.scss */
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* line 6, node_modules/bootstrap538/scss/_close.scss */
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, node_modules/bootstrap538/scss/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, node_modules/bootstrap538/scss/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, node_modules/bootstrap538/scss/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, node_modules/bootstrap538/scss/_close.scss */
.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 57, node_modules/bootstrap538/scss/_close.scss */
:root,
[data-bs-theme="light"] {
  --bs-btn-close-filter: ;
}

/* line 16, node_modules/bootstrap538/scss/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, node_modules/bootstrap538/scss/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, node_modules/bootstrap538/scss/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, node_modules/bootstrap538/scss/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, node_modules/bootstrap538/scss/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, node_modules/bootstrap538/scss/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, node_modules/bootstrap538/scss/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, node_modules/bootstrap538/scss/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, node_modules/bootstrap538/scss/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, node_modules/bootstrap538/scss/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, node_modules/bootstrap538/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, node_modules/bootstrap538/scss/_modal.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, node_modules/bootstrap538/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, node_modules/bootstrap538/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, node_modules/bootstrap538/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, node_modules/bootstrap538/scss/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, node_modules/bootstrap538/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, node_modules/bootstrap538/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, node_modules/bootstrap538/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, node_modules/bootstrap538/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, node_modules/bootstrap538/scss/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, node_modules/bootstrap538/scss/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, node_modules/bootstrap538/scss/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, node_modules/bootstrap538/scss/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 133, node_modules/bootstrap538/scss/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

/* line 144, node_modules/bootstrap538/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 151, node_modules/bootstrap538/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 160, node_modules/bootstrap538/scss/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 174, node_modules/bootstrap538/scss/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 181, node_modules/bootstrap538/scss/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  /* line 187, node_modules/bootstrap538/scss/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 193, node_modules/bootstrap538/scss/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 199, node_modules/bootstrap538/scss/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 206, node_modules/bootstrap538/scss/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 217, node_modules/bootstrap538/scss/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 223, node_modules/bootstrap538/scss/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 229, node_modules/bootstrap538/scss/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 234, node_modules/bootstrap538/scss/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 217, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 217, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 217, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 217, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 217, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, node_modules/bootstrap538/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, node_modules/bootstrap538/scss/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, node_modules/bootstrap538/scss/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, node_modules/bootstrap538/scss/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, node_modules/bootstrap538/scss/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, node_modules/bootstrap538/scss/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, node_modules/bootstrap538/scss/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, node_modules/bootstrap538/scss/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 62, node_modules/bootstrap538/scss/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, node_modules/bootstrap538/scss/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, node_modules/bootstrap538/scss/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, node_modules/bootstrap538/scss/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 87, node_modules/bootstrap538/scss/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

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

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

/* line 40, node_modules/bootstrap538/scss/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, node_modules/bootstrap538/scss/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, node_modules/bootstrap538/scss/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, node_modules/bootstrap538/scss/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, node_modules/bootstrap538/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, node_modules/bootstrap538/scss/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, node_modules/bootstrap538/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap538/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, node_modules/bootstrap538/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap538/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap538/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, node_modules/bootstrap538/scss/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 108, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 116, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 126, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 136, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

/* line 139, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

/* line 148, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 162, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, node_modules/bootstrap538/scss/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 182, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 192, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

/* line 211, node_modules/bootstrap538/scss/_carousel.scss */
.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

/* line 215, node_modules/bootstrap538/scss/_carousel.scss */
:root,
[data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

/* line 16, node_modules/bootstrap538/scss/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

/* line 5, node_modules/bootstrap538/scss/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 23, node_modules/bootstrap538/scss/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 37, node_modules/bootstrap538/scss/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 61, node_modules/bootstrap538/scss/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 74, node_modules/bootstrap538/scss/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 81, node_modules/bootstrap538/scss/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 49, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 49, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap538/scss/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 57, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 65, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 75, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 84, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 119, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, node_modules/bootstrap538/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, node_modules/bootstrap538/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 128, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

/* line 138, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 143, node_modules/bootstrap538/scss/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, node_modules/bootstrap538/scss/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, node_modules/bootstrap538/scss/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, node_modules/bootstrap538/scss/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, node_modules/bootstrap538/scss/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, node_modules/bootstrap538/scss/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, node_modules/bootstrap538/scss/_placeholders.scss */
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, node_modules/bootstrap538/scss/_placeholders.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

/* line 3, node_modules/bootstrap538/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 3, node_modules/bootstrap538/scss/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 19, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 24, node_modules/bootstrap538/scss/helpers/_colored-links.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

/* line 1, node_modules/bootstrap538/scss/helpers/_focus-ring.scss */
.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);
}

/* line 1, node_modules/bootstrap538/scss/helpers/_icon-link.scss */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 9, node_modules/bootstrap538/scss/helpers/_icon-link.scss */
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, node_modules/bootstrap538/scss/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap538/scss/helpers/_icon-link.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 3, node_modules/bootstrap538/scss/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, node_modules/bootstrap538/scss/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, node_modules/bootstrap538/scss/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, node_modules/bootstrap538/scss/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, node_modules/bootstrap538/scss/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, node_modules/bootstrap538/scss/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, node_modules/bootstrap538/scss/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, node_modules/bootstrap538/scss/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, node_modules/bootstrap538/scss/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, node_modules/bootstrap538/scss/helpers/_position.scss */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, node_modules/bootstrap538/scss/helpers/_position.scss */
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, node_modules/bootstrap538/scss/helpers/_position.scss */
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap538/scss/helpers/_position.scss */
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, node_modules/bootstrap538/scss/helpers/_position.scss */
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap538/scss/helpers/_position.scss */
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, node_modules/bootstrap538/scss/helpers/_position.scss */
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap538/scss/helpers/_position.scss */
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, node_modules/bootstrap538/scss/helpers/_position.scss */
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap538/scss/helpers/_position.scss */
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, node_modules/bootstrap538/scss/helpers/_position.scss */
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap538/scss/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, node_modules/bootstrap538/scss/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, node_modules/bootstrap538/scss/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, node_modules/bootstrap538/scss/helpers/_visually-hidden.scss */
.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;
}

/* line 19, node_modules/bootstrap538/scss/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 24, node_modules/bootstrap538/scss/mixins/_visually-hidden.scss */
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

/* line 6, node_modules/bootstrap538/scss/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, node_modules/bootstrap538/scss/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/bootstrap538/scss/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 62, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 62, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 62, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 62, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 62, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 62, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 62, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 62, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 62, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 62, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 62, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap538/scss/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/new-layout/theme/_theme-colors.scss */
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-transparent: rgba(255, 255, 255, 0);
  --color-gray-light-mode-25: #fdfdfd;
  --color-gray-light-mode-50: #fafafa;
  --color-gray-light-mode-100: #f5f5f5;
  --color-gray-light-mode-200: #e9eaeb;
  --color-gray-light-mode-300: #d5d7da;
  --color-gray-light-mode-400: #a4a7ae;
  --color-gray-light-mode-500: #717680;
  --color-gray-light-mode-600: #535862;
  --color-gray-light-mode-700: #414651;
  --color-gray-light-mode-800: #252b37;
  --color-gray-light-mode-900: #181d27;
  --color-gray-light-mode-950: #0a0d12;
  --color-gray-dark-mode-25: #fafafa;
  --color-gray-dark-mode-50: #f7f7f7;
  --color-gray-dark-mode-100: #f0f0f1;
  --color-gray-dark-mode-200: #ececed;
  --color-gray-dark-mode-300: #cecfd2;
  --color-gray-dark-mode-400: #94979c;
  --color-gray-dark-mode-500: #85888e;
  --color-gray-dark-mode-600: #61656c;
  --color-gray-dark-mode-700: #373a41;
  --color-gray-dark-mode-800: #22262f;
  --color-gray-dark-mode-900: #13161b;
  --color-gray-dark-mode-950: #0c0e12;
  --color-brand-25: #f5f8ff;
  --color-brand-50: #eff4ff;
  --color-brand-100: #d1e0ff;
  --color-brand-200: #b2ccff;
  --color-brand-300: #84adff;
  --color-brand-400: #528bff;
  --color-brand-500: #2970ff;
  --color-brand-600: #155eef;
  --color-brand-700: #004eeb;
  --color-brand-800: #0040c1;
  --color-brand-900: #00359e;
  --color-brand-950: #002266;
  --color-error-25: #fffbfa;
  --color-error-50: #fef3f2;
  --color-error-100: #fee4e2;
  --color-error-200: #fecdca;
  --color-error-300: #fda29b;
  --color-error-400: #f97066;
  --color-error-500: #f04438;
  --color-error-600: #d92d20;
  --color-error-700: #b42318;
  --color-error-800: #912018;
  --color-error-900: #7a271a;
  --color-error-950: #55160c;
  --color-warning-25: #fffcf5;
  --color-warning-50: #fffaeb;
  --color-warning-100: #fef0c7;
  --color-warning-200: #fedf89;
  --color-warning-300: #fec84b;
  --color-warning-400: #fdb022;
  --color-warning-500: #f79009;
  --color-warning-600: #dc6803;
  --color-warning-700: #b54708;
  --color-warning-800: #93370d;
  --color-warning-900: #7a2e0e;
  --color-warning-950: #4e1d09;
  --color-success-25: #f6fef9;
  --color-success-50: #ecfdf3;
  --color-success-100: #dcfae6;
  --color-success-200: #abefc6;
  --color-success-300: #75e0a7;
  --color-success-400: #47cd89;
  --color-success-500: #17b26a;
  --color-success-600: #079455;
  --color-success-700: #067647;
  --color-success-800: #085d3a;
  --color-success-900: #074d31;
  --color-success-950: #053321;
  --color-gray-blue-25: #fcfcfd;
  --color-gray-blue-50: #f8f9fc;
  --color-gray-blue-100: #eaecf5;
  --color-gray-blue-200: #d5d9eb;
  --color-gray-blue-300: #b3b8db;
  --color-gray-blue-400: #717bbc;
  --color-gray-blue-500: #4e5ba6;
  --color-gray-blue-600: #3e4784;
  --color-gray-blue-700: #363f72;
  --color-gray-blue-800: #293056;
  --color-gray-blue-900: #101323;
  --color-gray-blue-950: #0d0f1c;
  --color-gray-cool-25: #fcfcfd;
  --color-gray-cool-50: #f9f9fb;
  --color-gray-cool-100: #eff1f5;
  --color-gray-cool-200: #dcdfea;
  --color-gray-cool-300: #b9c0d4;
  --color-gray-cool-400: #7d89b0;
  --color-gray-cool-500: #5d6b98;
  --color-gray-cool-600: #4a5578;
  --color-gray-cool-700: #404968;
  --color-gray-cool-800: #30374f;
  --color-gray-cool-900: #111322;
  --color-gray-cool-950: #0e101b;
  --color-gray-modern-25: #fcfcfd;
  --color-gray-modern-50: #f8fafc;
  --color-gray-modern-100: #eef2f6;
  --color-gray-modern-200: #e3e8ef;
  --color-gray-modern-300: #cdd5df;
  --color-gray-modern-400: #9aa4b2;
  --color-gray-modern-500: #697586;
  --color-gray-modern-600: #4b5565;
  --color-gray-modern-700: #364152;
  --color-gray-modern-800: #202939;
  --color-gray-modern-900: #121926;
  --color-gray-modern-950: #0d121c;
  --color-gray-neutral-25: #fcfcfd;
  --color-gray-neutral-50: #f9fafb;
  --color-gray-neutral-100: #f3f4f6;
  --color-gray-neutral-200: #e5e7eb;
  --color-gray-neutral-300: #d2d6db;
  --color-gray-neutral-400: #9da4ae;
  --color-gray-neutral-500: #6c737f;
  --color-gray-neutral-600: #4d5761;
  --color-gray-neutral-700: #384250;
  --color-gray-neutral-800: #1f2a37;
  --color-gray-neutral-900: #111927;
  --color-gray-neutral-950: #0d121c;
  --color-gray-iron-25: #fcfcfc;
  --color-gray-iron-50: #fafafa;
  --color-gray-iron-100: #f4f4f5;
  --color-gray-iron-200: #e4e4e7;
  --color-gray-iron-300: #d1d1d6;
  --color-gray-iron-400: #a0a0ab;
  --color-gray-iron-500: #70707b;
  --color-gray-iron-600: #51525c;
  --color-gray-iron-700: #3f3f46;
  --color-gray-iron-800: #26272b;
  --color-gray-iron-900: #1a1a1e;
  --color-gray-iron-950: #131316;
  --color-gray-true-25: #fcfcfc;
  --color-gray-true-50: #f7f7f7;
  --color-gray-true-100: #f5f5f5;
  --color-gray-true-200: #e5e5e5;
  --color-gray-true-300: #d6d6d6;
  --color-gray-true-400: #a3a3a3;
  --color-gray-true-500: #737373;
  --color-gray-true-600: #525252;
  --color-gray-true-700: #424242;
  --color-gray-true-800: #292929;
  --color-gray-true-900: #141414;
  --color-gray-true-950: #0f0f0f;
  --color-gray-warm-25: #fdfdfc;
  --color-gray-warm-50: #fafaf9;
  --color-gray-warm-100: #f5f5f4;
  --color-gray-warm-200: #e7e5e4;
  --color-gray-warm-300: #d7d3d0;
  --color-gray-warm-400: #a9a29d;
  --color-gray-warm-500: #79716b;
  --color-gray-warm-600: #57534e;
  --color-gray-warm-700: #44403c;
  --color-gray-warm-800: #292524;
  --color-gray-warm-900: #1c1917;
  --color-gray-warm-950: #171412;
  --color-moss-25: #fafdf7;
  --color-moss-50: #f5fbee;
  --color-moss-100: #e6f4d7;
  --color-moss-200: #ceeab0;
  --color-moss-300: #acdc79;
  --color-moss-400: #86cb3c;
  --color-moss-500: #669f2a;
  --color-moss-600: #4f7a21;
  --color-moss-700: #3f621a;
  --color-moss-800: #335015;
  --color-moss-900: #2b4212;
  --color-moss-950: #1a280b;
  --color-green-light-25: #fafef5;
  --color-green-light-50: #f3fee7;
  --color-green-light-100: #e3fbcc;
  --color-green-light-200: #d0f8ab;
  --color-green-light-300: #a6ef67;
  --color-green-light-400: #85e13a;
  --color-green-light-500: #66c61c;
  --color-green-light-600: #4ca30d;
  --color-green-light-700: #3b7c0f;
  --color-green-light-800: #326212;
  --color-green-light-900: #2b5314;
  --color-green-light-950: #15290a;
  --color-green-25: #f6fef9;
  --color-green-50: #edfcf2;
  --color-green-100: #d3f8df;
  --color-green-200: #aaf0c4;
  --color-green-300: #73e2a3;
  --color-green-400: #3ccb7f;
  --color-green-500: #16b364;
  --color-green-600: #099250;
  --color-green-700: #087443;
  --color-green-800: #095c37;
  --color-green-900: #084c2e;
  --color-green-950: #052e1c;
  --color-teal-25: #f6fefc;
  --color-teal-50: #f0fdf9;
  --color-teal-100: #ccfbef;
  --color-teal-200: #99f6e0;
  --color-teal-300: #5fe9d0;
  --color-teal-400: #2ed3b7;
  --color-teal-500: #15b79e;
  --color-teal-600: #0e9384;
  --color-teal-700: #107569;
  --color-teal-800: #125d56;
  --color-teal-900: #134e48;
  --color-teal-950: #0a2926;
  --color-cyan-25: #f5feff;
  --color-cyan-50: #ecfdff;
  --color-cyan-100: #cff9fe;
  --color-cyan-200: #a5f0fc;
  --color-cyan-300: #67e3f9;
  --color-cyan-400: #22ccee;
  --color-cyan-500: #06aed4;
  --color-cyan-600: #088ab2;
  --color-cyan-700: #0e7090;
  --color-cyan-800: #155b75;
  --color-cyan-900: #164c63;
  --color-cyan-950: #0d2d3a;
  --color-blue-light-25: #f5fbff;
  --color-blue-light-50: #f0f9ff;
  --color-blue-light-100: #e0f2fe;
  --color-blue-light-200: #b9e6fe;
  --color-blue-light-300: #7cd4fd;
  --color-blue-light-400: #36bffa;
  --color-blue-light-500: #0ba5ec;
  --color-blue-light-600: #0086c9;
  --color-blue-light-700: #026aa2;
  --color-blue-light-800: #065986;
  --color-blue-light-900: #0b4a6f;
  --color-blue-light-950: #062c41;
  --color-blue-25: #f5faff;
  --color-blue-50: #eff8ff;
  --color-blue-100: #d1e9ff;
  --color-blue-200: #b2ddff;
  --color-blue-300: #84caff;
  --color-blue-400: #53b1fd;
  --color-blue-500: #2e90fa;
  --color-blue-600: #1570ef;
  --color-blue-700: #175cd3;
  --color-blue-800: #1849a9;
  --color-blue-900: #194185;
  --color-blue-950: #102a56;
  --color-blue-dark-25: #f5f8ff;
  --color-blue-dark-50: #eff4ff;
  --color-blue-dark-100: #d1e0ff;
  --color-blue-dark-200: #b2ccff;
  --color-blue-dark-300: #84adff;
  --color-blue-dark-400: #528bff;
  --color-blue-dark-500: #2970ff;
  --color-blue-dark-600: #155eef;
  --color-blue-dark-700: #004eeb;
  --color-blue-dark-800: #0040c1;
  --color-blue-dark-900: #00359e;
  --color-blue-dark-950: #002266;
  --color-indigo-25: #f5f8ff;
  --color-indigo-50: #eef4ff;
  --color-indigo-100: #e0eaff;
  --color-indigo-200: #c7d7fe;
  --color-indigo-300: #a4bcfd;
  --color-indigo-400: #8098f9;
  --color-indigo-500: #6172f3;
  --color-indigo-600: #444ce7;
  --color-indigo-700: #3538cd;
  --color-indigo-800: #2d31a6;
  --color-indigo-900: #2d3282;
  --color-indigo-950: #1f235b;
  --color-violet-25: #fbfaff;
  --color-violet-50: #f5f3ff;
  --color-violet-100: #ece9fe;
  --color-violet-200: #ddd6fe;
  --color-violet-300: #c3b5fd;
  --color-violet-400: #a48afb;
  --color-violet-500: #875bf7;
  --color-violet-600: #7839ee;
  --color-violet-700: #6927da;
  --color-violet-800: #5720b7;
  --color-violet-900: #491c96;
  --color-violet-950: #2e125e;
  --color-purple-25: #fafaff;
  --color-purple-50: #f4f3ff;
  --color-purple-100: #ebe9fe;
  --color-purple-200: #d9d6fe;
  --color-purple-300: #bdb4fe;
  --color-purple-400: #9b8afb;
  --color-purple-500: #7a5af8;
  --color-purple-600: #6938ef;
  --color-purple-700: #5925dc;
  --color-purple-800: #4a1fb8;
  --color-purple-900: #3e1c96;
  --color-purple-950: #27115f;
  --color-fuchsia-25: #fefaff;
  --color-fuchsia-50: #fdf4ff;
  --color-fuchsia-100: #fbe8ff;
  --color-fuchsia-200: #f6d0fe;
  --color-fuchsia-300: #eeaafd;
  --color-fuchsia-400: #e478fa;
  --color-fuchsia-500: #d444f1;
  --color-fuchsia-600: #ba24d5;
  --color-fuchsia-700: #9f1ab1;
  --color-fuchsia-800: #821890;
  --color-fuchsia-900: #6f1877;
  --color-fuchsia-950: #47104c;
  --color-pink-25: #fef6fb;
  --color-pink-50: #fdf2fa;
  --color-pink-100: #fce7f6;
  --color-pink-200: #fcceee;
  --color-pink-300: #faa7e0;
  --color-pink-400: #f670c7;
  --color-pink-500: #ee46bc;
  --color-pink-600: #dd2590;
  --color-pink-700: #c11574;
  --color-pink-800: #9e165f;
  --color-pink-900: #851651;
  --color-pink-950: #4e0d30;
  --color-rose-25: #fff5f6;
  --color-rose-50: #fff1f3;
  --color-rose-100: #ffe4e8;
  --color-rose-200: #fecdd6;
  --color-rose-300: #fea3b4;
  --color-rose-400: #fd6f8e;
  --color-rose-500: #f63d68;
  --color-rose-600: #e31b54;
  --color-rose-700: #c01048;
  --color-rose-800: #a11043;
  --color-rose-900: #89123e;
  --color-rose-950: #510b24;
  --color-orange-dark-25: #fff9f5;
  --color-orange-dark-50: #fff4ed;
  --color-orange-dark-100: #ffe6d5;
  --color-orange-dark-200: #ffd6ae;
  --color-orange-dark-300: #ff9c66;
  --color-orange-dark-400: #ff692e;
  --color-orange-dark-500: #ff4405;
  --color-orange-dark-600: #e62e05;
  --color-orange-dark-700: #bc1b06;
  --color-orange-dark-800: #97180c;
  --color-orange-dark-900: #771a0d;
  --color-orange-dark-950: #57130a;
  --color-orange-25: #fefaf5;
  --color-orange-50: #fef6ee;
  --color-orange-100: #fdead7;
  --color-orange-200: #f9dbaf;
  --color-orange-300: #f7b27a;
  --color-orange-400: #f38744;
  --color-orange-500: #ef6820;
  --color-orange-600: #e04f16;
  --color-orange-700: #b93815;
  --color-orange-800: #932f19;
  --color-orange-900: #772917;
  --color-orange-950: #511c10;
  --color-yellow-25: #fefdf0;
  --color-yellow-50: #fefbe8;
  --color-yellow-100: #fef7c3;
  --color-yellow-200: #feee95;
  --color-yellow-300: #fde272;
  --color-yellow-400: #fac515;
  --color-yellow-500: #eaaa08;
  --color-yellow-600: #ca8504;
  --color-yellow-700: #a15c07;
  --color-yellow-800: #854a0e;
  --color-yellow-900: #713b12;
  --color-yellow-950: #542c0d;
}

/* line 1, app/assets/stylesheets/new-layout/theme/_theme-light.scss */
.theme-light {
  --color-text-primary: var(--color-gray-light-mode-900);
  --color-text-primary-on-brand: var(--color-white);
  --color-text-secondary: var(--color-gray-light-mode-700);
  --color-text-secondary-hover: var(--color-gray-light-mode-800);
  --color-text-secondary-on-brand: var(--color-brand-200);
  --color-text-tertiary: var(--color-gray-light-mode-600);
  --color-text-tertiary-hover: var(--color-gray-light-mode-700);
  --color-text-tertiary-on-brand: var(--color-brand-200);
  --color-text-quaternary: var(--color-gray-light-mode-500);
  --color-text-quaternary-on-brand: var(--color-brand-300);
  --color-text-white: var(--color-white);
  --color-text-disabled: var(--color-gray-light-mode-500);
  --color-text-placeholder: var(--color-gray-light-mode-500);
  --color-text-placeholder-subtitle: var(--color-gray-light-mode-300);
  --color-text-brand-primary: var(--color-brand-900);
  --color-text-brand-secondary: var(--color-brand-700);
  --color-text-brand-secondary-hover: var(--color-brand-800);
  --color-text-brand-tertiary: var(--color-brand-600);
  --color-text-brand-tertiary-alt: var(--color-brand-600);
  --color-text-error-primary: var(--color-error-600);
  --color-text-error-primary-hover: var(--color-error-700);
  --color-text-warning-primary: var(--color-warning-600);
  --color-text-success-primary: var(--color-success-600);
  --color-border-primary: var(--color-gray-light-mode-300);
  --color-border-secondary: var(--color-gray-light-mode-200);
  --color-border-secondary-alt: rgb(0 0 0 / 0.08);
  --color-border-tertiary: var(--color-gray-light-mode-100);
  --color-border-disabled: var(--color-gray-light-mode-300);
  --color-border-disabled-subtle: var(--color-gray-light-mode-200);
  --color-border-brand: var(--color-brand-500);
  --color-border-brand-alt: var(--color-brand-600);
  --color-border-error: var(--color-error-500);
  --color-border-error-subtle: var(--color-error-300);
  --color-fg-primary: var(--color-gray-light-mode-900);
  --color-fg-secondary: var(--color-gray-light-mode-700);
  --color-fg-secondary-hover: var(--color-gray-light-mode-800);
  --color-fg-tertiary: var(--color-gray-light-mode-600);
  --color-fg-tertiary-hover: var(--color-gray-light-mode-700);
  --color-fg-quaternary: var(--color-gray-light-mode-400);
  --color-fg-quaternary-hover: var(--color-gray-light-mode-500);
  --color-fg-white: var(--color-white);
  --color-fg-disabled: var(--color-gray-light-mode-400);
  --color-fg-disabled-subtle: var(--color-gray-light-mode-300);
  --color-fg-brand-primary: var(--color-brand-600);
  --color-fg-brand-primary-alt: var(--color-fg-brand-primary);
  --color-fg-brand-secondary: var(--color-brand-500);
  --color-fg-brand-secondary-alt: var(--color-fg-brand-secondary);
  --color-fg-brand-secondary-hover: var(--color-brand-600);
  --color-fg-error-primary: var(--color-error-600);
  --color-fg-error-secondary: var(--color-error-500);
  --color-fg-warning-primary: var(--color-warning-600);
  --color-fg-warning-secondary: var(--color-warning-500);
  --color-fg-success-primary: var(--color-success-600);
  --color-fg-success-secondary: var(--color-success-500);
  --color-bg-primary: var(--color-white);
  --color-bg-primary-alt: var(--color-white);
  --color-bg-primary-hover: var(--color-gray-light-mode-50);
  --color-bg-primary-solid: var(--color-gray-light-mode-950);
  --color-bg-secondary: var(--color-gray-light-mode-50);
  --color-bg-secondary-alt: var(--color-gray-light-mode-50);
  --color-bg-secondary-hover: var(--color-gray-light-mode-100);
  --color-bg-secondary-subtle: var(--color-gray-light-mode-25);
  --color-bg-secondary-solid: var(--color-gray-light-mode-600);
  --color-bg-tertiary: var(--color-gray-light-mode-100);
  --color-bg-quaternary: var(--color-gray-light-mode-200);
  --color-bg-active: var(--color-gray-light-mode-50);
  --color-bg-disabled: var(--color-gray-light-mode-100);
  --color-bg-disabled-subtle: var(--color-gray-light-mode-50);
  --color-bg-overlay: var(--color-gray-light-mode-950);
  --color-bg-brand-primary: var(--color-brand-50);
  --color-bg-brand-primary-alt: var(--color-brand-50);
  --color-bg-brand-secondary: var(--color-brand-100);
  --color-bg-brand-solid: var(--color-brand-600);
  --color-bg-brand-solid-hover: var(--color-brand-700);
  --color-bg-brand-section: var(--color-brand-800);
  --color-bg-brand-section-subtle: var(--color-brand-700);
  --color-bg-error-primary: var(--color-error-50);
  --color-bg-error-secondary: var(--color-error-100);
  --color-bg-error-solid: var(--color-error-600);
  --color-bg-error-solid-hover: var(--color-error-700);
  --color-bg-warning-primary: var(--color-warning-50);
  --color-bg-warning-secondary: var(--color-warning-100);
  --color-bg-warning-solid: var(--color-warning-600);
  --color-bg-success-primary: var(--color-success-50);
  --color-bg-success-secondary: var(--color-success-100);
  --color-bg-success-solid: var(--color-success-600);
  --color-focus-ring: var(--color-brand-500);
  --color-focus-ring-error: var(--color-error-500);
  --color-shadow-xs: rgba(10, 13, 18, 0.05);
  --color-shadow-sm-01: rgba(10, 13, 18, 0.1);
  --color-shadow-sm-02: rgba(10, 13, 18, 0.1);
  --color-shadow-md-01: rgba(10, 13, 18, 0.1);
  --color-shadow-md-02: rgba(10, 13, 18, 0.06);
  --color-shadow-lg-01: rgba(10, 13, 18, 0.08);
  --color-shadow-lg-02: rgba(10, 13, 18, 0.03);
  --color-shadow-lg-03: rgba(10, 13, 18, 0.04);
  --color-shadow-xl-01: rgba(10, 13, 18, 0.08);
  --color-shadow-xl-02: rgba(10, 13, 18, 0.03);
  --color-shadow-xl-03: rgba(10, 13, 18, 0.04);
  --color-shadow-2xl-01: rgba(10, 13, 18, 0.18);
  --color-shadow-2xl-02: rgba(10, 13, 18, 0.04);
  --color-shadow-3xl-01: rgba(10, 13, 18, 0.14);
  --color-shadow-3xl-02: rgba(10, 13, 18, 0.04);
  --color-shadow-skeuomorphic-inner: rgba(10, 13, 18, 0.05);
  --color-shadow-skeuomorphic-inner-border: rgba(10, 13, 18, 0.18);
  --color-alpha-white-10: rgba(255, 255, 255, 0.1);
  --color-alpha-white-20: rgba(255, 255, 255, 0.2);
  --color-alpha-white-30: rgba(255, 255, 255, 0.3);
  --color-alpha-white-40: rgba(255, 255, 255, 0.4);
  --color-alpha-white-50: rgba(255, 255, 255, 0.5);
  --color-alpha-white-60: rgba(255, 255, 255, 0.6);
  --color-alpha-white-70: rgba(255, 255, 255, 0.7);
  --color-alpha-white-80: rgba(255, 255, 255, 0.8);
  --color-alpha-white-90: rgba(255, 255, 255, 0.9);
  --color-alpha-white-100: rgba(255, 255, 255, 1);
  --color-alpha-black-10: rgba(0, 0, 0, 0.1);
  --color-alpha-black-20: rgba(0, 0, 0, 0.2);
  --color-alpha-black-30: rgba(0, 0, 0, 0.3);
  --color-alpha-black-40: rgba(0, 0, 0, 0.4);
  --color-alpha-black-50: rgba(0, 0, 0, 0.5);
  --color-alpha-black-60: rgba(0, 0, 0, 0.6);
  --color-alpha-black-70: rgba(0, 0, 0, 0.7);
  --color-alpha-black-80: rgba(0, 0, 0, 0.8);
  --color-alpha-black-90: rgba(0, 0, 0, 0.9);
  --color-alpha-black-100: rgba(0, 0, 0, 1);
  --color-button-primary-icon: var(--color-brand-300);
  --color-button-primary-icon-hover: var(--color-brand-200);
  --color-button-destructive-primary-icon: var(--color-error-300);
  --color-button-destructive-primary-icon-hover: var(--color-error-200);
  --color-footer-button-fg: var(--color-brand-200);
  --color-footer-button-fg-hover: var(--color-white);
  --color-icon-fg-brand: var(--color-brand-600);
  --color-icon-fg-brand-on-brand: var(--color-brand-200);
  --color-featured-icon-light-fg-brand: var(--color-brand-600);
  --color-featured-icon-light-fg-gray: var(--color-gray-light-mode-500);
  --color-featured-icon-light-fg-error: var(--color-error-600);
  --color-featured-icon-light-fg-warning: var(--color-warning-600);
  --color-featured-icon-light-fg-success: var(--color-success-600);
  --color-slider-handle-bg: var(--color-white);
  --color-slider-handle-border: var(--color-brand-600);
  --color-toggle-button-fg-disabled: var(--color-gray-light-mode-50);
  --color-toggle-border: var(--color-gray-light-mode-300);
  --color-toggle-slim-border-pressed: var(--color-bg-brand-solid);
  --color-toggle-slim-border-pressed-hover: var(--color-bg-brand-solid-hover);
  --color-tooltip-supporting-text: var(--color-gray-light-mode-300);
  --color-text-editor-icon-fg: var(--color-gray-light-mode-400);
  --color-text-editor-icon-fg-active: var(--color-gray-light-mode-500);
  --color-skeuemorphic-gradient-border: rgb(255 255 255 / 0.12);
  --color-utility-gray-50: var(--color-gray-light-mode-50);
  --color-utility-gray-100: var(--color-gray-light-mode-100);
  --color-utility-gray-200: var(--color-gray-light-mode-200);
  --color-utility-gray-300: var(--color-gray-light-mode-300);
  --color-utility-gray-400: var(--color-gray-light-mode-400);
  --color-utility-gray-500: var(--color-gray-light-mode-500);
  --color-utility-gray-600: var(--color-gray-light-mode-600);
  --color-utility-gray-700: var(--color-gray-light-mode-700);
  --color-utility-gray-800: var(--color-gray-light-mode-800);
  --color-utility-gray-900: var(--color-gray-light-mode-900);
  --color-utility-brand-50: var(--color-brand-50);
  --color-utility-brand-50-alt: var(--color-brand-50);
  --color-utility-brand-100: var(--color-brand-100);
  --color-utility-brand-100-alt: var(--color-brand-100);
  --color-utility-brand-200: var(--color-brand-200);
  --color-utility-brand-200-alt: var(--color-brand-200);
  --color-utility-brand-300: var(--color-brand-300);
  --color-utility-brand-300-alt: var(--color-brand-300);
  --color-utility-brand-400: var(--color-brand-400);
  --color-utility-brand-400-alt: var(--color-brand-400);
  --color-utility-brand-500: var(--color-brand-500);
  --color-utility-brand-500-alt: var(--color-brand-500);
  --color-utility-brand-600: var(--color-brand-600);
  --color-utility-brand-600-alt: var(--color-brand-600);
  --color-utility-brand-700: var(--color-brand-700);
  --color-utility-brand-700-alt: var(--color-brand-700);
  --color-utility-brand-800: var(--color-brand-800);
  --color-utility-brand-800-alt: var(--color-brand-800);
  --color-utility-brand-900: var(--color-brand-900);
  --color-utility-brand-900-alt: var(--color-brand-900);
  --color-utility-error-50: var(--color-error-50);
  --color-utility-error-100: var(--color-error-100);
  --color-utility-error-200: var(--color-error-200);
  --color-utility-error-300: var(--color-error-300);
  --color-utility-error-400: var(--color-error-400);
  --color-utility-error-500: var(--color-error-500);
  --color-utility-error-600: var(--color-error-600);
  --color-utility-error-700: var(--color-error-700);
  --color-utility-warning-50: var(--color-warning-50);
  --color-utility-warning-100: var(--color-warning-100);
  --color-utility-warning-200: var(--color-warning-200);
  --color-utility-warning-300: var(--color-warning-300);
  --color-utility-warning-400: var(--color-warning-400);
  --color-utility-warning-500: var(--color-warning-500);
  --color-utility-warning-600: var(--color-warning-600);
  --color-utility-warning-700: var(--color-warning-700);
  --color-utility-success-50: var(--color-success-50);
  --color-utility-success-100: var(--color-success-100);
  --color-utility-success-200: var(--color-success-200);
  --color-utility-success-300: var(--color-success-300);
  --color-utility-success-400: var(--color-success-400);
  --color-utility-success-500: var(--color-success-500);
  --color-utility-success-600: var(--color-success-600);
  --color-utility-success-700: var(--color-success-700);
  --color-utility-gray-blue-50: var(--color-gray-blue-50);
  --color-utility-gray-blue-100: var(--color-gray-blue-100);
  --color-utility-gray-blue-200: var(--color-gray-blue-200);
  --color-utility-gray-blue-300: var(--color-gray-blue-300);
  --color-utility-gray-blue-400: var(--color-gray-blue-400);
  --color-utility-gray-blue-500: var(--color-gray-blue-500);
  --color-utility-gray-blue-600: var(--color-gray-blue-600);
  --color-utility-gray-blue-700: var(--color-gray-blue-700);
  --color-utility-green-50: var(--color-green-50);
  --color-utility-green-100: var(--color-green-100);
  --color-utility-green-200: var(--color-green-200);
  --color-utility-green-300: var(--color-green-300);
  --color-utility-green-400: var(--color-green-400);
  --color-utility-green-500: var(--color-green-500);
  --color-utility-green-600: var(--color-green-600);
  --color-utility-green-700: var(--color-green-700);
  --color-utility-blue-light-50: var(--color-blue-light-50);
  --color-utility-blue-light-100: var(--color-blue-light-100);
  --color-utility-blue-light-200: var(--color-blue-light-200);
  --color-utility-blue-light-300: var(--color-blue-light-300);
  --color-utility-blue-light-400: var(--color-blue-light-400);
  --color-utility-blue-light-500: var(--color-blue-light-500);
  --color-utility-blue-light-600: var(--color-blue-light-600);
  --color-utility-blue-light-700: var(--color-blue-light-700);
  --color-utility-blue-50: var(--color-blue-50);
  --color-utility-blue-100: var(--color-blue-100);
  --color-utility-blue-200: var(--color-blue-200);
  --color-utility-blue-300: var(--color-blue-300);
  --color-utility-blue-400: var(--color-blue-400);
  --color-utility-blue-500: var(--color-blue-500);
  --color-utility-blue-600: var(--color-blue-600);
  --color-utility-blue-700: var(--color-blue-700);
  --color-utility-blue-dark-50: var(--color-blue-dark-50);
  --color-utility-blue-dark-100: var(--color-blue-dark-100);
  --color-utility-blue-dark-200: var(--color-blue-dark-200);
  --color-utility-blue-dark-300: var(--color-blue-dark-300);
  --color-utility-blue-dark-400: var(--color-blue-dark-400);
  --color-utility-blue-dark-500: var(--color-blue-dark-500);
  --color-utility-blue-dark-600: var(--color-blue-dark-600);
  --color-utility-blue-dark-700: var(--color-blue-dark-700);
  --color-utility-indigo-50: var(--color-indigo-50);
  --color-utility-indigo-100: var(--color-indigo-100);
  --color-utility-indigo-200: var(--color-indigo-200);
  --color-utility-indigo-300: var(--color-indigo-300);
  --color-utility-indigo-400: var(--color-indigo-400);
  --color-utility-indigo-500: var(--color-indigo-500);
  --color-utility-indigo-600: var(--color-indigo-600);
  --color-utility-indigo-700: var(--color-indigo-700);
  --color-utility-purple-50: var(--color-purple-50);
  --color-utility-purple-100: var(--color-purple-100);
  --color-utility-purple-200: var(--color-purple-200);
  --color-utility-purple-300: var(--color-purple-300);
  --color-utility-purple-400: var(--color-purple-400);
  --color-utility-purple-500: var(--color-purple-500);
  --color-utility-purple-600: var(--color-purple-600);
  --color-utility-purple-700: var(--color-purple-700);
  --color-utility-fuchsia-50: var(--color-fuchsia-50);
  --color-utility-fuchsia-100: var(--color-fuchsia-100);
  --color-utility-fuchsia-200: var(--color-fuchsia-200);
  --color-utility-fuchsia-300: var(--color-fuchsia-300);
  --color-utility-fuchsia-400: var(--color-fuchsia-400);
  --color-utility-fuchsia-500: var(--color-fuchsia-500);
  --color-utility-fuchsia-600: var(--color-fuchsia-600);
  --color-utility-fuchsia-700: var(--color-fuchsia-700);
  --color-utility-pink-50: var(--color-pink-50);
  --color-utility-pink-100: var(--color-pink-100);
  --color-utility-pink-200: var(--color-pink-200);
  --color-utility-pink-300: var(--color-pink-300);
  --color-utility-pink-400: var(--color-pink-400);
  --color-utility-pink-500: var(--color-pink-500);
  --color-utility-pink-600: var(--color-pink-600);
  --color-utility-pink-700: var(--color-pink-700);
  --color-utility-orange-dark-50: var(--color-orange-dark-50);
  --color-utility-orange-dark-100: var(--color-orange-dark-100);
  --color-utility-orange-dark-200: var(--color-orange-dark-200);
  --color-utility-orange-dark-300: var(--color-orange-dark-300);
  --color-utility-orange-dark-400: var(--color-orange-dark-400);
  --color-utility-orange-dark-500: var(--color-orange-dark-500);
  --color-utility-orange-dark-600: var(--color-orange-dark-600);
  --color-utility-orange-dark-700: var(--color-orange-dark-700);
  --color-utility-orange-50: var(--color-orange-50);
  --color-utility-orange-100: var(--color-orange-100);
  --color-utility-orange-200: var(--color-orange-200);
  --color-utility-orange-300: var(--color-orange-300);
  --color-utility-orange-400: var(--color-orange-400);
  --color-utility-orange-500: var(--color-orange-500);
  --color-utility-orange-600: var(--color-orange-600);
  --color-utility-orange-700: var(--color-orange-700);
  --color-utility-yellow-50: var(--color-yellow-50);
  --color-utility-yellow-100: var(--color-yellow-100);
  --color-utility-yellow-200: var(--color-yellow-200);
  --color-utility-yellow-300: var(--color-yellow-300);
  --color-utility-yellow-400: var(--color-yellow-400);
  --color-utility-yellow-500: var(--color-yellow-500);
  --color-utility-yellow-600: var(--color-yellow-600);
  --color-utility-yellow-700: var(--color-yellow-700);
}

/* line 1, app/assets/stylesheets/new-layout/theme/_theme-dark.scss */
.theme-dark {
  --color-text-primary: var(--color-gray-dark-mode-50);
  --color-text-primary-on-brand: var(--color-gray-dark-mode-50);
  --color-text-secondary: var(--color-gray-dark-mode-300);
  --color-text-secondary-hover: var(--color-gray-dark-mode-200);
  --color-text-secondary-on-brand: var(--color-gray-dark-mode-300);
  --color-text-tertiary: var(--color-gray-dark-mode-400);
  --color-text-tertiary-hover: var(--color-gray-dark-mode-300);
  --color-text-tertiary-on-brand: var(--color-gray-dark-mode-400);
  --color-text-quaternary: var(--color-gray-dark-mode-400);
  --color-text-quaternary-on-brand: var(--color-gray-dark-mode-400);
  --color-text-white: var(--color-white);
  --color-text-disabled: var(--color-gray-dark-mode-500);
  --color-text-placeholder: var(--color-gray-dark-mode-500);
  --color-text-placeholder-subtitle: var(--color-gray-dark-mode-700);
  --color-text-brand-primary: var(--color-gray-dark-mode-50);
  --color-text-brand-secondary: var(--color-gray-dark-mode-300);
  --color-text-brand-secondary-hover: var(--color-gray-dark-mode-200);
  --color-text-brand-tertiary: var(--color-gray-dark-mode-400);
  --color-text-brand-tertiary-alt: var(--color-gray-dark-mode-50);
  --color-text-error-primary: var(--color-error-400);
  --color-text-error-primary-hover: var(--color-error-300);
  --color-text-warning-primary: var(--color-warning-400);
  --color-text-success-primary: var(--color-success-400);
  --color-border-primary: var(--color-gray-dark-mode-700);
  --color-border-secondary: var(--color-gray-dark-mode-800);
  --color-border-secondary-alt: var(--color-gray-dark-mode-800);
  --color-border-tertiary: var(--color-gray-dark-mode-800);
  --color-border-disabled: var(--color-gray-dark-mode-700);
  --color-border-disabled-subtle: var(--color-gray-dark-mode-800);
  --color-border-brand: var(--color-brand-400);
  --color-border-brand-alt: var(--color-gray-dark-mode-700);
  --color-border-error: var(--color-error-400);
  --color-border-error-subtle: var(--color-error-500);
  --color-fg-primary: var(--color-white);
  --color-fg-secondary: var(--color-gray-dark-mode-300);
  --color-fg-secondary-hover: var(--color-gray-dark-mode-200);
  --color-fg-tertiary: var(--color-gray-dark-mode-400);
  --color-fg-tertiary-hover: var(--color-gray-dark-mode-300);
  --color-fg-quaternary: var(--color-gray-dark-mode-600);
  --color-fg-quaternary-hover: var(--color-gray-dark-mode-500);
  --color-fg-white: var(--color-white);
  --color-fg-disabled: var(--color-gray-dark-mode-500);
  --color-fg-disabled-subtle: var(--color-gray-dark-mode-600);
  --color-fg-brand-primary: var(--color-brand-500);
  --color-fg-brand-primary-alt: var(--color-gray-dark-mode-300);
  --color-fg-brand-secondary: var(--color-brand-500);
  --color-fg-brand-secondary-alt: var(--color-gray-dark-mode-600);
  --color-fg-brand-secondary-hover: var(--color-gray-dark-mode-500);
  --color-fg-error-primary: var(--color-error-500);
  --color-fg-error-secondary: var(--color-error-400);
  --color-fg-warning-primary: var(--color-warning-500);
  --color-fg-warning-secondary: var(--color-warning-400);
  --color-fg-success-primary: var(--color-success-500);
  --color-fg-success-secondary: var(--color-success-400);
  --color-bg-primary: var(--color-gray-dark-mode-950);
  --color-bg-primary-alt: var(--color-bg-secondary);
  --color-bg-primary-hover: var(--color-gray-dark-mode-800);
  --color-bg-primary-solid: var(--color-bg-secondary);
  --color-bg-secondary: var(--color-gray-dark-mode-900);
  --color-bg-secondary-alt: var(--color-bg-primary);
  --color-bg-secondary-hover: var(--color-gray-dark-mode-800);
  --color-bg-secondary-subtle: var(--color-gray-dark-mode-900);
  --color-bg-secondary-solid: var(--color-gray-dark-mode-600);
  --color-bg-tertiary: var(--color-gray-dark-mode-800);
  --color-bg-quaternary: var(--color-gray-dark-mode-700);
  --color-bg-active: var(--color-gray-dark-mode-800);
  --color-bg-disabled: var(--color-gray-dark-mode-800);
  --color-bg-disabled-subtle: var(--color-gray-dark-mode-900);
  --color-bg-overlay: var(--color-gray-dark-mode-800);
  --color-bg-brand-primary: var(--color-brand-500);
  --color-bg-brand-primary-alt: var(--color-bg-secondary);
  --color-bg-brand-secondary: var(--color-brand-600);
  --color-bg-brand-solid: var(--color-brand-600);
  --color-bg-brand-solid-hover: var(--color-brand-500);
  --color-bg-brand-section: var(--color-bg-secondary);
  --color-bg-brand-section-subtle: var(--color-bg-primary);
  --color-bg-error-primary: var(--color-error-950);
  --color-bg-error-secondary: var(--color-error-600);
  --color-bg-error-solid: var(--color-error-600);
  --color-bg-error-solid-hover: var(--color-error-500);
  --color-bg-warning-primary: var(--color-warning-950);
  --color-bg-warning-secondary: var(--color-warning-600);
  --color-bg-warning-solid: var(--color-warning-600);
  --color-bg-success-primary: var(--color-success-950);
  --color-bg-success-secondary: var(--color-success-600);
  --color-bg-success-solid: var(--color-success-600);
  --color-focus-ring: var(--color-brand-500);
  --color-focus-ring-error: var(--color-error-500);
  --color-shadow-xs: var(--color-transparent);
  --color-shadow-sm-01: var(--color-transparent);
  --color-shadow-sm-02: var(--color-transparent);
  --color-shadow-md-01: var(--color-transparent);
  --color-shadow-md-02: var(--color-transparent);
  --color-shadow-lg-01: var(--color-transparent);
  --color-shadow-lg-02: var(--color-transparent);
  --color-shadow-lg-03: var(--color-transparent);
  --color-shadow-xl-01: var(--color-transparent);
  --color-shadow-xl-02: var(--color-transparent);
  --color-shadow-xl-03: var(--color-transparent);
  --color-shadow-2xl-01: var(--color-transparent);
  --color-shadow-2xl-02: var(--color-transparent);
  --color-shadow-3xl-01: var(--color-transparent);
  --color-shadow-3xl-02: var(--color-transparent);
  --color-shadow-skeuomorphic-inner: rgba(12, 14, 18, 0.05);
  --color-shadow-skeuomorphic-inner-border: rgba(12, 14, 18, 0.18);
  --color-alpha-white-10: rgba(12, 14, 18, 0.1);
  --color-alpha-white-20: rgba(12, 14, 18, 0.2);
  --color-alpha-white-30: rgba(12, 14, 18, 0.3);
  --color-alpha-white-40: rgba(12, 14, 18, 0.4);
  --color-alpha-white-50: rgba(12, 14, 18, 0.5);
  --color-alpha-white-60: rgba(12, 14, 18, 0.6);
  --color-alpha-white-70: rgba(12, 14, 18, 0.7);
  --color-alpha-white-80: rgba(12, 14, 18, 0.8);
  --color-alpha-white-90: rgba(12, 14, 18, 0.9);
  --color-alpha-white-100: rgba(12, 14, 18, 1);
  --color-alpha-black-10: rgba(255, 255, 255, 0.1);
  --color-alpha-black-20: rgba(255, 255, 255, 0.2);
  --color-alpha-black-30: rgba(255, 255, 255, 0.3);
  --color-alpha-black-40: rgba(255, 255, 255, 0.4);
  --color-alpha-black-50: rgba(255, 255, 255, 0.5);
  --color-alpha-black-60: rgba(255, 255, 255, 0.6);
  --color-alpha-black-70: rgba(255, 255, 255, 0.7);
  --color-alpha-black-80: rgba(255, 255, 255, 0.8);
  --color-alpha-black-90: rgba(255, 255, 255, 0.9);
  --color-alpha-black-100: rgba(255, 255, 255, 1);
  --color-button-primary-icon: var(--color-brand-300);
  --color-button-primary-icon-hover: var(--color-brand-200);
  --color-button-destructive-primary-icon: var(--color-error-300);
  --color-button-destructive-primary-icon-hover: var(--color-error-200);
  --color-footer-button-fg: var(--color-gray-dark-mode-200);
  --color-footer-button-fg-hover: var(--color-gray-dark-mode-100);
  --color-icon-fg-brand: var(--color-gray-dark-mode-400);
  --color-icon-fg-brand-on-brand: var(--color-gray-dark-mode-400);
  --color-featured-icon-light-fg-brand: var(--color-brand-200);
  --color-featured-icon-light-fg-gray: var(--color-gray-dark-mode-200);
  --color-featured-icon-light-fg-error: var(--color-error-200);
  --color-featured-icon-light-fg-warning: var(--color-warning-200);
  --color-featured-icon-light-fg-success: var(--color-success-200);
  --color-slider-handle-bg: var(--color-brand-600);
  --color-slider-handle-border: var(--color-bg-primary);
  --color-toggle-button-fg-disabled: var(--color-gray-dark-mode-600);
  --color-toggle-border: var(--color-transparent);
  --color-toggle-slim-border-pressed: var(--color-transparent);
  --color-toggle-slim-border-pressed-hover: var(--color-transparent);
  --color-tooltip-supporting-text: var(--color-gray-dark-mode-300);
  --color-text-editor-icon-fg: var(--color-gray-dark-mode-400);
  --color-text-editor-icon-fg-active: var(--color-white);
  --color-skeuemorphic-gradient-border: rgb(255 255 255 / 0.12);
  --color-utility-gray-50: var(--color-gray-dark-mode-900);
  --color-utility-gray-100: var(--color-gray-dark-mode-800);
  --color-utility-gray-200: var(--color-gray-dark-mode-700);
  --color-utility-gray-300: var(--color-gray-dark-mode-700);
  --color-utility-gray-400: var(--color-gray-dark-mode-600);
  --color-utility-gray-500: var(--color-gray-dark-mode-500);
  --color-utility-gray-600: var(--color-gray-dark-mode-400);
  --color-utility-gray-700: var(--color-gray-dark-mode-300);
  --color-utility-gray-800: var(--color-gray-dark-mode-200);
  --color-utility-gray-900: var(--color-gray-dark-mode-100);
  --color-utility-brand-50: var(--color-brand-950);
  --color-utility-brand-50-alt: var(--color-utility-gray-50);
  --color-utility-brand-100: var(--color-brand-900);
  --color-utility-brand-100-alt: var(--color-utility-gray-100);
  --color-utility-brand-200: var(--color-brand-800);
  --color-utility-brand-200-alt: var(--color-utility-gray-200);
  --color-utility-brand-300: var(--color-brand-700);
  --color-utility-brand-300-alt: var(--color-utility-gray-300);
  --color-utility-brand-400: var(--color-brand-600);
  --color-utility-brand-400-alt: var(--color-utility-gray-400);
  --color-utility-brand-500: var(--color-brand-500);
  --color-utility-brand-500-alt: var(--color-utility-gray-500);
  --color-utility-brand-600: var(--color-brand-400);
  --color-utility-brand-600-alt: var(--color-utility-gray-600);
  --color-utility-brand-700: var(--color-brand-300);
  --color-utility-brand-700-alt: var(--color-utility-gray-700);
  --color-utility-brand-800: var(--color-brand-200);
  --color-utility-brand-800-alt: var(--color-utility-gray-800);
  --color-utility-brand-900: var(--color-brand-100);
  --color-utility-brand-900-alt: var(--color-utility-gray-900);
  --color-utility-error-50: var(--color-error-950);
  --color-utility-error-100: var(--color-error-900);
  --color-utility-error-200: var(--color-error-800);
  --color-utility-error-300: var(--color-error-700);
  --color-utility-error-400: var(--color-error-600);
  --color-utility-error-500: var(--color-error-500);
  --color-utility-error-600: var(--color-error-400);
  --color-utility-error-700: var(--color-error-300);
  --color-utility-warning-50: var(--color-warning-950);
  --color-utility-warning-100: var(--color-warning-900);
  --color-utility-warning-200: var(--color-warning-800);
  --color-utility-warning-300: var(--color-warning-700);
  --color-utility-warning-400: var(--color-warning-600);
  --color-utility-warning-500: var(--color-warning-500);
  --color-utility-warning-600: var(--color-warning-400);
  --color-utility-warning-700: var(--color-warning-300);
  --color-utility-success-50: var(--color-success-950);
  --color-utility-success-100: var(--color-success-900);
  --color-utility-success-200: var(--color-success-800);
  --color-utility-success-300: var(--color-success-700);
  --color-utility-success-400: var(--color-success-600);
  --color-utility-success-500: var(--color-success-500);
  --color-utility-success-600: var(--color-success-400);
  --color-utility-success-700: var(--color-success-300);
  --color-utility-gray-blue-50: var(--color-gray-blue-950);
  --color-utility-gray-blue-100: var(--color-gray-blue-900);
  --color-utility-gray-blue-200: var(--color-gray-blue-800);
  --color-utility-gray-blue-300: var(--color-gray-blue-700);
  --color-utility-gray-blue-400: var(--color-gray-blue-600);
  --color-utility-gray-blue-500: var(--color-gray-blue-500);
  --color-utility-gray-blue-600: var(--color-gray-blue-400);
  --color-utility-gray-blue-700: var(--color-gray-blue-300);
  --color-utility-green-50: var(--color-green-950);
  --color-utility-green-100: var(--color-green-900);
  --color-utility-green-200: var(--color-green-800);
  --color-utility-green-300: var(--color-green-700);
  --color-utility-green-400: var(--color-green-600);
  --color-utility-green-500: var(--color-green-500);
  --color-utility-green-600: var(--color-green-400);
  --color-utility-green-700: var(--color-green-300);
  --color-utility-blue-light-50: var(--color-blue-light-950);
  --color-utility-blue-light-100: var(--color-blue-light-900);
  --color-utility-blue-light-200: var(--color-blue-light-800);
  --color-utility-blue-light-300: var(--color-blue-light-700);
  --color-utility-blue-light-400: var(--color-blue-light-600);
  --color-utility-blue-light-500: var(--color-blue-light-500);
  --color-utility-blue-light-600: var(--color-blue-light-400);
  --color-utility-blue-light-700: var(--color-blue-light-300);
  --color-utility-blue-50: var(--color-blue-950);
  --color-utility-blue-100: var(--color-blue-900);
  --color-utility-blue-200: var(--color-blue-800);
  --color-utility-blue-300: var(--color-blue-700);
  --color-utility-blue-400: var(--color-blue-600);
  --color-utility-blue-500: var(--color-blue-500);
  --color-utility-blue-600: var(--color-blue-400);
  --color-utility-blue-700: var(--color-blue-300);
  --color-utility-blue-dark-50: var(--color-blue-dark-950);
  --color-utility-blue-dark-100: var(--color-blue-dark-900);
  --color-utility-blue-dark-200: var(--color-blue-dark-800);
  --color-utility-blue-dark-300: var(--color-blue-dark-700);
  --color-utility-blue-dark-400: var(--color-blue-dark-600);
  --color-utility-blue-dark-500: var(--color-blue-dark-500);
  --color-utility-blue-dark-600: var(--color-blue-dark-400);
  --color-utility-blue-dark-700: var(--color-blue-dark-300);
  --color-utility-indigo-50: var(--color-indigo-950);
  --color-utility-indigo-100: var(--color-indigo-900);
  --color-utility-indigo-200: var(--color-indigo-800);
  --color-utility-indigo-300: var(--color-indigo-700);
  --color-utility-indigo-400: var(--color-indigo-600);
  --color-utility-indigo-500: var(--color-indigo-500);
  --color-utility-indigo-600: var(--color-indigo-400);
  --color-utility-indigo-700: var(--color-indigo-300);
  --color-utility-purple-50: var(--color-purple-950);
  --color-utility-purple-100: var(--color-purple-900);
  --color-utility-purple-200: var(--color-purple-800);
  --color-utility-purple-300: var(--color-purple-700);
  --color-utility-purple-400: var(--color-purple-600);
  --color-utility-purple-500: var(--color-purple-500);
  --color-utility-purple-600: var(--color-purple-400);
  --color-utility-purple-700: var(--color-purple-300);
  --color-utility-fuchsia-50: var(--color-fuchsia-950);
  --color-utility-fuchsia-100: var(--color-fuchsia-900);
  --color-utility-fuchsia-200: var(--color-fuchsia-800);
  --color-utility-fuchsia-300: var(--color-fuchsia-700);
  --color-utility-fuchsia-400: var(--color-fuchsia-600);
  --color-utility-fuchsia-500: var(--color-fuchsia-500);
  --color-utility-fuchsia-600: var(--color-fuchsia-400);
  --color-utility-fuchsia-700: var(--color-fuchsia-300);
  --color-utility-pink-50: var(--color-pink-950);
  --color-utility-pink-100: var(--color-pink-900);
  --color-utility-pink-200: var(--color-pink-800);
  --color-utility-pink-300: var(--color-pink-700);
  --color-utility-pink-400: var(--color-pink-600);
  --color-utility-pink-500: var(--color-pink-500);
  --color-utility-pink-600: var(--color-pink-400);
  --color-utility-pink-700: var(--color-pink-300);
  --color-utility-orange-dark-50: var(--color-orange-dark-950);
  --color-utility-orange-dark-100: var(--color-orange-dark-900);
  --color-utility-orange-dark-200: var(--color-orange-dark-800);
  --color-utility-orange-dark-300: var(--color-orange-dark-700);
  --color-utility-orange-dark-400: var(--color-orange-dark-600);
  --color-utility-orange-dark-500: var(--color-orange-dark-500);
  --color-utility-orange-dark-600: var(--color-orange-dark-400);
  --color-utility-orange-dark-700: var(--color-orange-dark-300);
  --color-utility-orange-50: var(--color-orange-950);
  --color-utility-orange-100: var(--color-orange-900);
  --color-utility-orange-200: var(--color-orange-800);
  --color-utility-orange-300: var(--color-orange-700);
  --color-utility-orange-400: var(--color-orange-600);
  --color-utility-orange-500: var(--color-orange-500);
  --color-utility-orange-600: var(--color-orange-400);
  --color-utility-orange-700: var(--color-orange-300);
  --color-utility-yellow-50: var(--color-yellow-950);
  --color-utility-yellow-100: var(--color-yellow-900);
  --color-utility-yellow-200: var(--color-yellow-800);
  --color-utility-yellow-300: var(--color-yellow-700);
  --color-utility-yellow-400: var(--color-yellow-600);
  --color-utility-yellow-500: var(--color-yellow-500);
  --color-utility-yellow-600: var(--color-yellow-400);
  --color-utility-yellow-700: var(--color-yellow-300);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-primary {
  color: var(--color-text-primary);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-primary-on-brand {
  color: var(--color-text-primary-on-brand);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-secondary {
  color: var(--color-text-secondary);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-secondary-hover {
  color: var(--color-text-secondary-hover);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-secondary-on-brand {
  color: var(--color-text-secondary-on-brand);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-tertiary {
  color: var(--color-text-tertiary);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-tertiary-hover {
  color: var(--color-text-tertiary-hover);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-tertiary-on-brand {
  color: var(--color-text-tertiary-on-brand);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-quaternary {
  color: var(--color-text-quaternary);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-quaternary-on-brand {
  color: var(--color-text-quaternary-on-brand);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-white {
  color: var(--color-text-white);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-disabled {
  color: var(--color-text-disabled);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-placeholder {
  color: var(--color-text-placeholder);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-placeholder-subtitle {
  color: var(--color-text-placeholder-subtitle);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-brand-primary {
  color: var(--color-text-brand-primary);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-brand-secondary {
  color: var(--color-text-brand-secondary);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-brand-secondary-hover {
  color: var(--color-text-brand-secondary-hover);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-brand-tertiary {
  color: var(--color-text-brand-tertiary);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-brand-tertiary-alt {
  color: var(--color-text-brand-tertiary-alt);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-error-primary {
  color: var(--color-text-error-primary);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-error-primary-hover {
  color: var(--color-text-error-primary-hover);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-warning-primary {
  color: var(--color-text-warning-primary);
}

/* line 28, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.text-color-success-primary {
  color: var(--color-text-success-primary);
}

/* line 47, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.border-color-primary {
  border-color: var(--color-border-primary);
}

/* line 47, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.border-color-secondary {
  border-color: var(--color-border-secondary);
}

/* line 47, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.border-color-secondary-alt {
  border-color: var(--color-border-secondary-alt);
}

/* line 47, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.border-color-tertiary {
  border-color: var(--color-border-tertiary);
}

/* line 47, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.border-color-disabled {
  border-color: var(--color-border-disabled);
}

/* line 47, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.border-color-disabled-subtle {
  border-color: var(--color-border-disabled-subtle);
}

/* line 47, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.border-color-brand {
  border-color: var(--color-border-brand);
}

/* line 47, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.border-color-brand-alt {
  border-color: var(--color-border-brand-alt);
}

/* line 47, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.border-color-error {
  border-color: var(--color-border-error);
}

/* line 47, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.border-color-error-subtle {
  border-color: var(--color-border-error-subtle);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-primary {
  color: var(--color-fg-primary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-primary {
  fill: var(--color-fg-primary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-primary {
  stroke: var(--color-fg-primary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-primary {
  background-color: var(--color-fg-primary);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-secondary {
  color: var(--color-fg-secondary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-secondary {
  fill: var(--color-fg-secondary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-secondary {
  stroke: var(--color-fg-secondary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-secondary {
  background-color: var(--color-fg-secondary);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-secondary-hover {
  color: var(--color-fg-secondary-hover);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-secondary-hover {
  fill: var(--color-fg-secondary-hover);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-secondary-hover {
  stroke: var(--color-fg-secondary-hover);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-secondary-hover {
  background-color: var(--color-fg-secondary-hover);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-tertiary {
  color: var(--color-fg-tertiary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-tertiary {
  fill: var(--color-fg-tertiary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-tertiary {
  stroke: var(--color-fg-tertiary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-tertiary {
  background-color: var(--color-fg-tertiary);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-tertiary-hover {
  color: var(--color-fg-tertiary-hover);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-tertiary-hover {
  fill: var(--color-fg-tertiary-hover);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-tertiary-hover {
  stroke: var(--color-fg-tertiary-hover);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-tertiary-hover {
  background-color: var(--color-fg-tertiary-hover);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-quaternary {
  color: var(--color-fg-quaternary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-quaternary {
  fill: var(--color-fg-quaternary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-quaternary {
  stroke: var(--color-fg-quaternary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-quaternary {
  background-color: var(--color-fg-quaternary);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-quaternary-hover {
  color: var(--color-fg-quaternary-hover);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-quaternary-hover {
  fill: var(--color-fg-quaternary-hover);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-quaternary-hover {
  stroke: var(--color-fg-quaternary-hover);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-quaternary-hover {
  background-color: var(--color-fg-quaternary-hover);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-white {
  color: var(--color-fg-white);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-white {
  fill: var(--color-fg-white);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-white {
  stroke: var(--color-fg-white);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-white {
  background-color: var(--color-fg-white);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-disabled {
  color: var(--color-fg-disabled);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-disabled {
  fill: var(--color-fg-disabled);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-disabled {
  stroke: var(--color-fg-disabled);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-disabled {
  background-color: var(--color-fg-disabled);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-disabled-subtle {
  color: var(--color-fg-disabled-subtle);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-disabled-subtle {
  fill: var(--color-fg-disabled-subtle);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-disabled-subtle {
  stroke: var(--color-fg-disabled-subtle);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-disabled-subtle {
  background-color: var(--color-fg-disabled-subtle);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-brand-primary {
  color: var(--color-fg-brand-primary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-brand-primary {
  fill: var(--color-fg-brand-primary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-brand-primary {
  stroke: var(--color-fg-brand-primary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-brand-primary {
  background-color: var(--color-fg-brand-primary);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-brand-primary-alt {
  color: var(--color-fg-brand-primary-alt);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-brand-primary-alt {
  fill: var(--color-fg-brand-primary-alt);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-brand-primary-alt {
  stroke: var(--color-fg-brand-primary-alt);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-brand-primary-alt {
  background-color: var(--color-fg-brand-primary-alt);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-brand-secondary {
  color: var(--color-fg-brand-secondary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-brand-secondary {
  fill: var(--color-fg-brand-secondary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-brand-secondary {
  stroke: var(--color-fg-brand-secondary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-brand-secondary {
  background-color: var(--color-fg-brand-secondary);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-brand-secondary-alt {
  color: var(--color-fg-brand-secondary-alt);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-brand-secondary-alt {
  fill: var(--color-fg-brand-secondary-alt);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-brand-secondary-alt {
  stroke: var(--color-fg-brand-secondary-alt);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-brand-secondary-alt {
  background-color: var(--color-fg-brand-secondary-alt);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-brand-secondary-hover {
  color: var(--color-fg-brand-secondary-hover);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-brand-secondary-hover {
  fill: var(--color-fg-brand-secondary-hover);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-brand-secondary-hover {
  stroke: var(--color-fg-brand-secondary-hover);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-brand-secondary-hover {
  background-color: var(--color-fg-brand-secondary-hover);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-error-primary {
  color: var(--color-fg-error-primary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-error-primary {
  fill: var(--color-fg-error-primary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-error-primary {
  stroke: var(--color-fg-error-primary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-error-primary {
  background-color: var(--color-fg-error-primary);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-error-secondary {
  color: var(--color-fg-error-secondary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-error-secondary {
  fill: var(--color-fg-error-secondary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-error-secondary {
  stroke: var(--color-fg-error-secondary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-error-secondary {
  background-color: var(--color-fg-error-secondary);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-warning-primary {
  color: var(--color-fg-warning-primary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-warning-primary {
  fill: var(--color-fg-warning-primary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-warning-primary {
  stroke: var(--color-fg-warning-primary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-warning-primary {
  background-color: var(--color-fg-warning-primary);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-warning-secondary {
  color: var(--color-fg-warning-secondary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-warning-secondary {
  fill: var(--color-fg-warning-secondary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-warning-secondary {
  stroke: var(--color-fg-warning-secondary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-warning-secondary {
  background-color: var(--color-fg-warning-secondary);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-success-primary {
  color: var(--color-fg-success-primary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-success-primary {
  fill: var(--color-fg-success-primary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-success-primary {
  stroke: var(--color-fg-success-primary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-success-primary {
  background-color: var(--color-fg-success-primary);
}

/* line 77, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.icon-color-success-secondary {
  color: var(--color-fg-success-secondary);
}

/* line 80, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.fill-success-secondary {
  fill: var(--color-fg-success-secondary);
}

/* line 83, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.stroke-success-secondary {
  stroke: var(--color-fg-success-secondary);
}

/* line 86, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-fg-color-success-secondary {
  background-color: var(--color-fg-success-secondary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-primary {
  background-color: var(--color-bg-primary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-primary-alt {
  background-color: var(--color-bg-primary-alt);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-primary-hover {
  background-color: var(--color-bg-primary-hover);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-primary-solid {
  background-color: var(--color-bg-primary-solid);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-secondary {
  background-color: var(--color-bg-secondary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-secondary-alt {
  background-color: var(--color-bg-secondary-alt);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-secondary-hover {
  background-color: var(--color-bg-secondary-hover);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-secondary-subtle {
  background-color: var(--color-bg-secondary-subtle);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-secondary-solid {
  background-color: var(--color-bg-secondary-solid);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-tertiary {
  background-color: var(--color-bg-tertiary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-quaternary {
  background-color: var(--color-bg-quaternary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-active {
  background-color: var(--color-bg-active);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-disabled {
  background-color: var(--color-bg-disabled);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-disabled-subtle {
  background-color: var(--color-bg-disabled-subtle);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-overlay {
  background-color: var(--color-bg-overlay);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-brand-primary {
  background-color: var(--color-bg-brand-primary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-brand-primary-alt {
  background-color: var(--color-bg-brand-primary-alt);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-brand-secondary {
  background-color: var(--color-bg-brand-secondary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-brand-solid {
  background-color: var(--color-bg-brand-solid);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-brand-solid-hover {
  background-color: var(--color-bg-brand-solid-hover);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-brand-section {
  background-color: var(--color-bg-brand-section);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-brand-section-subtle {
  background-color: var(--color-bg-brand-section-subtle);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-error-primary {
  background-color: var(--color-bg-error-primary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-error-secondary {
  background-color: var(--color-bg-error-secondary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-error-solid {
  background-color: var(--color-bg-error-solid);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-error-solid-hover {
  background-color: var(--color-bg-error-solid-hover);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-warning-primary {
  background-color: var(--color-bg-warning-primary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-warning-secondary {
  background-color: var(--color-bg-warning-secondary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-warning-solid {
  background-color: var(--color-bg-warning-solid);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-success-primary {
  background-color: var(--color-bg-success-primary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-success-secondary {
  background-color: var(--color-bg-success-secondary);
}

/* line 127, app/assets/stylesheets/new-layout/theme/_theme-utils.scss */
.bg-color-success-solid {
  background-color: var(--color-bg-success-solid);
}

/* 0px */
/* 2px */
/* 4px */
/* 6px */
/* 8px */
/* 12px */
/* 16px */
/* 20px */
/* 24px */
/* 28px */
/* 32px */
/* 36px */
/* 40px */
/* 48px */
/* 64px */
/* 80px */
/* 96px */
/* 128px */
/* 160px */
/* 192px */
/* 224px */
/* 256px */
/* 320px */
/* 384px */
/* 480px */
/* 560px */
/* 640px */
/* 720px */
/* 768px */
/* 1024px */
/* 1280px */
/* 1440px */
/* 1600px */
/* 1920px */
/* 0px */
/* 2px */
/* 4px */
/* 6px */
/* 8px */
/* 12px */
/* 16px */
/* 20px */
/* 24px */
/* 32px */
/* 40px */
/* 48px */
/* 64px */
/* 80px */
/* 96px */
/* 128px */
/* 160px */
/* 320px */
/* 384px */
/* 480px */
/* 560px */
/* 640px */
/* 768px */
/* 1024px */
/* 1280px */
/* 1440px */
/* 1600px */
/* 1920px */
/* text */
/* a11y */
/* focus */
/* other */
/* mobile collapsible filters — shared across employer index pages */
/* line 1, app/assets/stylesheets/new-layout/typography/_base.scss */
h1, .h1 {
  font-size: 72px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: -1.44px;
}

/* line 4, app/assets/stylesheets/new-layout/typography/_base.scss */
h2, .h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -1.2px;
}

/* line 7, app/assets/stylesheets/new-layout/typography/_base.scss */
h3, .h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.96px;
}

/* line 10, app/assets/stylesheets/new-layout/typography/_base.scss */
h4, .h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.72px;
}

/* line 13, app/assets/stylesheets/new-layout/typography/_base.scss */
h5, .h5 {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

/* line 16, app/assets/stylesheets/new-layout/typography/_base.scss */
h6, .h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

/* line 20, app/assets/stylesheets/new-layout/typography/_base.scss */
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* line 23, app/assets/stylesheets/new-layout/typography/_base.scss */
small, .small {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* global box model */
/* line 2, app/assets/stylesheets/new-layout/global/_reset.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* root / document-level hints  */
/* line 11, app/assets/stylesheets/new-layout/global/_reset.scss */
:root {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/* line 16, app/assets/stylesheets/new-layout/global/_reset.scss */
html {
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

/* line 28, app/assets/stylesheets/new-layout/global/_reset.scss */
body {
  min-height: 100%;
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  isolation: isolate;
  touch-action: manipulation;
  /* faster taps; avoids double-tap zoom */
  font-synthesis: none;
  /* no synthetic bold/italic */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: contextual;
  font-kerning: normal;
  text-rendering: optimizelegibility;
  /* correct casing */
  -webkit-tap-highlight-color: transparent;
  /* remove tap highlight on iOS */
}

/* headings & paragraphs */
/* line 44, app/assets/stylesheets/new-layout/global/_reset.scss */
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
}

/* line 56, app/assets/stylesheets/new-layout/global/_reset.scss */
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-wrap: balance;
}

/* line 65, app/assets/stylesheets/new-layout/global/_reset.scss */
p {
  text-wrap: pretty;
}

/* media elements */
/* line 70, app/assets/stylesheets/new-layout/global/_reset.scss */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* links */
/* line 80, app/assets/stylesheets/new-layout/global/_reset.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* forms – base controls / autofill / buttons */
/* line 86, app/assets/stylesheets/new-layout/global/_reset.scss */
input,
textarea,
select {
  font: inherit;
  color: inherit;
  caret-color: currentcolor;
}

/* line 94, app/assets/stylesheets/new-layout/global/_reset.scss */
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/* line 99, app/assets/stylesheets/new-layout/global/_reset.scss */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 105, app/assets/stylesheets/new-layout/global/_reset.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: currentcolor;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  box-shadow: 0 0 0 1000px transparent inset;
  /* neutralize bg paint */
}

/* line 115, app/assets/stylesheets/new-layout/global/_reset.scss */
button {
  cursor: pointer;
  font: inherit;
  color: inherit;
  border: none;
  background: transparent;
}

/* line 122, app/assets/stylesheets/new-layout/global/_reset.scss */
button:disabled, button[aria-disabled='true'] {
  pointer-events: none;
  cursor: not-allowed;
}

/* line 129, app/assets/stylesheets/new-layout/global/_reset.scss */
::-moz-placeholder {
  color: currentcolor;
}
:-ms-input-placeholder {
  color: currentcolor;
}
::placeholder {
  color: currentcolor;
}

/* fieldset / legend / tables */
/* line 134, app/assets/stylesheets/new-layout/global/_reset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-inline-size: 0;
}

/* line 141, app/assets/stylesheets/new-layout/global/_reset.scss */
legend {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  white-space: normal;
}

/* line 150, app/assets/stylesheets/new-layout/global/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* list element */
/* line 156, app/assets/stylesheets/new-layout/global/_reset.scss */
ul,
ol,
li {
  padding: 0;
  margin: 0;
}

/* visibility / scroll / validation  */
/* line 164, app/assets/stylesheets/new-layout/global/_reset.scss */
[hidden]:not([hidden='until-found']) {
  display: none !important;
}

/* scroll margin for in-page anchors (override with --scroll-mt if needed) */
/* line 169, app/assets/stylesheets/new-layout/global/_reset.scss */
:target {
  scroll-margin-block: var(--scroll-mt, 6rem);
}

/* validation glow removal (keep styling to components/forms) */
/* line 174, app/assets/stylesheets/new-layout/global/_reset.scss */
:invalid {
  box-shadow: none;
}

/* focus visible */
/* line 179, app/assets/stylesheets/new-layout/global/_reset.scss */
:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 1, app/assets/stylesheets/new-layout/global/_styles.scss */
body {
  font-family: 'Inter', sans-serif;
  color: var(--color-text-primary);
  background-color: var(--color-bg-tertiary);
  min-height: 100dvh;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}

/* line 11, app/assets/stylesheets/new-layout/global/_styles.scss */
body.is-scroll-locked {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0px);
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  touch-action: none;
}

/* line 18, app/assets/stylesheets/new-layout/global/_styles.scss */
main {
  flex: 1 0 auto;
  padding-top: 20px;
  padding-bottom: 32px;
}

@media (max-width: 768px) {
  /* line 18, app/assets/stylesheets/new-layout/global/_styles.scss */
  main {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

/* line 29, app/assets/stylesheets/new-layout/global/_styles.scss */
footer {
  background-color: var(--color-white);
}

/* line 34, app/assets/stylesheets/new-layout/global/_styles.scss */
.home {
  background-color: var(--color-bg-primary);
}

/* line 38, app/assets/stylesheets/new-layout/global/_styles.scss */
body.page-home {
  background-color: var(--color-bg-primary);
}

/* line 41, app/assets/stylesheets/new-layout/global/_styles.scss */
body.page-home main {
  padding-top: 0;
}

/* line 46, app/assets/stylesheets/new-layout/global/_styles.scss */
.theme-light {
  color-scheme: light;
}

/* line 50, app/assets/stylesheets/new-layout/global/_styles.scss */
.theme-dark {
  color-scheme: dark;
}

/* line 1, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  width: 100%;
}

/* line 7, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete--sm .autocomplete__option {
  padding: 8px 10px 8px 8px;
}

/* line 10, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete--sm .autocomplete__option::after {
  right: 10px;
  width: 16px;
  height: 16px;
}

/* line 17, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete--sm .autocomplete__panel {
  padding: 4px 6px;
}

/* line 23, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete--md .autocomplete__option {
  padding: 10px 10px 10px 8px;
}

/* line 26, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete--md .autocomplete__option::after {
  right: 14px;
  width: 20px;
  height: 20px;
}

/* line 33, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete--md .autocomplete__panel {
  padding: 4px 6px;
}

/* line 38, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__panel {
  position: absolute;
  padding: 4px 6px;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary-alt);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-4px) scale(0.98);
  visibility: hidden;
  transition: 0.2s ease;
  transition-property: opacity, transform, visibility;
  z-index: 101;
}

/* line 54, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__panel--open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
}

/* line 61, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__panel[hidden] {
  display: none !important;
}

/* line 65, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__panel .panel__list {
  --scrollbar-w: 18px;
  --scrollbar-thumb-color: rgba(0, 0, 0, 0.15);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) transparent;
  display: flex;
  flex-flow: column nowrap;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 280px;
  overflow: auto;
  outline: none;
}

/* line 17, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.autocomplete__panel .panel__list::-webkit-scrollbar {
  width: 18px;
  height: 18px;
}

/* line 22, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.autocomplete__panel .panel__list::-webkit-scrollbar-track {
  background: transparent;
}

/* line 26, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.autocomplete__panel .panel__list::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 9999px;
  border: 6px solid transparent;
  background-clip: content-box;
}

/* line 79, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 8px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--color-text-primary);
  transition: 0.2s ease;
  transition-property: background-color;
}

/* line 92, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option:hover {
  background: var(--color-bg-secondary-hover);
}

/* line 96, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option.is-active {
  background: var(--color-bg-secondary-hover);
}

/* line 100, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-border-brand) inset;
}

/* line 105, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option[aria-selected="true"] {
  background: var(--color-bg-active);
}

/* line 109, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option[aria-disabled="true"], .autocomplete__option.disabled {
  pointer-events: none;
  color: var(--color-text-disabled);
}

/* line 114, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option[aria-disabled="true"]:hover, .autocomplete__option.disabled:hover {
  background: transparent;
}

/* line 119, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: 0.2s ease;
  transition-property: opacity;
  background-color: var(--color-fg-brand-primary);
  -webkit-mask: url(/assets/new-layout/icons/check-b71d7430b3deb470f4df1cc8aa51c2ee911df1d2b9411b00fa858207764bab37.svg) no-repeat center/contain;
  mask: url(/assets/new-layout/icons/check-b71d7430b3deb470f4df1cc8aa51c2ee911df1d2b9411b00fa858207764bab37.svg) no-repeat center/contain;
}

/* line 137, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option[aria-selected="true"]::after {
  opacity: 1;
}

/* line 141, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option[aria-disabled="true"]::after, .autocomplete__option.disabled::after {
  background-color: var(--color-text-disabled);
}

/* line 147, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option-content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding-right: 28px;
}

/* line 156, app/assets/stylesheets/new-layout/components/_autocomplete.scss */
.autocomplete__option-label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  flex: 1;
  min-width: 0;
}

/* line 1, app/assets/stylesheets/new-layout/components/_account-summary-card.scss */
.account-summary-card {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  padding: 12px;
}

/* line 11, app/assets/stylesheets/new-layout/components/_account-summary-card.scss */
.account-summary-card__data {
  display: flex;
  flex-flow: column nowrap;
}

/* line 15, app/assets/stylesheets/new-layout/components/_account-summary-card.scss */
.account-summary-card__data .account-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--color-text-primary);
}

/* line 20, app/assets/stylesheets/new-layout/components/_account-summary-card.scss */
.account-summary-card__data .account-email {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--color-text-tertiary);
}

/* line 1, app/assets/stylesheets/new-layout/components/_accordion.scss */
.accordion {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}

/* line 9, app/assets/stylesheets/new-layout/components/_accordion.scss */
.accordion .accordion-item {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  color: inherit;
  background-color: unset;
  border-radius: unset;
  border: none;
}

/* line 20, app/assets/stylesheets/new-layout/components/_accordion.scss */
.accordion .accordion-item.is-open .icon-chevron {
  transform: rotate(180deg);
}

/* line 25, app/assets/stylesheets/new-layout/components/_accordion.scss */
.accordion .accordion-item__summary {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  border-radius: 16px;
  transition: 0.2s ease;
  transition-property: background-color;
}

/* line 38, app/assets/stylesheets/new-layout/components/_accordion.scss */
.accordion .accordion-item__summary-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-brand-primary);
  text-align: left;
}

/* line 44, app/assets/stylesheets/new-layout/components/_accordion.scss */
.accordion .accordion-item__summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: var(--color-utility-gray-600);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* line 54, app/assets/stylesheets/new-layout/components/_accordion.scss */
.accordion .accordion-item__summary-icon .icon-chevron {
  width: 100%;
  height: 100%;
}

/* line 60, app/assets/stylesheets/new-layout/components/_accordion.scss */
.accordion .accordion-item__summary:hover {
  background: var(--color-bg-secondary);
}

/* line 64, app/assets/stylesheets/new-layout/components/_accordion.scss */
.accordion .accordion-item__summary:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
  background: var(--color-bg-secondary);
}

/* line 70, app/assets/stylesheets/new-layout/components/_accordion.scss */
.accordion .accordion-item__details {
  height: 0;
  overflow: hidden;
  transition: height 0.1s ease;
  will-change: height;
}

/* line 76, app/assets/stylesheets/new-layout/components/_accordion.scss */
.accordion .accordion-item__details-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 40px 0;
  color: var(--color-text-primary);
}

/* line 1, app/assets/stylesheets/new-layout/components/_alert.scss */
.alert {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 8px 20px;
  border-radius: 40px;
  margin: 0;
  border: none;
}

/* line 17, app/assets/stylesheets/new-layout/components/_alert.scss */
.alert__main {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
}

/* line 27, app/assets/stylesheets/new-layout/components/_alert.scss */
.alert--info {
  background: rgba(21, 94, 239, 0.1);
}

/* line 30, app/assets/stylesheets/new-layout/components/_alert.scss */
.alert--success {
  background: rgba(23, 178, 106, 0.1);
}

/* line 33, app/assets/stylesheets/new-layout/components/_alert.scss */
.alert--warning {
  background: rgba(244, 134, 11, 0.1);
}

/* line 36, app/assets/stylesheets/new-layout/components/_alert.scss */
.alert--error {
  background: rgba(226, 66, 92, 0.1);
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/components/_alert.scss */
  .alert {
    align-items: flex-start;
    padding: 20px;
    border-radius: 16px;
  }
  /* line 45, app/assets/stylesheets/new-layout/components/_alert.scss */
  .alert__main {
    padding-right: 40px;
  }
  /* line 49, app/assets/stylesheets/new-layout/components/_alert.scss */
  .alert__actions {
    position: absolute;
    top: 8px;
    right: 8px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar {
  --avatar-size: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: 9999px;
  background: var(--color-bg-tertiary);
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.variant-placeholder {
  border: 1px solid var(--color-border-secondary);
}

/* line 17, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.variant-placeholder .avatar__placeholder-icon {
  display: block;
  stroke: currentColor;
  fill: none;
  width: 32px;
  height: 32px;
  color: var(--color-fg-quaternary);
}

/* line 26, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.variant-initials {
  border: 1px solid var(--color-border-secondary);
}

/* line 29, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.variant-initials .avatar__initials {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  color: var(--color-text-quaternary);
  text-transform: uppercase;
  line-height: 1;
}

/* line 41, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.variant-image {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 44, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.variant-image .avatar__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 53, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-xs {
  --avatar-size: 24px;
}

/* line 56, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-xs .avatar__placeholder-icon {
  width: 16px;
  height: 16px;
}

/* line 60, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-xs .avatar__initials {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

/* line 64, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-sm {
  --avatar-size: 32px;
}

/* line 67, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-sm .avatar__placeholder-icon {
  width: 20px;
  height: 20px;
}

/* line 71, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-sm .avatar__initials {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* line 75, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-md {
  --avatar-size: 40px;
}

/* line 78, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-md .avatar__placeholder-icon {
  width: 24px;
  height: 24px;
}

/* line 82, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-md .avatar__initials {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

/* line 86, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-lg {
  --avatar-size: 48px;
}

/* line 89, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-lg .avatar__placeholder-icon {
  width: 28px;
  height: 28px;
}

/* line 93, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-lg .avatar__initials {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

/* line 97, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-xl {
  --avatar-size: 56px;
}

/* line 100, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-xl .avatar__placeholder-icon {
  width: 32px;
  height: 32px;
}

/* line 104, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-xl .avatar__initials {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

/* line 108, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-2xl {
  --avatar-size: 64px;
}

/* line 111, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-2xl .avatar__placeholder-icon {
  width: 32px;
  height: 32px;
}

/* line 115, app/assets/stylesheets/new-layout/components/_avatar.scss */
.avatar.size-2xl .avatar__initials {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

/* line 1, app/assets/stylesheets/new-layout/components/_backdrop.scss */
.scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: var(--color-alpha-white-10);
}

/* line 9, app/assets/stylesheets/new-layout/components/_backdrop.scss */
.scrim--blur {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

/* line 1, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge {
  --badge-text-color: var(--color-utility-brand-700);
  --badge-icon-color: var(--color-utility-brand-500);
  --badge-border-color: var(--color-utility-brand-200);
  --badge-bg-color: var(--color-utility-brand-50);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid transparent;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 9999px;
  color: var(--badge-text-color);
  border-color: var(--badge-border-color);
  background: var(--badge-bg-color);
  padding: 2px 8px;
}

/* line 22, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge__icon {
  display: block;
  color: var(--badge-icon-color);
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  aspect-ratio: 1 / 1;
}

/* line 32, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.size-sm {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

/* line 35, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.size-md {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 38, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.size-lg {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 44, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-pill {
  border-radius: 9999px;
  color: var(--badge-text-color);
  border-color: var(--badge-border-color);
  background: var(--badge-bg-color);
}

/* line 50, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-pill.size-sm {
  padding: 2px 8px;
}

/* line 53, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-pill.size-md {
  padding: 2px 10px;
}

/* line 56, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-pill.size-lg {
  padding: 4px 12px;
}

/* line 60, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-rectangle {
  color: var(--badge-text-color);
  border: 1px solid var(--badge-border-color);
  background: var(--badge-bg-color);
}

/* line 65, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-rectangle.size-sm {
  border-radius: 6px;
  padding: 2px 6px;
}

/* line 69, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-rectangle.size-md {
  border-radius: 6px;
  padding: 2px 8px;
}

/* line 73, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-rectangle.size-lg {
  border-radius: 8px;
  padding: 4px 10px;
}

/* line 78, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-modern {
  color: var(--color-text-secondary);
  border: 1px solid var(--color-border-primary);
  background: var(--color-bg-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 84, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-modern .badge__icon {
  color: var(--color-fg-quaternary);
}

/* line 88, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-modern.size-sm {
  border-radius: 6px;
  padding: 2px 6px;
}

/* line 92, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-modern.size-md {
  border-radius: 8px;
  padding: 4px 10px 4px 8px;
}

/* line 96, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.variant-modern.size-lg {
  border-radius: 8px;
  padding: 4px 10px;
}

/* line 104, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-gray {
  --badge-text-color: var(--color-utility-gray-700);
  --badge-icon-color: var(--color-utility-gray-500);
  --badge-border-color: var(--color-utility-gray-200);
  --badge-bg-color: var(--color-utility-gray-50);
}

/* line 110, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-brand {
  --badge-text-color: var(--color-utility-brand-700);
  --badge-icon-color: var(--color-utility-brand-500);
  --badge-border-color: var(--color-utility-brand-200);
  --badge-bg-color: var(--color-utility-brand-50);
}

/* line 116, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-error {
  --badge-text-color: var(--color-utility-error-700);
  --badge-icon-color: var(--color-utility-error-500);
  --badge-border-color: var(--color-utility-error-200);
  --badge-bg-color: var(--color-utility-error-50);
}

/* line 122, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-warning {
  --badge-text-color: var(--color-utility-warning-700);
  --badge-icon-color: var(--color-utility-warning-500);
  --badge-border-color: var(--color-utility-warning-200);
  --badge-bg-color: var(--color-utility-warning-50);
}

/* line 128, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-success {
  --badge-text-color: var(--color-utility-success-700);
  --badge-icon-color: var(--color-utility-success-500);
  --badge-border-color: var(--color-utility-success-200);
  --badge-bg-color: var(--color-utility-success-50);
}

/* line 134, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-gray-blue {
  --badge-text-color: var(--color-utility-gray-blue-700);
  --badge-icon-color: var(--color-utility-gray-blue-500);
  --badge-border-color: var(--color-utility-gray-blue-200);
  --badge-bg-color: var(--color-utility-gray-blue-50);
}

/* line 140, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-blue-light {
  --badge-text-color: var(--color-utility-blue-light-700);
  --badge-icon-color: var(--color-utility-blue-light-500);
  --badge-border-color: var(--color-utility-blue-light-200);
  --badge-bg-color: var(--color-utility-blue-light-50);
}

/* line 146, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-blue {
  --badge-text-color: var(--color-utility-blue-700);
  --badge-icon-color: var(--color-utility-blue-500);
  --badge-border-color: var(--color-utility-blue-200);
  --badge-bg-color: var(--color-utility-blue-50);
}

/* line 152, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-indigo {
  --badge-text-color: var(--color-utility-indigo-700);
  --badge-icon-color: var(--color-utility-indigo-500);
  --badge-border-color: var(--color-utility-indigo-200);
  --badge-bg-color: var(--color-utility-indigo-50);
}

/* line 158, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-purple {
  --badge-text-color: var(--color-utility-purple-700);
  --badge-icon-color: var(--color-utility-purple-500);
  --badge-border-color: var(--color-utility-purple-200);
  --badge-bg-color: var(--color-utility-purple-50);
}

/* line 164, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-pink {
  --badge-text-color: var(--color-utility-pink-700);
  --badge-icon-color: var(--color-utility-pink-500);
  --badge-border-color: var(--color-utility-pink-200);
  --badge-bg-color: var(--color-utility-pink-50);
}

/* line 170, app/assets/stylesheets/new-layout/components/_badge.scss */
.badge.color-orange {
  --badge-text-color: var(--color-utility-orange-700);
  --badge-icon-color: var(--color-utility-orange-500);
  --badge-border-color: var(--color-utility-orange-200);
  --badge-bg-color: var(--color-utility-orange-50);
}

/* line 1, app/assets/stylesheets/new-layout/components/_breadcrumb.scss */
.breadcrumb {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-disabled);
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/new-layout/components/_breadcrumb.scss */
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 17, app/assets/stylesheets/new-layout/components/_breadcrumb.scss */
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  color: inherit;
}

/* line 24, app/assets/stylesheets/new-layout/components/_breadcrumb.scss */
.breadcrumb__item span {
  color: var(--color-text-tertiary);
}

/* line 29, app/assets/stylesheets/new-layout/components/_breadcrumb.scss */
.breadcrumb__separator {
  display: inline-flex;
  align-items: center;
  color: var(--color-text-disabled);
  flex-shrink: 0;
}

/* line 36, app/assets/stylesheets/new-layout/components/_breadcrumb.scss */
.breadcrumb__separator-icon {
  width: 16px;
  height: 16px;
}

/* line 41, app/assets/stylesheets/new-layout/components/_breadcrumb.scss */
.breadcrumb__link {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 2px;
  transition: color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}

/* line 47, app/assets/stylesheets/new-layout/components/_breadcrumb.scss */
.breadcrumb__link:hover {
  color: var(--color-text-tertiary);
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

/* line 1, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group {
  display: inline-flex;
  align-items: stretch;
  align-self: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--color-border-primary);
  background: var(--color-bg-primary);
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 14, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 40px;
  gap: 6px;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  color: var(--color-text-secondary);
  background: var(--color-bg-primary);
  transition: 0.2s ease;
  transition-property: background-color, color;
}

/* line 31, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn + .button-group__btn {
  border-left: 1px solid var(--color-border-primary);
}

/* line 35, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 40, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 45, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn-label {
  color: inherit;
  font: inherit;
  transition: inherit;
}

/* line 51, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--color-fg-quaternary);
  transition: 0.2s ease;
  transition-property: color;
  flex-shrink: 0;
}

/* line 62, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn-icon svg {
  width: 100%;
  height: 100%;
}

/* line 68, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn:hover {
  color: var(--color-text-secondary-hover);
  background: var(--color-bg-primary-hover);
}

/* line 72, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn:hover .button-group__btn-icon {
  color: var(--color-fg-quaternary-hover);
}

/* line 77, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn:focus-visible {
  outline: none;
  position: relative;
  box-shadow: inset 0 0 0 2px var(--color-focus-ring);
}

/* line 83, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn.is-active, .button-group__btn[aria-pressed="true"], .button-group__btn[aria-current="page"] {
  background: var(--color-bg-primary-hover);
}

/* line 89, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn:disabled, .button-group__btn[aria-disabled="true"] {
  color: var(--color-fg-disabled);
  background: var(--color-bg-disabled);
  cursor: not-allowed;
  pointer-events: none;
}

/* line 96, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn:disabled .button-group__btn-icon, .button-group__btn[aria-disabled="true"] .button-group__btn-icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 101, app/assets/stylesheets/new-layout/components/_button-group.scss */
.button-group__btn:not(button):not(a) {
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 56, app/assets/stylesheets/new-layout/components/_button.scss */
.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 9999px;
  box-sizing: border-box;
  transition: 0.2s ease;
  transition-property: background-color, color, border, box-shadow, -webkit-text-decoration;
  transition-property: background-color, color, border, text-decoration, box-shadow;
  transition-property: background-color, color, border, text-decoration, box-shadow, -webkit-text-decoration;
}

/* line 69, app/assets/stylesheets/new-layout/components/_button.scss */
.button .button__icon {
  display: block;
  width: 20px;
  height: 20px;
  color: inherit;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

/* line 78, app/assets/stylesheets/new-layout/components/_button.scss */
.button .button__loader {
  --button-spinner-color: var(--color-fg-quaternary);
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 87, app/assets/stylesheets/new-layout/components/_button.scss */
.button:disabled, .button.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

/* line 93, app/assets/stylesheets/new-layout/components/_button.scss */
.button:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 100, app/assets/stylesheets/new-layout/components/_button.scss */
.button:not([class*="variant-"]):not([class*="color-"]) {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 14px;
  gap: 4px;
  color: var(--color-text-white);
  background: var(--color-brand-600);
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 22, app/assets/stylesheets/new-layout/components/_button.scss */
.button:not([class*="variant-"]):not([class*="color-"])::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none;
}

/* line 107, app/assets/stylesheets/new-layout/components/_button.scss */
.button:not([class*="variant-"]):not([class*="color-"]) .button__icon {
  color: var(--color-button-primary-icon);
}

/* line 111, app/assets/stylesheets/new-layout/components/_button.scss */
.button:not([class*="variant-"]):not([class*="color-"]):hover {
  background: var(--color-brand-800);
}

/* line 114, app/assets/stylesheets/new-layout/components/_button.scss */
.button:not([class*="variant-"]):not([class*="color-"]):hover .button__icon {
  color: var(--color-button-primary-icon-hover);
}

/* line 119, app/assets/stylesheets/new-layout/components/_button.scss */
.button:not([class*="variant-"]):not([class*="color-"]):focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
  background: var(--color-brand-800);
}

/* line 124, app/assets/stylesheets/new-layout/components/_button.scss */
.button:not([class*="variant-"]):not([class*="color-"]):disabled, .button.disabled:not([class*="variant-"]):not([class*="color-"]) {
  color: var(--color-fg-disabled);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 10, app/assets/stylesheets/new-layout/components/_button.scss */
.button:not([class*="variant-"]):not([class*="color-"]):disabled::before, .button.disabled:not([class*="variant-"]):not([class*="color-"])::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button:not([class*="variant-"]):not([class*="color-"]):disabled .button__icon, .button.disabled:not([class*="variant-"]):not([class*="color-"]) .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 132, app/assets/stylesheets/new-layout/components/_button.scss */
.button.size-sm {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 12px;
  gap: 4px;
}

/* line 135, app/assets/stylesheets/new-layout/components/_button.scss */
.button.size-md {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 14px;
  gap: 4px;
}

/* line 138, app/assets/stylesheets/new-layout/components/_button.scss */
.button.size-lg {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 16px;
  gap: 6px;
}

/* line 141, app/assets/stylesheets/new-layout/components/_button.scss */
.button.size-xl {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 18px;
  gap: 6px;
}

/* line 148, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-primary {
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 22, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none;
}

/* line 153, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-primary-alt {
  color: var(--color-text-white);
  background: var(--color-gray-light-mode-900);
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 22, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-primary-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none;
}

/* line 159, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-primary-alt .button__icon {
  color: var(--color-text-editor-icon-fg);
}

/* line 163, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-primary-alt:hover {
  background: var(--color-gray-light-mode-700);
}

/* line 166, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-primary-alt:hover .button__icon {
  color: var(--color-text-editor-icon-fg-active);
}

/* line 171, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-primary-alt:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
  background: var(--color-gray-light-mode-700);
}

/* line 176, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-primary-alt:disabled, .button.variant-primary-alt.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 10, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-primary-alt:disabled::before, .button.variant-primary-alt.disabled::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-primary-alt:disabled .button__icon, .button.variant-primary-alt.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 182, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-secondary {
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 185, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  pointer-events: none;
}

/* line 198, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-link-color, .button.variant-link-gray {
  text-decoration: none;
  padding: 0;
  text-underline-offset: 2px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

/* line 206, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-link-color:hover, .button.variant-link-gray:hover {
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}

/* line 211, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-link-gray {
  color: var(--color-text-tertiary);
}

/* line 214, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-link-gray .button__icon {
  color: var(--color-fg-quaternary);
}

/* line 218, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-link-gray:hover {
  color: var(--color-text-tertiary-hover);
}

/* line 221, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-link-gray:hover .button__icon {
  color: var(--color-fg-quaternary-hover);
}

/* line 226, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-link-gray:disabled, .button.variant-link-gray.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.variant-link-gray:disabled .button__icon, .button.variant-link-gray.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 236, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 240, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-primary {
  color: var(--color-text-white);
  background: var(--color-brand-600);
}

/* line 244, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-primary .button__icon {
  color: var(--color-button-primary-icon);
}

/* line 248, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-primary:hover {
  background: var(--color-brand-800);
}

/* line 251, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-primary:hover .button__icon {
  color: var(--color-button-primary-icon-hover);
}

/* line 256, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-primary:focus-visible {
  background: var(--color-brand-800);
}

/* line 260, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-primary:disabled, .button.color-brand.variant-primary.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 10, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-primary:disabled::before, .button.color-brand.variant-primary.disabled::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-primary:disabled .button__icon, .button.color-brand.variant-primary.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 266, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-secondary {
  color: var(--color-text-secondary);
  background: var(--color-bg-primary);
}

/* line 270, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-secondary::before {
  border: 1px solid var(--color-border-primary);
}

/* line 274, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-secondary .button__icon {
  color: var(--color-fg-quaternary);
}

/* line 278, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-secondary:hover {
  color: var(--color-text-secondary-hover);
  background: var(--color-bg-primary-hover);
}

/* line 282, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-secondary:hover .button__icon {
  color: var(--color-fg-quaternary-hover);
}

/* line 287, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-secondary:focus-visible {
  background: var(--color-bg-primary);
}

/* line 291, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-secondary:disabled, .button.color-brand.variant-secondary.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  background: var(--color-bg-primary);
}

/* line 10, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-secondary:disabled::before, .button.color-brand.variant-secondary.disabled::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-secondary:disabled .button__icon, .button.color-brand.variant-secondary.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 298, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-tertiary {
  color: var(--color-text-tertiary);
}

/* line 301, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-tertiary .button__icon {
  color: var(--color-fg-quaternary);
}

/* line 305, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-tertiary:hover {
  color: var(--color-text-tertiary-hover);
  background: var(--color-bg-primary-hover);
}

/* line 309, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-tertiary:hover .button__icon {
  color: var(--color-fg-quaternary-hover);
}

/* line 314, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-tertiary:focus-visible {
  background: var(--color-bg-primary);
}

/* line 318, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-tertiary:disabled, .button.color-brand.variant-tertiary.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-tertiary:disabled .button__icon, .button.color-brand.variant-tertiary.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 324, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-link-color {
  color: var(--color-text-brand-secondary);
}

/* line 327, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-link-color .button__icon {
  color: var(--color-fg-brand-secondary-alt);
}

/* line 331, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-link-color:hover {
  color: var(--color-text-brand-secondary-hover);
}

/* line 334, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-link-color:hover .button__icon {
  color: var(--color-fg-brand-secondary-hover);
}

/* line 339, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-link-color:disabled, .button.color-brand.variant-link-color.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-brand.variant-link-color:disabled .button__icon, .button.color-brand.variant-link-color.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 347, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue:focus-visible {
  outline: 2px solid var(--color-blue-100);
  outline-offset: 2px;
}

/* line 351, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-primary {
  color: var(--color-text-white);
  background: var(--color-blue-600);
}

/* line 355, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-primary .button__icon {
  color: var(--color-blue-300);
}

/* line 359, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-primary:hover {
  background: var(--color-blue-700);
}

/* line 362, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-primary:hover .button__icon {
  color: var(--color-blue-200);
}

/* line 367, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-primary:focus-visible {
  background: var(--color-blue-600);
}

/* line 371, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-primary:disabled, .button.color-blue.variant-primary.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 10, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-primary:disabled::before, .button.color-blue.variant-primary.disabled::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-primary:disabled .button__icon, .button.color-blue.variant-primary.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 377, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-secondary {
  color: var(--color-blue-700);
  background: var(--color-bg-primary);
}

/* line 381, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-secondary::before {
  border: 1px solid var(--color-blue-300);
}

/* line 385, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-secondary .button__icon {
  color: var(--color-blue-500);
}

/* line 389, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-secondary:hover {
  color: var(--color-blue-800);
  background: var(--color-blue-50);
}

/* line 393, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-secondary:hover .button__icon {
  color: var(--color-blue-600);
}

/* line 398, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-secondary:focus-visible {
  background: var(--color-bg-primary);
}

/* line 402, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-secondary:disabled, .button.color-blue.variant-secondary.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  background: var(--color-bg-primary);
}

/* line 10, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-secondary:disabled::before, .button.color-blue.variant-secondary.disabled::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-blue.variant-secondary:disabled .button__icon, .button.color-blue.variant-secondary.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 411, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive:focus-visible {
  outline: 2px solid var(--color-focus-ring-error);
  outline-offset: 2px;
}

/* line 415, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-primary {
  color: var(--color-text-white);
  background: var(--color-bg-error-solid);
}

/* line 419, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-primary .button__icon {
  color: var(--color-button-destructive-primary-icon);
}

/* line 423, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-primary:hover {
  background: var(--color-bg-error-solid-hover);
}

/* line 426, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-primary:hover .button__icon {
  color: var(--color-button-destructive-primary-icon-hover);
}

/* line 431, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-primary:focus-visible {
  background: var(--color-bg-error-solid);
}

/* line 435, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-primary:disabled, .button.color-destructive.variant-primary.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 10, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-primary:disabled::before, .button.color-destructive.variant-primary.disabled::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-primary:disabled .button__icon, .button.color-destructive.variant-primary.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 441, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-secondary {
  color: var(--color-text-error-primary);
  background: var(--color-bg-primary);
}

/* line 445, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-secondary::before {
  border: 1px solid var(--color-border-error-subtle);
}

/* line 449, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-secondary .button__icon {
  color: var(--color-fg-error-secondary);
}

/* line 453, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-secondary:hover {
  color: var(--color-text-error-primary-hover);
  background: var(--color-bg-error-primary);
}

/* line 457, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-secondary:hover .button__icon {
  color: var(--color-fg-error-primary);
}

/* line 462, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-secondary:disabled, .button.color-destructive.variant-secondary.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  background: var(--color-bg-primary);
}

/* line 10, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-secondary:disabled::before, .button.color-destructive.variant-secondary.disabled::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-secondary:disabled .button__icon, .button.color-destructive.variant-secondary.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 469, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-tertiary {
  color: var(--color-text-error-primary);
}

/* line 472, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-tertiary .button__icon {
  color: var(--color-fg-error-secondary);
}

/* line 476, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-tertiary:hover {
  color: var(--color-text-error-primary-hover);
  background: var(--color-bg-error-primary);
}

/* line 480, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-tertiary:hover .button__icon {
  color: var(--color-fg-error-primary);
}

/* line 485, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-tertiary:focus-visible {
  background: var(--color-bg-primary);
}

/* line 489, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-tertiary:disabled, .button.color-destructive.variant-tertiary.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-tertiary:disabled .button__icon, .button.color-destructive.variant-tertiary.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 495, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-link-color {
  color: var(--color-text-error-primary);
}

/* line 498, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-link-color .button__icon {
  color: var(--color-fg-error-secondary);
}

/* line 502, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-link-color:hover {
  color: var(--color-text-error-primary-hover);
}

/* line 505, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-link-color:hover .button__icon {
  color: var(--color-fg-error-primary);
}

/* line 510, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-link-color:disabled, .button.color-destructive.variant-link-color.disabled {
  color: var(--color-fg-disabled);
  background: transparent;
}

/* line 16, app/assets/stylesheets/new-layout/components/_button.scss */
.button.color-destructive.variant-link-color:disabled .button__icon, .button.color-destructive.variant-link-color.disabled .button__icon {
  color: var(--color-fg-disabled-subtle);
}

@media (min-width: 320px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xs\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xs\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xs\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xs\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

@media (max-width: 320px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xs\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xs\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xs\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xs\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

@media (min-width: 480px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.sm\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.sm\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.sm\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.sm\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

@media (max-width: 480px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-sm\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-sm\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-sm\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-sm\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.md\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.md\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.md\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.md\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

@media (max-width: 768px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-md\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-md\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-md\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-md\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

@media (min-width: 920px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.lg\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.lg\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.lg\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.lg\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

@media (max-width: 920px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-lg\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-lg\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-lg\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-lg\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

@media (min-width: 1280px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xl\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xl\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xl\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xl\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

@media (max-width: 1280px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xl\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xl\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xl\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xl\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

@media (min-width: 1440px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xxl\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xxl\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xxl\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.xxl\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

@media (max-width: 1440px) {
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xxl\:size-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xxl\:size-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    gap: 4px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xxl\:size-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    gap: 6px;
  }
  /* line 20, app/assets/stylesheets/new-layout/mixins/_class.scss */
  .button.max-xxl\:size-xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
    gap: 6px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-tap-highlight-color: transparent;
}

/* line 10, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 16, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--color-border-primary);
  background: var(--color-bg-primary);
  transition: 0.2s ease;
  transition-property: background-color, border-color;
}

/* line 30, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__control-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  pointer-events: none;
  color: var(--color-fg-white);
  opacity: 0;
  transition: 0.2s ease;
  transition-property: opacity, color;
}

/* line 42, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__content {
  display: flex;
  flex-flow: column;
  gap: 2px;
  min-width: 0;
}

/* line 48, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__content-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-text-secondary);
}

/* line 53, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__content-hint {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 59, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox:has(.checkbox__content) .checkbox__control {
  margin-top: 2px;
}

/* line 71, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__input:checked + .checkbox__control {
  background: var(--color-bg-brand-solid);
  border-color: var(--color-bg-brand-solid);
}

/* line 76, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__input:checked + .checkbox__control .checkbox__control-icon {
  opacity: 1;
}

/* line 81, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__input:focus-visible + .checkbox__control {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 88, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox:has(.checkbox__input[aria-invalid="true"]) .checkbox__control, .checkbox.is-error .checkbox__control {
  border-color: var(--color-border-error-subtle);
}

/* line 92, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox:has(.checkbox__input[aria-invalid="true"]) .checkbox__content-hint, .checkbox.is-error .checkbox__content-hint {
  color: var(--color-text-error-primary);
}

/* line 96, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox:has(.checkbox__input[aria-invalid="true"]) .checkbox__input:checked + .checkbox__control, .checkbox.is-error .checkbox__input:checked + .checkbox__control {
  background: var(--color-bg-error-solid);
  border-color: var(--color-bg-error-solid);
}

/* line 101, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox:has(.checkbox__input[aria-invalid="true"]) .checkbox__input:focus-visible + .checkbox__control, .checkbox.is-error .checkbox__input:focus-visible + .checkbox__control {
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-error);
}

/* line 110, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox:has(.checkbox__input[aria-invalid="true"]:disabled) .checkbox__input:checked + .checkbox__control, .checkbox.is-error:has(.checkbox__input:disabled) .checkbox__input:checked + .checkbox__control {
  background: var(--color-bg-disabled-subtle);
  border-color: var(--color-border-disabled);
}

/* line 115, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox:has(.checkbox__input[aria-invalid="true"]:disabled) .checkbox__control-icon, .checkbox.is-error:has(.checkbox__input:disabled) .checkbox__control-icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 121, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox:has(.checkbox__input:disabled) {
  cursor: not-allowed;
}

/* line 125, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__input:disabled + .checkbox__control {
  background: var(--color-bg-disabled-subtle);
  border-color: var(--color-border-disabled);
}

/* line 130, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__input:disabled:checked + .checkbox__control {
  background: var(--color-bg-disabled-subtle);
  border-color: var(--color-border-disabled);
}

/* line 135, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox__input:disabled + .checkbox__control .checkbox__control-icon {
  color: var(--color-fg-disabled-subtle);
}

/* line 139, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox:has(.checkbox__input:disabled):hover .checkbox__control {
  background: var(--color-bg-disabled-subtle);
  border-color: var(--color-border-disabled);
}

/* line 145, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox.size-md {
  /* base, no additional styles */
}

/* line 150, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox.size-sm {
  gap: 8px;
}

/* line 153, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox.size-sm .checkbox__content-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 157, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox.size-sm .checkbox__content-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 161, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox.size-sm .checkbox__control {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

/* line 166, app/assets/stylesheets/new-layout/components/_checkbox.scss */
.checkbox.size-sm .checkbox__control-icon {
  width: 12px;
  height: 12px;
}

@media (prefers-reduced-motion: reduce) {
  /* line 174, app/assets/stylesheets/new-layout/components/_checkbox.scss */
  .checkbox__control, .checkbox__control-icon {
    transition: none;
  }
}

/* line 1, app/assets/stylesheets/new-layout/components/_close-button.scss */
.close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: var(--color-fg-quaternary);
  border-radius: 9999px;
  transition: 0.2s ease;
  transition-property: background-color, color;
  width: 40px;
  height: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/components/_close-button.scss */
.close-button svg {
  width: 20px;
  height: 20px;
}

/* line 18, app/assets/stylesheets/new-layout/components/_close-button.scss */
.close-button:hover {
  color: var(--color-fg-quaternary-hover);
  background: var(--color-bg-primary-hover);
}

/* line 23, app/assets/stylesheets/new-layout/components/_close-button.scss */
.close-button:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 27, app/assets/stylesheets/new-layout/components/_close-button.scss */
.close-button.size-sm {
  width: 36px;
  height: 36px;
}

/* line 31, app/assets/stylesheets/new-layout/components/_close-button.scss */
.close-button.size-sm svg {
  width: 20px;
  height: 20px;
}

/* line 36, app/assets/stylesheets/new-layout/components/_close-button.scss */
.close-button.size-md {
  width: 40px;
  height: 40px;
}

/* line 40, app/assets/stylesheets/new-layout/components/_close-button.scss */
.close-button.size-md svg {
  width: 20px;
  height: 20px;
}

/* line 45, app/assets/stylesheets/new-layout/components/_close-button.scss */
.close-button.size-lg {
  width: 44px;
  height: 44px;
}

/* line 49, app/assets/stylesheets/new-layout/components/_close-button.scss */
.close-button.size-lg svg {
  width: 24px;
  height: 24px;
}

/* line 4, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
}

/* line 12, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse__trigger {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
  width: 100%;
  color: var(--color-text-secondary);
  background: var(--color-bg-primary);
  transition: 0.2s ease;
  transition-property: background-color, color;
}

/* line 25, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse__trigger-main {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

/* line 31, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse__trigger-main .collapse-decorator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* line 40, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse__trigger-main .collapse-decorator .decorator-icon {
  width: 100%;
  height: 100%;
}

/* line 46, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse__trigger-main .collapse-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* line 51, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse__trigger-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* line 60, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse__trigger-chevron .chevron-icon {
  width: 100%;
  height: 100%;
}

/* line 66, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse__trigger:hover {
  background: var(--color-bg-primary-hover);
  color: var(--color-text-secondary-hover);
}

/* line 71, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse__trigger:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 0px;
  z-index: 1;
}

/* line 78, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse__details {
  display: flex;
  padding-bottom: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  height: 0;
  overflow: hidden;
  transition: height 0.1s ease;
  will-change: height;
}

/* line 90, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse.is-open .chevron-icon {
  transform: rotate(180deg);
}

/* line 94, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse .ds-collapse-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 12px 8px 40px;
  border-radius: 6px;
  background: var(--color-bg-primary);
  color: var(--color-text-secondary);
  transition: 0.2s ease;
  transition-property: background-color, color;
}

/* line 107, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse .ds-collapse-item:hover {
  color: var(--color-text-secondary-hover);
  background: var(--color-bg-primary-hover);
}

/* line 112, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse .ds-collapse-item:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--color-focus-ring);
}

/* line 122, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse.size-sm .ds-collapse__trigger .collapse-decorator {
  width: 16px;
  height: 16px;
}

/* line 127, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse.size-sm .ds-collapse__trigger .collapse-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* line 132, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse.size-sm .ds-collapse-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* line 138, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse.size-md .ds-collapse__trigger .collapse-decorator {
  width: 20px;
  height: 20px;
}

/* line 143, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse.size-md .ds-collapse__trigger .collapse-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

/* line 148, app/assets/stylesheets/new-layout/components/_collapse.scss */
.ds-collapse.size-md .ds-collapse-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

/* line 1, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}

/* line 9, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item {
  display: flex;
  flex-flow: column nowrap;
  padding: 16px;
  border-radius: 16px;
  background: var(--color-bg-secondary);
}

/* line 16, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item.is-open .icon-chevron {
  transform: rotate(180deg);
}

/* line 20, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item__summary {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 25, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item__summary-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

/* line 31, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item__summary-trigger:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
  border-radius: 12px;
}

/* line 36, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item__summary-trigger .summary-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: var(--color-utility-gray-600);
}

/* line 43, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item__summary-trigger .summary-trigger-icon .icon-chevron {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* line 50, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item__summary-trigger .summary-trigger-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--color-text-primary);
  text-align: left;
}

/* line 58, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item__summary-settings {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* line 65, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item__summary-settings__status {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-quaternary);
}

/* line 72, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item__details {
  height: 0;
  overflow: hidden;
  transition: height 0.1s ease;
  will-change: height;
}

/* line 78, app/assets/stylesheets/new-layout/components/_cookie-accordion.scss */
.cookie-accordion .cookie-accordion-item__details-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 40px 0;
  color: var(--color-text-primary);
}

/* line 1, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio-group {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}

/* line 6, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio-group__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-text-secondary);
}

/* line 11, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio-group__hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 15, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio-group__hint.is-error {
  color: var(--color-text-error-primary);
}

/* line 20, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio-group:has(.radio__input:required) .radio-group__label::after {
  content: "*";
  margin-left: 2px;
  color: var(--color-text-brand-tertiary);
}

/* line 28, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio-group:has(.radio__input[aria-invalid="true"]) .radio-group__hint, .radio-group.is-error .radio-group__hint {
  color: var(--color-text-error-primary);
}

/* line 34, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio-group.size-sm .radio-group__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 39, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio-group.size-md .radio-group__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* line 45, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  gap: 12px;
}

/* line 53, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

/* line 67, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio__control {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 9999px;
  border: 1px solid var(--color-border-primary);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

/* line 85, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio__control::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: var(--color-fg-white);
  opacity: 0;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

/* line 98, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio__content {
  display: flex;
  flex-flow: column;
  gap: 2px;
  min-width: 0;
}

/* line 104, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio__content-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-text-secondary);
  overflow-wrap: anywhere;
}

/* line 110, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio__content-hint {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 117, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio__input:checked + .radio__control {
  border-color: var(--color-bg-brand-solid);
  background: var(--color-bg-brand-solid);
}

/* line 121, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio__input:checked + .radio__control::after {
  opacity: 1;
}

/* line 128, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio__input:focus-visible + .radio__control {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 134, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio__input:disabled + .radio__control {
  border-color: var(--color-border-disabled);
  background-color: var(--color-bg-disabled-subtle);
  cursor: not-allowed;
}

/* line 140, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio__input:disabled:checked + .radio__control::after {
  background-color: var(--color-fg-disabled-subtle);
  opacity: 1;
}

/* line 146, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio:has(.radio__input:disabled) {
  cursor: not-allowed;
}

/* line 151, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio.size-sm .radio__control {
  width: 16px;
  height: 16px;
}

/* line 155, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio.size-sm .radio__control::after {
  width: 6px;
  height: 6px;
}

/* line 161, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio.size-sm .radio__content-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 165, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio.size-sm .radio__content-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 171, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio.size-md .radio__control {
  width: 20px;
  height: 20px;
}

/* line 175, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio.size-md .radio__control::after {
  width: 8px;
  height: 8px;
}

/* line 181, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio.size-md .radio__content-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* line 185, app/assets/stylesheets/new-layout/components/_radio.scss */
.radio.size-md .radio__content-hint {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (prefers-reduced-motion: reduce) {
  /* line 192, app/assets/stylesheets/new-layout/components/_radio.scss */
  .radio__control, .radio__control::after {
    transition: none;
  }
}

/* line 1, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  width: 100%;
}

/* line 6, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select.is-open .country-select__chevron {
  transform: rotate(180deg);
}

/* line 12, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: background-color, border-color, box-shadow;
}

/* line 26, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__trigger:hover {
  background: var(--color-bg-secondary-hover);
}

/* line 30, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__trigger:focus-visible {
  outline: none;
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 38, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__trigger[aria-expanded="true"] {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 46, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__flag {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 56, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 64, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__name {
  flex: 1;
  min-width: 0;
  text-align: left;
  color: var(--color-text-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 74, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__placeholder {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--color-text-placeholder);
}

/* line 79, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__chevron {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--color-fg-quaternary);
  transition: transform 0.2s ease;
}

/* line 89, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__chevron svg {
  width: 100%;
  height: 100%;
}

/* line 97, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary-alt);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-4px) scale(0.98);
  visibility: hidden;
  transition: 0.2s ease;
  transition-property: opacity, transform, visibility;
  z-index: 101;
}

/* line 115, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__panel--open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
}

/* line 122, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__panel[hidden] {
  display: none !important;
}

/* line 127, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__search-wrap {
  padding: 8px;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 132, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__search {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 8px;
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  background: var(--color-bg-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  color: var(--color-text-primary);
  outline: none;
  transition: 0.2s ease;
  transition-property: border-color, box-shadow;
}

/* line 147, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__search::-moz-placeholder {
  color: var(--color-text-placeholder);
}
.country-select__search:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
.country-select__search::placeholder {
  color: var(--color-text-placeholder);
}

/* line 151, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__search:focus {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 161, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__list {
  --scrollbar-w: 18px;
  --scrollbar-thumb-color: rgba(0, 0, 0, 0.15);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) transparent;
  list-style: none;
  margin: 0;
  padding: 4px 6px;
  max-height: 280px;
  overflow-y: auto;
  outline: none;
}

/* line 17, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.country-select__list::-webkit-scrollbar {
  width: 18px;
  height: 18px;
}

/* line 22, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.country-select__list::-webkit-scrollbar-track {
  background: transparent;
}

/* line 26, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.country-select__list::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 9999px;
  border: 6px solid transparent;
  background-clip: content-box;
}

/* line 171, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  color: var(--color-text-primary);
  transition: 0.2s ease;
  transition-property: background-color;
}

/* line 182, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__option:hover {
  background: var(--color-bg-secondary-hover);
}

/* line 186, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__option[aria-selected="true"] {
  background: var(--color-bg-active);
}

/* line 190, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__option:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-border-brand) inset;
}

/* line 195, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__option.is-hidden {
  display: none;
}

/* line 200, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__option-flag {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 210, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__option-flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 218, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__option-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  flex: 1;
  min-width: 0;
  color: var(--color-text-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 228, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__option-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-brand-primary);
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* line 239, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__option-check svg {
  width: 100%;
  height: 100%;
}

/* line 245, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__option[aria-selected="true"] .country-select__option-check {
  opacity: 1;
}

/* line 249, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__empty {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 8px;
  text-align: center;
  color: var(--color-text-tertiary);
  display: none;
}

/* line 256, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select__empty.is-visible {
  display: block;
}

/* line 263, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select.is-invalid .country-select__trigger {
  border-color: var(--color-border-error-subtle);
}

/* line 266, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select.is-invalid .country-select__trigger:focus-visible, .country-select.is-invalid .country-select__trigger[aria-expanded="true"] {
  border-color: var(--color-border-error);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-error);
}

/* line 275, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select.is-disabled {
  pointer-events: none;
}

/* line 278, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select.is-disabled .country-select__trigger {
  border-color: var(--color-border-disabled);
  background: var(--color-bg-disabled-subtle);
  cursor: not-allowed;
}

/* line 284, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select.is-disabled .country-select__name {
  color: var(--color-text-disabled);
}

/* line 288, app/assets/stylesheets/new-layout/components/_country-select.scss */
.country-select.is-disabled .country-select__chevron {
  color: var(--color-text-disabled);
}

/* line 6, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker {
  position: relative;
  width: 100%;
}

/* line 12, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__display {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  cursor: pointer;
  color: var(--color-text-primary);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

/* line 25, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__display::-moz-placeholder {
  color: var(--color-text-placeholder);
}
.datepicker__display:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
.datepicker__display::placeholder {
  color: var(--color-text-placeholder);
}

/* line 29, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__display:hover {
  border-color: var(--color-border-brand);
}

/* line 33, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__display:focus, .datepicker.is-open .datepicker__display {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 40, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker--error .datepicker__display {
  border-color: var(--color-border-error-subtle);
}

/* line 43, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker--error .datepicker__display:focus, .datepicker--error .datepicker__display:hover {
  border-color: var(--color-border-error);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-error);
}

/* line 51, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: var(--color-fg-quaternary);
  pointer-events: none;
}

/* line 62, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__icon svg {
  width: 100%;
  height: 100%;
}

/* line 65, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker:has(.datepicker__icon) .datepicker__display {
  padding-right: 42px;
}

/* line 70, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__panel {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 100;
  width: 328px;
  background: var(--color-bg-primary);
  border-radius: 16px;
  box-shadow: 0px 20px 24px -4px var(--color-shadow-xl-01), 0px 8px 8px -4px var(--color-shadow-xl-02), 0px 3px 3px -1.5px var(--color-shadow-xl-03);
  padding: 16px;
  isolation: isolate;
}

/* line 85, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

/* line 92, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 8px;
  color: var(--color-fg-quaternary);
  cursor: pointer;
  transition: background-color 0.12s, color 0.12s;
}

/* line 106, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__nav:hover {
  background: var(--color-bg-active);
  color: var(--color-fg-secondary);
}

/* line 111, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__nav svg {
  width: 20px;
  height: 20px;
}

/* line 117, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border: none;
  background: transparent;
  color: var(--color-text-primary);
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 8px;
  transition: background-color 0.12s;
}

/* line 127, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__title:hover {
  background: var(--color-bg-active);
}

/* line 133, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 4px;
}

/* line 139, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__weekday-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-align: center;
  padding: 6px 0;
}

/* line 147, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

/* line 153, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__day {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background: transparent;
  color: var(--color-text-primary);
  cursor: pointer;
  transition: background-color 0.12s, color 0.12s;
}

/* line 169, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__day:hover:not(.is-disabled):not(.is-selected) {
  background: var(--color-bg-active);
}

/* line 173, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__day.is-outside {
  color: var(--color-text-quaternary);
}

/* line 178, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__day.is-today {
  position: relative;
}

/* line 181, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__day.is-today::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  background: var(--color-bg-brand-solid);
}

/* line 195, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__day.is-selected {
  background: var(--color-bg-brand-solid);
  color: var(--color-white, #fff);
  font-weight: 600;
}

/* line 200, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__day.is-selected.is-today::after {
  display: none;
}

/* line 206, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__day.is-disabled {
  color: var(--color-text-disabled);
  cursor: not-allowed;
}

/* line 213, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__years {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

/* line 219, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__year {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: var(--color-text-primary);
  cursor: pointer;
  transition: background-color 0.12s, color 0.12s;
}

/* line 233, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__year:hover:not(.is-disabled):not(.is-selected) {
  background: var(--color-bg-active);
}

/* line 237, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__year.is-current {
  border: 1px solid var(--color-border-brand);
}

/* line 241, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__year.is-selected {
  background: var(--color-bg-brand-solid);
  color: var(--color-white, #fff);
  font-weight: 600;
}

/* line 247, app/assets/stylesheets/new-layout/components/_datepicker.scss */
.datepicker__year.is-disabled {
  color: var(--color-text-disabled);
  cursor: not-allowed;
}

@media (max-width: 480px) {
  /* line 255, app/assets/stylesheets/new-layout/components/_datepicker.scss */
  .datepicker__panel {
    width: calc(100vw - 32px);
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 4, app/assets/stylesheets/new-layout/components/_delete-confirm-preview.scss */
.delete-confirm-preview {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-secondary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  margin-bottom: 16px;
}

/* line 17, app/assets/stylesheets/new-layout/components/_delete-confirm-preview.scss */
.delete-confirm-preview__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary);
  flex-shrink: 0;
}

/* line 28, app/assets/stylesheets/new-layout/components/_delete-confirm-preview.scss */
.delete-confirm-preview__icon svg {
  width: 20px;
  height: 20px;
  color: var(--color-fg-quinary);
}

/* line 35, app/assets/stylesheets/new-layout/components/_delete-confirm-preview.scss */
.delete-confirm-preview__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 42, app/assets/stylesheets/new-layout/components/_delete-confirm-preview.scss */
.delete-confirm-preview__label {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 48, app/assets/stylesheets/new-layout/components/_delete-confirm-preview.scss */
.delete-confirm-preview__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 54, app/assets/stylesheets/new-layout/components/_delete-confirm-preview.scss */
.delete-confirm-preview__meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 60, app/assets/stylesheets/new-layout/components/_delete-confirm-preview.scss */
.delete-confirm-preview__warning {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 1, app/assets/stylesheets/new-layout/components/_divider.scss */
.divider {
  --divider-line-color: var(--color-border-secondary);
  width: 100%;
  position: relative;
  /* DEFAULT = line */
  height: 1px;
  background-color: var(--divider-line-color);
}

/* line 10, app/assets/stylesheets/new-layout/components/_divider.scss */
.divider__content {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

/* line 16, app/assets/stylesheets/new-layout/components/_divider.scss */
.divider--line {
  height: 1px;
  background-color: var(--divider-line-color);
}

/* line 21, app/assets/stylesheets/new-layout/components/_divider.scss */
.divider--simple {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  height: auto;
  background: none;
}

/* line 29, app/assets/stylesheets/new-layout/components/_divider.scss */
.divider--simple::before, .divider--simple::after {
  content: "";
  height: 1px;
  background-color: var(--divider-line-color);
}

/* line 37, app/assets/stylesheets/new-layout/components/_divider.scss */
.divider--dual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border-top: 1px solid var(--divider-line-color);
  border-bottom: 1px solid var(--divider-line-color);
  height: auto;
  background: none;
}

/* line 48, app/assets/stylesheets/new-layout/components/_divider.scss */
.divider--fill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-radius: 8px;
  background: var(--color-bg-secondary);
  height: auto;
}

/* line 1, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown {
  position: relative;
  display: inline-flex;
}

/* line 6, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__trigger:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 10, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__trigger[aria-expanded="true"] {
  outline: 2px solid var(--color-focus-ring) !important;
  outline-offset: 2px;
}

/* line 16, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__menu {
  --dropdown-available-height: 100dvh;
  --dropdown-available-width: 100vw;
  --dropdown-max-height: 99999px;
  display: flex;
  flex-flow: column nowrap;
  gap: 2px;
  width: 280px;
  max-width: var(--dropdown-available-width);
  min-height: 0;
  max-height: min(var(--dropdown-available-height), var(--dropdown-max-height));
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--color-border-secondary-alt);
  background: var(--color-bg-primary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-out, visibility 0s linear 0.1s;
  z-index: 101;
}

/* line 42, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__menu[data-state="open"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.1s ease-out, visibility 0s;
}

/* line 51, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__menu[hidden] {
  display: none !important;
}

/* line 56, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__menu .dropdown-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
  color: var(--color-text-secondary);
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: background-color;
}

/* line 68, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__menu .dropdown-item .item-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--color-fg-quaternary);
}

/* line 75, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__menu .dropdown-item:hover {
  background: var(--color-bg-secondary-hover);
}

/* line 79, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__menu .dropdown-item:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 0px;
}

/* line 84, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__menu .dropdown-item:disabled, .dropdown__menu .dropdown-item.disabled {
  pointer-events: none;
  color: var(--color-text-disabled);
}

/* line 91, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__menu .dropdown-item.variant-error {
  color: var(--color-text-error-primary);
}

/* line 97, app/assets/stylesheets/new-layout/components/_dropdown.scss */
.dropdown__menu .dropdown-separator {
  display: block;
  height: 1px;
  width: 100%;
  margin: 4px 0;
  background: var(--color-border-secondary);
  flex: 0 0 auto;
}

/* line 1, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav {
  position: relative;
  color: var(--color-text-primary);
}

/* line 5, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__desktop {
  display: block;
}

/* line 9, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile {
  display: none;
  position: relative;
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/new-layout/components/_external-nav.scss */
  .external-nav__desktop {
    display: none;
  }
  /* line 18, app/assets/stylesheets/new-layout/components/_external-nav.scss */
  .external-nav__mobile {
    display: block;
  }
}

/* line 29, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid var(--color-border-primary);
  background: var(--color-bg-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 42, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-trigger:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 0;
  box-shadow: none;
}

/* line 47, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-trigger[aria-expanded="true"] {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 0;
}

/* line 50, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-trigger[aria-expanded="true"] .external-nav__mobile-trigger-chevron {
  transform: rotate(180deg);
}

/* line 55, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-trigger-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* line 59, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-trigger-chevron {
  color: var(--color-fg-quaternary);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 67, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-menu {
  --scrollbar-w: 18px;
  --scrollbar-thumb-color: rgba(0, 0, 0, 0.15);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) transparent;
  display: flex;
  flex-flow: column nowrap;
  padding: 4px 6px;
  gap: 2px;
  border-radius: 8px;
  border: 1px solid var(--color-border-secondary-alt);
  background: var(--color-bg-primary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  width: var(--dropdown-trigger-width, 0px);
  max-width: var(--dropdown-available-width, 100vw);
  max-height: min(var(--dropdown-available-height, 100dvh), var(--dropdown-max-height, 99999px));
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-out, visibility 0s linear 0.1s;
  z-index: 101;
}

/* line 17, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.external-nav__mobile .external-nav__mobile-menu::-webkit-scrollbar {
  width: 18px;
  height: 18px;
}

/* line 22, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.external-nav__mobile .external-nav__mobile-menu::-webkit-scrollbar-track {
  background: transparent;
}

/* line 26, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.external-nav__mobile .external-nav__mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 9999px;
  border: 6px solid transparent;
  background-clip: content-box;
}

/* line 91, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-menu[data-state="open"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.1s ease-out, visibility 0s;
}

/* line 100, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-menu[hidden] {
  display: none !important;
}

/* line 105, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 114, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 8px;
  gap: 8px;
  border-radius: 6px;
}

/* line 123, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-link:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 0;
  box-shadow: none;
  z-index: 1;
}

/* line 129, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-link:hover {
  background: var(--color-bg-active);
}

/* line 133, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-link.is-active, .external-nav__mobile .external-nav__mobile-link[aria-current="page"] {
  background: var(--color-bg-active);
}

/* line 137, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .external-nav__mobile-link.is-active::after, .external-nav__mobile .external-nav__mobile-link[aria-current="page"]::after {
  content: "";
  width: 20px;
  height: 20px;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23007AFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* line 148, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .ds-collapse {
  width: 100%;
}

/* line 152, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .ds-collapse__trigger {
  padding: 10px 8px;
  border-radius: 6px;
  background: var(--color-bg-primary);
  width: 100%;
}

/* line 158, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .ds-collapse__trigger:hover {
  background: var(--color-bg-active);
  color: var(--color-text-secondary);
}

/* line 163, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .ds-collapse__trigger .collapse-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* line 168, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__mobile .ds-collapse-item {
  padding: 8px 8px 8px 32px;
  border-radius: 6px;
}

/* line 174, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__purchase-cta {
  margin-left: auto;
}

/* line 177, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__purchase-cta-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  opacity: 0.75;
}

/* line 186, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__settings-dropdown {
  display: inline-flex;
  position: relative;
}

/* line 191, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__settings-trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 197, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__settings-chevron {
  flex-shrink: 0;
  transition: transform 0.15s ease;
}

/* line 202, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__settings-trigger[aria-expanded="true"] .external-nav__settings-chevron {
  transform: rotate(180deg);
}

/* line 206, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__settings-menu {
  width: auto;
  min-width: 220px;
}

/* line 210, app/assets/stylesheets/new-layout/components/_external-nav.scss */
.external-nav__settings-menu .dropdown-item.is-active {
  color: var(--color-text-brand-secondary);
}

/* line 1, app/assets/stylesheets/new-layout/components/_favorite-button.scss */
.favorite-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  color: var(--color-fg-quaternary);
  border: 1px solid var(--color-border-primary);
  background: var(--color-bg-primary);
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: background-color, color;
}

/* line 16, app/assets/stylesheets/new-layout/components/_favorite-button.scss */
.favorite-button__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

/* line 21, app/assets/stylesheets/new-layout/components/_favorite-button.scss */
.favorite-button__icon--filled {
  display: none;
}

/* line 26, app/assets/stylesheets/new-layout/components/_favorite-button.scss */
.favorite-button:hover {
  color: var(--color-fg-tertiary);
  background: var(--color-bg-primary-hover);
}

/* line 31, app/assets/stylesheets/new-layout/components/_favorite-button.scss */
.favorite-button:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 37, app/assets/stylesheets/new-layout/components/_favorite-button.scss */
.favorite-button.is-active .favorite-button__icon--empty, .favorite-button[aria-pressed="true"] .favorite-button__icon--empty {
  display: none;
}

/* line 41, app/assets/stylesheets/new-layout/components/_favorite-button.scss */
.favorite-button.is-active .favorite-button__icon--filled, .favorite-button[aria-pressed="true"] .favorite-button__icon--filled {
  display: inline-flex;
}

/* line 46, app/assets/stylesheets/new-layout/components/_favorite-button.scss */
.favorite-button:disabled, .favorite-button[aria-disabled="true"] {
  cursor: not-allowed;
  pointer-events: none;
}

/* line 51, app/assets/stylesheets/new-layout/components/_favorite-button.scss */
.favorite-button:disabled .favorite-button__icon, .favorite-button[aria-disabled="true"] .favorite-button__icon {
  color: var(--color-fg-disabled-subtle);
  fill: transparent;
}

/* line 1, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

/* line 8, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon .featured-icon__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 14, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light {
  border-radius: 9999px;
}

/* line 17, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.size-sm {
  width: 32px;
  height: 32px;
}

/* line 21, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.size-sm svg {
  width: 16px;
  height: 16px;
}

/* line 26, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.size-md {
  width: 40px;
  height: 40px;
}

/* line 30, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.size-md svg {
  width: 20px;
  height: 20px;
}

/* line 35, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.size-lg {
  width: 48px;
  height: 48px;
}

/* line 39, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.size-lg svg {
  width: 24px;
  height: 24px;
}

/* line 44, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.size-xl {
  width: 56px;
  height: 56px;
}

/* line 48, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.size-xl svg {
  width: 28px;
  height: 28px;
}

/* line 54, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.color-brand {
  color: var(--color-featured-icon-light-fg-brand);
  background: var(--color-bg-brand-secondary);
}

/* line 58, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.color-gray {
  color: var(--color-featured-icon-light-fg-gray);
  background: var(--color-bg-tertiary);
}

/* line 62, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.color-error {
  color: var(--color-featured-icon-light-fg-error);
  background: var(--color-bg-error-secondary);
}

/* line 66, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.color-warning {
  color: var(--color-featured-icon-light-fg-warning);
  background: var(--color-bg-warning-secondary);
}

/* line 70, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-light.color-success {
  color: var(--color-featured-icon-light-fg-success);
  background: var(--color-bg-success-secondary);
}

/* line 76, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark {
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
  color: var(--color-fg-white);
}

/* line 80, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid;
  border-color: color-mix(in srgb, var(--color-utility-brand-200) 12%, transparent);
  border-radius: inherit;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none;
}

/* line 93, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-sm {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

/* line 98, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-sm::before {
  border-radius: 5px;
}

/* line 101, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-sm svg {
  width: 16px;
  height: 16px;
}

/* line 106, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-md {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

/* line 111, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-md::before {
  border-radius: 7px;
}

/* line 114, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-md svg {
  width: 20px;
  height: 20px;
}

/* line 119, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-lg {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

/* line 124, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-lg::before {
  border-radius: 9px;
}

/* line 127, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-lg svg {
  width: 24px;
  height: 24px;
}

/* line 132, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-xl {
  width: 56px;
  height: 56px;
  border-radius: 12px;
}

/* line 137, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-xl::before {
  border-radius: 11px;
}

/* line 140, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.size-xl svg {
  width: 28px;
  height: 28px;
}

/* line 146, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.color-brand {
  background: var(--color-bg-brand-solid);
}

/* line 149, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.color-gray {
  background: var(--color-bg-secondary-solid);
}

/* line 152, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.color-error {
  background: var(--color-bg-error-solid);
}

/* line 155, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.color-warning {
  background: var(--color-bg-warning-solid);
}

/* line 158, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-dark.color-success {
  background: var(--color-bg-success-solid);
}

/* line 163, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern {
  border-radius: 6px;
  color: var(--color-fg-secondary);
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 170, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern.size-sm {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

/* line 175, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern.size-sm svg {
  width: 16px;
  height: 16px;
}

/* line 180, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern.size-md {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

/* line 185, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern.size-md svg {
  width: 20px;
  height: 20px;
}

/* line 190, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern.size-lg {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

/* line 195, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern.size-lg svg {
  width: 24px;
  height: 24px;
}

/* line 200, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern.size-xl {
  width: 56px;
  height: 56px;
  border-radius: 12px;
}

/* line 205, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern.size-xl svg {
  width: 28px;
  height: 28px;
}

/* line 212, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue {
  color: var(--color-fg-secondary);
  background: var(--color-bg-primary-alt);
  border: 1px solid var(--color-border-primary);
  border-radius: 8px;
}

/* line 218, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue .featured-icon__inner {
  background: var(--color-bg-primary-alt);
  border-radius: 4px;
  border: 1px solid var(--color-border-secondary-alt);
  box-shadow: 0 -2px 2px 0 var(--color-shadow-sm-01) inset, 1px 8px 5px 0 var(--color-shadow-xs), 0 3px 3px 0 var(--color-shadow-sm-01), 0 1px 2px 0 var(--color-shadow-sm-01);
}

/* line 226, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-sm {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

/* line 231, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-sm .featured-icon__inner {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* line 236, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-sm svg {
  width: 16px;
  height: 16px;
}

/* line 241, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-md {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

/* line 246, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-md .featured-icon__inner {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

/* line 251, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-md svg {
  width: 20px;
  height: 20px;
}

/* line 256, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-lg {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

/* line 261, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-lg .featured-icon__inner {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

/* line 266, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-lg svg {
  width: 24px;
  height: 24px;
}

/* line 271, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-xl {
  width: 56px;
  height: 56px;
  border-radius: 12px;
}

/* line 276, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-xl .featured-icon__inner {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

/* line 281, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-modern-neue.size-xl svg {
  width: 28px;
  height: 28px;
}

/* line 288, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient {
  color: var(--color-fg-white);
  border-radius: 9999px;
}

/* line 292, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid var(--color-utility-brand-200);
  background-color: var(--color-utility-brand-50);
  -webkit-mask-image: linear-gradient(to bottom, white 0%, transparent 100%);
          mask-image: linear-gradient(to bottom, white 0%, transparent 100%);
}

/* line 303, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient .featured-icon__inner {
  position: relative;
  background-color: var(--color-bg-brand-solid);
  border-radius: 9999px;
}

/* line 309, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-sm {
  width: 32px;
  height: 32px;
}

/* line 313, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-sm .featured-icon__inner {
  width: 24px;
  height: 24px;
}

/* line 317, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-sm svg {
  width: 16px;
  height: 16px;
}

/* line 322, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-md {
  width: 40px;
  height: 40px;
}

/* line 326, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-md .featured-icon__inner {
  width: 28px;
  height: 28px;
}

/* line 330, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-md svg {
  width: 16px;
  height: 16px;
}

/* line 335, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-lg {
  width: 48px;
  height: 48px;
}

/* line 339, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-lg .featured-icon__inner {
  width: 32px;
  height: 32px;
}

/* line 343, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-lg svg {
  width: 20px;
  height: 20px;
}

/* line 348, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-xl {
  width: 56px;
  height: 56px;
}

/* line 352, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-xl .featured-icon__inner {
  width: 40px;
  height: 40px;
}

/* line 356, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.size-xl svg {
  width: 20px;
  height: 20px;
}

/* line 363, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.color-brand::before {
  border: 1px solid var(--color-utility-brand-200);
  background: var(--color-utility-brand-50);
}

/* line 367, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.color-brand .featured-icon__inner {
  background: var(--color-bg-brand-solid);
}

/* line 372, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.color-gray::before {
  border: 1px solid var(--color-utility-gray-200);
  background: var(--color-utility-gray-50);
}

/* line 376, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.color-gray .featured-icon__inner {
  background: var(--color-bg-secondary-solid);
}

/* line 381, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.color-error::before {
  border: 1px solid var(--color-utility-error-200);
  background: var(--color-utility-error-50);
}

/* line 385, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.color-error .featured-icon__inner {
  background: var(--color-bg-error-solid);
}

/* line 390, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.color-warning::before {
  border: 1px solid var(--color-utility-warning-200);
  background: var(--color-utility-warning-50);
}

/* line 394, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.color-warning .featured-icon__inner {
  background: var(--color-bg-warning-solid);
}

/* line 399, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.color-success::before {
  border: 1px solid var(--color-utility-success-200);
  background: var(--color-utility-success-50);
}

/* line 403, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-gradient.color-success .featured-icon__inner {
  background: var(--color-bg-success-solid);
}

/* line 409, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline {
  --ring-1: 38px;
  --ring-2: 28px;
  --color: var(--color-featured-icon-light-fg-brand);
  border-radius: 9999px;
}

/* line 416, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline::before, .featured-icon.variant-outline::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  border-style: solid;
  border-width: 2px;
  pointer-events: none;
}

/* line 425, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline::before {
  width: var(--ring-1);
  height: var(--ring-1);
  border-color: color-mix(in oklab, currentColor 10%, transparent);
}

/* line 430, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline::after {
  width: var(--ring-2);
  height: var(--ring-2);
  border-color: color-mix(in oklab, currentColor 30%, transparent);
}

/* line 436, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.size-sm {
  --ring-1: 32px;
  --ring-2: 24px;
}

/* line 440, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.size-sm svg {
  width: 16px;
  height: 16px;
}

/* line 445, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.size-md {
  --ring-1: 38px;
  --ring-2: 28px;
}

/* line 449, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.size-md svg {
  width: 20px;
  height: 20px;
}

/* line 454, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.size-lg {
  --ring-1: 42px;
  --ring-2: 32px;
}

/* line 458, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.size-lg svg {
  width: 24px;
  height: 24px;
}

/* line 463, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.size-xl {
  --ring-1: 46px;
  --ring-2: 36px;
}

/* line 467, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.size-xl svg {
  width: 28px;
  height: 28px;
}

/* line 473, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.color-brand {
  color: var(--color-featured-icon-light-fg-brand);
}

/* line 476, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.color-gray {
  color: var(--color-featured-icon-light-fg-gray);
}

/* line 479, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.color-error {
  color: var(--color-featured-icon-light-fg-error);
}

/* line 482, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.color-warning {
  color: var(--color-featured-icon-light-fg-warning);
}

/* line 485, app/assets/stylesheets/new-layout/components/_featured-icon.scss */
.featured-icon.variant-outline.color-success {
  color: var(--color-featured-icon-light-fg-success);
}

/* line 7, app/assets/stylesheets/new-layout/components/_form-actions.scss */
.form-actions {
  display: flex;
  gap: 12px;
}

/* line 11, app/assets/stylesheets/new-layout/components/_form-actions.scss */
.form-actions .button {
  display: flex;
  height: 52px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

/* line 20, app/assets/stylesheets/new-layout/components/_form-actions.scss */
.form-actions > .button.variant-secondary {
  flex: 1 0 0;
}

/* line 25, app/assets/stylesheets/new-layout/components/_form-actions.scss */
.form-actions > .button.variant-primary {
  flex: 3 0 0;
}

@media (max-width: 768px) {
  /* line 7, app/assets/stylesheets/new-layout/components/_form-actions.scss */
  .form-actions {
    flex-direction: column;
  }
  /* line 32, app/assets/stylesheets/new-layout/components/_form-actions.scss */
  .form-actions > .button.variant-primary {
    order: -1;
  }
  /* line 36, app/assets/stylesheets/new-layout/components/_form-actions.scss */
  .form-actions > .button.variant-secondary,
.form-actions > .button.variant-primary {
    flex: none;
  }
}

/* line 1, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
}

/* line 8, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs__item {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: var(--color-text-quaternary);
  background: transparent;
  transition: 0.2s ease;
  transition-property: background-color, color, border, box-shadow;
}

/* line 21, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-primary {
  padding: 8px;
  border-radius: 9999px;
  border: 1px solid var(--color-border-secondary);
  background: transparent;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

/* line 28, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-primary .horizontal-tabs__item {
  padding: 8px 12px;
  border-radius: 9999px;
}

/* line 32, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-primary .horizontal-tabs__item:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 36, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-primary .horizontal-tabs__item:hover {
  color: var(--color-text-brand-secondary);
  background: var(--color-bg-active);
}

/* line 41, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-primary .horizontal-tabs__item.is-active, .horizontal-tabs.variant-button-primary .horizontal-tabs__item[aria-current="page"] {
  color: var(--color-text-brand-secondary);
  background: var(--color-bg-primary);
}

/* line 48, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-gray {
  padding: 8px;
  border-radius: 9999px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-alpha-white-20);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

/* line 55, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-gray .horizontal-tabs__item {
  padding: 8px 12px;
  border-radius: 9999px;
}

/* line 59, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-gray .horizontal-tabs__item:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 63, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-gray .horizontal-tabs__item:hover {
  color: var(--color-text-secondary);
  background: var(--color-bg-active);
}

/* line 68, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-gray .horizontal-tabs__item.is-active, .horizontal-tabs.variant-button-gray .horizontal-tabs__item[aria-current="page"] {
  color: var(--color-text-secondary);
  background: var(--color-bg-active);
}

/* line 75, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-underline {
  gap: 12px;
}

/* line 78, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-underline::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  background: var(--color-border-secondary);
}

/* line 87, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-underline .horizontal-tabs__item {
  padding: 0 4px 12px 4px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}

/* line 92, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-underline .horizontal-tabs__item:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 96, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-underline .horizontal-tabs__item:hover {
  color: var(--color-text-brand-secondary);
  border-bottom: 2px solid var(--color-fg-brand-primary-alt);
}

/* line 101, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-underline .horizontal-tabs__item.is-active, .horizontal-tabs.variant-button-underline .horizontal-tabs__item[aria-current="page"] {
  color: var(--color-text-brand-secondary);
  border-bottom: 2px solid var(--color-fg-brand-primary-alt);
}

/* line 108, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-border {
  gap: 4px;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-secondary-alt);
}

/* line 115, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-border .horizontal-tabs__item {
  padding: 8px 12px;
  border-radius: 6px;
}

/* line 119, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-border .horizontal-tabs__item:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 123, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-border .horizontal-tabs__item:hover {
  color: var(--color-text-secondary);
  background: var(--color-bg-primary-alt);
  box-shadow: 0px 1px 3px 0px var(--color-shadow-sm-01), 0px 1px 2px -1px var(--color-shadow-sm-02);
}

/* line 129, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.variant-button-border .horizontal-tabs__item.is-active, .horizontal-tabs.variant-button-border .horizontal-tabs__item[aria-current="page"] {
  color: var(--color-text-secondary);
  background: var(--color-bg-primary-alt);
  box-shadow: 0px 1px 3px 0px var(--color-shadow-sm-01), 0px 1px 2px -1px var(--color-shadow-sm-02);
}

/* line 140, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.size-sm .horizontal-tabs__item {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* line 145, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.size-md .horizontal-tabs__item {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

/* line 151, app/assets/stylesheets/new-layout/components/_horizontal-tabs.scss */
.horizontal-tabs.full-width .horizontal-tabs__item {
  flex: 1;
}

/* line 1, app/assets/stylesheets/new-layout/components/_forms.scss */
.form-field {
  display: flex;
  flex-flow: column nowrap;
  gap: 6px;
}

/* line 7, app/assets/stylesheets/new-layout/components/_forms.scss */
.form-field__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: var(--color-text-secondary);
}

/* line 18, app/assets/stylesheets/new-layout/components/_forms.scss */
.form-field:has(.input__field:required) .form-field__label::after,
.form-field:has(.textarea:required) .form-field__label::after,
.form-field:has(.phone-input__number:required) .form-field__label::after,
.form-field:has(.select__input[required]) .form-field__label::after,
.form-field:has([data-rich-editor-required-value="true"]) .form-field__label::after {
  content: "*";
  color: var(--color-text-brand-tertiary);
}

/* line 30, app/assets/stylesheets/new-layout/components/_forms.scss */
.form-field.required::after {
  content: none;
}

/* line 34, app/assets/stylesheets/new-layout/components/_forms.scss */
.form-field__hint {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 38, app/assets/stylesheets/new-layout/components/_forms.scss */
.form-field__hint.is-error {
  color: var(--color-text-error-primary);
}

/* line 43, app/assets/stylesheets/new-layout/components/_forms.scss */
.form-field__error {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-error-primary);
}

/* line 49, app/assets/stylesheets/new-layout/components/_forms.scss */
.form-field__label-info {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  color: var(--color-fg-quaternary);
  cursor: help;
  vertical-align: middle;
}

/* line 57, app/assets/stylesheets/new-layout/components/_forms.scss */
.form-field__label-info svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

/* line 63, app/assets/stylesheets/new-layout/components/_forms.scss */
.form-field__label-info:hover, .form-field__label-info:focus-visible {
  color: var(--color-text-tertiary);
  outline: none;
}

/* line 71, app/assets/stylesheets/new-layout/components/_forms.scss */
.form-field:has([aria-invalid="true"]:is(input, textarea, select)) .form-field__hint {
  color: var(--color-text-error-primary);
}

/* line 18, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 9999px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  transition: 0.2s ease;
  transition-property: background-color, color;
}

/* line 31, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button svg {
  transition: all 0.2s ease;
}

/* line 35, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button:disabled, .icon-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

/* line 44, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button:not([class*="variant-"]):not([class*="color-"]) {
  padding: 10px;
  color: var(--color-button-primary-icon);
  background: var(--color-brand-600);
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 50, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button:not([class*="variant-"]):not([class*="color-"])::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none;
}

/* line 62, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button:not([class*="variant-"]):not([class*="color-"]):hover {
  color: var(--color-button-primary-icon-hover);
  background: var(--color-brand-800);
}

/* line 67, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button:not([class*="variant-"]):not([class*="color-"]):focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
  background: var(--color-brand-800);
}

/* line 72, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button:not([class*="variant-"]):not([class*="color-"]):disabled, .icon-button.disabled:not([class*="variant-"]):not([class*="color-"]) {
  color: var(--color-fg-disabled-subtle);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 10, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button:not([class*="variant-"]):not([class*="color-"]):disabled::before, .icon-button.disabled:not([class*="variant-"]):not([class*="color-"])::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 80, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.size-xs {
  padding: 6px;
}

/* line 83, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.size-sm {
  padding: 8px;
}

/* line 86, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.size-md {
  padding: 10px;
}

/* line 89, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.size-lg {
  padding: 12px;
}

/* line 92, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.size-xl {
  padding: 14px;
}

/* line 99, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.variant-primary {
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 102, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.variant-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none;
}

/* line 114, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.variant-secondary {
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 117, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.variant-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px transparent;
  border-radius: inherit;
  pointer-events: none;
}

/* line 133, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 137, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-primary {
  color: var(--color-button-primary-icon);
  background: var(--color-brand-600);
}

/* line 141, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-primary:hover {
  color: var(--color-button-primary-icon-hover);
  background: var(--color-brand-800);
}

/* line 146, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-primary:focus-visible {
  background: var(--color-brand-800);
}

/* line 150, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-primary:disabled, .icon-button.color-brand.variant-primary.disabled {
  color: var(--color-fg-disabled-subtle);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 10, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-primary:disabled::before, .icon-button.color-brand.variant-primary.disabled::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 156, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-secondary {
  color: var(--color-fg-quaternary);
  background: var(--color-bg-primary);
}

/* line 160, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-secondary::before {
  border: 1px solid var(--color-border-primary);
}

/* line 164, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-secondary:hover {
  color: var(--color-fg-quaternary-hover);
  background: var(--color-bg-primary-hover);
}

/* line 169, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-secondary:focus-visible {
  background: var(--color-bg-primary);
}

/* line 173, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-secondary:disabled, .icon-button.color-brand.variant-secondary.disabled {
  color: var(--color-fg-disabled-subtle);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  background: var(--color-bg-primary);
}

/* line 10, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-secondary:disabled::before, .icon-button.color-brand.variant-secondary.disabled::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 180, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-tertiary {
  color: var(--color-fg-quaternary);
}

/* line 183, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-tertiary:hover {
  color: var(--color-fg-quaternary-hover);
  background: var(--color-bg-primary-hover);
}

/* line 188, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-tertiary:focus-visible {
  background: var(--color-bg-primary);
}

/* line 192, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-brand.variant-tertiary:disabled, .icon-button.color-brand.variant-tertiary.disabled {
  color: var(--color-fg-disabled-subtle);
  background: transparent;
}

/* line 200, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive:focus-visible {
  outline: 2px solid var(--color-focus-ring-error);
  outline-offset: 2px;
}

/* line 204, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-primary {
  color: var(--color-button-destructive-primary-icon);
  background: var(--color-bg-error-solid);
}

/* line 208, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-primary:hover {
  color: var(--color-button-destructive-primary-icon-hover);
  background: var(--color-bg-error-solid-hover);
}

/* line 213, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-primary:focus-visible {
  background: var(--color-bg-error-solid);
}

/* line 217, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-primary:disabled, .icon-button.color-destructive.variant-primary.disabled {
  color: var(--color-fg-disabled-subtle);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 10, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-primary:disabled::before, .icon-button.color-destructive.variant-primary.disabled::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 223, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-secondary {
  color: var(--color-fg-error-secondary);
  background: var(--color-bg-primary);
}

/* line 227, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-secondary::before {
  border: 1px solid var(--color-border-error-subtle);
}

/* line 231, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-secondary:hover {
  color: var(--color-fg-error-primary);
  background: var(--color-bg-error-primary);
}

/* line 236, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-secondary:disabled, .icon-button.color-destructive.variant-secondary.disabled {
  color: var(--color-fg-disabled-subtle);
  background: transparent;
  background: var(--color-bg-disabled);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  background: var(--color-bg-primary);
}

/* line 10, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-secondary:disabled::before, .icon-button.color-destructive.variant-secondary.disabled::before {
  border: 1px solid var(--color-border-disabled-subtle);
  -webkit-mask-image: none;
          mask-image: none;
}

/* line 243, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-tertiary {
  color: var(--color-fg-error-secondary);
}

/* line 246, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-tertiary:hover {
  color: var(--color-fg-error-primary);
  background: var(--color-bg-error-primary);
}

/* line 251, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-tertiary:focus-visible {
  background: var(--color-bg-primary);
}

/* line 255, app/assets/stylesheets/new-layout/components/_icon-button.scss */
.icon-button.color-destructive.variant-tertiary:disabled, .icon-button.color-destructive.variant-tertiary.disabled {
  color: var(--color-fg-disabled-subtle);
  background: transparent;
}

/* line 1, app/assets/stylesheets/new-layout/components/_input.scss */
.input {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  transition: 0.2s ease;
  transition-property: border-color, box-shadow, background-color;
}

/* line 14, app/assets/stylesheets/new-layout/components/_input.scss */
.input:focus-within {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 21, app/assets/stylesheets/new-layout/components/_input.scss */
.input__field {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  flex: 1;
  min-width: 0;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  color: var(--color-text-primary);
  caret-color: currentcolor;
}

/* line 33, app/assets/stylesheets/new-layout/components/_input.scss */
.input__field::-moz-placeholder {
  color: var(--color-text-placeholder);
}
.input__field:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
.input__field::placeholder {
  color: var(--color-text-placeholder);
}

/* line 37, app/assets/stylesheets/new-layout/components/_input.scss */
.input__field:focus-visible {
  outline: none;
}

/* line 42, app/assets/stylesheets/new-layout/components/_input.scss */
.input__decorator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--color-fg-quaternary);
}

/* line 50, app/assets/stylesheets/new-layout/components/_input.scss */
.input__decorator svg {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

/* line 56, app/assets/stylesheets/new-layout/components/_input.scss */
.input__decorator--button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

/* line 63, app/assets/stylesheets/new-layout/components/_input.scss */
.input__decorator--button:hover {
  color: var(--color-fg-secondary);
}

/* line 65, app/assets/stylesheets/new-layout/components/_input.scss */
.input__decorator--button:focus-visible {
  outline: 2px solid var(--color-border-brand);
  outline-offset: 2px;
  border-radius: 4px;
}

/* line 74, app/assets/stylesheets/new-layout/components/_input.scss */
.input:has(.input__field[aria-invalid="true"]) {
  border-color: var(--color-border-error-subtle);
}

/* line 77, app/assets/stylesheets/new-layout/components/_input.scss */
.input:has(.input__field[aria-invalid="true"]):focus-within {
  border-color: var(--color-border-error);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-error);
}

/* line 86, app/assets/stylesheets/new-layout/components/_input.scss */
.input:has(.input__field:disabled), .input:has(.input__field[disabled]) {
  border-color: var(--color-border-disabled);
  background: var(--color-bg-disabled-subtle);
  cursor: not-allowed;
}

/* line 92, app/assets/stylesheets/new-layout/components/_input.scss */
.input:has(.input__field:disabled) .input__field, .input:has(.input__field[disabled]) .input__field {
  color: var(--color-text-disabled);
  background: transparent;
}

/* line 97, app/assets/stylesheets/new-layout/components/_input.scss */
.input:has(.input__field:disabled) .input__decorator, .input:has(.input__field[disabled]) .input__decorator {
  color: var(--color-fg-disabled);
}

/* line 103, app/assets/stylesheets/new-layout/components/_input.scss */
.input.size-sm {
  padding: 8px 12px;
}

/* line 107, app/assets/stylesheets/new-layout/components/_input.scss */
.input.size-md {
  padding: 10px 14px;
}

/* line 1, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  transition: 0.2s ease;
  transition-property: border-color, box-shadow, background-color;
}

/* line 12, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input:focus-within {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 21, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__dial {
  position: static;
  flex-shrink: 0;
}

/* line 26, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 8px 10px 14px;
  background: transparent;
  border: none;
  border-right: 1px solid var(--color-border-primary);
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  color: var(--color-text-primary);
  transition: 0.2s ease;
  transition-property: background-color;
  white-space: nowrap;
}

/* line 41, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__trigger:hover {
  background: var(--color-bg-secondary-hover);
}

/* line 45, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__trigger:focus-visible {
  outline: 2px solid var(--color-border-brand);
  outline-offset: -2px;
  border-radius: 8px 0 0 8px;
}

/* line 52, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__flag {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 62, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 70, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__code {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 75, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__chevron {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: var(--color-fg-quaternary);
  transition: transform 0.2s ease;
}

/* line 85, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__chevron svg {
  width: 100%;
  height: 100%;
}

/* line 91, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input.is-open .phone-input__chevron {
  transform: rotate(180deg);
}

/* line 97, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__number {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border: none;
  outline: none;
  background: transparent;
  color: var(--color-text-primary);
  caret-color: currentcolor;
  border-radius: 0 8px 8px 0;
}

/* line 109, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__number::-moz-placeholder {
  color: var(--color-text-placeholder);
}
.phone-input__number:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
.phone-input__number::placeholder {
  color: var(--color-text-placeholder);
}

/* line 113, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__number:focus-visible {
  outline: none;
}

/* line 121, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input:has(.phone-input__suffix) .phone-input__number {
  padding-right: 0;
}

/* line 125, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__suffix {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--color-fg-quaternary);
}

/* line 133, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__suffix svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* line 142, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 300px;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary-alt);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-4px) scale(0.98);
  visibility: hidden;
  transition: 0.2s ease;
  transition-property: opacity, transform, visibility;
  z-index: 101;
}

/* line 160, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__panel--open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
}

/* line 167, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__panel[hidden] {
  display: none !important;
}

/* line 172, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__search-wrap {
  padding: 8px;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 177, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__search {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 8px;
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  background: var(--color-bg-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  color: var(--color-text-primary);
  outline: none;
  transition: 0.2s ease;
  transition-property: border-color, box-shadow;
}

/* line 192, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__search::-moz-placeholder {
  color: var(--color-text-placeholder);
}
.phone-input__search:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
.phone-input__search::placeholder {
  color: var(--color-text-placeholder);
}

/* line 196, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__search:focus {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 204, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__list {
  --scrollbar-w: 18px;
  --scrollbar-thumb-color: rgba(0, 0, 0, 0.15);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) transparent;
  list-style: none;
  margin: 0;
  padding: 4px 6px;
  max-height: 260px;
  overflow-y: auto;
  outline: none;
}

/* line 17, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.phone-input__list::-webkit-scrollbar {
  width: 18px;
  height: 18px;
}

/* line 22, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.phone-input__list::-webkit-scrollbar-track {
  background: transparent;
}

/* line 26, app/assets/stylesheets/new-layout/mixins/_scrollbar.scss */
.phone-input__list::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 9999px;
  border: 6px solid transparent;
  background-clip: content-box;
}

/* line 214, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
  color: var(--color-text-primary);
  transition: 0.2s ease;
  transition-property: background-color;
}

/* line 225, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__option:hover {
  background: var(--color-bg-secondary-hover);
}

/* line 229, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__option[aria-selected="true"] {
  background: var(--color-bg-active);
}

/* line 233, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__option:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-border-brand) inset;
}

/* line 238, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__option.is-hidden {
  display: none;
}

/* line 243, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__option-flag {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 253, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__option-flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 261, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__option-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  flex: 1;
  color: var(--color-text-primary);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 271, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__option-dial {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
  flex-shrink: 0;
}

/* line 278, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__empty {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 8px;
  text-align: center;
  color: var(--color-text-tertiary);
  display: none;
}

/* line 285, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input__empty.is-visible {
  display: block;
}

/* line 300, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input.is-invalid, .phone-input:has(.phone-input__number[aria-invalid="true"]) {
  border-color: var(--color-border-error-subtle);
}

/* line 304, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input.is-invalid:focus-within, .phone-input:has(.phone-input__number[aria-invalid="true"]):focus-within {
  border-color: var(--color-border-error);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-error);
}

/* line 312, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input.is-disabled {
  border-color: var(--color-border-disabled);
  background: var(--color-bg-disabled-subtle);
  cursor: not-allowed;
}

/* line 317, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input.is-disabled .phone-input__trigger {
  pointer-events: none;
}

/* line 321, app/assets/stylesheets/new-layout/components/_phone-input.scss */
.phone-input.is-disabled .phone-input__number {
  color: var(--color-text-disabled);
  background: transparent;
  pointer-events: none;
}

/* 0px */
/* 2px */
/* 4px */
/* 6px */
/* 8px */
/* 12px */
/* 16px */
/* 20px */
/* 24px */
/* 28px */
/* 32px */
/* 36px */
/* 40px */
/* 48px */
/* 64px */
/* 80px */
/* 96px */
/* 128px */
/* 160px */
/* 192px */
/* 224px */
/* 256px */
/* 320px */
/* 384px */
/* 480px */
/* 560px */
/* 640px */
/* 720px */
/* 768px */
/* 1024px */
/* 1280px */
/* 1440px */
/* 1600px */
/* 1920px */
/* 0px */
/* 2px */
/* 4px */
/* 6px */
/* 8px */
/* 12px */
/* 16px */
/* 20px */
/* 24px */
/* 32px */
/* 40px */
/* 48px */
/* 64px */
/* 80px */
/* 96px */
/* 128px */
/* 160px */
/* 320px */
/* 384px */
/* 480px */
/* 560px */
/* 640px */
/* 768px */
/* 1024px */
/* 1280px */
/* 1440px */
/* 1600px */
/* 1920px */
/* text */
/* a11y */
/* focus */
/* other */
/* mobile collapsible filters — shared across employer index pages */
/* line 3, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__date svg, .job-card__show-more-button svg, .job-card__favorite-button svg, .job-card__location-chevron, .job-card__location-star, .job-card__locations-toggle svg, .job-card__meta-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* line 9, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-toggle-mobile {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 9999px;
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

/* line 24, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  padding: 40px;
  border-radius: 16px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  gap: 16px;
  transition: 0.2s ease;
  transition-property: box-shadow, border-color;
}

/* line 39, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card:hover {
  box-shadow: 0px 20px 24px -4px var(--color-shadow-xl-01), 0px 8px 8px -4px var(--color-shadow-xl-02), 0px 3px 3px -1.5px var(--color-shadow-xl-03);
}

@media (max-width: 768px) {
  /* line 24, app/assets/stylesheets/new-layout/components/_job-card.scss */
  .job-card {
    padding: 20px;
    border-radius: 24px;
  }
}

/* line 48, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/new-layout/components/_job-card.scss */
  .job-card__header {
    flex-direction: column;
    gap: 12px;
    position: relative;
  }
}

/* line 60, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__logo {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-bg-secondary);
}

/* line 72, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__logo-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 78, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 768px) {
  /* line 78, app/assets/stylesheets/new-layout/components/_job-card.scss */
  .job-card__info {
    gap: 8px;
  }
}

/* line 90, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__company {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-brand-primary);
  align-self: stretch;
  margin: 0;
}

/* line 97, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  align-self: stretch;
  margin: 0;
}

/* line 104, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__title-link {
  color: inherit;
  text-decoration: none;
}

/* line 108, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__title-link:hover {
  color: var(--color-text-brand-primary);
  text-decoration: underline;
}

/* line 114, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 16px;
  align-self: stretch;
}

/* line 123, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__meta-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 130, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__meta-item svg {
  color: var(--color-fg-quaternary);
}

/* line 136, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 768px) {
  /* line 136, app/assets/stylesheets/new-layout/components/_job-card.scss */
  .job-card__actions {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* line 149, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-wrapper {
  position: relative;
  align-self: flex-start;
}

@media (min-width: 1280px) {
  /* line 149, app/assets/stylesheets/new-layout/components/_job-card.scss */
  .job-card__locations-wrapper {
    position: absolute;
    top: 40px;
    right: 92px;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  /* line 149, app/assets/stylesheets/new-layout/components/_job-card.scss */
  .job-card__locations-wrapper {
    display: none;
  }
}

/* line 164, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-wrapper:has(.job-card__locations-dropdown.is-open) {
  z-index: 20;
}

/* line 169, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-toggle {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 9999px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
  transition: 0.2s ease;
  transition-property: background-color, color;
}

/* line 185, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-toggle:hover {
  background: var(--color-bg-secondary);
  color: var(--color-text-secondary);
}

/* line 190, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-toggle svg {
  color: var(--color-fg-quinary);
}

/* line 196, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-toggle-mobile {
  display: none;
  background: var(--color-bg-primary);
  color: var(--color-text-secondary);
  transition: 0.2s ease;
  transition-property: background-color, border-color;
}

/* line 204, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-toggle-mobile:hover {
  background: var(--color-bg-secondary);
}

@media (max-width: 768px) {
  /* line 196, app/assets/stylesheets/new-layout/components/_job-card.scss */
  .job-card__locations-toggle-mobile {
    display: flex;
  }
}

/* line 213, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-dropdown {
  display: none;
  width: 273px;
  padding: 20px 0;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  right: 0;
  top: calc(100% + $spacing-xs);
  z-index: 10;
  border-radius: 24px;
  background: var(--color-white);
  box-shadow: 0px 32px 64px -12px var(--color-shadow-3xl-01), 0px 5px 5px -2.5px var(--color-shadow-3xl-02);
}

/* line 227, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-dropdown.is-open {
  display: flex;
}

@media (max-width: 768px) {
  /* line 213, app/assets/stylesheets/new-layout/components/_job-card.scss */
  .job-card__locations-dropdown {
    display: none !important;
  }
}

/* line 237, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-modal .modal-dialog {
  margin: 20px;
  max-width: none;
}

/* line 242, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-modal .modal-content {
  border: none;
  border-radius: 24px;
  background: var(--color-white);
  box-shadow: 0px 32px 64px -12px var(--color-shadow-3xl-01), 0px 5px 5px -2.5px var(--color-shadow-3xl-02);
  overflow: hidden;
}

/* line 250, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-modal .modal-header {
  display: flex;
  padding: 20px 20px 12px;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
}

/* line 258, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-modal .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 264, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__locations-modal .modal-body {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
}

/* line 271, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__location-item {
  display: flex;
  padding: 8px 20px;
  align-items: center;
  align-self: stretch;
  gap: 12px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

/* line 280, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__location-item:hover {
  background: var(--color-bg-secondary);
}

/* line 285, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__location-star-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

/* line 295, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__location-star-btn .job-card__location-star--filled {
  display: none;
}

/* line 299, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__location-star-btn .job-card__location-star--empty {
  display: flex;
}

/* line 304, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__location-star-btn.is-favorited .job-card__location-star--filled {
  display: flex;
}

/* line 308, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__location-star-btn.is-favorited .job-card__location-star--empty {
  display: none;
}

/* line 318, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__location-link {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

/* line 328, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__location-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-secondary);
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 338, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__location-chevron {
  color: var(--color-fg-quinary);
}

/* line 343, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__favorite-button {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--color-border-primary);
  background: var(--color-white);
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: background-color, border-color, box-shadow;
}

/* line 356, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__favorite-button:hover {
  background: var(--color-bg-secondary);
}

/* line 360, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__favorite-button svg {
  color: var(--color-fg-quaternary);
}

/* line 364, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__favorite-button svg path {
  stroke: currentColor;
  fill: none;
}

/* line 371, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__favorite-button.is-favorited svg path {
  fill: var(--color-fg-warning-secondary);
  stroke: none;
}

/* line 378, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--color-text-secondary);
  align-self: stretch;
  margin: 0;
}

/* line 385, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__description.is-expanded {
  display: block;
  line-clamp: unset;
  -webkit-line-clamp: unset;
}

/* line 392, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__show-more {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

/* line 399, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__show-more.is-visible {
  display: flex;
  margin-bottom: 8px;
}

/* line 405, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__show-more-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}

/* line 417, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__show-more-button:hover {
  color: var(--color-text-secondary);
}

/* line 426, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 12px;
}

@media (max-width: 768px) {
  /* line 426, app/assets/stylesheets/new-layout/components/_job-card.scss */
  .job-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* line 441, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 447, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__date {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

@media (max-width: 768px) {
  /* line 447, app/assets/stylesheets/new-layout/components/_job-card.scss */
  .job-card__date {
    margin-left: 0;
  }
}

/* line 459, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__date svg {
  color: var(--color-fg-quaternary);
}

/* line 465, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__sponsored-badge {
  display: flex;
  padding: 4px 12px 4px 10px;
  align-items: center;
  gap: 4px;
  position: absolute;
  right: 35px;
  top: -14px;
  border-radius: 9999px;
  border: 1px solid var(--color-utility-orange-200);
  background: var(--color-utility-orange-50);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-utility-orange-500);
  white-space: nowrap;
}

/* line 480, app/assets/stylesheets/new-layout/components/_job-card.scss */
.job-card__sponsored-badge svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

/* line 1, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher {
  position: relative;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 6, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__trigger {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 146px;
  padding: 8px 12px;
  color: var(--color-text-primary);
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  border-radius: 24px;
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 21, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__trigger .trigger__chevron {
  display: inline-flex;
  color: var(--color-fg-quaternary);
}

/* line 25, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__trigger .trigger__chevron svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* line 32, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__trigger:focus-visible {
  outline-offset: 0px;
}

/* line 36, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__trigger[aria-expanded="true"] {
  outline-offset: 0px;
}

/* line 39, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__trigger[aria-expanded="true"] .trigger__chevron {
  transform: rotate(180deg);
}

/* line 45, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__menu {
  display: flex;
  flex-flow: column nowrap;
  padding: 4px 6px;
  gap: 2px;
  border-radius: 8px;
  border: 1px solid var(--color-border-secondary-alt);
  background: var(--color-bg-primary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  min-width: 146px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-out, visibility 0s linear 0.1s;
  z-index: 101;
}

/* line 63, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__menu[data-state="open"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.1s ease-out, visibility 0s;
}

/* line 72, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__menu[hidden] {
  display: none !important;
}

/* line 76, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 8px;
  gap: 8px;
  border-radius: 6px;
  color: var(--color-text-primary);
  transition: 0.2s ease;
  transition-property: background-color;
}

/* line 87, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__menu .menu-item::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

/* line 94, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__menu .menu-item:hover {
  outline: none;
  background: var(--color-bg-active);
}

/* line 99, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__menu .menu-item:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 0;
}

/* line 103, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__menu .menu-item.is-selected, .language-switcher__menu .menu-item[aria-current="true"] {
  background: var(--color-bg-active);
}

/* line 107, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
.language-switcher__menu .menu-item.is-selected::after, .language-switcher__menu .menu-item[aria-current="true"]::after {
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23007AFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
  .language-switcher {
    width: 100%;
  }
  /* line 118, app/assets/stylesheets/new-layout/components/_language-switcher.scss */
  .language-switcher__trigger, .language-switcher__menu {
    width: 100%;
    min-width: 0;
  }
}

/* line 1, app/assets/stylesheets/new-layout/components/_loader.scss */
.base-loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: spin-right 0.7s linear infinite;
          animation: spin-right 0.7s linear infinite;
}

/* line 5, app/assets/stylesheets/new-layout/components/_loading-text.scss */
.loading-text {
  display: inline-block;
  white-space: nowrap;
}

/* line 9, app/assets/stylesheets/new-layout/components/_loading-text.scss */
.loading-text::after {
  content: ".";
  display: inline-block;
  width: 3ch;
  text-align: left;
  -webkit-animation: loading-dots-after 1.2s steps(3, end) infinite;
          animation: loading-dots-after 1.2s steps(3, end) infinite;
}

@-webkit-keyframes loading-dots-after {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
  100% {
    content: ".";
  }
}

@keyframes loading-dots-after {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
  100% {
    content: ".";
  }
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal__dialog {
    max-width: 640px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  /* line 14, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal__dialog--sm {
    max-width: 480px;
  }
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal__dialog--lg {
    max-width: 840px;
  }
}

@media (max-width: 768px) {
  /* line 8, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal__dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    min-height: unset;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
  }
}

@media (max-width: 768px) {
  /* line 43, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal.fade .nl-modal__dialog {
    transform: translateY(100%);
  }
  /* line 47, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal.show .nl-modal__dialog {
    transform: translateY(0);
  }
  /* line 51, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal .modal-dialog-centered.nl-modal__dialog {
    min-height: unset;
  }
}

/* line 57, app/assets/stylesheets/new-layout/components/_modal.scss */
.nl-modal__content {
  border: none;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 57, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal__content {
    max-height: calc(100vh - 40px * 2);
  }
}

@media (max-width: 768px) {
  /* line 57, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal__content {
    border-radius: 40px 40px 0 0;
    max-height: 80vh;
    transition: max-height 0.3s ease-out;
  }
}

/* line 76, app/assets/stylesheets/new-layout/components/_modal.scss */
.nl-modal__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 32px 16px;
  align-self: stretch;
  border-bottom: none;
  position: relative;
}

@media (max-width: 768px) {
  /* line 76, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal__header {
    padding: 24px 24px 16px;
  }
}

/* line 90, app/assets/stylesheets/new-layout/components/_modal.scss */
.nl-modal__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-text-primary);
  text-align: center;
  padding: 0 20px;
}

/* line 98, app/assets/stylesheets/new-layout/components/_modal.scss */
.nl-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: none;
  background: transparent;
  border-radius: 9999px;
  cursor: pointer;
  color: var(--color-fg-quaternary);
  flex-shrink: 0;
  transition: background-color 0.15s ease;
}

/* line 116, app/assets/stylesheets/new-layout/components/_modal.scss */
.nl-modal__close:hover {
  background: var(--color-bg-secondary);
}

/* line 121, app/assets/stylesheets/new-layout/components/_modal.scss */
.nl-modal__close-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 128, app/assets/stylesheets/new-layout/components/_modal.scss */
.nl-modal__body {
  padding: 0 32px;
  overflow-y: auto;
  flex: 1 1 auto;
  border-top: 1px solid var(--color-border-secondary);
}

@media (max-width: 768px) {
  /* line 128, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal__body {
    padding: 0 24px;
  }
}

/* line 139, app/assets/stylesheets/new-layout/components/_modal.scss */
.nl-modal__body-inner {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* line 145, app/assets/stylesheets/new-layout/components/_modal.scss */
.nl-modal__footer {
  border-top: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  display: flex;
  padding: 16px 32px 32px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 12px;
}

@media (max-width: 768px) {
  /* line 145, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal__footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 24px 24px calc(24px + env(safe-area-inset-bottom));
    border-top: none;
    background: var(--color-alpha-white-10);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 2;
  }
}

/* line 167, app/assets/stylesheets/new-layout/components/_modal.scss */
.nl-modal__footer-btn {
  min-width: 200px;
}

@media (max-width: 768px) {
  /* line 167, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal__footer-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 177, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal.is-scrolled .nl-modal__content {
    max-height: 90vh;
  }
}

@media (max-width: 768px) {
  /* line 183, app/assets/stylesheets/new-layout/components/_modal.scss */
  .nl-modal.is-scrolled .nl-modal__footer {
    border-top: 1px solid var(--color-border-secondary);
  }
}

/* line 3, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-modal-alert__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0 0 16px;
}

/* line 9, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-modal-alert__field {
  margin-bottom: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-modal-alert__checkbox {
  margin-bottom: 6px;
}

/* line 17, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-modal-alert__read-more {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin-top: 4px;
}

/* line 29, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-modal-alert__read-more:hover {
  color: var(--color-text-primary);
}

/* line 33, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-modal-alert__read-more-icon {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

/* line 38, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-modal-alert__read-more.is-expanded .nl-modal-alert__read-more-icon {
  transform: rotate(180deg);
}

/* line 43, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-modal-alert__marketing-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 48, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-modal-alert__privacy {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin-top: 16px;
  margin-bottom: 0;
}

/* line 57, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-modal .nl-modal-alert__checkbox .checkbox__content-label a, .nl-modal .nl-modal-alert__privacy a {
  color: var(--color-text-tertiary);
  text-decoration: underline;
}

/* line 62, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-modal .nl-modal-alert__checkbox .checkbox__content-label a:hover, .nl-modal .nl-modal-alert__privacy a:hover {
  color: var(--color-text-primary);
  text-decoration: underline;
}

/* line 70, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-page-alert {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1060;
  width: min(560px, calc(100vw - 32px));
  -webkit-animation: nl-page-alert-in 0.3s ease;
          animation: nl-page-alert-in 0.3s ease;
}

/* line 79, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-page-alert .alert {
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 83, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-page-alert__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: var(--color-text-tertiary);
  border-radius: 6px;
}

/* line 95, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-page-alert__close:hover {
  color: var(--color-text-primary);
}

/* line 100, app/assets/stylesheets/new-layout/components/_modal-alert.scss */
.nl-page-alert.is-fading {
  -webkit-animation: nl-page-alert-out 0.3s ease forwards;
          animation: nl-page-alert-out 0.3s ease forwards;
}

@-webkit-keyframes nl-page-alert-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes nl-page-alert-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@-webkit-keyframes nl-page-alert-out {
  from {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-12px);
  }
}

@keyframes nl-page-alert-out {
  from {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-12px);
  }
}

/* line 5, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__checkbox .invalid-feedback, .apply-modal__field .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-error-primary);
}

/* line 11, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0 0 16px;
}

/* line 17, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__field {
  margin-bottom: 12px;
}

/* line 25, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__checkbox {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

/* line 32, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__checkbox .checkbox__content-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 38, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__checkbox .checkbox__content {
  flex: 1;
}

/* line 44, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__checkbox .invalid-feedback {
  flex-basis: 100%;
  margin-top: 4px;
  margin-left: calc(20px + 12px);
}

/* line 52, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__privacy {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin-top: 16px;
  margin-bottom: 0;
}

/* line 58, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__privacy a {
  color: var(--color-text-tertiary);
  text-decoration: underline;
}

/* line 62, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__privacy a:hover {
  color: var(--color-text-secondary);
}

/* line 69, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__phone-revealed {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  text-align: center;
  padding: 16px 0;
  margin: 0;
}

/* line 76, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__phone-revealed a {
  color: var(--color-brand-primary);
  text-decoration: none;
}

/* line 80, app/assets/stylesheets/new-layout/components/_modal-apply.scss */
.apply-modal__phone-revealed a:hover {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select {
  --multi-select-options-height: 129px;
  --multi-select-option-row-height: 30px;
  --multi-select-option-gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

/* line 12, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select--small {
  --multi-select-options-height: calc((3.5 * var(--multi-select-option-row-height)) + (3 * var(--multi-select-option-gap)));
}

/* line 16, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select--medium {
  --multi-select-options-height: calc((6.2 * var(--multi-select-option-row-height)) + (6 * var(--multi-select-option-gap)));
}

/* line 20, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select--large {
  --multi-select-options-height: calc((10.2 * var(--multi-select-option-row-height)) + (10 * var(--multi-select-option-gap)));
}

/* line 25, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select--variant-gray .multi-select__title,
.multi-select--variant-gray .multi-select__counter {
  color: var(--color-text-secondary);
}

/* line 30, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select--variant-gray .badge {
  --badge-text-color: var(--color-utility-gray-700);
  --badge-icon-color: var(--color-utility-gray-500);
  --badge-border-color: var(--color-utility-gray-200);
  --badge-bg-color: var(--color-utility-gray-50);
}

/* line 38, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

/* line 46, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 51, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__counter {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  text-align: right;
  flex-shrink: 0;
}

/* line 59, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-max-selected .multi-select__header {
  align-items: flex-start;
}

/* line 63, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-max-selected .multi-select__counter {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  max-width: 188px;
  line-height: 18px;
  white-space: normal;
  text-wrap: balance;
}

@media (max-width: 768px) {
  /* line 72, app/assets/stylesheets/new-layout/components/_multi-select.scss */
  .multi-select.is-max-selected .multi-select__header {
    align-items: flex-end;
  }
  /* line 76, app/assets/stylesheets/new-layout/components/_multi-select.scss */
  .multi-select.is-max-selected .multi-select__title {
    align-self: flex-end;
  }
  /* line 80, app/assets/stylesheets/new-layout/components/_multi-select.scss */
  .multi-select.is-max-selected .multi-select__counter {
    align-self: flex-start;
  }
  /* line 84, app/assets/stylesheets/new-layout/components/_multi-select.scss */
  .multi-select.is-max-selected .multi-select__counter {
    max-width: 110px;
  }
}

/* line 90, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__options-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: var(--multi-select-options-height);
  padding: 8px 2px 8px 16px;
  border-radius: 6px;
  border: 1px solid var(--color-border-primary);
  background: var(--color-bg-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 104, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__selected {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}

/* line 112, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__selected-badge {
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.2s ease;
  transition-property: filter, transform;
}

/* line 119, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__selected-badge:hover {
  filter: brightness(0.96);
}

/* line 123, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__selected-badge:active {
  transform: translateY(1px);
}

/* line 127, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__selected-badge:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  /* line 132, app/assets/stylesheets/new-layout/components/_multi-select.scss */
  .multi-select__selected-badge::after {
    content: '';
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background-color: var(--badge-icon-color);
    -webkit-mask-image: url(/assets/new-layout/icons/x-close-3f7694731c057807f1f2f4c6aa1e745c88aef6bbb6309806f6e32d19406c152a.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url(/assets/new-layout/icons/x-close-3f7694731c057807f1f2f4c6aa1e745c88aef6bbb6309806f6e32d19406c152a.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
}

/* line 150, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__options {
  --scrollbar-w: 8px;
  --scrollbar-thumb-color: var(--color-border-primary);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-gutter: stable;
}

/* line 17, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.multi-select__options::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 22, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.multi-select__options::-webkit-scrollbar-track {
  background: transparent;
}

/* line 26, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.multi-select__options::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 9999px;
  border: 6px solid transparent;
  background-clip: content-box;
}

/* line 163, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__options::-webkit-scrollbar-track-piece {
  margin-block: 8px;
}

/* line 169, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-max-selected .multi-select__options-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  z-index: 2;
}

/* line 179, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-max-selected .multi-select__options {
  position: relative;
  z-index: 1;
}

/* line 185, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-max-selected .multi-select__option .checkbox__input:disabled + .checkbox__control {
  background: var(--color-bg-primary);
  border-color: var(--color-border-primary);
}

/* line 190, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-max-selected .multi-select__option .checkbox__input:disabled:checked + .checkbox__control {
  background: var(--color-bg-brand-solid);
  border-color: var(--color-bg-brand-solid);
}

/* line 195, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-max-selected .multi-select__option .checkbox__input:disabled + .checkbox__control .checkbox__control-icon {
  color: var(--color-fg-white);
}

/* line 201, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__option {
  width: 100%;
}

/* line 204, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__option.checkbox {
  align-items: center;
}

/* line 207, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__option.checkbox:has(.checkbox__content) .checkbox__control {
  margin-top: 0;
}

/* line 212, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__option .checkbox__content {
  gap: 0;
}

/* line 217, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select__empty {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  width: 100%;
  text-align: center;
  padding-block: 8px;
}

/* line 225, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select .input {
  width: 100%;
}

/* line 230, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-disabled .multi-select__option {
  cursor: not-allowed;
  color: var(--color-text-disabled);
}

/* line 234, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-disabled .multi-select__option .badge {
  opacity: 0.6;
}

/* line 239, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-disabled .input {
  border-color: var(--color-border-disabled);
  background: var(--color-bg-disabled-subtle);
}

/* line 246, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-required .form-field__label::after {
  content: '*';
  color: var(--color-text-brand-tertiary);
}

/* line 253, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-invalid .input {
  border-color: var(--color-border-error-subtle);
}

/* line 256, app/assets/stylesheets/new-layout/components/_multi-select.scss */
.multi-select.is-invalid .input:focus-within {
  border-color: var(--color-border-error);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-error);
}

/* line 9, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item {
  display: flex;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  transition: 0.2s ease;
  transition-property: border-color, box-shadow, background-color;
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item:hover {
  background: var(--color-bg-primary-hover);
  box-shadow: 0px 4px 6px -1px var(--color-shadow-md-01), 0px 2px 4px -2px var(--color-shadow-md-02);
}

/* line 30, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item:has(.row-item__radio-input:checked), .row-item.is-selected {
  border: 1.5px solid var(--color-brand-600, #2970FF);
  outline: 0.5px solid var(--color-brand-600, #2970FF);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (min-width: 768px) {
  /* line 9, app/assets/stylesheets/new-layout/components/_row.scss */
  .row-item {
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
  }
}

/* line 44, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 1 0;
  min-width: 0;
  order: 0;
}

@media (min-width: 768px) {
  /* line 44, app/assets/stylesheets/new-layout/components/_row.scss */
  .row-item__inner {
    flex-direction: row;
    align-items: center;
    order: 1;
  }
}

/* line 61, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__radio-area {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  order: 0;
}

@media (min-width: 768px) {
  /* line 61, app/assets/stylesheets/new-layout/components/_row.scss */
  .row-item__radio-area {
    order: 3;
    margin-left: 24px;
  }
}

/* line 75, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__set-default-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 75, app/assets/stylesheets/new-layout/components/_row.scss */
  .row-item__set-default-label {
    display: none;
  }
}

/* line 86, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item:has(.row-item__radio-input:checked) .row-item__set-default-label, .row-item.is-selected .row-item__set-default-label {
  display: none;
}

/* line 92, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__icon {
  flex-shrink: 0;
  width: 44px;
  height: 56px;
}

/* line 97, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__icon svg {
  width: 100%;
  height: 100%;
}

/* line 104, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 112, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 121, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 130, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__meta-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* line 137, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  flex: 0 0 100%;
  order: 1;
}

@media (min-width: 768px) {
  /* line 137, app/assets/stylesheets/new-layout/components/_row.scss */
  .row-item__info {
    flex-direction: column;
    gap: 2px;
    flex: 0 0 auto;
    order: 2;
  }
}

/* line 153, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__info-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 158, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__info-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  white-space: nowrap;
}

/* line 165, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  flex: 0 0 100%;
  order: 2;
}

/* line 173, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__actions .row-item__action-btn--visibility {
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 165, app/assets/stylesheets/new-layout/components/_row.scss */
  .row-item__actions {
    flex: 0 0 auto;
    order: 4;
    margin-left: 24px;
  }
  /* line 182, app/assets/stylesheets/new-layout/components/_row.scss */
  .row-item__actions .row-item__action-btn--visibility {
    margin-left: 0;
  }
}

/* line 189, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__default-label {
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  text-align: right;
  white-space: nowrap;
}

/* line 197, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item:has(.row-item__radio-input:checked) .row-item__default-label, .row-item.is-selected .row-item__default-label {
  display: block;
}

/* line 203, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__radio {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 210, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__radio-input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  border: 1px solid var(--color-gray-300, #D5D7DA);
  background: var(--color-white);
  cursor: pointer;
  transition: 0.2s ease;
  margin: 0;
}

/* line 222, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__radio-input:checked {
  border-color: var(--color-brand-600);
  border-width: 6px;
}

/* line 227, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__radio-input:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 232, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__radio-control {
  display: none;
}

/* line 237, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled {
  background: var(--color-bg-disabled, #F5F5F5);
  cursor: default;
}

/* line 241, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled .row-item__icon {
  opacity: 0.4;
}

/* line 245, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled .row-item__title,
.row-item--disabled .row-item__meta,
.row-item--disabled .row-item__info-label,
.row-item--disabled .row-item__info-date {
  color: var(--color-fg-disabled, #A4A7AE);
}

/* line 252, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled .row-item__title {
  font-weight: 600;
}

/* line 256, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled .row-item__radio {
  display: none;
}

/* line 260, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled .row-item__set-default-label {
  display: none;
}

/* line 266, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled .row-item__action-btn:not(.row-item__action-btn--visibility) {
  opacity: 0.6;
  cursor: pointer;
}

/* line 270, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled .row-item__action-btn:not(.row-item__action-btn--visibility):hover {
  opacity: 1;
  background: var(--color-bg-active);
}

/* line 276, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled:hover {
  background: var(--color-bg-disabled, #F5F5F5);
  border-color: var(--color-border-secondary);
  box-shadow: 0px 4px 6px -1px var(--color-shadow-md-01), 0px 2px 4px -2px var(--color-shadow-md-02);
  cursor: not-allowed;
}

/* line 282, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled:hover .row-item__icon {
  opacity: 0.55;
}

/* line 286, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled:hover .row-item__title {
  color: var(--color-fg-disabled, #A4A7AE);
}

/* line 290, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled:hover .row-item__meta,
.row-item--disabled:hover .row-item__info-label,
.row-item--disabled:hover .row-item__info-date {
  color: var(--color-fg-disabled, #A4A7AE);
}

/* line 296, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item--disabled:hover .row-item__action-btn:not(.row-item__action-btn--visibility) {
  cursor: pointer;
}

/* line 303, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__action-btn {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
  cursor: pointer;
  transition: background-color 0.15s ease;
  color: var(--color-fg-quinary);
  text-decoration: none;
}

/* line 316, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__action-btn:hover {
  background: var(--color-bg-active);
}

/* line 320, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__action-btn:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 324, app/assets/stylesheets/new-layout/components/_row.scss */
.row-item__action-btn svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* line 1, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 32px 64px -12px var(--color-shadow-3xl-01), 0px 5px 5px -2.5px var(--color-shadow-3xl-02);
  padding: 16px;
  border-radius: 9999px;
}

/* line 11, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar__inputs {
  flex: 1 1 auto;
  display: grid;
  min-width: 0;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  grid-template-columns: minmax(0, 1.6fr) auto minmax(0, 1fr) auto minmax(120px, 130px);
}

/* line 25, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar__inputs .inputs__meta {
  display: contents;
}

/* line 29, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar__inputs .inputs__divider {
  position: relative;
  display: block;
  width: 1px;
  align-self: stretch;
  background: var(--color-border-secondary);
  z-index: 1;
  pointer-events: none;
}

/* line 40, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar__button {
  width: 100%;
  flex: 0 1 220px;
  max-width: 220px;
  min-width: 148px;
  white-space: nowrap;
}

/* line 48, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 10px 14px;
  background-color: var(--color-bg-active);
  border: 2px solid transparent;
}

/* line 60, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input:focus-within {
  border-color: var(--color-border-brand);
  outline: none;
  z-index: 2;
}

/* line 66, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input.is-open {
  border-color: var(--color-border-brand);
  z-index: 3;
}

/* line 71, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input--keywords {
  border-radius: 9999px 0 0 9999px;
}

/* line 75, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input--city {
  border-radius: 0;
}

/* line 79, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input--distance {
  border-radius: 0 9999px 9999px 0;
}

/* line 83, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input__field {
  flex: 1;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  color: var(--color-text-primary);
  caret-color: currentcolor;
}

/* line 93, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input__field::-moz-placeholder {
  color: var(--color-text-placeholder);
}
.search-bar .search-bar-input__field:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
.search-bar .search-bar-input__field::placeholder {
  color: var(--color-text-placeholder);
}

/* line 98, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input__decorator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
  width: 20px;
  height: 20px;
}

/* line 106, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input__decorator svg {
  width: 100%;
  height: 100%;
}

/* line 114, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input--distance .distance-trigger {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}

/* line 124, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input--distance.is-open .trigger__chevron {
  transform: rotate(180deg);
}

/* line 127, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input--distance .trigger__value {
  white-space: nowrap;
  color: var(--color-text-placeholder);
}

/* line 131, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input--distance .trigger__chevron {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
  width: 20px;
  height: 20px;
}

/* line 140, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .search-bar-input--distance .trigger__chevron svg {
  width: 100%;
  height: 100%;
}

/* line 147, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar .autocomplete__list {
  max-height: 280px;
}

/* line 154, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar--md {
  padding: 12px;
}

/* line 157, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar--md__inputs {
  grid-template-columns: minmax(0, 1.6fr) auto minmax(0, 1fr) auto minmax(80px, 110px);
}

/* line 166, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar--md__button {
  flex: 0 1 200px;
  max-width: 220px;
  min-width: 140px;
}

/* line 172, app/assets/stylesheets/new-layout/components/_search-bar.scss */
.search-bar--md .search-bar-input {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 40px;
}

@media (max-width: 920px) {
  /* line 1, app/assets/stylesheets/new-layout/components/_search-bar.scss */
  .search-bar {
    flex-flow: column;
    align-items: stretch;
    padding: 24px 16px 16px;
    gap: 16px;
    border-radius: 40px;
  }
  /* line 185, app/assets/stylesheets/new-layout/components/_search-bar.scss */
  .search-bar__inputs {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  /* line 189, app/assets/stylesheets/new-layout/components/_search-bar.scss */
  .search-bar__inputs .inputs__divider--kw {
    display: none;
  }
  /* line 193, app/assets/stylesheets/new-layout/components/_search-bar.scss */
  .search-bar__inputs .inputs__meta {
    display: grid;
    grid-template-columns: 1fr auto minmax(110px, 120px);
    align-items: center;
  }
  /* line 200, app/assets/stylesheets/new-layout/components/_search-bar.scss */
  .search-bar__button {
    width: 100%;
    flex: 0 0 auto;
    max-width: none;
    min-width: 0;
  }
  /* line 207, app/assets/stylesheets/new-layout/components/_search-bar.scss */
  .search-bar .search-bar-input {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 40px;
    border: 2px solid transparent;
  }
  /* line 212, app/assets/stylesheets/new-layout/components/_search-bar.scss */
  .search-bar .search-bar-input:focus-within {
    background-color: var(--color-bg-primary);
    border-color: var(--color-border-brand);
    outline: none;
    z-index: 2;
  }
  /* line 219, app/assets/stylesheets/new-layout/components/_search-bar.scss */
  .search-bar .search-bar-input--keywords {
    border-radius: 9999px;
  }
  /* line 223, app/assets/stylesheets/new-layout/components/_search-bar.scss */
  .search-bar .search-bar-input--city {
    border-radius: 9999px 0 0 9999px;
  }
  /* line 227, app/assets/stylesheets/new-layout/components/_search-bar.scss */
  .search-bar .search-bar-input--distance {
    border-radius: 0 9999px 9999px 0;
  }
}

/* line 1, app/assets/stylesheets/new-layout/components/_select-native.scss */
.select-native {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: background-color, border-color, box-shadow;
  background-image: url(/assets/new-layout/icons/chevron-down-022ce54b536c99a1dc62f20323608e36addf916b51a676bba8a5239701d63b2d.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px 20px;
  padding-right: calc(14px + 20px + 8px);
}

/* line 27, app/assets/stylesheets/new-layout/components/_select-native.scss */
.select-native:has(option[value=""]:checked) {
  color: var(--color-text-placeholder);
}

/* line 31, app/assets/stylesheets/new-layout/components/_select-native.scss */
.select-native:focus-visible {
  outline: none;
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 39, app/assets/stylesheets/new-layout/components/_select-native.scss */
.select-native:disabled {
  cursor: not-allowed;
  color: var(--color-text-disabled);
  background: var(--color-bg-disabled, var(--color-bg-primary));
  border-color: var(--color-border-disabled, var(--color-border-primary));
}

/* line 46, app/assets/stylesheets/new-layout/components/_select-native.scss */
.select-native[aria-invalid="true"] {
  border-color: var(--color-border-error-subtle);
}

/* line 49, app/assets/stylesheets/new-layout/components/_select-native.scss */
.select-native[aria-invalid="true"]:focus-visible {
  border-color: var(--color-border-error);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-error);
}

/* line 57, app/assets/stylesheets/new-layout/components/_select-native.scss */
.select-native.size-sm {
  padding: 8px 12px;
  background-position: right 12px center;
  background-size: 16px 16px;
  padding-right: calc(12px + 16px + 8px);
}

/* line 64, app/assets/stylesheets/new-layout/components/_select-native.scss */
.select-native.size-md {
  padding: 10px 14px;
  background-position: right 14px center;
  background-size: 20px 20px;
  padding-right: calc(14px + 20px + 8px);
}

/* line 1, app/assets/stylesheets/new-layout/components/_select.scss */
.select {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  width: 100%;
}

/* line 7, app/assets/stylesheets/new-layout/components/_select.scss */
.select.size-sm .select__trigger {
  padding: 8px 12px;
}

/* line 10, app/assets/stylesheets/new-layout/components/_select.scss */
.select.size-sm .select__trigger .trigger__chevron {
  width: 16px;
  height: 16px;
}

/* line 15, app/assets/stylesheets/new-layout/components/_select.scss */
.select.size-sm .select__option {
  padding: 8px 10px 8px 8px;
}

/* line 18, app/assets/stylesheets/new-layout/components/_select.scss */
.select.size-sm .select__option::after {
  right: 10px;
  width: 16px;
  height: 16px;
}

/* line 27, app/assets/stylesheets/new-layout/components/_select.scss */
.select.size-md .select__trigger {
  padding: 10px 14px;
}

/* line 30, app/assets/stylesheets/new-layout/components/_select.scss */
.select.size-md .select__trigger .trigger__chevron {
  right: 14px;
  width: 20px;
  height: 20px;
}

/* line 36, app/assets/stylesheets/new-layout/components/_select.scss */
.select.size-md .select__option {
  padding: 10px 10px 10px 8px;
}

/* line 39, app/assets/stylesheets/new-layout/components/_select.scss */
.select.size-md .select__option::after {
  width: 20px;
  height: 20px;
}

/* line 46, app/assets/stylesheets/new-layout/components/_select.scss */
.select.is-open .trigger__chevron {
  transform: rotate(180deg);
}

/* line 50, app/assets/stylesheets/new-layout/components/_select.scss */
.select:has(.select__input[aria-invalid="true"]) .select__trigger {
  border-color: var(--color-border-error-subtle);
}

/* line 53, app/assets/stylesheets/new-layout/components/_select.scss */
.select:has(.select__input[aria-invalid="true"]) .select__trigger:focus-visible, .select:has(.select__input[aria-invalid="true"]) .select__trigger[aria-expanded="true"] {
  border-color: var(--color-border-error);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-error);
}

/* line 62, app/assets/stylesheets/new-layout/components/_select.scss */
.select__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: background-color, border-color, box-shadow;
}

/* line 76, app/assets/stylesheets/new-layout/components/_select.scss */
.select__trigger:focus-visible {
  outline: none;
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 84, app/assets/stylesheets/new-layout/components/_select.scss */
.select__trigger[aria-expanded="true"] {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 91, app/assets/stylesheets/new-layout/components/_select.scss */
.select__trigger .trigger__value {
  flex: 1;
  min-width: 0;
  text-align: left;
}

/* line 96, app/assets/stylesheets/new-layout/components/_select.scss */
.select__trigger .trigger__value .option__content {
  min-width: 0;
}

/* line 101, app/assets/stylesheets/new-layout/components/_select.scss */
.select__trigger .trigger__placeholder {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--color-text-placeholder);
}

/* line 106, app/assets/stylesheets/new-layout/components/_select.scss */
.select__trigger .trigger__chevron {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
  width: 20px;
  height: 20px;
}

/* line 115, app/assets/stylesheets/new-layout/components/_select.scss */
.select__trigger .trigger__chevron svg {
  width: 100%;
  height: 100%;
}

/* line 121, app/assets/stylesheets/new-layout/components/_select.scss */
.select__trigger:disabled, .select__trigger[disabled] {
  border-color: var(--color-border-disabled);
  background: var(--color-bg-disabled-subtle);
  color: var(--color-text-disabled);
  cursor: not-allowed;
  box-shadow: none;
}

/* line 129, app/assets/stylesheets/new-layout/components/_select.scss */
.select__trigger:disabled .trigger__placeholder, .select__trigger[disabled] .trigger__placeholder {
  color: var(--color-text-disabled);
}

/* line 133, app/assets/stylesheets/new-layout/components/_select.scss */
.select__trigger:disabled .trigger__chevron, .select__trigger[disabled] .trigger__chevron {
  color: var(--color-fg-disabled);
}

/* line 139, app/assets/stylesheets/new-layout/components/_select.scss */
.select__panel {
  position: absolute;
  padding: 4px 6px;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary-alt);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-4px) scale(0.98);
  visibility: hidden;
  transition: 0.2s ease;
  transition-property: opacity, transform, visibility;
  z-index: 101;
}

/* line 155, app/assets/stylesheets/new-layout/components/_select.scss */
.select__panel--open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
}

/* line 162, app/assets/stylesheets/new-layout/components/_select.scss */
.select__panel[hidden] {
  display: none !important;
}

/* line 166, app/assets/stylesheets/new-layout/components/_select.scss */
.select__panel .panel__list {
  --scrollbar-w: 18px;
  --scrollbar-thumb-color: rgba(0, 0, 0, 0.15);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) transparent;
  display: flex;
  flex-flow: column nowrap;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 280px;
  overflow: auto;
  outline: none;
}

/* line 17, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.select__panel .panel__list::-webkit-scrollbar {
  width: 18px;
  height: 18px;
}

/* line 22, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.select__panel .panel__list::-webkit-scrollbar-track {
  background: transparent;
}

/* line 26, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.select__panel .panel__list::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 9999px;
  border: 6px solid transparent;
  background-clip: content-box;
}

/* line 180, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 8px;
  border-radius: 6px;
  cursor: pointer;
  color: var(--color-text-primary);
  transition: 0.2s ease;
  transition-property: background-color;
}

/* line 191, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option:hover {
  background: var(--color-bg-secondary-hover);
}

/* line 195, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-border-brand) inset;
}

/* line 200, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option[aria-selected="true"] {
  background: var(--color-bg-active);
}

/* line 204, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option[aria-disabled="true"], .select__option.disabled {
  pointer-events: none;
  color: var(--color-text-disabled);
}

/* line 209, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option[aria-disabled="true"]:hover, .select__option.disabled:hover {
  background: transparent;
}

/* line 214, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: 0.2s ease;
  transition-property: opacity;
  background-color: var(--color-fg-brand-primary);
  -webkit-mask: url(/assets/new-layout/icons/check-b71d7430b3deb470f4df1cc8aa51c2ee911df1d2b9411b00fa858207764bab37.svg) no-repeat center/contain;
  mask: url(/assets/new-layout/icons/check-b71d7430b3deb470f4df1cc8aa51c2ee911df1d2b9411b00fa858207764bab37.svg) no-repeat center/contain;
}

/* line 230, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option[aria-selected="true"]::after {
  opacity: 1;
}

/* line 234, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option[aria-disabled="true"]::after, .select__option.disabled::after {
  background-color: var(--color-text-disabled);
}

/* line 239, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option .option__content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

/* line 247, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option .option__icon {
  flex: 0 0 auto;
}

/* line 250, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option .option__icon:empty {
  display: none;
}

/* line 255, app/assets/stylesheets/new-layout/components/_select.scss */
.select__option .option__label {
  display: flex;
  flex: 1;
  min-width: 0;
}

/* 0px */
/* 2px */
/* 4px */
/* 6px */
/* 8px */
/* 12px */
/* 16px */
/* 20px */
/* 24px */
/* 28px */
/* 32px */
/* 36px */
/* 40px */
/* 48px */
/* 64px */
/* 80px */
/* 96px */
/* 128px */
/* 160px */
/* 192px */
/* 224px */
/* 256px */
/* 320px */
/* 384px */
/* 480px */
/* 560px */
/* 640px */
/* 720px */
/* 768px */
/* 1024px */
/* 1280px */
/* 1440px */
/* 1600px */
/* 1920px */
/* 0px */
/* 2px */
/* 4px */
/* 6px */
/* 8px */
/* 12px */
/* 16px */
/* 20px */
/* 24px */
/* 32px */
/* 40px */
/* 48px */
/* 64px */
/* 80px */
/* 96px */
/* 128px */
/* 160px */
/* 320px */
/* 384px */
/* 480px */
/* 560px */
/* 640px */
/* 768px */
/* 1024px */
/* 1280px */
/* 1440px */
/* 1600px */
/* 1920px */
/* text */
/* a11y */
/* focus */
/* other */
/* mobile collapsible filters — shared across employer index pages */
/* line 1, node_modules/select2/dist/css/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, node_modules/select2/dist/css/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 33, node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, node_modules/select2/dist/css/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, node_modules/select2/dist/css/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, node_modules/select2/dist/css/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, node_modules/select2/dist/css/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, node_modules/select2/dist/css/select2.css */
.select2-results {
  display: block;
}

/* line 64, node_modules/select2/dist/css/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, node_modules/select2/dist/css/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 73, node_modules/select2/dist/css/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, node_modules/select2/dist/css/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, node_modules/select2/dist/css/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, node_modules/select2/dist/css/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 6, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100% !important;
}

/* line 12, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  min-height: 44px;
  transition: all 0.1s ease;
}

/* line 22, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--focus .select2-selection--single,
.select2-container--focus .select2-selection--multiple,
.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 30, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--disabled .select2-selection--single,
.select2-container--disabled .select2-selection--multiple {
  border: 1px solid var(--color-border-disabled);
  background: var(--color-bg-disabled-subtle);
  cursor: not-allowed;
}

/* line 37, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--disabled .select2-selection__rendered {
  color: var(--color-text-disabled);
}

/* line 42, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}

/* line 47, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-text-primary);
  padding-left: 12px;
  padding-right: 42px;
}

/* line 53, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-text-placeholder);
}

/* line 57, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 8px;
  width: 20px;
}

/* line 63, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--color-fg-quaternary) transparent transparent transparent;
}

/* line 67, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--color-fg-quaternary) transparent;
}

/* line 72, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--default .select2-selection--multiple {
  padding: 6px 10px;
}

/* line 76, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  color: var(--color-text-primary);
  padding: 0 6px;
  margin-top: 4px;
}

/* line 85, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-search__field {
  color: var(--color-text-primary);
}

/* line 89, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-dropdown {
  border: 1px solid var(--color-border-primary);
  border-radius: 8px;
  box-shadow: 0px 4px 6px -1px var(--color-shadow-md-01), 0px 2px 4px -2px var(--color-shadow-md-02);
  overflow: hidden;
}

/* line 96, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--color-border-primary);
  border-radius: 8px;
  padding: 8px 12px;
  outline: none;
}

/* line 103, app/assets/stylesheets/new-layout/components/_select2.scss */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--color-bg-brand-solid);
  color: var(--color-text-primary-on-brand);
}

/* line 1, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider {
  --slider-handle-size: 24px;
  --slider-track-height: 8px;
  --slider-progress-bg: var(--color-bg-brand-solid);
  --slider-track-bg: var(--color-utility-gray-200);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  width: 100%;
}

/* line 14, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__values {
  position: relative;
  width: 100%;
  min-height: 40px;
}

/* line 20, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__value {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  position: absolute;
  top: 26px;
  left: 0;
  transform: translateX(-50%);
  color: var(--color-text-secondary);
  text-align: center;
  padding: 8px 16px;
  border: 1px solid var(--color-border-primary);
  border-radius: 8px;
  background: var(--color-bg-primary);
  box-shadow: 0px 4px 6px -1px var(--color-shadow-md-01), 0px 2px 4px -2px var(--color-shadow-md-02);
  white-space: nowrap;
  pointer-events: none;
}

/* line 37, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__control {
  position: relative;
  width: 100%;
  height: 24px;
  align-self: stretch;
}

/* line 44, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__track, .slider__progress {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: var(--slider-track-height);
  border-radius: 9999px;
}

/* line 53, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__track {
  left: 0;
  right: 0;
  background: var(--slider-track-bg);
}

/* line 59, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__progress {
  background: var(--slider-progress-bg);
}

/* line 63, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__input {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  pointer-events: none;
}

/* line 72, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__input::-webkit-slider-runnable-track {
  height: var(--slider-track-height);
  background: transparent;
  border: none;
}

/* line 78, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__input::-moz-range-track {
  height: var(--slider-track-height);
  background: transparent;
  border: none;
}

/* line 84, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  pointer-events: auto;
  width: var(--slider-handle-size);
  height: var(--slider-handle-size);
  border-radius: 9999px;
  border: 2px solid var(--color-slider-handle-border);
  background: var(--color-slider-handle-bg);
  box-shadow: 0px 4px 6px -1px var(--color-shadow-md-01), 0px 2px 4px -2px var(--color-shadow-md-02);
  cursor: pointer;
  margin-top: calc((var(--slider-track-height) - var(--slider-handle-size)) / 2);
}

/* line 97, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__input::-moz-range-thumb {
  pointer-events: auto;
  width: var(--slider-handle-size);
  height: var(--slider-handle-size);
  border-radius: 9999px;
  border: 2px solid var(--color-slider-handle-border);
  background: var(--color-slider-handle-bg);
  box-shadow: 0px 4px 6px -1px var(--color-shadow-md-01), 0px 2px 4px -2px var(--color-shadow-md-02);
  cursor: pointer;
}

/* line 108, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__input:focus-visible {
  outline: none;
}

/* line 112, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__input:focus-visible::-webkit-slider-thumb {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 116, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__input:focus-visible::-moz-range-thumb {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 121, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__input--min {
  z-index: 3;
}

/* line 125, app/assets/stylesheets/new-layout/components/_slider.scss */
.slider__input--max {
  z-index: 4;
}

/* line 1, app/assets/stylesheets/new-layout/components/_step-progress.scss */
.step-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

/* line 7, app/assets/stylesheets/new-layout/components/_step-progress.scss */
.step-progress__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-primary);
  flex-shrink: 0;
  white-space: nowrap;
}

/* line 14, app/assets/stylesheets/new-layout/components/_step-progress.scss */
.step-progress__divider {
  flex: 1;
  height: 1px;
  background: var(--color-fg-disabled-subtle);
}

/* line 20, app/assets/stylesheets/new-layout/components/_step-progress.scss */
.step-progress__counter {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-quaternary);
  flex-shrink: 0;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  transition: 0.2s ease;
  transition-property: border-color, box-shadow;
  cursor: text;
  min-height: 44px;
}

/* line 16, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input:focus-within {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 24, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input__tags {
  display: contents;
}

/* line 28, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px 2px 8px;
  background: var(--color-utility-brand-50);
  border: 1px solid var(--color-utility-brand-200);
  border-radius: 6px;
  transition: 0.2s ease;
  transition-property: filter;
  flex-shrink: 0;
}

/* line 41, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input__tag-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-utility-brand-700);
  white-space: nowrap;
}

/* line 47, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input__tag-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--color-utility-brand-500);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s ease;
  transition-property: background-color, color;
}

/* line 63, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input__tag-remove:hover {
  background: var(--color-utility-brand-100);
  color: var(--color-utility-brand-700);
}

/* line 68, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input__tag-remove:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 72, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input__tag-remove svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

/* line 79, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input__input {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  flex: 1;
  min-width: 120px;
  border: none;
  outline: none;
  background: transparent;
  color: var(--color-text-primary);
  caret-color: currentcolor;
}

/* line 89, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input__input::-moz-placeholder {
  color: var(--color-text-placeholder);
}
.tag-input__input:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
.tag-input__input::placeholder {
  color: var(--color-text-placeholder);
}

/* line 93, app/assets/stylesheets/new-layout/components/_tag-input.scss */
.tag-input__input:focus-visible {
  outline: none;
}

/* line 1, app/assets/stylesheets/new-layout/components/_social-button-group.scss */
.social-button-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

/* line 7, app/assets/stylesheets/new-layout/components/_social-button-group.scss */
.social-button-group .social-button {
  width: 100%;
}

/* line 11, app/assets/stylesheets/new-layout/components/_social-button-group.scss */
.social-button-group--vertical {
  flex-direction: column;
  align-items: stretch;
}

/* line 15, app/assets/stylesheets/new-layout/components/_social-button-group.scss */
.social-button-group--vertical .social-button {
  width: 100%;
}

/* line 20, app/assets/stylesheets/new-layout/components/_social-button-group.scss */
.social-button-group--horizontal {
  flex-direction: row;
  align-items: center;
}

/* line 24, app/assets/stylesheets/new-layout/components/_social-button-group.scss */
.social-button-group--horizontal .social-button {
  flex: 1;
}

/* line 1, app/assets/stylesheets/new-layout/components/_social-button.scss */
.social-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 9999px;
  color: var(--color-text-secondary);
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
  transition: 0.2s ease;
  transition-property: background-color, color;
}

/* line 16, app/assets/stylesheets/new-layout/components/_social-button.scss */
.social-button:hover {
  color: var(--color-text-secondary-hover);
  background: var(--color-bg-primary-hover);
}

/* line 21, app/assets/stylesheets/new-layout/components/_social-button.scss */
.social-button:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 25, app/assets/stylesheets/new-layout/components/_social-button.scss */
.social-button__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/new-layout/components/_social-button.scss */
.social-button__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 40, app/assets/stylesheets/new-layout/components/_social-button.scss */
.social-button__label {
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/new-layout/components/_social-icon.scss */
.social-icon {
  color: var(--color-fg-quaternary);
  transition: color 0.2s ease;
}

/* line 5, app/assets/stylesheets/new-layout/components/_social-icon.scss */
.social-icon:hover {
  color: var(--color-fg-quaternary-hover);
}

/* line 9, app/assets/stylesheets/new-layout/components/_social-icon.scss */
.social-icon:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
  border-radius: 8px;
}

/* line 1, app/assets/stylesheets/new-layout/components/_textarea.scss */
.textarea {
  --textarea-resize-handle-bg: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%202L2%2010%22%20stroke%3D%22%23D5D7DA%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M11%207L7%2011%22%20stroke%3D%22%23D5D7DA%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --scrollbar-w: 18px;
  --scrollbar-thumb-color: rgba(0, 0, 0, 0.15);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) transparent;
  display: block;
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  transition: 0.2s ease;
  transition-property: border-color, box-shadow, background-color;
  min-height: calc(3 * 24px + (2 * $spacing-lg) + 2px);
  color: var(--color-text-primary);
  caret-color: currentcolor;
  resize: vertical;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

/* line 17, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.textarea::-webkit-scrollbar {
  width: 18px;
  height: 18px;
}

/* line 22, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.textarea::-webkit-scrollbar-track {
  background: transparent;
}

/* line 26, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.textarea::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 9999px;
  border: 6px solid transparent;
  background-clip: content-box;
}

/* line 24, app/assets/stylesheets/new-layout/components/_textarea.scss */
.textarea::-moz-placeholder {
  color: var(--color-text-placeholder);
}
.textarea:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
.textarea::placeholder {
  color: var(--color-text-placeholder);
}

/* line 28, app/assets/stylesheets/new-layout/components/_textarea.scss */
.textarea:focus {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
  outline: none;
}

/* line 36, app/assets/stylesheets/new-layout/components/_textarea.scss */
.textarea:focus-visible {
  outline: none;
}

/* line 40, app/assets/stylesheets/new-layout/components/_textarea.scss */
.textarea::-webkit-resizer {
  background: var(--textarea-resize-handle-bg) center/contain no-repeat;
}

/* line 45, app/assets/stylesheets/new-layout/components/_textarea.scss */
.textarea[aria-invalid="true"] {
  border-color: var(--color-border-error-subtle);
}

/* line 48, app/assets/stylesheets/new-layout/components/_textarea.scss */
.textarea[aria-invalid="true"]:focus {
  border-color: var(--color-border-error);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-error);
}

/* line 57, app/assets/stylesheets/new-layout/components/_textarea.scss */
.textarea:disabled, .textarea[disabled] {
  border-color: var(--color-border-disabled);
  background: var(--color-bg-disabled-subtle);
  color: var(--color-text-disabled);
  cursor: not-allowed;
  resize: none;
}

/* line 1, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-tap-highlight-color: transparent;
}

/* line 9, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 15, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle__control {
  position: relative;
  display: flex;
  align-items: center;
  width: 44px;
  height: 24px;
  padding: 2px;
  background: var(--color-bg-tertiary);
  border-radius: 9999px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: 0.2s ease;
  transition-property: background-color, box-shadow, border-color;
}

/* line 29, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle__control-thumb {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 9999px;
  background: var(--color-fg-white);
  box-shadow: 0px 1px 3px 0px var(--color-shadow-sm-01), 0px 1px 2px -1px var(--color-shadow-sm-02);
  transform: translateX(0);
  transition: transform 180ms ease;
  will-change: transform;
}

/* line 42, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle__content {
  display: flex;
  flex-flow: column;
  gap: 2px;
}

/* line 47, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle__content-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-text-secondary);
}

/* line 52, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle__content-hint {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 59, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle__input:checked + .toggle__control {
  background: var(--color-bg-brand-solid);
}

/* line 63, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle__input:checked + .toggle__control .toggle__control-thumb {
  transform: translateX(20px);
}

/* line 71, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle:not(:has(.toggle__input:disabled)):hover .toggle__input:checked + .toggle__control {
  background: var(--color-bg-brand-solid-hover);
}

/* line 75, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle__input:focus-visible + .toggle__control {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 80, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle:has(.toggle__input:disabled) {
  cursor: not-allowed;
}

/* line 83, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle:has(.toggle__input:disabled) .toggle__control {
  cursor: not-allowed;
  background: var(--color-bg-disabled);
}

/* line 87, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle:has(.toggle__input:disabled) .toggle__control-thumb {
  background: var(--color-toggle-button-fg-disabled);
}

/* line 92, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle:has(.toggle__input:disabled):hover .toggle__control {
  background: var(--color-bg-disabled);
}

/* line 98, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim:has(.toggle__content) .toggle__control {
  margin-top: 2px;
}

/* line 103, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.size-md {
  /* base */
}

/* line 107, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.size-sm {
  gap: 8px;
}

/* line 110, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.size-sm .toggle__content-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 114, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.size-sm .toggle__content-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 118, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.size-sm .toggle__control {
  width: 36px;
  height: 20px;
  padding: 2px;
}

/* line 123, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.size-sm .toggle__control-thumb {
  width: 16px;
  height: 16px;
}

/* line 129, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.size-sm .toggle__input:checked + .toggle__control .toggle__control-thumb {
  transform: translateX(16px);
}

/* line 135, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-default {
  /* base */
}

/* line 140, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim .toggle__control {
  width: 40px;
  height: 20px;
  padding: 0;
  box-shadow: inset 0 0 0 1px var(--color-border-secondary);
}

/* line 146, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim .toggle__control-thumb {
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  border: 1px solid var(--color-toggle-border);
}

/* line 152, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim .toggle__input:checked + .toggle__control {
  box-shadow: inset 0 0 0 1px transparent;
}

/* line 156, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim .toggle__input:checked:not(:disabled) + .toggle__control .toggle__control-thumb {
  border-color: var(--color-toggle-slim-border-pressed);
}

/* line 160, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim:not(:has(.toggle__input:disabled)):hover .toggle__input:checked + .toggle__control .toggle__control-thumb {
  border-color: var(--color-toggle-slim-border-pressed-hover);
}

/* line 164, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim .toggle__input:checked + .toggle__control .toggle__control-thumb {
  transform: translateX(20px);
}

/* line 169, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim.size-sm .toggle__control {
  width: 32px;
  height: 16px;
  padding: 0;
}

/* line 174, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim.size-sm .toggle__control-thumb {
  width: 16px;
  height: 16px;
}

/* line 180, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim.size-sm .toggle__input:checked + .toggle__control .toggle__control-thumb {
  transform: translateX(16px);
}

/* line 185, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim .toggle__input:disabled + .toggle__control,
.toggle.variant-slim .toggle__input:disabled:checked + .toggle__control {
  box-shadow: none;
}

/* line 190, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim .toggle__input:disabled + .toggle__control .toggle__control-thumb,
.toggle.variant-slim .toggle__input:disabled:checked + .toggle__control .toggle__control-thumb {
  border-color: var(--color-toggle-border);
}

/* line 195, app/assets/stylesheets/new-layout/components/_toggle.scss */
.toggle.variant-slim:has(.toggle__input:disabled):hover .toggle__control-thumb {
  border-color: var(--color-toggle-border);
}

@media (prefers-reduced-motion: reduce) {
  /* line 202, app/assets/stylesheets/new-layout/components/_toggle.scss */
  .toggle__control, .toggle__control-thumb {
    transition: none;
  }
}

/* line 1, app/assets/stylesheets/new-layout/components/_tooltip.scss */
.tooltip {
  --tooltip-width: auto;
  --tooltip-min-width: auto;
  --tooltip-max-width: 300px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--color-text-white);
  background: var(--color-bg-primary-solid);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  width: var(--tooltip-width);
  min-width: var(--tooltip-min-width);
  max-width: var(--tooltip-max-width);
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
  transition-property: opacity;
  z-index: 700;
}

/* line 23, app/assets/stylesheets/new-layout/components/_tooltip.scss */
.tooltip__content {
  display: flex;
  flex-flow: column nowrap;
  gap: 2px;
  max-width: 100%;
}

/* line 30, app/assets/stylesheets/new-layout/components/_tooltip.scss */
.tooltip__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

/* line 34, app/assets/stylesheets/new-layout/components/_tooltip.scss */
.tooltip__description {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-tooltip-supporting-text);
}

/* line 39, app/assets/stylesheets/new-layout/components/_tooltip.scss */
.tooltip__arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: var(--color-bg-primary-solid);
}

/* line 47, app/assets/stylesheets/new-layout/components/_tooltip.scss */
.tooltip[data-state="open"] {
  opacity: 1;
  pointer-events: auto;
}

/* line 52, app/assets/stylesheets/new-layout/components/_tooltip.scss */
.tooltip[data-arrow="false"] .tooltip__arrow {
  display: none;
}

/* line 1, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 8, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  aspect-ratio: 1 / 1;
  border-radius: 9999px;
  border: 1px solid transparent;
  color: var(--color-utility-gray-500);
  background: var(--color-utility-gray-200);
  box-sizing: border-box;
  transition: 0.2s ease;
  transition-property: background-color, color;
}

/* line 24, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 30, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__button:hover {
  background: var(--color-utility-gray-300);
}

/* line 34, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__button:focus-visible {
  outline: none;
  border: 1px solid var(--color-border-brand);
}

/* line 39, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__button:disabled, .video-pagination__button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: var(--color-border-disabled);
  background: var(--color-bg-disabled);
}

/* line 47, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__button--prev {
  padding: 4px 5px 4px 3px;
}

/* line 50, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__button--next {
  padding: 4px 3px 4px 5px;
}

/* line 55, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* line 61, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__dots-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: var(--color-utility-gray-200);
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: background-color;
}

/* line 70, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__dots-dot:hover {
  background: var(--color-utility-gray-300);
}

/* line 74, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__dots-dot[aria-current="page"], .video-pagination__dots-dot.is-active {
  background: var(--color-fg-brand-primary);
}

/* line 78, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__dots-dot[aria-current="page"]:hover, .video-pagination__dots-dot.is-active:hover {
  background: var(--color-toggle-slim-border-pressed-hover);
}

/* line 85, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__segments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* line 91, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__segment {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--color-utility-gray-200, #e9eaeb);
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  border: none;
  transition: 0.2s ease;
  transition-property: background-color;
}

/* line 105, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__segment::before {
  content: '';
  position: absolute;
  inset: -8px 0;
}

/* line 111, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__segment:hover {
  background: var(--color-utility-gray-300);
}

/* line 115, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__segment:focus-visible {
  outline: 2px solid var(--color-border-brand);
  outline-offset: 2px;
}

/* line 120, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__segment.is-active {
  width: 40px;
  background: var(--color-utility-gray-200, #e9eaeb);
}

/* line 125, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__segment.is-complete {
  background: var(--color-fg-brand-primary, #155eef);
}

/* line 130, app/assets/stylesheets/new-layout/components/_video-pagination.scss */
.video-pagination__segment-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #175cd3;
  border-radius: 4px;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/new-layout/components/_video-overlay-action.scss */
.video-overlay-action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/new-layout/components/_video-overlay-action.scss */
.video-overlay-action__surface {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: 0.2s ease;
  transition-property: background-color;
  pointer-events: none;
}

/* line 28, app/assets/stylesheets/new-layout/components/_video-overlay-action.scss */
.video-overlay-action__icon {
  display: flex;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 35, app/assets/stylesheets/new-layout/components/_video-overlay-action.scss */
.video-overlay-action:hover .video-overlay-action__surface {
  background: rgba(255, 255, 255, 0.4);
}

/* line 39, app/assets/stylesheets/new-layout/components/_video-overlay-action.scss */
.video-overlay-action:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 1, app/assets/stylesheets/new-layout/components/_lazy-video.scss */
.lazy-video {
  position: relative;
  display: grid;
  width: 100%;
  max-width: var(--lazy-video-max-width, 320px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 24px;
  background: var(--color-fg-primary);
}

/* line 11, app/assets/stylesheets/new-layout/components/_lazy-video.scss */
.lazy-video__preview, .lazy-video__media {
  grid-area: 1 / 1;
  position: relative;
  inline-size: 100%;
  block-size: 100%;
}

/* line 20, app/assets/stylesheets/new-layout/components/_lazy-video.scss */
.lazy-video__preview .preview-poster {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 27, app/assets/stylesheets/new-layout/components/_lazy-video.scss */
.lazy-video__preview .preview-play-overlay {
  position: absolute;
  inset: 0;
}

/* line 32, app/assets/stylesheets/new-layout/components/_lazy-video.scss */
.lazy-video__preview .preview-status {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 16px;
  gap: 16px;
  background: var(--color-alpha-black-40);
  color: var(--color-fg-white);
  text-align: center;
}

/* line 48, app/assets/stylesheets/new-layout/components/_lazy-video.scss */
.lazy-video__media .video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 54, app/assets/stylesheets/new-layout/components/_lazy-video.scss */
.lazy-video__media .video:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: var(--color-fg-primary);
}
.lazy-video__media .video:-ms-fullscreen {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: var(--color-fg-primary);
}
.lazy-video__media .video:fullscreen {
  width: 100vw;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--color-fg-primary);
}

/* line 61, app/assets/stylesheets/new-layout/components/_lazy-video.scss */
.lazy-video__media .video:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: var(--color-fg-primary);
}

/* line 71, app/assets/stylesheets/new-layout/components/_lazy-video.scss */
.ratio-16-9 {
  --lazy-video-ratio: 16 / 9;
}

/* line 1, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator {
  --loading-indicator-size: 32px;
  --loading-indicator-gap: 16px;
  --loading-indicator-duration: 1s;
  --loading-indicator-label-color: var(--color-text-secondary);
  --loading-indicator-track-color: var(--color-bg-tertiary);
  --loading-indicator-accent-color: var(--color-fg-brand-primary);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--loading-indicator-gap);
}

/* line 15, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator.size-sm {
  --loading-indicator-size: 32px;
  --loading-indicator-gap: 16px;
}

/* line 19, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator.size-sm .loading-indicator__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 24, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator.size-md {
  --loading-indicator-size: 48px;
  --loading-indicator-gap: 16px;
}

/* line 28, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator.size-md .loading-indicator__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 33, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator.size-lg {
  --loading-indicator-size: 56px;
  --loading-indicator-gap: 16px;
}

/* line 37, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator.size-lg .loading-indicator__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

/* line 42, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator.size-xl {
  --loading-indicator-size: 64px;
  --loading-indicator-gap: 20px;
}

/* line 46, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator.size-xl .loading-indicator__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

/* line 51, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator__spinner {
  width: var(--loading-indicator-size);
  height: var(--loading-indicator-size);
  -webkit-animation: loading-indicator-spin var(--loading-indicator-duration) linear infinite;
          animation: loading-indicator-spin var(--loading-indicator-duration) linear infinite;
  transform-origin: center;
  flex-shrink: 0;
}

/* line 59, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator__label {
  color: var(--loading-indicator-label-color);
  text-align: center;
}

/* line 64, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator__label.loading-text::before {
  content: '';
  display: inline-block;
  width: 3ch;
}

/* line 72, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator__track {
  stroke: var(--loading-indicator-track-color);
}

/* line 76, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator__segment {
  stroke: var(--loading-indicator-accent-color);
  stroke-dasharray: 100;
  stroke-dashoffset: 75;
}

/* line 82, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator__ring {
  stroke: var(--loading-indicator-accent-color);
  stroke-dasharray: 100;
  stroke-dashoffset: 40;
}

/* line 88, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator__gradient-path {
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0.1 8;
}

/* line 95, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator.color-brand {
  --loading-indicator-label-color: var(--color-text-secondary);
  --loading-indicator-track-color: var(--color-bg-tertiary);
  --loading-indicator-accent-color: var(--color-fg-brand-primary);
  color: var(--loading-indicator-accent-color);
}

/* line 102, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator.color-white {
  --loading-indicator-label-color: #fff;
  --loading-indicator-track-color: rgba(255, 255, 255, 0.24);
  --loading-indicator-accent-color: #fff;
  color: var(--loading-indicator-accent-color);
}

/* line 109, app/assets/stylesheets/new-layout/components/_loading-indicator.scss */
.loading-indicator.variant-line-simple, .loading-indicator.variant-line-spinner, .loading-indicator.variant-dot-circle {
  color: var(--loading-indicator-accent-color);
}

@-webkit-keyframes loading-indicator-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loading-indicator-spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/new-layout/components/_cookie-modal.scss */
.cookie-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 12, app/assets/stylesheets/new-layout/components/_cookie-modal.scss */
.cookie-modal {
  position: absolute;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  z-index: 1001;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  border: 1px solid var(--Neutral-300, #F1F2F9);
  width: calc(100% - 16px);
  max-width: 800px;
}

/* line 26, app/assets/stylesheets/new-layout/components/_cookie-modal.scss */
.cookie-modal__close-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 16px;
}

/* line 34, app/assets/stylesheets/new-layout/components/_cookie-modal.scss */
.cookie-modal__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px;
  padding-top: 0;
  text-align: center;
}

/* line 44, app/assets/stylesheets/new-layout/components/_cookie-modal.scss */
.cookie-modal__top > h2, .cookie-modal__top > .h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 49, app/assets/stylesheets/new-layout/components/_cookie-modal.scss */
.cookie-modal__top > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 55, app/assets/stylesheets/new-layout/components/_cookie-modal.scss */
.cookie-modal__middle {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 62, app/assets/stylesheets/new-layout/components/_cookie-modal.scss */
.cookie-modal__bottom {
  display: flex;
  padding: 32px;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: stretch;
  gap: 8px;
}

@media (max-width: 768px) {
  /* line 62, app/assets/stylesheets/new-layout/components/_cookie-modal.scss */
  .cookie-modal__bottom {
    flex-direction: column-reverse;
    padding: 20px 24px 24px;
  }
  /* line 74, app/assets/stylesheets/new-layout/components/_cookie-modal.scss */
  .cookie-modal__bottom .button {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

/* line 4, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-container {
  font-family: 'Inter', sans-serif;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 24px 12px 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  z-index: 9999 !important;
  box-sizing: border-box;
}

/* line 22, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-container::before {
  content: '';
  position: fixed;
  inset: 0;
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  pointer-events: none;
}

/* line 33, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog {
  background: var(--color-bg-primary);
  border-radius: 40px !important;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03) !important;
  padding: 24px !important;
  max-width: 420px !important;
  font-family: inherit;
  width: 100% !important;
  box-sizing: border-box;
}

/* line 45, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-body {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

/* line 51, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-body .slidedown-body-icon {
  flex-shrink: 0;
}

/* line 54, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-body .slidedown-body-icon .default-icon {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

/* line 64, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-body .slidedown-body-message {
  flex: 1;
  min-width: 0;
}

/* line 68, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-body .slidedown-body-message .slidedown-body-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin-bottom: 4px;
}

/* line 74, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-body .slidedown-body-message .slidedown-body-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 81, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-footer {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 8px;
}

/* line 89, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-footer button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 9999px !important;
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 18px;
  white-space: nowrap;
  font-family: inherit;
}

/* line 109, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-footer #onesignal-slidedown-allow-button {
  background: var(--color-brand-600) !important;
  color: var(--color-text-white) !important;
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs) !important;
  flex: 3 1 0;
}

/* line 115, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-footer #onesignal-slidedown-allow-button:hover {
  background: var(--color-brand-800) !important;
}

/* line 119, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-footer #onesignal-slidedown-allow-button:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
  background: var(--color-brand-800) !important;
}

/* line 126, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-footer #onesignal-slidedown-cancel-button {
  background: transparent !important;
  color: var(--color-text-brand-secondary) !important;
  box-shadow: none !important;
  flex: 1 1 0;
}

/* line 132, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-footer #onesignal-slidedown-cancel-button:hover {
  background: var(--color-bg-primary-hover) !important;
}

/* line 136, app/assets/stylesheets/new-layout/components/_one-signal-prompt.scss */
#onesignal-slidedown-dialog .slidedown-footer #onesignal-slidedown-cancel-button:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 1, app/assets/stylesheets/new-layout/components/_petal-spinner.scss */
.petal-spinner {
  position: relative;
  width: 30px;
  height: 30px;
}

/* line 6, app/assets/stylesheets/new-layout/components/_petal-spinner.scss */
.petal-spinner__flip {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scaleY(-1) rotate(180deg);
}

/* line 13, app/assets/stylesheets/new-layout/components/_petal-spinner.scss */
.petal-spinner__petal {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 20, app/assets/stylesheets/new-layout/components/_petal-spinner.scss */
.petal-spinner__petal-inner {
  position: relative;
  flex: none;
  width: 9.364px;
  height: 4.746px;
}

/* line 27, app/assets/stylesheets/new-layout/components/_petal-spinner.scss */
.petal-spinner__svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: petal-spinner-pulse 2s ease-in-out infinite;
          animation: petal-spinner-pulse 2s ease-in-out infinite;
}

@-webkit-keyframes petal-spinner-pulse {
  0%,
100% {
    opacity: 0.15;
  }
  50% {
    opacity: 1;
  }
}

@keyframes petal-spinner-pulse {
  0%,
100% {
    opacity: 0.15;
  }
  50% {
    opacity: 1;
  }
}

/* line 26, app/assets/stylesheets/new-layout/layouts/_page-layout.scss */
.page-layout {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

/* line 32, app/assets/stylesheets/new-layout/layouts/_page-layout.scss */
.page-layout--single {
  flex-direction: column;
}

/* line 37, app/assets/stylesheets/new-layout/layouts/_page-layout.scss */
.page-layout--sidebar-left, .page-layout--sidebar-right {
  gap: 24px;
}

@media (max-width: 1280px) {
  /* line 37, app/assets/stylesheets/new-layout/layouts/_page-layout.scss */
  .page-layout--sidebar-left, .page-layout--sidebar-right {
    flex-direction: column;
  }
}

/* line 47, app/assets/stylesheets/new-layout/layouts/_page-layout.scss */
.page-layout__content {
  flex: 1;
  min-width: 0;
}

/* line 53, app/assets/stylesheets/new-layout/layouts/_page-layout.scss */
.page-layout__sidebar {
  width: 420px;
  flex-shrink: 0;
}

@media (max-width: 1280px) {
  /* line 53, app/assets/stylesheets/new-layout/layouts/_page-layout.scss */
  .page-layout__sidebar {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/new-layout/layouts/_account-menu.scss */
.account-menu__menu {
  padding: 16px;
}

/* line 5, app/assets/stylesheets/new-layout/layouts/_account-menu.scss */
.account-menu__menu-header {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 4px;
  gap: 2px;
  flex: 0 0 auto;
}

/* line 12, app/assets/stylesheets/new-layout/layouts/_account-menu.scss */
.account-menu__menu-main {
  --scrollbar-w: 18px;
  --scrollbar-thumb-color: rgba(0, 0, 0, 0.15);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) transparent;
  display: flex;
  flex-flow: column nowrap;
  padding: 2px 4px;
  gap: 2px;
  min-height: 0;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: visible;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* line 17, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.account-menu__menu-main::-webkit-scrollbar {
  width: 18px;
  height: 18px;
}

/* line 22, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.account-menu__menu-main::-webkit-scrollbar-track {
  background: transparent;
}

/* line 26, app/assets/stylesheets/new-layout/components/../mixins/_scrollbar.scss */
.account-menu__menu-main::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 9999px;
  border: 6px solid transparent;
  background-clip: content-box;
}

/* line 1, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 300;
}

/* line 10, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__backdrop {
  position: fixed;
  inset: 0;
  opacity: 0;
}

/* line 16, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: min(310px, calc(100vw - 64px));
  height: 100dvh;
  display: flex;
  flex-flow: column nowrap;
  background: var(--color-bg-primary);
  box-shadow: 0px 20px 24px -4px var(--color-shadow-xl-01), 0px 8px 8px -4px var(--color-shadow-xl-02), 0px 3px 3px -1.5px var(--color-shadow-xl-03);
  transform: translateX(-100%);
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}

/* line 30, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer-header {
  display: flex;
  padding: 16px 16px 20px;
}

/* line 34, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer-header .brand-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
}

/* line 38, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer-header .brand-link img {
  width: 88px;
  height: 32px;
}

/* line 45, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer-main {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  padding: 20px 8px;
}

/* line 51, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer-main .mobile-main-nav {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
}

/* line 57, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer-main .mobile-nav-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 8px 12px;
  gap: 12px;
  border-radius: 6px;
  color: var(--color-text-secondary);
  background: var(--color-bg-primary);
  transition: background-color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  /* line 70, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
  .mobile-menu__drawer-main .mobile-nav-item:hover {
    color: var(--color-text-secondary-hover);
    background: var(--color-bg-secondary-hover);
  }
}

@media (hover: none) and (pointer: coarse) {
  /* line 77, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
  .mobile-menu__drawer-main .mobile-nav-item:active {
    color: var(--color-text-secondary-hover);
    background: var(--color-bg-secondary-hover);
  }
}

/* line 83, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer-main .mobile-nav-item:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--color-focus-ring);
}

/* line 90, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer-footer {
  display: flex;
  flex-flow: column nowrap;
  padding: 24px 16px;
}

/* line 95, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer-footer .mobile-auth-nav {
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
}

/* line 102, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer .drawer-close-btn {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 16px 0 0 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
}

/* line 116, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu__drawer .drawer-close-btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--color-fg-primary);
}

/* line 125, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu--open {
  pointer-events: auto;
}

/* line 128, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu--open .mobile-menu__backdrop {
  opacity: 1;
}

/* line 132, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu--open .mobile-menu__drawer {
  transform: translateX(0);
}

/* line 136, app/assets/stylesheets/new-layout/layouts/_mobile-menu.scss */
.mobile-menu--open .drawer-close-btn {
  opacity: 1;
  pointer-events: auto;
}

/* line 1, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  padding: 16px 24px;
  z-index: 200;
}

/* line 9, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 2130px;
  min-height: 76px;
  padding: 10px 32px;
  border-radius: 20px;
  background: var(--color-alpha-white-10);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

/* line 23, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__brand {
  display: flex;
}

/* line 26, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__brand .brand-link {
  border-radius: 8px;
}

/* line 29, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__brand .brand-link img {
  width: 134px;
  height: 48px;
}

/* line 36, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__actions {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 24px;
}

/* line 42, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__actions .main-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

/* line 48, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__actions .auth-nav {
  display: flex;
  align-items: center;
}

/* line 52, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__actions .auth-nav__buttons {
  display: none;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
}

/* line 59, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__actions .auth-nav__dropdown {
  display: flex;
}

/* line 65, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__actions .auth-nav__dropdown-menu {
  width: 248px;
  gap: 12px;
}

/* line 72, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__actions .hamburger-btn {
  display: none;
  padding: 8px;
  border-radius: 8px;
}

/* line 77, app/assets/stylesheets/new-layout/layouts/_header.scss */
.header__actions .hamburger-btn:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

@media (min-width: 1280px) {
  /* line 86, app/assets/stylesheets/new-layout/layouts/_header.scss */
  .header__actions .auth-nav__buttons {
    display: flex;
  }
  /* line 90, app/assets/stylesheets/new-layout/layouts/_header.scss */
  .header__actions .auth-nav__dropdown {
    display: none;
  }
}

@media (max-width: 920px) {
  /* line 1, app/assets/stylesheets/new-layout/layouts/_header.scss */
  .header {
    padding: 0;
  }
  /* line 100, app/assets/stylesheets/new-layout/layouts/_header.scss */
  .header__container {
    min-height: 64px;
    max-width: unset;
    border-radius: 0;
    background: var(--color-alpha-white-40);
    padding: 12px 8px 12px 16px;
  }
  /* line 110, app/assets/stylesheets/new-layout/layouts/_header.scss */
  .header__brand .brand-link img {
    width: 88px;
    height: 32px;
  }
  /* line 117, app/assets/stylesheets/new-layout/layouts/_header.scss */
  .header__actions {
    gap: 8px;
  }
  /* line 120, app/assets/stylesheets/new-layout/layouts/_header.scss */
  .header__actions .main-nav,
.header__actions .auth-nav {
    display: none;
  }
  /* line 125, app/assets/stylesheets/new-layout/layouts/_header.scss */
  .header__actions .hamburger-btn {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 80px 40px;
  gap: 40px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* line 13, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__brand {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 24px;
  max-width: 560px;
  text-align: center;
}

/* line 23, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__brand .brand-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 28, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__nav {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: 40px 16px;
}

/* line 35, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__nav .nav-column {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 16px;
  flex: 0 1 320px;
  min-width: 200px;
}

/* line 43, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__nav .nav-column .column-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

/* line 52, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__nav .nav-column--about {
  margin-left: auto;
}

/* line 58, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__meta {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: 40px 16px;
}

/* line 65, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__meta .meta-column {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 16px;
  flex: 0 1 320px;
  min-width: 200px;
}

/* line 73, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__meta .meta-column .column-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

/* line 79, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__meta .meta-column--join .footer-socials {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* line 87, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__meta .meta-column--language {
  margin-left: auto;
}

/* line 91, app/assets/stylesheets/new-layout/layouts/_footer.scss */
.footer__meta .meta-column .column-legal-content {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 16px;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/layouts/_footer.scss */
  .footer {
    padding: 40px 16px;
  }
  /* line 103, app/assets/stylesheets/new-layout/layouts/_footer.scss */
  .footer__brand {
    align-items: flex-start;
    max-width: 100%;
    text-align: left;
  }
  /* line 109, app/assets/stylesheets/new-layout/layouts/_footer.scss */
  .footer__nav {
    flex-flow: row wrap;
  }
  /* line 112, app/assets/stylesheets/new-layout/layouts/_footer.scss */
  .footer__nav .nav-column {
    flex-basis: 100%;
  }
  /* line 115, app/assets/stylesheets/new-layout/layouts/_footer.scss */
  .footer__nav .nav-column--about {
    margin-left: 0;
  }
  /* line 121, app/assets/stylesheets/new-layout/layouts/_footer.scss */
  .footer__meta {
    flex-flow: row wrap;
  }
  /* line 124, app/assets/stylesheets/new-layout/layouts/_footer.scss */
  .footer__meta .meta-column {
    flex-basis: 100%;
  }
  /* line 127, app/assets/stylesheets/new-layout/layouts/_footer.scss */
  .footer__meta .meta-column--join {
    order: 2;
  }
  /* line 130, app/assets/stylesheets/new-layout/layouts/_footer.scss */
  .footer__meta .meta-column--legal {
    order: 3;
  }
  /* line 133, app/assets/stylesheets/new-layout/layouts/_footer.scss */
  .footer__meta .meta-column--legal .column-legal-content {
    flex-flow: row wrap;
  }
  /* line 137, app/assets/stylesheets/new-layout/layouts/_footer.scss */
  .footer__meta .meta-column--language {
    order: 1;
    margin-left: 0;
  }
}

/* line 3, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.unconfirmed-banner {
  overflow: hidden;
  opacity: 0;
  transition: opacity 200ms ease;
}

/* line 8, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.unconfirmed-banner.is-visible {
  opacity: 1;
}

/* line 12, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.unconfirmed-banner.is-dismissing {
  opacity: 0;
}

/* line 16, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.unconfirmed-banner__inner {
  display: flex;
  justify-content: center;
  padding: 6px 24px;
}

@media (max-width: 920px) {
  /* line 16, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
  .unconfirmed-banner__inner {
    padding: 4px 16px;
  }
}

@media (max-width: 768px) {
  /* line 16, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
  .unconfirmed-banner__inner {
    padding-top: 22px;
  }
}

/* line 29, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.unconfirmed-banner__inner .alert {
  width: 100%;
  max-width: 600px;
}

/* line 33, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.unconfirmed-banner__inner .alert a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* line 39, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.unconfirmed-banner__inner .alert a:hover {
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.flash-stack {
  position: relative;
  width: min(600px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 768px) {
  /* line 50, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
  .flash-stack {
    width: calc(100vw - 32px);
    padding: 4px 0;
  }
}

/* line 65, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.flash-container {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 220ms ease, transform 220ms ease, height 300ms ease;
  overflow: visible;
}

/* line 71, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.flash-container.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 76, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.flash-container.is-dismissing {
  opacity: 0;
  transform: translateY(-20px);
}

/* line 81, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.flash-container.is-collapsing {
  transform: translateY(0);
  overflow: hidden;
  height: 0;
}

/* line 87, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.flash-container .alert {
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 92, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.flash-container .alert--info {
  background: #dbe8fd;
}

/* line 96, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.flash-container .alert--success {
  background: #d4f5e6;
}

/* line 100, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.flash-container .alert--warning {
  background: #fde9cd;
}

/* line 104, app/assets/stylesheets/new-layout/layouts/_flash-messages.scss */
.flash-container .alert--error {
  background: #f9d4db;
}

/* line 1, app/assets/stylesheets/new-layout/layouts/_wizard-layout.scss */
.wizard-layout {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 40px 16px 80px;
  gap: 20px;
}

/* line 8, app/assets/stylesheets/new-layout/layouts/_wizard-layout.scss */
.wizard-layout__alerts {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

/* line 11, app/assets/stylesheets/new-layout/layouts/_wizard-layout.scss */
.wizard-layout__alerts:empty {
  display: none;
}

/* line 16, app/assets/stylesheets/new-layout/layouts/_wizard-layout.scss */
.wizard-layout__container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 560px;
}

/* line 25, app/assets/stylesheets/new-layout/layouts/_wizard-layout.scss */
.wizard-layout .wizard-card {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
  width: 100%;
  max-width: 560px;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 39, app/assets/stylesheets/new-layout/layouts/_wizard-layout.scss */
.wizard-layout .wizard-step__header {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}

/* line 45, app/assets/stylesheets/new-layout/layouts/_wizard-layout.scss */
.wizard-layout .wizard-step__form {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  gap: 16px;
}

/* line 54, app/assets/stylesheets/new-layout/layouts/_wizard-layout.scss */
.wizard-layout .wizard-success__logo {
  align-self: center;
  width: 133px;
  height: 48px;
}

/* line 60, app/assets/stylesheets/new-layout/layouts/_wizard-layout.scss */
.wizard-layout .wizard-success__header {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  align-items: center;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/layouts/_wizard-layout.scss */
  .wizard-layout {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 73, app/assets/stylesheets/new-layout/layouts/_wizard-layout.scss */
  .wizard-layout .wizard-card {
    padding: 40px 20px 20px;
  }
}

/* line 2, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 10px 16px;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}

/* line 14, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__content {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 483px;
  padding: 40px;
  gap: 24px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 26, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__content .auth-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-xl, 16px);
  align-self: stretch;
}

/* line 36, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__job-context {
  text-align: center;
  background: var(--color-bg-brand-primary);
  border: 1px solid var(--color-brand-200);
  border-radius: 12px;
  padding: 6px 12px;
}

/* line 43, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__job-context__label {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-brand-tertiary);
  margin-bottom: 2px;
}

/* line 49, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__job-context__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  margin-bottom: 2px;
}

/* line 55, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__job-context__location {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

/* line 63, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__job-context__location svg {
  flex-shrink: 0;
}

/* line 70, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__data-policy {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 74, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__data-policy a {
  color: var(--color-text-tertiary);
  text-decoration: underline;
}

/* line 78, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__data-policy a:hover {
  color: var(--color-text-secondary);
}

/* line 86, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.checkbox__content-label a {
  color: var(--color-text-tertiary);
  text-decoration: underline;
}

/* line 90, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.checkbox__content-label a:hover {
  color: var(--color-text-primary);
  text-decoration: underline;
}

/* line 98, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__sidebar-card {
  background: var(--color-white);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 24px;
}

/* line 106, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__sidebar-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin-bottom: 6px;
}

/* line 112, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__sidebar-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin-bottom: 16px;
}

/* line 118, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__sidebar-divider {
  height: 1px;
  background: var(--color-border-secondary);
  margin: 16px 0;
}

/* line 125, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 134, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__checklist-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 142, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-view__checklist-icon {
  flex-shrink: 0;
  color: var(--color-fg-success-primary);
}

/* line 148, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-registration {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 16px;
}

/* line 153, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
.auth-registration .page-layout__content {
  display: flex;
  justify-content: center;
}

@media (max-width: 920px) {
  /* line 153, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
  .auth-registration .page-layout__content {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  /* line 163, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
  .auth-registration .page-layout--sidebar-right {
    flex-direction: row;
  }
}

@media (max-width: 920px) {
  /* line 163, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
  .auth-registration .page-layout--sidebar-right {
    flex-direction: column;
  }
}

@media (max-width: 1280px) {
  /* line 173, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
  .auth-registration .page-layout__sidebar {
    display: block;
  }
}

@media (max-width: 920px) {
  /* line 173, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
  .auth-registration .page-layout__sidebar {
    display: none;
  }
}

@media (max-width: 920px) {
  /* line 186, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
  .auth-registration--sidebar-visible .page-layout__sidebar {
    display: block;
    width: 100%;
    align-self: stretch;
  }
}

@media (max-width: 1280px) {
  /* line 186, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
  .auth-registration--sidebar-visible .page-layout__sidebar {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1280px) {
  /* line 199, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
  .auth-registration--sidebar-visible .auth-view__sidebar-card {
    width: 100%;
    max-width: 483px;
  }
}

@media (max-width: 920px) {
  /* line 199, app/assets/stylesheets/new-layout/pages/_auth-views.scss */
  .auth-registration--sidebar-visible .auth-view__sidebar-card {
    padding: 40px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/index.scss */
.home {
  overflow-x: clip;
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero {
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  height: 700px;
  padding: 32px 16px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero .hero__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 17, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero .hero__background .hero-bg-blur {
  position: absolute;
  display: block;
}

/* line 21, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero .hero__background .hero-bg-blur--left {
  top: 50%;
  left: 0;
  transform: translate(-60%, -50%);
}

/* line 26, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero .hero__background .hero-bg-blur--right {
  top: 50%;
  right: 0;
  transform: translate(60%, -50%);
}

/* line 31, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero .hero__background .hero-bg-blur--mobile {
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1717px;
  height: 1207px;
}

/* line 41, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero .hero__background .hero-people-img {
  position: absolute;
  bottom: 0;
  display: block;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 48, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero .hero__background .hero-people-img--left {
  left: -460px;
}

/* line 51, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero .hero__background .hero-people-img--right {
  right: -440px;
}

/* line 54, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero .hero__background .hero-people-img--mobile {
  display: none;
  width: 476px;
  height: 390px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1280px) {
  /* line 65, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
  .home .home__hero .hero__background .hero-people-img--left {
    left: -250px;
  }
  /* line 68, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
  .home .home__hero .hero__background .hero-people-img--right {
    right: -250px;
  }
}

@media (max-width: 920px) {
  /* line 75, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
  .home .home__hero .hero__background .hero-people-img--left {
    left: -200px;
  }
  /* line 78, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
  .home .home__hero .hero__background .hero-people-img--right {
    right: -290px;
  }
}

@media (max-width: 768px) {
  /* line 85, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
  .home .home__hero .hero__background .hero-bg-blur--left, .home .home__hero .hero__background .hero-bg-blur--right {
    display: none;
  }
  /* line 89, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
  .home .home__hero .hero__background .hero-bg-blur--mobile {
    display: block;
  }
  /* line 95, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
  .home .home__hero .hero__background .hero-people-img--left, .home .home__hero .hero__background .hero-people-img--right {
    display: none;
  }
  /* line 99, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
  .home .home__hero .hero__background .hero-people-img--mobile {
    display: block;
  }
}

/* line 106, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero .hero__container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
}

/* line 116, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
.home .home__hero .hero__header {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 8px;
  max-width: 660px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/_hero.scss */
  .home .home__hero {
    justify-content: flex-start;
    height: 800px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 373px;
  padding: 24px;
  background: #ebf4ff;
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__desktop {
  display: contents;
}

/* line 15, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__desktop-background {
  position: absolute;
  pointer-events: none;
  inset: 0;
}

/* line 20, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__desktop-background .desktop-video-mock {
  position: absolute;
  display: block;
  height: 373px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 29, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__desktop-background .desktop-video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 373px;
  height: 373px;
  transform: translate(-50%, 0);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 19.71%, #000 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 19.71%, #000 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 19.71%, #000 80%, rgba(0, 0, 0, 0) 100%);
}

/* line 42, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__desktop-background .desktop-video-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% - 70px);
  pointer-events: none;
}

/* line 49, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__desktop-background .desktop-video-fade--left {
  left: 0;
  background: linear-gradient(90deg, #ebf4ff 0%, #ebf4ff 64.423%, rgba(235, 244, 255, 0) 100%);
}

/* line 54, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__desktop-background .desktop-video-fade--right {
  right: 0;
  background: linear-gradient(90deg, rgba(235, 244, 255, 0) 0%, #ebf4ff 35.577%, #ebf4ff 100%);
}

/* line 61, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__desktop-main {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 960px;
  width: 100%;
  justify-content: space-between;
  gap: 320px;
}

/* line 70, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__desktop-main-left {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  gap: 12px;
  flex: 1;
}

/* line 78, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__desktop-main-right {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex: 1;
}

/* line 86, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__desktop .desktop-header {
  display: flex;
  flex-flow: column nowrap;
  text-align: right;
}

/* line 93, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__mobile {
  display: none;
}

/* line 96, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__mobile-background {
  position: absolute;
  pointer-events: none;
  inset: 0;
}

/* line 101, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__mobile-background .mobile-video-mock {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 109, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__mobile-background .mobile-video {
  position: absolute;
  width: 100%;
  min-width: 375px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: inset(0 0 1px 0);
          clip-path: inset(0 0 1px 0);
}

/* line 121, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__mobile-background .mobile-video-fade {
  position: absolute;
  left: 0;
  width: 100%;
  height: clamp(5vh, calc(320px - 30vw), 20vh);
}

/* line 127, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__mobile-background .mobile-video-fade--bottom {
  bottom: 0;
  background: linear-gradient(0deg, #e1eefd 50%, rgba(220, 230, 243, 0) 108.91%);
}

/* line 132, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__mobile-background .mobile-video-fade--top {
  top: 0;
  background: linear-gradient(180deg, #ebf4ff 50%, rgba(235, 244, 255, 0) 100%);
}

/* line 139, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__mobile-main {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  align-self: stretch;
}

/* line 149, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__mobile .mobile-header {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  padding-top: clamp(40px, calc(140px - 20vw), 60px);
}

/* line 157, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent__mobile .mobile-bottom {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 34px;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
  .home .home__ai-agent {
    width: 100%;
    min-height: 575px;
    height: auto;
    max-height: 720px;
    aspect-ratio: 3/4;
    padding: 24px 16px;
  }
  /* line 173, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
  .home .home__ai-agent .ai-agent__desktop {
    display: none;
  }
  /* line 177, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
  .home .home__ai-agent .ai-agent__mobile {
    display: contents;
    height: 100%;
  }
}

/* line 183, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent-eyebrow {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  color: #001e52;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* line 183, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
  .home .home__ai-agent .ai-agent-eyebrow {
    font-size: 11px;
    letter-spacing: 0.88px;
  }
}

/* line 196, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent-title {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -1.92px;
  line-height: 1.1;
  background: linear-gradient(90deg, #0057f1 0%, #3b95f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media (max-width: 768px) {
  /* line 196, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
  .home .home__ai-agent .ai-agent-title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }
}

/* line 213, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent-powered-by {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 218, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent-powered-by__label {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.24px;
  color: #575857;
  text-transform: uppercase;
}

/* line 226, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent-powered-by__logo {
  display: block;
  width: 73px;
  height: auto;
}

/* line 233, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 12px 12px 24px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(90deg, #3b95f9 0%, #0057f1 100%), #2883f2;
  box-shadow: 0 65px 86.667px 0 rgba(0, 2, 84, 0.12), 0 42.13px 50.756px 0 rgba(0, 2, 84, 0.09), 0 25.037px 27.605px 0 rgba(0, 2, 84, 0.07), 0 13px 14.083px 0 rgba(0, 2, 84, 0.06), 0 5.296px 7.062px 0 rgba(0, 2, 84, 0.05), 0 1.204px 3.41px 0 rgba(0, 2, 84, 0.03);
}

/* line 252, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent-btn__label {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: white;
}

/* line 260, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
.home .home__ai-agent .ai-agent-btn__label-extra {
  display: none;
}

@media (min-width: 920px) {
  /* line 260, app/assets/stylesheets/new-layout/pages/static_pages/home/_ai-agent.scss */
  .home .home__ai-agent .ai-agent-btn__label-extra {
    display: inline;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
.home .home__showcase {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 64px 0;
  gap: 24px;
}

/* line 8, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
.home .home__showcase .showcase__header {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 4px;
  text-align: center;
  max-width: 510px;
  padding: 0 16px;
}

/* line 18, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
.home .home__showcase .showcase__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* line 25, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
.home .home__showcase .showcase__slider {
  --slide-spacing: 24px;
  --card-width: 240px;
  --slide-size: calc(var(--card-width) + var(--slide-spacing));
  --inactive-scale: 0.92;
  --active-scale: 1;
  --inactive-opacity: 0.8;
  --active-opacity: 1;
  width: 100%;
}

/* line 36, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
.home .home__showcase .showcase__slider .showcase-slider__viewport {
  overflow: hidden;
}

/* line 40, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
.home .home__showcase .showcase__slider .showcase-slider__track {
  display: flex;
  touch-action: pan-y pinch-zoom;
  will-change: transform;
}

/* line 47, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
.home .home__showcase .showcase-card {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  transform: translate3d(0, 0, 0);
  padding-left: calc(var(--slide-spacing) * 0.5);
  padding-right: calc(var(--slide-spacing) * 0.5);
  opacity: var(--inactive-opacity);
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

/* line 57, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
.home .home__showcase .showcase-card__content {
  position: relative;
  width: min(var(--card-width), 100%);
  transform: scale(var(--inactive-scale));
  transition: transform 0.3s ease-in-out;
  transition-property: transform;
  transform-origin: center center;
  will-change: transform;
  overflow: hidden;
}

/* line 68, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
.home .home__showcase .showcase-card.is-active {
  opacity: var(--active-opacity);
  pointer-events: auto;
}

/* line 72, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
.home .home__showcase .showcase-card.is-active .showcase-card__content {
  transform: scale(var(--active-scale));
}

/* line 78, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
.home .home__showcase .lazy-video {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  /* line 84, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
  .home .home__showcase .showcase__slider {
    --slide-spacing: 16px;
    --card-width: min(240px, 84vw);
    --slide-size: calc(var(--card-width) + var(--slide-spacing));
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 92, app/assets/stylesheets/new-layout/pages/static_pages/home/_showcase.scss */
  .home .home__showcase .showcase-card,
.home .home__showcase .showcase-card__content {
    transition: none;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 40px 80px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers .job-offers__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
}

/* line 18, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers .job-offers__background .bg-blur {
  position: absolute;
}

/* line 21, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers .job-offers__background .bg-blur--left {
  width: 728px;
  height: 717px;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 30%);
}

/* line 28, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers .job-offers__background .bg-blur--right {
  width: 1271px;
  height: 1252px;
  top: 0;
  right: 0;
  transform: translate(50%, -20%);
}

/* line 38, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers .job-offers__header {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 4px;
  max-width: 510px;
  text-align: center;
}

/* line 47, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers .job-offers__main {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  gap: 24px 24px;
}

/* line 55, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers .job-offers-card {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 0;
  min-width: 320px;
  padding: 24px;
  border-radius: 40px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-tertiary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  gap: 16px;
}

/* line 59, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers .job-offers-card__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

/* line 62, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers .job-offers-card__main {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4px;
}

/* line 65, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers .job-offers-card__main .job-offers-card__link {
  width: 100%;
  min-width: 0;
  justify-content: flex-start;
}

/* line 71, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
.home .home__job-offers .job-offers-card__main .job-offers-card__link-text {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  /* line 55, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
  .home .home__job-offers .job-offers-card {
    min-width: 100%;
  }
}

@media (max-width: 1440px) {
  /* line 88, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
  .home .home__job-offers .job-offers__background .bg-blur--left {
    top: 50%;
    bottom: auto;
    left: 0;
    transform: translate(-50%, -50%);
  }
  /* line 94, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
  .home .home__job-offers .job-offers__background .bg-blur--right {
    top: 0;
    right: 0;
    transform: translate(50%, -20%);
  }
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
  .home .home__job-offers {
    gap: 16px;
    padding: 48px 16px;
  }
  /* line 107, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
  .home .home__job-offers .job-offers__header {
    padding: 0 16px;
  }
  /* line 110, app/assets/stylesheets/new-layout/pages/static_pages/home/_job-offers.scss */
  .home .home__job-offers .job-offers__main {
    gap: 12px 12px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
.home .home__user-feedback {
  display: flex;
  flex-flow: column nowrap;
  padding: 80px 16px;
  gap: 40px;
  background: var(--color-bg-brand-primary);
}

/* line 8, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
.home .home__user-feedback .user-feedback__header {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

/* line 14, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
.home .home__user-feedback .user-feedback__slider {
  min-width: 0;
}

/* line 17, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
.home .home__user-feedback .user-feedback__slider .feedback-slider__viewport {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 24px;
  margin-bottom: -24px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14.9%, #000 86.06%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 14.9%, #000 86.06%, transparent 100%);
  mask-mode: alpha;
}

/* line 30, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
.home .home__user-feedback .user-feedback__slider .feedback-slider__track {
  display: flex;
  will-change: transform;
  margin-inline: -8px;
}

/* line 36, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
.home .home__user-feedback .user-feedback__slider .feedback-card {
  display: flex;
  flex-flow: column nowrap;
  padding: 40px;
  gap: 20px;
  border-radius: 24px;
  background: var(--color-bg-primary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  flex: 0 0 370px;
  min-width: 0;
  margin-inline: 8px;
}

/* line 48, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
.home .home__user-feedback .user-feedback__slider .feedback-card__review {
  flex: 1;
}

/* line 51, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
.home .home__user-feedback .user-feedback__slider .feedback-card__review .review-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* line 55, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
.home .home__user-feedback .user-feedback__slider .feedback-card__author {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

/* line 61, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
.home .home__user-feedback .user-feedback__slider .feedback-card__author .author-meta {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 768px) {
  /* line 36, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
  .home .home__user-feedback .user-feedback__slider .feedback-card {
    padding: 24px;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
  .home .home__user-feedback {
    padding: 40px 16px;
  }
}

@media (max-width: 480px) {
  /* line 83, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
  .home .home__user-feedback .user-feedback__slider .feedback-slider__viewport {
    -webkit-mask-image: none;
    mask-image: none;
  }
  /* line 88, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
  .home .home__user-feedback .user-feedback__slider .feedback-slider__track {
    margin-inline: 0;
  }
  /* line 92, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
  .home .home__user-feedback .user-feedback__slider .feedback-card {
    flex: 0 0 100%;
  }
  /* line 95, app/assets/stylesheets/new-layout/pages/static_pages/home/_user-feedback.scss */
  .home .home__user-feedback .user-feedback__slider .feedback-card .review-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
.home .home__top-companies {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 40px 80px;
  background: var(--color-bg-brand-primary);
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
.home .home__top-companies .top-companies__header {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}

/* line 17, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
.home .home__top-companies .top-companies__main {
  display: flex;
  flex-flow: row wrap;
  max-width: 1440px;
  width: 100%;
  justify-content: center;
  gap: 24px 24px;
}

/* line 26, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
.home .home__top-companies .top-companies-card {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 0;
  min-width: 320px;
  padding: 24px;
  border-radius: 40px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-tertiary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  gap: 40px;
}

/* line 30, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
.home .home__top-companies .top-companies-card__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

/* line 36, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
.home .home__top-companies .top-companies-card__main {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 24px 32px;
}

@media (max-width: 768px) {
  /* line 26, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
  .home .home__top-companies .top-companies-card {
    min-width: 100%;
    gap: 20px;
  }
}

/* line 50, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
.home .home__top-companies .grid-logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-items: center;
  align-items: center;
}

/* line 61, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
.home .home__top-companies .grid-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
}

/* line 70, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
.home .home__top-companies .grid-logos div[id^='div-gpt-ad-'] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 76, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
.home .home__top-companies .grid-logos img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 83, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
.home .home__top-companies .top-company-item {
  height: 48px;
  width: auto;
  display: block;
}

@media (max-width: 768px) {
  /* line 83, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
  .home .home__top-companies .top-company-item {
    height: 26px;
  }
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
  .home .home__top-companies {
    gap: 16px;
    padding: 64px 16px 48px;
  }
  /* line 97, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
  .home .home__top-companies .job-offers__header {
    padding: 0 16px;
  }
  /* line 100, app/assets/stylesheets/new-layout/pages/static_pages/home/_top-companies.scss */
  .home .home__top-companies .job-offers__main {
    gap: 12px 12px;
  }
}

/* line 2, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal .home-welcome-modal__dialog {
  display: flex;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal .home-welcome-modal__dialog {
    width: calc(100vw - 8px);
    max-width: none;
    height: calc(100vh - 8px);
    max-height: calc(100vh - 8px);
    min-height: calc(100vh - 8px);
    margin: 4px auto;
  }
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal .home-welcome-modal__dialog {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    width: auto;
    max-width: none;
    max-height: calc(100vh - 8px);
    min-height: calc(100vh - 8px);
  }
}

/* line 26, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal .home-welcome-modal__content {
  height: 100%;
  max-height: none;
  min-height: 100%;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-secondary-alt);
  box-shadow: 0px 32px 64px -12px var(--color-shadow-3xl-01), 0px 5px 5px -2.5px var(--color-shadow-3xl-02);
}

@media (max-width: 768px) {
  /* line 26, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal .home-welcome-modal__content {
    border-radius: 40px;
  }
}

/* line 39, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 40px 0;
}

/* line 47, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__logo {
  width: 132.648px;
  height: 48px;
  flex-shrink: 0;
}

/* line 53, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__skip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px;
  border: none;
  border-radius: 9999px;
  background: transparent;
  color: var(--color-text-tertiary);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.2s ease;
  transition-property: background-color, color;
}

/* line 68, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__skip:hover {
  background: var(--color-bg-secondary);
  color: var(--color-text-secondary);
}

/* line 74, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__skip-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 80, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__steps {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}

/* line 88, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 32px 40px 0;
  min-height: 0;
}

/* line 99, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal[data-step-direction='forward'] .home-welcome-modal__step.is-active {
  -webkit-animation: home-welcome-modal-step-enter-forward 320ms cubic-bezier(0.22, 1, 0.36, 1);
          animation: home-welcome-modal-step-enter-forward 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 103, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal[data-step-direction='backward'] .home-welcome-modal__step.is-active {
  -webkit-animation: home-welcome-modal-step-enter-backward 320ms cubic-bezier(0.22, 1, 0.36, 1);
          animation: home-welcome-modal-step-enter-backward 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) {
  /* line 108, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 113, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--comparison {
    justify-content: center;
    gap: 72px;
  }
}

/* line 119, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 720px;
  text-align: center;
}

/* line 129, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--comparison .home-welcome-modal__copy {
  max-width: 989px;
  gap: 4px;
}

/* line 134, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__eyebrow {
  margin: 0;
  color: var(--color-text-brand-secondary);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 141, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__title {
  margin: 0;
  color: var(--color-text-primary);
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.96px;
}

/* line 148, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__description {
  margin: 0;
  max-width: 640px;
  color: var(--color-text-secondary);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* line 156, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--comparison .home-welcome-modal__description {
  max-width: 509px;
}

/* line 160, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
}

@media (min-width: 768px) {
  /* line 170, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__visual {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 132px;
    padding-left: 132px;
    box-sizing: border-box;
  }
  /* line 181, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__visual--comparison {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    max-width: 1800px;
  }
}

/* line 189, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__image {
  display: block;
  width: 100%;
  max-width: none;
  max-height: 42vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  /* line 199, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--features {
    display: grid;
    grid-template-columns: 396px minmax(0, 1fr);
    grid-template-areas: 'copy visual' 'features visual';
    align-items: start;
    align-self: center;
    gap: 72px;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  /* line 218, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--applications {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    grid-template-areas: 'copy visual' 'features visual';
    align-items: start;
    align-self: center;
    gap: 56px;
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 24px;
  }
}

/* line 237, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--applications .home-welcome-modal__copy {
  grid-area: copy;
  align-items: flex-start;
  text-align: left;
  max-width: none;
  gap: 4px;
}

/* line 245, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--applications .home-welcome-modal__eyebrow, .home-welcome-modal__step--applications .home-welcome-modal__title, .home-welcome-modal__step--applications .home-welcome-modal__description {
  text-align: left;
}

/* line 251, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--applications .home-welcome-modal__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.72px;
}

/* line 255, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--applications .home-welcome-modal__description {
  max-width: none;
}

/* line 259, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--features .home-welcome-modal__copy {
  grid-area: copy;
  align-items: flex-start;
  text-align: left;
  max-width: none;
  gap: 4px;
}

/* line 267, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--features .home-welcome-modal__eyebrow {
  text-align: left;
}

/* line 271, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--features .home-welcome-modal__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.72px;
  text-align: left;
}

/* line 276, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--features .home-welcome-modal__description {
  max-width: none;
  text-align: left;
}

/* line 281, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 290, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--features .home-welcome-modal__features {
  grid-area: features;
}

/* line 294, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__step--applications .home-welcome-modal__features {
  grid-area: features;
}

/* line 298, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* line 304, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid var(--color-border-primary);
  background: var(--color-bg-primary);
}

/* line 316, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__feature-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--color-bg-primary);
  color: var(--color-fg-brand-primary);
  box-shadow: 1px 8px 5px 0 rgba(10, 13, 18, 0.05), 0 3px 3px 0 rgba(10, 13, 18, 0.1), 0 1px 2px 0 rgba(10, 13, 18, 0.1), inset 0 -2px 2px 0 rgba(10, 13, 18, 0.1);
}

/* line 331, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__feature-icon-inner svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/* line 338, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__feature-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 344, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__feature-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* line 350, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__feature-description {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 356, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__visual--features {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  /* line 356, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__visual--features {
    grid-area: visual;
    align-self: center;
    flex: 1 1 0;
    min-width: 0;
    padding: 0;
    justify-content: flex-start;
  }
}

/* line 369, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__visual--applications {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  /* line 369, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__visual--applications {
    grid-area: visual;
    align-self: start;
    flex: 1 1 0;
    min-width: 0;
    padding: 0;
    justify-content: flex-start;
  }
}

/* line 382, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-desktop, .home-welcome-modal__applications-mobile {
  width: 100%;
}

/* line 387, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-desktop {
  display: block;
}

/* line 391, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-mobile {
  display: none;
}

/* line 395, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-desktop-frame {
  width: 100%;
  max-width: 954px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  background: var(--color-bg-primary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 406, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-desktop-img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

/* line 413, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-mobile-img {
  display: block;
  width: 254px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 421, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-shell {
  width: 100%;
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  background: var(--color-bg-primary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  overflow: hidden;
}

/* line 430, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-shell--desktop {
  max-width: 792px;
  padding: 16px;
}

/* line 435, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
}

/* line 443, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-brand {
  width: 48px;
  height: auto;
  flex-shrink: 0;
}

/* line 449, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-toplinks {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 457, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #f4d7bf 0%, #d39b79 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 466, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-tabs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 9999px;
  background: var(--color-bg-primary);
}

/* line 475, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-tabs--desktop {
  width: 100%;
  margin-bottom: 12px;
  padding: 6px;
}

/* line 481, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-tabs--mobile {
  width: 100%;
  padding: 6px;
}

/* line 486, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 496, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-tab.is-active {
  background: var(--color-bg-primary);
  color: var(--color-text-brand-secondary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 503, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 278px;
  gap: 12px;
  align-items: start;
}

/* line 510, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-list {
  display: flex;
  flex-direction: column;
}

/* line 515, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-list--desktop {
  gap: 8px;
}

/* line 519, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-card {
  border: 1px solid var(--color-border-secondary);
  border-radius: 22px;
  background: var(--color-white);
  box-shadow: 0px 4px 6px -1px var(--color-shadow-md-01), 0px 2px 4px -2px var(--color-shadow-md-02);
}

/* line 526, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-card--desktop {
  display: grid;
  grid-template-columns: 56px 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 14px 12px;
}

/* line 534, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-date {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 539, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-date span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 544, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-date strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 550, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-logo {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  flex-shrink: 0;
  position: relative;
}

/* line 557, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-logo::after {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.22);
}

/* line 565, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-logo.tone-pink {
  background: #e93ea6;
}

/* line 566, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-logo.tone-blue {
  background: #4386ff;
}

/* line 567, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-logo.tone-indigo {
  background: #7c4dff;
}

/* line 568, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-logo.tone-orange {
  background: #ff8f3d;
}

/* line 569, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-logo.tone-green {
  background: #22c55e;
}

/* line 572, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-details {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 579, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 585, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

/* line 591, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 601, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-meta-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  color: var(--color-fg-quinary);
}

/* line 608, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 9999px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
}

/* line 618, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

/* line 627, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-badge.tone-blue {
  color: var(--color-utility-blue-700);
  background: var(--color-utility-blue-50);
  border-color: var(--color-utility-blue-200);
}

/* line 633, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-badge.tone-indigo {
  color: var(--color-utility-indigo-700);
  background: var(--color-utility-indigo-50);
  border-color: var(--color-utility-indigo-200);
}

/* line 639, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-badge.tone-orange {
  color: var(--color-utility-orange-700);
  background: var(--color-utility-orange-50);
  border-color: var(--color-utility-orange-200);
}

/* line 645, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-badge.tone-green {
  color: var(--color-utility-success-700);
  background: var(--color-utility-success-50);
  border-color: var(--color-utility-success-200);
}

/* line 651, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-badge.tone-pink {
  color: var(--color-utility-pink-700);
  background: var(--color-utility-pink-50);
  border-color: var(--color-utility-pink-200);
}

/* line 658, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-legend {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 22px;
  background: var(--color-bg-primary);
  box-shadow: 0px 4px 6px -1px var(--color-shadow-md-01), 0px 2px 4px -2px var(--color-shadow-md-02);
}

/* line 669, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-legend-title {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 677, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-legend-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 682, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-legend-item p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 689, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-shell--mobile {
  position: relative;
  width: 244px;
  height: 288px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 24px;
}

/* line 697, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-shell--mobile::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color-bg-primary) 88%);
  pointer-events: none;
}

/* line 709, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 12px;
}

/* line 717, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-mobile-user {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 723, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-mobile-menu {
  width: 18px;
  height: 18px;
  color: var(--color-fg-quaternary);
}

/* line 729, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-mobile-sort {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0;
}

/* line 735, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-mobile-sort > span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-secondary);
  white-space: nowrap;
}

/* line 742, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-mobile-pills {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-border-secondary);
  border-radius: 9999px;
  overflow: hidden;
}

/* line 749, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-mobile-pills span {
  padding: 8px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-secondary);
}

/* line 754, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-mobile-pills span:first-child {
  border-right: 1px solid var(--color-border-secondary);
}

/* line 760, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__applications-list--mobile {
  gap: 12px;
}

/* line 764, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-card--mobile {
  padding: 12px;
  border-radius: 20px;
}

/* line 769, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-card-top {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: start;
  gap: 8px;
  padding-bottom: 12px;
}

/* line 777, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-card--mobile .home-welcome-modal__application-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

/* line 783, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-card--mobile .home-welcome-modal__application-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 8px;
}

/* line 788, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-meta--mobile {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/* line 793, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__application-meta--mobile span {
  white-space: normal;
}

/* line 798, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__screenshot {
  overflow: hidden;
}

@media (min-width: 768px) {
  /* line 798, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__screenshot {
    width: 100%;
    max-width: 812px;
    border: 1px solid var(--color-border-secondary);
    border-radius: 24px;
    background: var(--color-bg-primary);
    box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  }
}

@media (max-width: 768px) {
  /* line 798, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__screenshot {
    border-radius: 13px;
    box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
    max-height: 40vh;
  }
}

/* line 817, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__screenshot-mobile-img {
  display: none;
  width: 250px;
  max-width: 100%;
  height: auto;
}

/* line 824, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__screenshot-img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  /* line 824, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__screenshot-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top left;
       object-position: top left;
    height: 40vh;
  }
}

/* line 836, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__comparison {
  --comparison-gap: 8px;
  --comparison-arrow-size: 59.86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: none;
}

/* line 848, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__comparison-shots {
  position: relative;
  display: grid;
  grid-template-columns: calc(50% - (var(--comparison-gap) / 2)) calc(50% - (var(--comparison-gap) / 2));
  align-items: start;
  -moz-column-gap: var(--comparison-gap);
       column-gap: var(--comparison-gap);
  width: 100%;
}

/* line 857, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__comparison-shot {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
  border-radius: 13px;
  box-shadow: 0 13px 17px -4px rgba(10, 13, 18, 0.08), 0 4px 7px -2px rgba(10, 13, 18, 0.03), 0 2px 2px -1px rgba(10, 13, 18, 0.04);
}

/* line 871, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__comparison-shot--mobile {
  display: none;
  aspect-ratio: 190 / 307;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media (max-width: 1280px) {
  /* line 879, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__comparison-shot--desktop {
    display: none;
  }
  /* line 883, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__comparison-shot--mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 889, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--comparison .home-welcome-modal__visual {
    flex: 0 0 auto;
    min-height: auto;
    align-items: center;
  }
  /* line 895, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--comparison .home-welcome-modal__comparison {
    width: 100%;
    max-width: 85vw;
    --comparison-gap: 16px;
    --comparison-arrow-size: 59.86px;
  }
  /* line 902, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__comparison-shots {
    order: 1;
  }
  /* line 906, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__comparison-labels {
    order: 2;
  }
  /* line 910, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__comparison-shot {
    height: auto;
    max-height: none;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

/* line 918, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__comparison-arrow {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--comparison-arrow-size);
  height: var(--comparison-arrow-size);
  padding: 13.605px;
  align-items: center;
  justify-content: center;
  border-radius: 63.128px;
  background: #fff;
  box-shadow: 0 34.829px 69.659px -13.061px rgba(10, 13, 18, 0.14), 0 5.442px 5.442px -2.721px rgba(10, 13, 18, 0.04);
  z-index: 2;
  transform: translate(-50%, -50%);
}

/* line 935, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__comparison-arrow-icon {
  width: 32.65px;
  height: 32.65px;
  color: #2970ff;
  flex-shrink: 0;
}

/* line 942, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__comparison-labels {
  display: grid;
  grid-template-columns: calc(50% - (var(--comparison-gap) / 2)) calc(50% - (var(--comparison-gap) / 2));
  -moz-column-gap: var(--comparison-gap);
       column-gap: var(--comparison-gap);
  width: 100%;
}

/* line 949, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__comparison-label {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

/* line 958, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__comparison-label--old {
  color: #dc6803;
}

/* line 962, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__comparison-label--new {
  color: #004eeb;
}

/* line 966, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__footer {
  margin-top: auto;
  width: 100%;
  padding: 16px 40px 32px;
}

/* line 972, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__footer-actions {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
}

/* line 980, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__footer.is-first-step .home-welcome-modal__footer-actions {
  gap: 0;
}

/* line 984, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__footer-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  grid-column: 2;
  width: 100%;
  max-width: 466px;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  /* line 996, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__footer-controls {
    width: 466px;
    max-width: 466px;
  }
}

/* line 1002, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  grid-column: 1;
  justify-self: start;
  min-height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--color-text-tertiary);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.2s ease;
  transition-property: color;
}

/* line 1017, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__back:hover {
  color: var(--color-text-secondary);
}

/* line 1021, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__back:hover .home-welcome-modal__back-icon {
  background: var(--color-bg-secondary);
  color: var(--color-text-secondary);
}

/* line 1027, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__back-icon {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 9999px;
  color: #a4a7ae;
  transition: 0.2s ease;
  transition-property: background-color, color;
}

/* line 1041, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__back-chevron {
  display: block;
  width: 8px;
  height: 14px;
}

/* line 1047, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__back-label {
  white-space: nowrap;
}

/* line 1051, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__cta {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 402px;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  /* line 1060, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__cta {
    width: 402px;
    max-width: 402px;
  }
}

/* line 1066, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 27px;
}

/* line 1073, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__dots .video-pagination__dots-dot {
  padding: 0;
  border: none;
  background: var(--color-utility-gray-200);
}

/* line 1078, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.home-welcome-modal__dots .video-pagination__dots-dot.is-active {
  background: var(--color-fg-brand-primary);
}

@media (max-width: 768px) {
  /* line 1085, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal .home-welcome-modal__content {
    overflow: hidden;
  }
  /* line 1089, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__header {
    padding: 20px 20px 0;
    flex: 0 0 auto;
  }
  /* line 1094, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step {
    gap: 24px;
    padding: 24px 20px 0;
    flex: 0 0 auto;
    min-height: 100%;
  }
  /* line 1101, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__steps {
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
  /* line 1110, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--comparison {
    justify-content: space-evenly;
  }
  /* line 1114, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--comparison .home-welcome-modal__visual {
    flex: 0 0 auto;
    min-height: auto;
  }
  /* line 1119, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--features {
    align-items: stretch;
    gap: 20px;
  }
  /* line 1124, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--applications {
    align-items: stretch;
    gap: 20px;
  }
  /* line 1129, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--features .home-welcome-modal__copy {
    align-items: center;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
  /* line 1136, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--applications .home-welcome-modal__copy {
    align-items: center;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
  /* line 1143, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--features .home-welcome-modal__eyebrow, .home-welcome-modal__step--features .home-welcome-modal__title, .home-welcome-modal__step--features .home-welcome-modal__description {
    text-align: center;
  }
  /* line 1149, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--applications .home-welcome-modal__eyebrow, .home-welcome-modal__step--applications .home-welcome-modal__title, .home-welcome-modal__step--applications .home-welcome-modal__description {
    text-align: center;
  }
  /* line 1155, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--features .home-welcome-modal__visual--features {
    flex: 0 0 auto;
    width: 100%;
    min-height: auto;
    justify-content: center;
    align-items: center;
  }
  /* line 1163, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--applications .home-welcome-modal__visual--applications {
    flex: 0 0 auto;
    width: 100%;
    min-height: auto;
    justify-content: center;
    align-items: center;
  }
  /* line 1171, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--features .home-welcome-modal__features {
    gap: 16px;
    width: 100%;
  }
  /* line 1176, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__step--applications .home-welcome-modal__features {
    gap: 16px;
    width: 100%;
  }
  /* line 1181, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__feature-icon {
    width: 40px;
    height: 40px;
  }
  /* line 1186, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__feature-icon-inner {
    width: 32px;
    height: 32px;
  }
  /* line 1190, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__feature-icon-inner svg {
    width: 20px;
    height: 20px;
  }
  /* line 1196, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__feature-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  /* line 1200, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__feature-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 1204, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__eyebrow {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 1208, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 1212, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__description {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 1216, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__visual {
    align-items: flex-start;
  }
  /* line 1220, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__screenshot--desktop {
    display: none;
  }
  /* line 1224, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__applications-desktop {
    display: none;
  }
  /* line 1228, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__applications-mobile {
    display: block;
  }
  /* line 1232, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__screenshot-mobile-img {
    display: block;
    margin: 0 auto;
    width: 224px;
  }
  /* line 1238, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__image {
    max-height: 36vh;
  }
  /* line 1242, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__comparison {
    gap: 12px;
  }
  /* line 1246, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__comparison-shots {
    gap: 8px;
  }
  /* line 1250, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__comparison-shot {
    max-height: 22vh;
    border-radius: 16px;
  }
  /* line 1255, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__comparison-shot--mobile {
    max-height: none;
  }
  /* line 1259, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__comparison-arrow {
    width: 56px;
  }
  /* line 1263, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__comparison-labels {
    gap: 8px;
  }
  /* line 1267, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: var(--color-alpha-white-10);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 16px 32px calc(32px + env(safe-area-inset-bottom));
  }
  /* line 1277, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__footer-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  /* line 1283, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__back {
    display: none;
  }
  /* line 1287, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__footer-controls {
    flex: 1 1 auto;
    max-width: none;
  }
  /* line 1292, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__cta {
    width: 100%;
    max-width: none;
  }
  /* line 1297, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal__dots {
    gap: 16px;
    padding: 6px 0 0;
  }
}

/* line 1304, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
.modal-backdrop.home-welcome-modal-backdrop {
  --bs-backdrop-opacity: 0.4;
}

/* line 1308, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
body.page-home.modal-open .cookie-modal-backdrop {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1313, app/assets/stylesheets/new-layout/pages/static_pages/home/_welcome-modal.scss */
  .home-welcome-modal[data-step-direction] .home-welcome-modal__step.is-active {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes home-welcome-modal-step-enter-forward {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes home-welcome-modal-step-enter-forward {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes home-welcome-modal-step-enter-backward {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes home-welcome-modal-step-enter-backward {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_layout.scss */
.about-us {
  width: 100%;
  flex: 1 0 auto;
  padding: 10px 16px;
}

/* line 6, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_layout.scss */
.about-us__container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_layout.scss */
.about-us__nav {
  width: 100%;
}

/* line 14, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_layout.scss */
.about-us__header {
  padding: 20px 0 16px;
  text-align: center;
}

/* line 19, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_layout.scss */
.about-us__main {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 32, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_layout.scss */
  .about-us__main {
    padding: 40px 20px;
    gap: 56px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
.about-us-hero {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 48px;
  align-items: center;
}

/* line 7, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
.about-us-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 4px 4px;
  border-radius: 999px;
  background: var(--color-orange-dark-50);
  color: var(--color-orange-700);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 20, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
.about-us-hero__eyebrow-pill {
  background: var(--color-white);
  color: var(--color-orange-700);
  border: 1px solid var(--color-orange-dark-100);
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
}

/* line 29, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
.about-us-hero__heading {
  margin: 0 0 16px;
  color: var(--color-text-primary);
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

/* line 38, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
.about-us-hero__heading em {
  font-style: normal;
  color: var(--color-orange-600);
}

/* line 44, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
.about-us-hero__lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: var(--color-text-tertiary);
  max-width: 52ch;
  text-wrap: pretty;
}

/* line 53, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
.about-us-hero__card {
  position: relative;
  aspect-ratio: 4 / 3.4;
  border-radius: 28px;
  background: transparent;
  border: none;
  overflow: hidden;
  display: grid;
  place-items: center;
}

/* line 63, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
.about-us-hero__card::before {
  content: "";
  position: absolute;
  inset: -15%;
  background-image: linear-gradient(to right, var(--color-shadow-xs) 1px, transparent 1px), linear-gradient(to bottom, var(--color-shadow-xs) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 0%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 0%, transparent 90%);
}

/* line 76, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
.about-us-hero__card-inner {
  position: relative;
  text-align: center;
  padding: 24px;
}

/* line 82, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
.about-us-hero__card-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 12px 16px var(--color-shadow-md-02));
}

@media (max-width: 920px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
  .about-us-hero {
    grid-template-columns: 1fr;
  }
  /* line 94, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
  .about-us-hero__card {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 480px) {
  /* line 100, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_hero.scss */
  .about-us-hero__heading {
    font-size: 32px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_section-head.scss */
.about-us-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  border-top: 1px solid var(--color-border-secondary);
  padding-top: 32px;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_section-head.scss */
.about-us-section-head__title {
  color: var(--color-text-primary);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}

/* line 18, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_section-head.scss */
.about-us-section-head__sub {
  color: var(--color-text-quaternary);
  font-size: 14px;
  margin: 0;
  max-width: 48ch;
  text-align: right;
}

@media (max-width: 920px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_section-head.scss */
  .about-us-section-head {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 30, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_section-head.scss */
  .about-us-section-head__sub {
    text-align: left;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_prose.scss */
.about-us-prose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1100px;
}

/* line 7, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_prose.scss */
.about-us-prose p {
  margin: 0 0 14px;
  color: var(--color-text-tertiary);
  font-size: 15.5px;
  line-height: 1.7;
  text-wrap: pretty;
}

/* line 14, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_prose.scss */
.about-us-prose p:last-child {
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_prose.scss */
.about-us-prose strong {
  color: var(--color-text-primary);
  font-weight: 600;
}

@media (max-width: 920px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_prose.scss */
  .about-us-prose {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_trust.scss */
.about-us-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  overflow: hidden;
  background: var(--color-bg-secondary);
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_trust.scss */
.about-us-trust__cell {
  padding: 28px 24px;
  border-right: 1px solid var(--color-border-secondary);
}

/* line 14, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_trust.scss */
.about-us-trust__cell:last-child {
  border-right: 0;
}

/* line 19, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_trust.scss */
.about-us-trust__num {
  display: block;
  color: var(--color-text-primary);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

/* line 29, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_trust.scss */
.about-us-trust__label {
  display: block;
  color: var(--color-text-quaternary);
  font-size: 13px;
  margin-top: 6px;
  line-height: 1.4;
}

@media (max-width: 920px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_trust.scss */
  .about-us-trust {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 40, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_trust.scss */
  .about-us-trust__cell:nth-child(2) {
    border-right: 0;
  }
  /* line 44, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_trust.scss */
  .about-us-trust__cell:nth-child(1), .about-us-trust__cell:nth-child(2) {
    border-bottom: 1px solid var(--color-border-secondary);
  }
}

@media (max-width: 480px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_trust.scss */
  .about-us-trust {
    grid-template-columns: 1fr;
  }
  /* line 53, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_trust.scss */
  .about-us-trust__cell {
    border-right: 0;
    border-bottom: 1px solid var(--color-border-secondary);
  }
  /* line 57, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_trust.scss */
  .about-us-trust__cell:last-child {
    border-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
.about-us-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
.about-us-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  height: 2px;
  background: repeating-linear-gradient(to right, var(--color-border-primary) 0 6px, transparent 6px 12px);
}

@media (max-width: 920px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
  .about-us-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 27, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
  .about-us-timeline::before {
    display: none;
  }
}

@media (max-width: 480px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
  .about-us-timeline {
    grid-template-columns: 1fr;
  }
}

/* line 37, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
.about-us-tl-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 43, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
.about-us-tl-item__dot {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-white);
  border: 2px solid var(--color-border-primary);
  box-shadow: 0 0 0 6px var(--color-white);
  margin-bottom: 20px;
}

/* line 55, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
.about-us-tl-item__year {
  display: block;
  color: var(--color-text-quaternary);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* line 66, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
.about-us-tl-item__title {
  margin: 0 0 6px;
  color: var(--color-text-primary);
  font-size: 15px;
  font-weight: 600;
}

/* line 73, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
.about-us-tl-item__text {
  margin: 0;
  color: var(--color-text-tertiary);
  font-size: 13.5px;
  line-height: 1.55;
}

/* line 81, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
.about-us-tl-item--active .about-us-tl-item__dot {
  background: var(--color-orange-500);
  border-color: var(--color-orange-500);
  box-shadow: 0 0 0 6px var(--color-white), 0 0 0 10px var(--color-orange-dark-100);
}

/* line 87, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_timeline.scss */
.about-us-tl-item--active .about-us-tl-item__year {
  color: var(--color-orange-700);
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-group {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 32px;
  align-items: stretch;
}

/* line 8, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-group__intro h2, .about-us-group__intro .h2 {
  margin: 0 0 12px;
  color: var(--color-text-primary);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* line 16, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-group__intro p {
  margin: 0 0 12px;
  color: var(--color-text-tertiary);
  font-size: 14.5px;
  line-height: 1.6;
  max-width: 60ch;
}

/* line 23, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-group__intro p:last-child {
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-group__intro strong {
  color: var(--color-text-primary);
  font-weight: 600;
}

/* line 34, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-group__pill {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--color-bg-tertiary);
  color: var(--color-text-secondary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
  .about-us-group {
    grid-template-columns: 1fr;
  }
}

/* line 52, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-brand-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  padding: 32px 24px;
  border-radius: 20px;
  border: 1px solid var(--color-border-secondary);
  background: radial-gradient(120% 80% at 50% 0%, var(--color-bg-secondary) 0%, var(--color-white) 75%);
  box-sizing: border-box;
  align-self: center;
  width: 320px;
  max-width: 100%;
  min-height: 260px;
  margin: 0 auto;
}

/* line 70, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-brand-showcase--featured {
  border-color: var(--color-orange-dark-100);
  background: radial-gradient(120% 80% at 50% 0%, var(--color-orange-dark-50) 0%, var(--color-white) 75%);
}

/* line 75, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-brand-showcase__logo {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  background: var(--color-white);
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0 8px 12px -4px var(--color-shadow-lg-01), 0 2px 4px -2px var(--color-shadow-lg-02);
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 89, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-brand-showcase__body {
  max-width: 30ch;
}

/* line 93, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-brand-showcase__name {
  color: var(--color-text-primary);
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

/* line 104, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-brand-showcase__badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-orange-700);
  background: var(--color-orange-dark-50);
  border: 1px solid var(--color-orange-dark-100);
  padding: 2px 7px;
  border-radius: 4px;
}

/* line 116, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_group.scss */
.about-us-brand-showcase__role {
  color: var(--color-text-tertiary);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_pillars.scss */
.about-us-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 920px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_pillars.scss */
  .about-us-pillars {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_pillars.scss */
  .about-us-pillars {
    grid-template-columns: 1fr;
  }
}

/* line 15, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_pillars.scss */
.about-us-pillar {
  position: relative;
  padding: 24px 20px;
  border-radius: 20px;
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
}

/* line 22, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_pillars.scss */
.about-us-pillar__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  color: var(--color-text-secondary);
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  margin-bottom: 14px;
  box-shadow: 0 1px 2px var(--color-shadow-xs);
}

/* line 39, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_pillars.scss */
.about-us-pillar__title {
  margin: 0 0 8px;
  color: var(--color-text-primary);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

/* line 47, app/assets/stylesheets/new-layout/pages/static_pages/about-us/_pillars.scss */
.about-us-pillar__text {
  margin: 0;
  color: var(--color-text-tertiary);
  font-size: 13.5px;
  line-height: 1.55;
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/_careers.scss */
.careers {
  width: 100%;
  flex: 1 0 auto;
  padding: 10px 16px;
}

/* line 6, app/assets/stylesheets/new-layout/pages/static_pages/_careers.scss */
.careers__container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/_careers.scss */
.careers__nav {
  width: 100%;
}

/* line 14, app/assets/stylesheets/new-layout/pages/static_pages/_careers.scss */
.careers__header {
  padding: 20px 0 16px;
  text-align: center;
}

/* line 19, app/assets/stylesheets/new-layout/pages/static_pages/_careers.scss */
.careers__main {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  width: min(560px, 100%);
  margin-inline: auto;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 34, app/assets/stylesheets/new-layout/pages/static_pages/_careers.scss */
  .careers__main {
    padding: 40px 20px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
.contact-us {
  width: 100%;
  flex: 1 0 auto;
  padding: 10px 16px;
}

/* line 6, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
.contact-us__container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
.contact-us__banner {
  display: flex;
  flex-flow: column nowrap;
  padding: 10px 0;
}

/* line 16, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
.contact-us__nav {
  width: 100%;
}

/* line 20, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
.contact-us__header {
  padding: 20px 0 16px;
  text-align: center;
}

/* line 25, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
.contact-us__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, clamp(500px, 46vw, 560px)) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

/* line 34, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
.contact-us__grid .grid-col--main {
  grid-column: 2;
}

/* line 37, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
.contact-us__grid .grid-col--aside {
  grid-column: 3;
  max-width: 280px;
}

/* line 43, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
.contact-us__main {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  width: 100%;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 55, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
.contact-us__main .contact-form {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}

/* line 65, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
.contact-us__aside {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  width: 100%;
  padding: 24px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 920px) {
  /* line 79, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
  .contact-us__grid {
    grid-template-columns: minmax(0, 540px);
    justify-content: center;
  }
  /* line 83, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
  .contact-us__grid .grid-col--main,
.contact-us__grid .grid-col--aside {
    grid-column: auto;
    justify-self: stretch;
    max-width: unset;
  }
}

@media (max-width: 768px) {
  /* line 93, app/assets/stylesheets/new-layout/pages/static_pages/_contact-us.scss */
  .contact-us__main {
    padding: 40px 20px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page {
  display: flex;
  flex: 1 1 0;
  padding-block: 40px;
}

/* line 6, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__header {
  margin-bottom: 40px;
  text-align: center;
}

/* line 14, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__header h1, .cookie-policy-page__header .h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-weight: 600;
  color: var(--color-text-primary);
}

/* line 21, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__main {
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 21, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
  .cookie-policy-page__main {
    padding: 40px 20px;
  }
}

/* line 34, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 37, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content h2, .cookie-policy-page__content .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-text-primary);
}

/* line 44, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content h3, .cookie-policy-page__content .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--color-text-primary);
}

/* line 51, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
  color: var(--color-text-secondary);
}

/* line 56, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content p:last-child {
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content strong {
  font-weight: 600;
  color: var(--color-text-primary);
}

/* line 66, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content ul,
.cookie-policy-page__content ol {
  margin: 8px 0;
  padding-left: 24px;
}

/* line 72, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content li {
  margin-bottom: 6px;
}

/* line 76, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content .inner-list {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 82, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content .spaced-list li {
  margin-bottom: 8px;
}

/* line 87, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content a {
  color: var(--color-brand-primary);
  text-decoration: underline;
}

/* line 91, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
.cookie-policy-page__content a:hover {
  color: var(--color-brand-primary-darker);
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/static_pages/_cookie_policy.scss */
  .cookie-policy-page {
    padding-block: 40px 20px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/_corporate-information.scss */
.corporate-information {
  width: 100%;
  flex: 1 0 auto;
  padding: 10px 16px;
}

/* line 6, app/assets/stylesheets/new-layout/pages/static_pages/_corporate-information.scss */
.corporate-information__container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/_corporate-information.scss */
.corporate-information__header {
  padding: 20px 0 16px;
  text-align: center;
}

/* line 15, app/assets/stylesheets/new-layout/pages/static_pages/_corporate-information.scss */
.corporate-information__main {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  width: min(560px, 100%);
  margin-inline: auto;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 30, app/assets/stylesheets/new-layout/pages/static_pages/_corporate-information.scss */
  .corporate-information__main {
    padding: 40px 20px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/_faqs.scss */
.faqs-page {
  width: 100%;
  flex: 1 1 0;
  padding: 10px 16px;
}

/* line 6, app/assets/stylesheets/new-layout/pages/static_pages/_faqs.scss */
.faqs-page__container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/_faqs.scss */
.faqs-page__header {
  padding: 20px 0 16px;
  text-align: center;
}

/* line 15, app/assets/stylesheets/new-layout/pages/static_pages/_faqs.scss */
.faqs-page__main {
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/new-layout/pages/static_pages/_faqs.scss */
  .faqs-page__main {
    padding: 40px 20px;
  }
}

/* line 28, app/assets/stylesheets/new-layout/pages/static_pages/_faqs.scss */
.faqs-page__contact {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--color-border-primary);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-secondary);
}

/* line 37, app/assets/stylesheets/new-layout/pages/static_pages/_faqs.scss */
.faqs-page__contact a {
  color: var(--color-brand-primary);
  text-decoration: underline;
}

/* line 41, app/assets/stylesheets/new-layout/pages/static_pages/_faqs.scss */
.faqs-page__contact a:hover {
  color: var(--color-brand-primary-hover);
}

/* line 49, app/assets/stylesheets/new-layout/pages/static_pages/_faqs.scss */
.faqs-section + .faqs-section {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid var(--color-border-secondary);
}

/* line 55, app/assets/stylesheets/new-layout/pages/static_pages/_faqs.scss */
.faqs-section__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 40px;
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/_gdpr.scss */
.gdpr {
  width: 100%;
  flex: 1 1 0;
  padding: 10px 16px;
}

/* line 6, app/assets/stylesheets/new-layout/pages/static_pages/_gdpr.scss */
.gdpr__container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/_gdpr.scss */
.gdpr__header {
  padding: 20px 0 16px;
  text-align: center;
}

/* line 15, app/assets/stylesheets/new-layout/pages/static_pages/_gdpr.scss */
.gdpr__main {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 28, app/assets/stylesheets/new-layout/pages/static_pages/_gdpr.scss */
  .gdpr__main {
    padding: 40px 20px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/_partners.scss */
.partners {
  width: 100%;
  flex: 1 0 auto;
  padding: 10px 16px;
}

/* line 6, app/assets/stylesheets/new-layout/pages/static_pages/_partners.scss */
.partners__container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/_partners.scss */
.partners__nav {
  width: 100%;
}

/* line 14, app/assets/stylesheets/new-layout/pages/static_pages/_partners.scss */
.partners__header {
  padding: 20px 0 16px;
  text-align: center;
}

/* line 19, app/assets/stylesheets/new-layout/pages/static_pages/_partners.scss */
.partners__main {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 32px;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 32, app/assets/stylesheets/new-layout/pages/static_pages/_partners.scss */
.partners__main .partner-box {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
}

/* line 37, app/assets/stylesheets/new-layout/pages/static_pages/_partners.scss */
.partners__main .partner-box__logo {
  height: 48px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  /* line 46, app/assets/stylesheets/new-layout/pages/static_pages/_partners.scss */
  .partners__main {
    padding: 40px 20px;
  }
  /* line 51, app/assets/stylesheets/new-layout/pages/static_pages/_partners.scss */
  .partners .partner-box__logo {
    height: 26px;
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page {
  width: 100%;
  flex: 1 1 0;
  padding: 10px 16px;
}

/* line 6, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__header {
  padding: 20px 0 16px;
  text-align: center;
}

/* line 15, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__main {
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
  .privacy-page__main {
    padding: 40px 20px;
  }
}

/* line 28, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 32, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content h2, .privacy-page__content .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 40px 0 24px;
}

/* line 38, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content h2:first-child, .privacy-page__content .h2:first-child {
  margin-top: 0;
}

/* line 43, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content h3, .privacy-page__content .h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 24px 0 12px;
}

/* line 49, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
  line-height: 1.6;
}

/* line 54, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content p:last-child {
  margin-bottom: 0;
}

/* line 59, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content strong {
  font-weight: 600;
  color: var(--color-text-primary);
}

/* line 64, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content ul,
.privacy-page__content ol {
  margin: 8px 0;
  padding-left: 24px;
}

/* line 70, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content li {
  margin-bottom: 6px;
}

/* line 74, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content .inner-list {
  margin-top: 6px;
}

/* line 78, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content .spaced-list > li {
  margin-bottom: 12px;
}

/* line 82, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content a {
  color: var(--color-brand-primary);
  text-decoration: underline;
}

/* line 86, app/assets/stylesheets/new-layout/pages/static_pages/_privacy.scss */
.privacy-page__content a:hover {
  color: var(--color-brand-primary-hover);
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/_sitemap.scss */
.sitemap {
  width: 100%;
  flex: 1 0 auto;
  padding: 10px 16px;
}

/* line 6, app/assets/stylesheets/new-layout/pages/static_pages/_sitemap.scss */
.sitemap__container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/_sitemap.scss */
.sitemap__header {
  padding: 20px 0 16px;
  text-align: center;
}

/* line 15, app/assets/stylesheets/new-layout/pages/static_pages/_sitemap.scss */
.sitemap__main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 27, app/assets/stylesheets/new-layout/pages/static_pages/_sitemap.scss */
.sitemap__main .sitemap-col {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 16px;
}

/* line 34, app/assets/stylesheets/new-layout/pages/static_pages/_sitemap.scss */
.sitemap__main .sitemap__section-title {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid var(--color-border-tertiary);
}

@media (max-width: 920px) {
  /* line 42, app/assets/stylesheets/new-layout/pages/static_pages/_sitemap.scss */
  .sitemap__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/new-layout/pages/static_pages/_sitemap.scss */
  .sitemap__main {
    padding: 40px 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page {
  width: 100%;
  flex: 1 1 0;
  padding: 10px 16px;
}

/* line 6, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* line 10, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__header {
  padding: 20px 0 16px;
  text-align: center;
}

/* line 15, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__main {
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
  .terms-page__main {
    padding: 40px 20px;
  }
}

/* line 28, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__nav {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 33, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 42, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__nav a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-brand-primary);
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

/* line 50, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__nav a:hover {
  background-color: var(--color-bg-brand-primary);
  color: var(--color-brand-primary-hover);
}

/* line 57, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 61, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content h2, .terms-page__content .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 40px 0 24px;
}

/* line 67, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content h2:first-child, .terms-page__content .h2:first-child {
  margin-top: 0;
}

/* line 72, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content h3, .terms-page__content .h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 24px 0 12px;
}

/* line 78, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content dt {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin-top: 24px;
  margin-bottom: 8px;
}

/* line 85, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content dd {
  margin-left: 0;
  margin-bottom: 24px;
}

/* line 90, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
  line-height: 1.6;
}

/* line 95, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content p:last-child {
  margin-bottom: 0;
}

/* line 100, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content ul,
.terms-page__content ol {
  margin: 8px 0;
  padding-left: 24px;
}

/* line 106, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content li {
  margin-bottom: 6px;
}

/* line 110, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content .inner-list {
  margin-top: 6px;
}

/* line 114, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content .spaced-list > li {
  margin-bottom: 8px;
}

/* line 118, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content a {
  color: var(--color-brand-primary);
  text-decoration: underline;
}

/* line 122, app/assets/stylesheets/new-layout/pages/static_pages/_terms.scss */
.terms-page__content a:hover {
  color: var(--color-brand-primary-hover);
}

/* 0px */
/* 2px */
/* 4px */
/* 6px */
/* 8px */
/* 12px */
/* 16px */
/* 20px */
/* 24px */
/* 28px */
/* 32px */
/* 36px */
/* 40px */
/* 48px */
/* 64px */
/* 80px */
/* 96px */
/* 128px */
/* 160px */
/* 192px */
/* 224px */
/* 256px */
/* 320px */
/* 384px */
/* 480px */
/* 560px */
/* 640px */
/* 720px */
/* 768px */
/* 1024px */
/* 1280px */
/* 1440px */
/* 1600px */
/* 1920px */
/* 0px */
/* 2px */
/* 4px */
/* 6px */
/* 8px */
/* 12px */
/* 16px */
/* 20px */
/* 24px */
/* 32px */
/* 40px */
/* 48px */
/* 64px */
/* 80px */
/* 96px */
/* 128px */
/* 160px */
/* 320px */
/* 384px */
/* 480px */
/* 560px */
/* 640px */
/* 768px */
/* 1024px */
/* 1280px */
/* 1440px */
/* 1600px */
/* 1920px */
/* text */
/* a11y */
/* focus */
/* other */
/* mobile collapsible filters — shared across employer index pages */
/* line 6, app/assets/stylesheets/new-layout/pages/search-results/_shared.scss */
.search-page__mobile-filters-chevron svg, .search-page__filter-dropdown-show-more svg, .search-page__filter-nav-chevron svg, .search-page__filter-nav-icon svg, .search-page__email-alert-button svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* line 12, app/assets/stylesheets/new-layout/pages/search-results/_shared.scss */
.search-page__mobile-filters-button {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 9999px;
  border: 1px solid var(--color-border-primary);
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

/* line 27, app/assets/stylesheets/new-layout/pages/search-results/_shared.scss */
.search-page__mobile-filters-card, .search-page__sidebar {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 1, app/assets/stylesheets/new-layout/pages/search-results/_layout.scss */
.search-page {
  display: flex;
  padding: 0px 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 12px;
}

/* line 10, app/assets/stylesheets/new-layout/pages/search-results/_layout.scss */
.search-page__layout {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

/* line 2, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__sidebar {
  min-width: 320px;
  max-width: 420px;
  flex: 1 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 100px - 24px);
  align-items: stretch;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
  .search-page__sidebar {
    display: none;
  }
}

/* line 18, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__sidebar-scroll {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  overflow-y: auto;
  padding-right: 20px;
  margin-right: -20px;
  scrollbar-width: thin;
  scrollbar-color: var(--color-border-secondary) transparent;
}

/* line 34, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__sidebar-scroll::-webkit-scrollbar {
  width: 4px;
}

/* line 38, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__sidebar-scroll::-webkit-scrollbar-track {
  background: transparent;
  margin: 24px 0;
  border-radius: 9999px;
}

/* line 44, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__sidebar-scroll::-webkit-scrollbar-thumb {
  background-color: var(--color-border-secondary);
  border-radius: 9999px;
}

/* line 48, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__sidebar-scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-fg-disabled-subtle);
}

/* line 54, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__email-alert {
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

/* line 63, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__email-alert-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  letter-spacing: normal;
  margin: 0;
}

/* line 70, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__email-alert-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0;
}

/* line 76, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__email-alert-button {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: var(--color-brand-600);
  box-shadow: 0px 0px 0px 1px var(--color-shadow-skeuomorphic-inner-border) inset, 0px -2px 0px 0px var(--color-shadow-skeuomorphic-inner) inset, 0px 1px 2px 0px var(--color-shadow-xs);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-white);
  transition: background-color 0.2s ease;
}

/* line 92, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__email-alert-button:hover {
  background: var(--color-brand-700);
}

/* line 100, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__email-alert-button.is-alert-active {
  pointer-events: none;
  cursor: default;
  background: var(--color-bg-secondary);
  border-color: var(--color-border-secondary);
  color: var(--color-text-tertiary);
  box-shadow: none;
}

/* line 108, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__email-alert-button.is-alert-active:hover {
  background: var(--color-bg-secondary);
}

/* line 114, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__sidebar-divider {
  width: 100%;
  height: 1px;
  margin: 0;
  border: none;
  background-color: var(--color-utility-gray-300);
}

/* line 122, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__join-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-bottom: -12px;
}

/* line 131, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__join-us-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
  text-align: center;
  text-transform: uppercase;
}

/* line 138, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__join-us-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* line 145, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
.search-page__sidebar-ad:not(:empty) {
  padding-top: 12px;
}

@media (max-width: 1280px) {
  /* line 144, app/assets/stylesheets/new-layout/pages/search-results/_sidebar.scss */
  .search-page__sidebar-ad {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

/* line 10, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filters-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-text-primary);
  letter-spacing: normal;
  margin: 0;
}

/* line 17, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}

/* line 24, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-nav-item {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.15s ease;
}

/* line 36, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-nav-item:hover {
  background: var(--color-bg-active);
}

/* line 39, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-nav-item:hover .search-page__filter-nav-label {
  color: var(--color-text-secondary-hover);
}

/* line 45, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-nav-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
}

/* line 52, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-nav-icon svg {
  stroke-width: 1.67px;
}

/* line 58, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-nav-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-secondary);
  flex: 1 0 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.15s ease;
}

/* line 69, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-nav-chevron {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
  transition: transform 0.2s ease;
}

/* line 81, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-nav-chevron.is-rotated {
  transform: rotate(180deg);
}

/* line 86, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-accordion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

/* line 93, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-dropdown {
  display: none;
  flex-direction: column;
  align-self: stretch;
  padding: 16px 0 0;
}

/* line 99, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-dropdown.is-open {
  display: flex;
}

/* line 104, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-dropdown-item {
  display: flex;
  padding: 8px 12px 8px 40px;
  align-items: center;
  align-self: stretch;
  gap: 12px;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* line 117, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-dropdown-item:hover {
  background: var(--color-bg-active);
  text-decoration: none;
  color: inherit;
}

/* line 124, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-dropdown-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-text-secondary);
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: normal;
}

/* line 134, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-dropdown-hidden {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

/* line 140, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-dropdown-hidden.is-visible {
  display: flex;
}

/* line 145, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-dropdown-show-more {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  align-self: center;
  gap: 4px;
  color: var(--color-text-tertiary);
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px 0 2px;
  letter-spacing: normal;
}

/* line 162, app/assets/stylesheets/new-layout/pages/search-results/_filters.scss */
.search-page__filter-dropdown-show-more:hover {
  color: var(--color-text-secondary);
}

/* line 2, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
}

/* line 12, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__top-ad {
  align-self: stretch;
}

@media (max-width: 768px) {
  /* line 12, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__top-ad {
    display: none;
  }
}

/* line 20, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 40px 0 0;
  max-width: 752px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 20, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__empty-state {
    padding: 40px 0 0;
  }
}

/* line 35, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__empty-state-image {
  margin-bottom: 20px;
  width: 187px;
  max-width: 187px;
}

/* line 40, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__empty-state-image svg {
  display: block;
  width: 100%;
  height: auto;
}

/* line 47, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__empty-state-title {
  margin-bottom: 20px;
  color: var(--color-text-primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

/* line 53, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__empty-state-text {
  margin: 0;
  color: var(--color-text-tertiary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* line 58, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__empty-state-text + .search-page__empty-state-text {
  margin-top: 20px;
}

/* line 62, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__empty-state-text--active {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  color: var(--color-text-tertiary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 69, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__empty-state-text--active svg {
  flex-shrink: 0;
  margin-top: 2px;
}

/* line 76, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__empty-state-link {
  color: var(--colors-text-text-brand-secondary-700, #004EEB);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 81, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__empty-state-link:hover {
  text-decoration: underline;
}

/* line 86, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__search-bar {
  align-self: stretch;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  /* line 86, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__search-bar {
    padding-bottom: 40px;
  }
}

/* line 95, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__mobile-filters {
  display: none;
  flex-direction: column;
  align-self: stretch;
}

@media (max-width: 768px) {
  /* line 95, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__mobile-filters {
    display: flex;
  }
}

/* line 105, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__mobile-filters-button {
  background: var(--color-bg-primary-hover);
  color: var(--color-text-secondary-hover);
}

/* line 111, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__mobile-filters-chevron {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
  transition: transform 0.2s ease;
}

/* line 123, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__mobile-filters-chevron.is-rotated {
  transform: rotate(180deg);
}

/* line 128, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__mobile-filters-panel {
  display: none;
  align-self: stretch;
}

@media (max-width: 768px) {
  /* line 132, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__mobile-filters-panel.is-open {
    display: block;
  }
}

/* line 143, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__results-header {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

@media (max-width: 1280px) {
  /* line 143, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__results-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 155, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__results-count {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  flex: 1 0 0;
  color: var(--color-text-primary);
}

/* line 161, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__results-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 768px) {
  /* line 161, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__results-actions {
    width: 100%;
  }
}

/* line 170, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__results-actions .button-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 343px;
}

@media (max-width: 768px) {
  /* line 170, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__results-actions .button-group {
    min-width: unset;
    flex: 1;
  }
}

/* line 182, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__sort-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-utility-gray-800);
  white-space: nowrap;
}

/* line 188, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__cards {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

/* line 193, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__cards--sponsored {
  gap: 20px;
  padding-bottom: 40px;
}

/* line 198, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__cards--regular {
  gap: 8px;
}

/* line 203, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__pagination {
  display: flex;
  justify-content: flex-end;
  align-self: stretch;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  /* line 210, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__pagination-label {
    display: none;
  }
}

/* line 216, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__related-searches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  /* line 216, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__related-searches {
    grid-template-columns: 1fr;
  }
}

/* line 227, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__related-searches-box {
  background: var(--color-bg-primary);
  border-radius: 10px;
  padding: 20px;
}

/* line 233, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__related-searches-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}

/* line 238, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__related-searches-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 247, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__related-searches-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-brand-secondary);
}

/* line 251, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__related-searches-link:hover {
  text-decoration: underline;
}

/* line 258, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq {
  align-self: stretch;
  padding-top: 20px;
}

/* line 263, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-inner {
  width: 100%;
  max-width: 100%;
  padding: 20px 24px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 40px;
  background: var(--color-bg-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__faq-inner {
    padding: 16px 12px;
    border-radius: 24px;
  }
}

/* line 278, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  /* line 278, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__faq-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
  }
}

/* line 289, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-accordion {
  gap: 4px;
}

/* line 292, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-accordion .accordion-item {
  border: none;
  border-radius: 16px;
}

/* line 297, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-accordion .accordion-item__summary {
  gap: 6px;
  padding: 6px 8px;
  margin: 0 -8px;
  border-radius: 16px;
}

/* line 303, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-accordion .accordion-item__summary:hover, .search-page__faq-accordion .accordion-item__summary:focus-visible {
  background: var(--color-bg-secondary);
}

/* line 309, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-accordion .accordion-item__summary-icon {
  padding: 0;
  width: 20px;
  height: 20px;
  color: var(--color-text-tertiary);
}

/* line 316, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-accordion .accordion-item__summary-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 321, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-accordion .accordion-item__details-content {
  padding: 0 0 8px 20px;
}

@media (max-width: 768px) {
  /* line 321, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
  .search-page__faq-accordion .accordion-item__details-content {
    padding-left: 16px;
  }
}

/* line 330, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-answer {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
  width: 100%;
  max-width: none;
}

/* line 337, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-answer a {
  color: var(--color-text-brand-secondary);
  text-decoration: none;
}

/* line 341, app/assets/stylesheets/new-layout/pages/search-results/_content.scss */
.search-page__faq-answer a:hover {
  text-decoration: underline;
}

/* line 2, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced main {
  padding-top: 40px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
  .page-search-advanced main {
    padding-top: 0;
  }
}

/* line 11, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page {
  width: 100%;
  padding: 0px 16px;
}

@media (max-width: 768px) {
  /* line 11, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
  .page-search-advanced .advanced-search-page {
    padding: 24px 16px 32px;
  }
}

/* line 19, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__container {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}

/* line 25, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 25, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
  .page-search-advanced .advanced-search-page__card {
    border-radius: 24px;
    padding: 32px;
  }
}

/* line 41, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 47, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  color: var(--color-text-primary);
}

/* line 53, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__tips {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background: transparent;
  padding: 0;
  color: var(--color-text-brand-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 64, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__tips:hover {
  text-decoration: underline;
}

/* line 69, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__tips-icon {
  display: flex;
  width: 17px;
  height: 17px;
  color: var(--color-fg-brand-secondary-alt);
}

/* line 75, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__tips-icon svg {
  width: 100%;
  height: 100%;
}

/* line 81, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 87, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 92, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__section--salary {
  gap: 16px;
}

/* line 97, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 101, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__label--strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 107, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__toggle-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  padding: 6px 0;
  border: none;
  background: transparent;
  color: var(--color-text-brand-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__toggle-chevron {
  display: flex;
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

/* line 127, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__toggle-chevron.is-expanded {
  transform: rotate(180deg);
}

/* line 131, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__toggle-chevron svg {
  width: 100%;
  height: 100%;
}

/* line 137, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__expandable {
  display: none;
  flex-direction: column;
  gap: 24px;
}

/* line 142, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__expandable.is-open {
  display: flex;
}

/* line 147, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__divider {
  margin: 0;
  width: 100%;
  border: 0;
  border-top: 1px solid var(--color-border-secondary);
}

/* line 154, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__toggles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 160, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__toggles-title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 166, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__toggle-item {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

/* line 171, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__toggle-item .toggle__content {
  flex: 1 1 auto;
}

/* line 175, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__toggle-item .toggle__content-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
}

@media (max-width: 768px) {
  /* line 166, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
  .page-search-advanced .advanced-search-page__toggle-item {
    gap: 8px;
  }
  /* line 183, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
  .page-search-advanced .advanced-search-page__toggle-item .toggle__control {
    width: 32px;
    height: 16px;
    padding: 0;
  }
  /* line 188, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
  .page-search-advanced .advanced-search-page__toggle-item .toggle__control-thumb {
    width: 16px;
    height: 16px;
  }
  /* line 194, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
  .page-search-advanced .advanced-search-page__toggle-item .toggle__input:checked + .toggle__control .toggle__control-thumb {
    transform: translateX(16px);
  }
}

/* line 200, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__actions-wrap {
  margin-top: 16px;
}

@media (max-width: 768px) {
  /* line 200, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
  .page-search-advanced .advanced-search-page__actions-wrap {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 -32px;
    padding: 24px 24px calc(24px + env(safe-area-inset-bottom));
    border-radius: 0 0 40px 40px;
    background: var(--color-alpha-white-10);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 20;
  }
}

/* line 220, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 220, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
  .page-search-advanced .advanced-search-page__actions {
    grid-template-columns: 1fr;
  }
}

/* line 231, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.page-search-advanced .advanced-search-page__action-btn {
  justify-content: center;
  width: 100%;
}

/* line 240, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.search-tips-modal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* line 247, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.search-tips-modal__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-active);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 261, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.search-tips-modal__card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 267, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.search-tips-modal__card-text {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-primary);
}

/* line 274, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
.search-tips-modal .nl-modal__body {
  overflow-y: scroll;
  scrollbar-gutter: stable;
  --scrollbar-w: 6px;
  --scrollbar-thumb-color: var(--color-border-primary);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) transparent;
}

/* line 17, app/assets/stylesheets/new-layout/pages/../mixins/_scrollbar.scss */
.search-tips-modal .nl-modal__body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* line 22, app/assets/stylesheets/new-layout/pages/../mixins/_scrollbar.scss */
.search-tips-modal .nl-modal__body::-webkit-scrollbar-track {
  background: transparent;
}

/* line 26, app/assets/stylesheets/new-layout/pages/../mixins/_scrollbar.scss */
.search-tips-modal .nl-modal__body::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 9999px;
  border: 6px solid transparent;
  background-clip: content-box;
}

@media (min-width: 768px) {
  /* line 280, app/assets/stylesheets/new-layout/pages/search-results/_advanced.scss */
  .search-tips-modal .nl-modal__body::-webkit-scrollbar-track {
    background: var(--color-bg-secondary);
    border-radius: 9999px;
  }
}

/* 0px */
/* 2px */
/* 4px */
/* 6px */
/* 8px */
/* 12px */
/* 16px */
/* 20px */
/* 24px */
/* 28px */
/* 32px */
/* 36px */
/* 40px */
/* 48px */
/* 64px */
/* 80px */
/* 96px */
/* 128px */
/* 160px */
/* 192px */
/* 224px */
/* 256px */
/* 320px */
/* 384px */
/* 480px */
/* 560px */
/* 640px */
/* 720px */
/* 768px */
/* 1024px */
/* 1280px */
/* 1440px */
/* 1600px */
/* 1920px */
/* 0px */
/* 2px */
/* 4px */
/* 6px */
/* 8px */
/* 12px */
/* 16px */
/* 20px */
/* 24px */
/* 32px */
/* 40px */
/* 48px */
/* 64px */
/* 80px */
/* 96px */
/* 128px */
/* 160px */
/* 320px */
/* 384px */
/* 480px */
/* 560px */
/* 640px */
/* 768px */
/* 1024px */
/* 1280px */
/* 1440px */
/* 1600px */
/* 1920px */
/* text */
/* a11y */
/* focus */
/* other */
/* mobile collapsible filters — shared across employer index pages */
/* line 1, app/assets/stylesheets/new-layout/pages/job-offer-detail/_shared.scss */
.job-detail__sidebar-action-btn svg, .job-detail__meta-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* line 7, app/assets/stylesheets/new-layout/pages/job-offer-detail/_shared.scss */
.job-detail__sidebar-card, .job-detail__related-card, .job-detail__card {
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 1, app/assets/stylesheets/new-layout/pages/job-offer-detail/_layout.scss */
.job-detail {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 24px 0;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/job-offer-detail/_layout.scss */
  .job-detail {
    padding: 10px 16px 0;
  }
}

/* line 11, app/assets/stylesheets/new-layout/pages/job-offer-detail/_layout.scss */
.job-detail .page-layout__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 48px;
}

/* line 19, app/assets/stylesheets/new-layout/pages/job-offer-detail/_layout.scss */
.job-detail .page-layout__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

/* line 25, app/assets/stylesheets/new-layout/pages/job-offer-detail/_layout.scss */
.job-detail__card {
  position: relative;
}

/* line 31, app/assets/stylesheets/new-layout/pages/job-offer-detail/_layout.scss */
.job-detail__sponsored-badge {
  display: flex;
  padding: 4px 12px 4px 10px;
  align-items: center;
  gap: 4px;
  position: absolute;
  right: 35px;
  top: -14px;
  z-index: 1;
  border-radius: 9999px;
  border: 1px solid var(--color-utility-orange-200);
  background: var(--color-utility-orange-50);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-utility-orange-500);
  white-space: nowrap;
}

/* line 47, app/assets/stylesheets/new-layout/pages/job-offer-detail/_layout.scss */
.job-detail__sponsored-badge svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/new-layout/pages/job-offer-detail/_layout.scss */
  .job-detail__sponsored-badge {
    right: 16px;
  }
}

/* line 3, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 40px 40px 16px;
}

@media (max-width: 768px) {
  /* line 3, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
  .job-detail__header {
    flex-direction: column;
    gap: 12px;
    padding: 24px 24px 16px;
    position: relative;
  }
}

/* line 17, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__header-separator {
  display: block;
  width: auto;
  height: 1px;
  border: 0;
  background: var(--color-border-secondary);
  opacity: 1;
  margin: 0 40px;
}

@media (max-width: 768px) {
  /* line 17, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
  .job-detail__header-separator {
    margin: 0 24px;
  }
}

/* line 31, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__logo {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-bg-secondary);
}

/* line 43, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__logo-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 49, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 768px) {
  /* line 49, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
  .job-detail__info {
    gap: 8px;
  }
}

/* line 61, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__company {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-brand-primary);
  margin: 0;
}

/* line 67, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__company-link {
  color: inherit;
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__company-link:hover {
  text-decoration: underline;
}

/* line 76, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 82, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}

/* line 90, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__meta-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 97, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__meta-item svg {
  color: var(--color-fg-quaternary);
}

/* line 103, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
.job-detail__actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 103, app/assets/stylesheets/new-layout/pages/job-offer-detail/_header.scss */
  .job-detail__actions {
    position: absolute;
    top: 24px;
    right: 24px;
  }
}

/* line 3, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__breadcrumb {
  padding-left: 40px;
  margin-bottom: -9px;
}

@media (max-width: 768px) {
  /* line 3, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
  .job-detail__breadcrumb {
    padding-left: 24px;
  }
}

/* line 13, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__body {
  padding: 16px 40px 40px;
}

@media (max-width: 768px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
  .job-detail__body {
    padding: 16px 24px 24px;
  }
}

/* line 22, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__section + .job-detail__section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--color-border-secondary);
}

/* line 29, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__section-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0 0 16px;
}

/* line 35, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  word-break: break-word;
}

/* line 40, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__text p {
  margin-bottom: 12px;
}

/* line 43, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__text p:last-child {
  margin-bottom: 0;
}

/* line 48, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__text ul,
.job-detail__text ol {
  padding-left: 24px;
  margin-bottom: 12px;
}

/* line 55, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__expand-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-brand-primary);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 8px;
}

/* line 64, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__expand-btn:hover {
  text-decoration: underline;
}

/* line 70, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__legal-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--color-text-secondary);
  word-break: break-word;
}

/* line 76, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__legal-text.is-expanded {
  display: block;
  line-clamp: unset;
  -webkit-line-clamp: unset;
}

/* line 83, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__show-more {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-top: 16px;
}

/* line 91, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__show-more.is-visible {
  display: flex;
}

/* line 96, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__show-more-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}

/* line 108, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__show-more-button:hover {
  color: var(--color-text-secondary);
}

/* line 112, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__show-more-button svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

/* line 119, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__show-more-button.is-rotated svg {
  transform: rotate(180deg);
}

/* line 125, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

/* line 132, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__info-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

/* line 137, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__info-item dt {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  min-width: 180px;
  flex-shrink: 0;
}

/* line 144, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__info-item dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0;
}

@media (max-width: 768px) {
  /* line 132, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
  .job-detail__info-item {
    flex-direction: column;
    gap: 4px;
  }
  /* line 154, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
  .job-detail__info-item dt {
    min-width: unset;
  }
}

/* line 161, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__apply-bottom {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 161, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
  .job-detail__apply-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 -16px;
    padding: 24px 16px calc(24px + env(safe-area-inset-bottom));
    background: var(--color-alpha-white-10);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 20;
  }
}

/* line 181, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__apply-btn--full {
  width: 100%;
  max-width: 420px;
  justify-content: center;
}

@media (max-width: 768px) {
  /* line 181, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
  .job-detail__apply-btn--full {
    width: 100%;
    max-width: none;
  }
}

/* line 192, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__apply-bottom .button.variant-secondary {
  width: 100%;
  max-width: 420px;
  justify-content: center;
  color: var(--color-text-secondary);
  background: var(--color-bg-primary);
}

/* line 199, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__apply-bottom .button.variant-secondary::before {
  border: 1px solid var(--color-border-primary);
}

/* line 203, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__apply-bottom .button.variant-secondary:hover {
  color: var(--color-text-secondary-hover);
  background: var(--color-bg-primary-hover);
}

@media (max-width: 768px) {
  /* line 192, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
  .job-detail__apply-bottom .button.variant-secondary {
    width: 100%;
    max-width: none;
  }
}

/* line 223, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template {
  display: flow-root;
  padding-bottom: 20px;
}

/* line 233, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  /* line 223, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
  .job-detail__template {
    display: none;
  }
}

/* line 250, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template h1, .job-detail__template .h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
}

/* line 251, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template h2, .job-detail__template .h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
}

/* line 252, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template h3, .job-detail__template .h3 {
  font-size: 1.17em;
  margin: 1em 0;
  font-weight: bold;
}

/* line 253, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template h4, .job-detail__template .h4 {
  font-size: 1em;
  margin: 1.33em 0;
  font-weight: bold;
}

/* line 254, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template h5, .job-detail__template .h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
  font-weight: bold;
}

/* line 255, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template h6, .job-detail__template .h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
  font-weight: bold;
}

/* line 257, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template p {
  margin: 1em 0;
}

/* line 261, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template a {
  text-decoration: underline;
}

/* line 265, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template ul,
.job-detail__template ol {
  padding-left: 40px;
  margin: 1em 0;
}

/* line 271, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template ul {
  list-style: disc;
}

/* line 272, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
.job-detail__template ol {
  list-style: decimal;
}

@media (min-width: 768px) {
  /* line 275, app/assets/stylesheets/new-layout/pages/job-offer-detail/_body.scss */
  .job-detail__default-body.is-template-fallback {
    display: none;
  }
}

/* line 3, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
.job-detail__related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 768px) {
  /* line 3, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
  .job-detail__related {
    grid-template-columns: 1fr;
  }
}

/* line 13, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
.job-detail__related-card {
  padding: 24px;
}

/* line 18, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
.job-detail__related-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin: 0 0 24px;
  text-align: center;
}

/* line 25, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
.job-detail__related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 34, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
.job-detail__related-item {
  text-align: center;
}

/* line 38, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
.job-detail__related-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-brand-secondary);
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

/* line 47, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
.job-detail__related-link:hover {
  text-decoration: underline;
}

/* line 52, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
.job-detail__related-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 56, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
.job-detail__related-location {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 61, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
.job-detail__related-more {
  margin-top: 24px;
}

/* line 64, app/assets/stylesheets/new-layout/pages/job-offer-detail/_related.scss */
.job-detail__related-more .button {
  width: 100%;
  justify-content: center;
}

/* line 2, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__mobile-sidebar {
  display: none;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
  .job-detail__mobile-sidebar {
    display: block;
  }
}

/* line 11, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: stretch;
}

/* line 20, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__salary {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 6px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 30, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__salary-amount {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: var(--color-text-primary);
}

/* line 35, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__salary-qualifier {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 40, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-apply {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

/* line 47, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-apply-btn {
  width: 100%;
  justify-content: center;
}

/* line 52, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-apply .button.variant-secondary {
  color: var(--color-text-secondary);
  background: var(--color-bg-primary);
}

/* line 56, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-apply .button.variant-secondary::before {
  border: 1px solid var(--color-border-primary);
}

/* line 60, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-apply .button.variant-secondary:hover {
  color: var(--color-text-secondary-hover);
  background: var(--color-bg-primary-hover);
}

/* line 66, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

/* line 73, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-section + .job-detail__sidebar-section {
  margin-top: 16px;
}

/* line 78, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-section:last-child {
  margin-top: 32px;
}

/* line 86, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__web-push .button {
  margin-top: 12px;
}

/* line 90, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0;
}

/* line 96, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-action-btn {
  width: 100%;
  justify-content: center;
  gap: 8px;
}

/* line 106, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__save-icon {
  display: inline-flex;
}

/* line 109, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__save-icon--filled {
  display: none;
}

/* line 115, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-action-btn.is-saved .job-detail__save-icon--empty {
  display: none;
}

/* line 119, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-action-btn.is-saved .job-detail__save-icon--filled {
  display: inline-flex;
}

/* line 124, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-action-btn.is-alert-active {
  pointer-events: none;
  background: var(--color-bg-secondary);
  border-color: var(--color-border-secondary);
  color: var(--color-text-tertiary);
}

/* line 130, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-action-btn.is-alert-active svg {
  color: var(--color-text-tertiary);
}

/* line 135, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0;
}

/* line 141, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__phone-apply-label {
  white-space: nowrap;
}

/* line 145, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__sidebar-share-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
  text-transform: uppercase;
  margin: 0;
  align-self: flex-start;
}

/* line 153, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

/* line 161, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__opt-out {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 8px 0 0;
}

/* line 166, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__opt-out a {
  color: var(--color-text-brand);
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 171, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
  .job-detail__opt-out--desktop {
    display: none;
  }
}

/* line 177, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
.job-detail__opt-out--mobile {
  display: none;
}

@media (max-width: 768px) {
  /* line 177, app/assets/stylesheets/new-layout/pages/job-offer-detail/_sidebar.scss */
  .job-detail__opt-out--mobile {
    display: block;
  }
}

/* line 2, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 10, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding--wide {
  max-width: 880px;
}

/* line 15, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

/* line 22, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__header .step-progress {
  flex: 1;
  min-width: 0;
}

/* line 28, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__header-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-secondary);
  flex-shrink: 0;
}

/* line 34, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__header-step {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  flex-shrink: 0;
}

/* line 41, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__progress {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  min-width: 0;
}

/* line 50, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__progress-line {
  flex: 1;
  height: 2px;
  min-width: 20px;
  background: var(--color-border-secondary);
}

/* line 57, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__progress-step {
  all: unset;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

/* line 67, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__progress-step:focus-visible .onboarding__progress-dot {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 72, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__progress-dot {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: var(--color-bg-quaternary);
  border: 2px solid var(--color-border-secondary);
  transition: 0.2s ease;
  transition-property: background-color, border-color, transform;
}

/* line 82, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__progress-step.is-active .onboarding__progress-dot {
  background: var(--color-bg-brand-solid);
  border-color: var(--color-bg-brand-solid);
  transform: scale(1.15);
}

/* line 88, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__progress-step.is-completed .onboarding__progress-dot {
  background: var(--color-bg-brand-solid);
  border-color: var(--color-bg-brand-solid);
}

/* line 94, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__form {
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  overflow: hidden;
}

/* line 103, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__step {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
}

@media (max-width: 480px) {
  /* line 103, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
  .onboarding__step {
    padding: 24px 16px;
  }
}

/* line 115, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__step:has(.onboarding__inner-card) {
  background: var(--color-bg-secondary);
}

/* line 120, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__step-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 126, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 132, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 139, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__actions {
  padding-top: 24px;
  border-top: 1px solid var(--color-border-secondary);
}

/* line 143, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__actions--no-divider {
  border-top: none;
}

/* line 150, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__save-action .button {
  display: flex;
  width: 100%;
  justify-content: center;
}

/* line 158, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__inner-card {
  background: var(--color-bg-primary);
  border-radius: 20px;
  border: 1px solid var(--color-border-secondary);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 168, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__inner-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
}

/* line 174, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__skip-link {
  display: flex;
  justify-content: center;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-text-tertiary);
  text-decoration: none;
}

/* line 182, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__skip-link:hover {
  text-decoration: underline;
}

/* line 188, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 195, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggles {
  display: flex;
  flex-direction: column;
}

/* line 200, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-card {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 206, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-card:first-child {
  padding-top: 0;
}

/* line 210, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 219, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-card .toggle {
  width: 100%;
}

/* line 223, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-card .toggle__content {
  flex: 1;
}

/* line 228, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-card .toggle__content-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 234, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-card .toggle__content-hint {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-secondary);
}

/* line 238, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-card .toggle__content-hint a {
  color: var(--color-text-brand-secondary);
  text-decoration: none;
}

/* line 242, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-card .toggle__content-hint a:hover {
  text-decoration: underline;
}

/* line 250, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__add-phone-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  margin: 16px 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-brand-secondary);
}

/* line 263, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__add-phone-btn svg {
  flex-shrink: 0;
}

/* line 267, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__add-phone-btn:hover {
  text-decoration: underline;
}

/* line 272, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__second-phone-field {
  margin-top: 16px;
}

/* line 276, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__phone-delete-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background: none;
  border: none;
  padding: 0 14px;
  cursor: pointer;
  line-height: 0;
}

/* line 288, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__phone-delete-btn:hover svg path {
  stroke: var(--color-fg-error-primary);
}

/* line 294, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__optional-badge {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  font-weight: 400;
  margin-left: 4px;
}

/* line 303, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding .multi-select--small {
  --multi-select-options-height: calc((4.5 * var(--multi-select-option-row-height)) + (4 * var(--multi-select-option-gap)));
}

/* line 309, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__expandable-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 315, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 6px 0;
  border: none;
  background: transparent;
  color: var(--color-text-brand-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}

/* line 327, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-more:hover {
  text-decoration: underline;
}

/* line 332, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-chevron {
  display: flex;
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

/* line 338, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-chevron.is-expanded {
  transform: rotate(180deg);
}

/* line 342, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__toggle-chevron svg {
  width: 100%;
  height: 100%;
}

/* line 348, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__expandable {
  display: none;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

/* line 354, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__expandable.is-open {
  display: flex;
}

/* line 360, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__date-row {
  display: flex;
  gap: 12px;
}

/* line 365, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__date-select {
  flex: 1 1 0;
  min-width: 0;
}

/* line 371, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 24px 0 20px;
}

/* line 379, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-upload-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 385, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-upload-form {
  display: contents;
}

/* line 389, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-upload-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-brand-secondary);
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0;
}

/* line 399, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-upload-link:hover {
  text-decoration: underline;
}

/* line 404, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-upload-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* line 411, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-upload--has-file {
  display: block;
  padding: 24px 0 20px;
}

/* line 416, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
}

/* line 426, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  color: var(--color-text-error-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 438, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment-icon svg {
  width: 22px;
  height: 22px;
}

/* line 444, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment-info {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 452, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  text-decoration: none;
}

/* line 457, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment-name:hover {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 463, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin: 0;
  font-variant-numeric: tabular-nums;
}

/* line 470, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
  color: var(--color-fg-tertiary);
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  transition: 0.2s ease;
  transition-property: background-color, color, border-color;
  margin-bottom: 0;
}

/* line 488, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment-icon-button:hover {
  background: var(--color-bg-active);
  color: var(--color-text-secondary);
}

/* line 493, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment-icon-button svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* line 499, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment-icon-button--danger {
  color: var(--color-text-error-primary);
}

/* line 502, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.onboarding__cv-attachment-icon-button--danger:hover {
  background: var(--color-bg-error-secondary);
  color: var(--color-text-error-primary);
  border-color: var(--color-border-error);
}

/* line 512, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
body.page-onboarding {
  background: var(--color-bg-tertiary);
}

/* line 517, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.cv-uploading-overlay {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 24, 40, 0.45);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

/* line 528, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.cv-uploading-overlay__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 32px;
  background: var(--color-bg-primary);
  border-radius: 16px;
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  min-width: 240px;
}

/* line 540, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.cv-uploading-overlay__spinner {
  width: 32px;
  height: 32px;
  color: var(--color-text-brand-secondary);
}

/* line 545, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.cv-uploading-overlay__spinner svg {
  width: 100%;
  height: 100%;
}

/* line 551, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
.cv-uploading-overlay__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 558, app/assets/stylesheets/new-layout/pages/_onboarding.scss */
body.is-cv-uploading .onboarding__form,
body.is-cv-uploading .onboarding__cv-upload {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 1, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application {
  gap: 12px;
}

/* line 4, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__eyebrow {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-brand-secondary);
}

/* line 9, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 15, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__section-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 21, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__section-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
}

/* line 26, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__section-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 31, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 37, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-option {
  display: block;
}

/* line 41, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 20px;
  background: var(--color-bg-secondary);
  transition: 0.2s ease;
  transition-property: background-color, border-color, box-shadow;
}

/* line 52, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-card--static {
  background: var(--color-bg-primary);
}

/* line 57, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-option:hover .candidate-job-application__resume-card {
  border-color: var(--color-border-primary);
}

/* line 61, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-option:has(.candidate-job-application__resume-input:checked) .candidate-job-application__resume-card {
  border-color: var(--color-border-brand);
  background: var(--color-bg-brand-secondary);
  box-shadow: 0 0 0 1px var(--color-border-brand);
}

/* line 67, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-option:has(.candidate-job-application__resume-input:focus-visible) .candidate-job-application__resume-card {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 71, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-main {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-main--static {
  cursor: default;
}

/* line 82, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

/* line 96, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid var(--color-border-primary);
  border-radius: 9999px;
  background: var(--color-bg-primary);
  transition: 0.2s ease;
  transition-property: background-color, border-color;
}

/* line 111, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-control::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: var(--color-fg-white);
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* line 122, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-option:has(.candidate-job-application__resume-input:checked) .candidate-job-application__resume-control {
  border-color: var(--color-bg-brand-solid);
  background: var(--color-bg-brand-solid);
}

/* line 126, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-option:has(.candidate-job-application__resume-input:checked) .candidate-job-application__resume-control::after {
  opacity: 1;
}

/* line 131, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

/* line 139, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

/* line 146, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 151, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 159, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--color-border-secondary);
}

/* line 168, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-updated {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 173, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-brand-secondary);
  text-decoration: none;
}

/* line 178, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__resume-link:hover {
  text-decoration: underline;
}

/* line 183, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__cover-letter {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 189, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__cover-letter-fields {
  display: none;
}

/* line 193, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__cover-letter:has(.toggle__input:checked) .candidate-job-application__cover-letter-fields {
  display: block;
}

/* line 197, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__question-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 203, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__question-card {
  padding: 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 20px;
  background: var(--color-bg-secondary);
}

/* line 210, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__question-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

/* line 217, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__question-counter {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 223, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application__toggle-stack {
  display: flex;
  flex-direction: column;
}

/* line 229, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
.candidate-job-application--ready .onboarding__form {
  overflow: visible;
}

@media (max-width: 480px) {
  /* line 235, app/assets/stylesheets/new-layout/pages/_candidate-job-application.scss */
  .candidate-job-application__resume-footer, .candidate-job-application__question-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 5, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.candidate-resumes__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.candidate-resumes__nav {
  padding-bottom: 24px;
}

/* line 16, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.candidate-resumes .profile-slot-bar {
  margin-bottom: 24px;
}

/* line 21, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.candidate-resumes__body {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

/* line 28, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.candidate-resumes__content {
  flex: 1 1 0;
  min-width: 0;
}

/* line 34, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.candidate-resumes__sidebar {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  flex-shrink: 0;
  width: 320px;
}

@media (max-width: 1280px) {
  /* line 34, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
  .candidate-resumes__sidebar {
    display: none;
  }
}

/* line 52, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.candidate-resumes__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 63, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-slot-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 8px 8px 24px;
  background: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  border-radius: 9999px;
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 73, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-slot-bar__segments {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

/* line 79, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-slot-bar__segment {
  display: inline-block;
  width: 28px;
  height: 6px;
  border-radius: 9999px;
  background: var(--color-border-secondary);
  transition: background-color .15s ease;
}

/* line 87, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-slot-bar__segment.is-filled {
  background: var(--color-brand-600);
}

/* line 92, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-slot-bar__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 97, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-slot-bar__text strong {
  color: var(--color-text-primary);
  font-weight: 600;
}

/* line 103, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-slot-bar__cta {
  margin-left: auto;
  flex-shrink: 0;
}

/* line 108, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-slot-bar__cta-icon {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  /* line 63, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
  .profile-slot-bar {
    flex-wrap: wrap;
    padding: 8px 8px 8px 16px;
    border-radius: 20px;
  }
  /* line 119, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
  .profile-slot-bar__cta {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}

/* line 131, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto auto;
  grid-template-areas: 'avatar identity updated actions' 'avatar meta     updated actions';
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 4px;
  align-items: center;
  padding: 16px 20px;
  background: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  transition: box-shadow .15s ease, border-color .15s ease, opacity .15s ease;
}

/* line 149, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__avatar-wrap {
  grid-area: avatar;
}

/* line 150, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__identity {
  grid-area: identity;
  align-self: end;
}

/* line 151, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__meta {
  grid-area: meta;
  align-self: start;
}

/* line 152, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__updated {
  grid-area: updated;
}

/* line 153, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__actions {
  grid-area: actions;
}

/* line 155, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card:hover:not(.profile-card--selected) {
  box-shadow: 0px 1px 3px 0px var(--color-shadow-sm-01), 0px 1px 2px -1px var(--color-shadow-sm-02);
}

/* line 160, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--selected {
  border-color: var(--color-brand-600);
  box-shadow: 0px 1px 3px 0px var(--color-shadow-sm-01), 0px 1px 2px -1px var(--color-shadow-sm-02), 0 0 0 4px rgba(21, 112, 239, 0.16);
}

/* line 170, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--dim, .profile-card.row-item--disabled {
  opacity: 0.65;
}

/* line 174, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--dim .profile-card__name, .profile-card.row-item--disabled .profile-card__name {
  color: var(--color-text-quaternary);
}

/* line 180, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__avatar-wrap {
  position: relative;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

/* line 187, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__ring {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}

/* line 193, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__ring-track {
  fill: none;
  stroke: var(--color-bg-tertiary);
  stroke-width: 4;
}

/* line 199, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__ring-progress {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  transition: stroke-dashoffset .4s ease;
}

/* line 217, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--quality-strong .profile-card__ring-progress {
  stroke: var(--color-success-500);
}

/* line 218, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--quality-strong .profile-card__quality {
  background: var(--color-success-50);
  color: var(--color-success-700);
}

/* line 222, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--quality-strong .profile-card__quality-dot {
  background: var(--color-success-500);
}

/* line 217, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--quality-medium .profile-card__ring-progress {
  stroke: var(--color-warning-500);
}

/* line 218, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--quality-medium .profile-card__quality {
  background: var(--color-warning-50);
  color: var(--color-warning-700);
}

/* line 222, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--quality-medium .profile-card__quality-dot {
  background: var(--color-warning-500);
}

/* line 217, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--quality-weak .profile-card__ring-progress {
  stroke: var(--color-error-500);
}

/* line 218, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--quality-weak .profile-card__quality {
  background: var(--color-error-50);
  color: var(--color-error-700);
}

/* line 222, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--quality-weak .profile-card__quality-dot {
  background: var(--color-error-500);
}

/* line 226, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--dim .profile-card__ring-progress, .profile-card.row-item--disabled .profile-card__ring-progress {
  stroke: var(--color-border-primary);
}

/* line 231, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--color-bg-tertiary);
  color: var(--color-fg-quaternary);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 247, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__avatar-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 254, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__avatar-initials {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 261, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__avatar-icon {
  width: 24px;
  height: 24px;
}

/* line 266, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--dim .profile-card__avatar, .profile-card.row-item--disabled .profile-card__avatar {
  filter: grayscale(0.6);
}

/* line 274, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__identity {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 281, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

/* line 289, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 297, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__name:hover {
  color: var(--color-text-brand-secondary);
}

/* line 302, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__default-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 9999px;
  background: var(--color-brand-50);
  border: 1px solid var(--color-brand-100);
  color: var(--color-brand-700);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* line 316, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__default-badge-icon {
  width: 12px;
  height: 12px;
}

/* line 321, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__quality {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  align-self: flex-start;
}

/* line 331, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__quality-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 338, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-quaternary);
}

/* line 346, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__meta-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--color-fg-quaternary);
}

/* line 356, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__meta-updated {
  display: none;
}

/* line 361, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__updated {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

/* line 371, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__updated-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-quaternary);
}

/* line 376, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__updated-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-gray-light-mode-800);
}

/* line 381, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card--dim .profile-card__updated-date, .profile-card.row-item--disabled .profile-card__updated-date {
  color: var(--color-text-quaternary);
}

/* line 387, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

/* line 394, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  color: var(--color-text-tertiary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease, border-color .12s ease;
  text-decoration: none;
}

/* line 410, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__icon-btn:hover {
  background: var(--color-bg-secondary);
  color: var(--color-text-secondary);
}

/* line 415, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__icon-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(21, 112, 239, 0.16);
}

/* line 421, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__icon-btn-icon {
  width: 16px;
  height: 16px;
}

/* line 427, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__menu {
  position: relative;
  display: inline-flex;
}

/* line 432, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__menu-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 180px;
  padding: 4px;
  background: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  border-radius: 12px;
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 448, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-family: inherit;
  transition: background-color .12s ease, color .12s ease;
}

/* line 465, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__menu-item:hover {
  background: var(--color-bg-secondary);
  color: var(--color-text-primary);
}

/* line 470, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__menu-item--danger {
  color: var(--color-error-600);
}

/* line 473, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__menu-item--danger:hover {
  background: var(--color-error-50);
  color: var(--color-error-700);
}

/* line 480, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-card__menu-item-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 920px) {
  /* line 131, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
  .profile-card {
    grid-template-columns: 56px minmax(0, 1fr) auto;
    grid-template-areas: 'avatar identity actions' 'meta   meta     meta';
    row-gap: 12px;
  }
  /* line 496, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
  .profile-card__identity {
    align-self: center;
  }
  /* line 497, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
  .profile-card__actions {
    align-self: flex-start;
  }
  /* line 498, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
  .profile-card__updated {
    display: none;
  }
  /* line 500, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
  .profile-card__meta {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 504, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
  .profile-card__meta-updated {
    display: inline;
  }
}

/* line 512, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-tips-panel__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

/* line 519, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-tips-panel__featured-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--color-brand-100);
  color: var(--color-brand-600);
  flex-shrink: 0;
}

/* line 531, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-tips-panel__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  line-height: 1.4;
  margin: 0;
}

/* line 538, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-tips-panel__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 547, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-tips-panel__item {
  display: flex;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  line-height: 1.55;
}

/* line 555, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-tips-panel__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 564, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-tips-panel__badge.color-brand {
  background: var(--color-brand-50);
  color: var(--color-brand-600);
}

/* line 569, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-tips-panel__badge.color-success {
  background: var(--color-success-50);
  color: var(--color-success-700);
}

/* line 574, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-tips-panel__badge.color-gray {
  background: var(--color-bg-tertiary);
  color: var(--color-text-tertiary);
}

/* line 580, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-tips-panel__text {
  padding-top: 4px;
}

/* line 583, app/assets/stylesheets/new-layout/pages/_candidate-resumes.scss */
.profile-tips-panel__text strong {
  color: var(--color-gray-light-mode-800);
  font-weight: 600;
}

/* line 5, app/assets/stylesheets/new-layout/pages/_candidate-shared.scss */
.candidate-alerts__container, .candidate-saved-jobs__container, .candidate-applications__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/_candidate-shared.scss */
.candidate-alerts__nav, .candidate-saved-jobs__nav, .candidate-applications__nav {
  padding-bottom: 24px;
  position: relative;
  z-index: 1;
}

/* line 17, app/assets/stylesheets/new-layout/pages/_candidate-shared.scss */
.candidate-alerts__body, .candidate-saved-jobs__body, .candidate-applications__body {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  /* line 17, app/assets/stylesheets/new-layout/pages/_candidate-shared.scss */
  .candidate-alerts__body, .candidate-saved-jobs__body, .candidate-applications__body {
    flex-direction: column;
  }
}

/* line 27, app/assets/stylesheets/new-layout/pages/_candidate-shared.scss */
.candidate-alerts__content, .candidate-saved-jobs__content, .candidate-applications__content {
  flex: 1 1 0;
  min-width: 0;
}

/* line 32, app/assets/stylesheets/new-layout/pages/_candidate-shared.scss */
.candidate-alerts__sidebar, .candidate-saved-jobs__sidebar, .candidate-applications__sidebar {
  display: flex;
  padding: 24px 24px 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  flex-shrink: 0;
  width: 351px;
}

@media (max-width: 768px) {
  /* line 32, app/assets/stylesheets/new-layout/pages/_candidate-shared.scss */
  .candidate-alerts__sidebar, .candidate-saved-jobs__sidebar, .candidate-applications__sidebar {
    width: 100%;
  }
}

/* line 50, app/assets/stylesheets/new-layout/pages/_candidate-shared.scss */
.candidate-alerts__sidebar-title, .candidate-saved-jobs__sidebar-title, .candidate-applications__sidebar-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 55, app/assets/stylesheets/new-layout/pages/_candidate-shared.scss */
.candidate-alerts__sidebar-divider, .candidate-saved-jobs__sidebar-divider, .candidate-applications__sidebar-divider {
  align-self: stretch;
  width: 100%;
  height: 1px;
  border: none;
  background-color: var(--color-utility-gray-300);
  margin: -8px 0;
}

/* line 64, app/assets/stylesheets/new-layout/pages/_candidate-shared.scss */
.candidate-alerts__sidebar-text, .candidate-saved-jobs__sidebar-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 11, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__photo-actions .button svg, .resume-show__empty-state .button svg, .resume-show__about-empty .button svg, .resume-show__section-actions .button svg, .resume-show__back-link svg, .resume-show__topbar-actions .button svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* line 17, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__photo-placeholder svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

/* line 23, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__section {
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 33, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show .button:not(:disabled),
.resume-show label.button {
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 44, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__nav {
  padding-bottom: 24px;
}

/* line 49, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
}

@media (max-width: 768px) {
  /* line 49, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
  .resume-show__topbar {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 62, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 72, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 9999px;
  background: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: background-color 0.12s ease;
}

/* line 86, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__back-link:hover {
  background: var(--color-bg-secondary);
  text-decoration: none;
}

/* line 96, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0 0 20px;
}

/* line 103, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__body {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media (max-width: 1280px) {
  /* line 103, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
  .resume-show__body {
    flex-direction: column;
  }
}

/* line 113, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__sidebar {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

@media (max-width: 1280px) {
  /* line 113, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
  .resume-show__sidebar {
    position: static;
    width: 100%;
  }
}

/* line 128, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 137, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__section {
  padding: 24px;
}

@media (max-width: 768px) {
  /* line 137, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
  .resume-show__section {
    padding: 16px;
  }
}

/* line 146, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border-secondary);
  margin-bottom: 16px;
}

/* line 155, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--color-bg-secondary);
  flex-shrink: 0;
}

/* line 165, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__section-icon svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--color-text-secondary);
}

/* line 173, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__section-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  letter-spacing: -0.005em;
}

/* line 182, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__section-body {
  padding-bottom: 4px;
}

/* line 186, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__section-actions {
  padding-top: 12px;
}

/* line 194, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__empty-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  padding: 8px 0;
  margin: 0;
}

/* line 202, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__about-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  line-height: 1.65;
  margin: 0;
}

/* line 209, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__about-empty {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  border: 1px dashed #d0d5dd;
  background: var(--color-bg-secondary);
}

@media (max-width: 768px) {
  /* line 209, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
  .resume-show__about-empty {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

/* line 229, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__about-empty-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--color-utility-brand-100, var(--color-bg-active));
  color: var(--color-text-brand-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 240, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__about-empty-icon svg {
  width: 20px;
  height: 20px;
}

/* line 246, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__about-empty-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 254, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__about-empty-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 260, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__about-empty-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
  line-height: 1.5;
}

/* line 270, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 16px 20px 24px;
  border-radius: 20px;
  border: 1px dashed #d0d5dd;
  background: #fafbfc;
}

/* line 289, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__empty-state-illustration {
  display: block;
  flex-shrink: 0;
}

/* line 293, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__empty-state-illustration svg {
  display: block;
  width: 200px;
  height: auto;
}

/* line 300, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__empty-state-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 4px 0 0;
}

/* line 306, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__empty-state-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0 0 4px;
  max-width: 460px;
  line-height: 1.55;
  text-wrap: pretty;
}

/* line 317, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__add-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 9999px;
  background: var(--color-white);
  border: 1px dashed #d0d5dd;
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.12s ease;
}

/* line 332, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__add-button:hover {
  background: var(--color-bg-secondary);
  text-decoration: none;
  color: var(--color-text-secondary);
}

/* line 339, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__add-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 9999px;
  background: #f2f4f7;
  color: var(--color-text-secondary);
}

/* line 349, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__add-button-icon svg {
  width: 12px;
  height: 12px;
}

/* line 356, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__personal-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media (max-width: 768px) {
  /* line 356, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
  .resume-show__personal-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}

/* line 368, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__photo {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

/* line 376, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__photo-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  margin: 0;
}

/* line 384, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__photo-avatar {
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--color-border-secondary);
}

/* line 390, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__photo-avatar img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 397, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__photo-image {
  width: 250px;
}

/* line 401, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__photo-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 411, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 160px;
  height: 160px;
  border: 1px dashed var(--color-border-secondary);
  border-radius: 12px;
  background: var(--color-bg-active);
  color: var(--color-text-tertiary);
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: background-color, border-color, color;
  margin: 0;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 431, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__photo-placeholder:hover {
  background: var(--color-bg-secondary);
  border-color: var(--color-border-brand);
  color: var(--color-text-brand-secondary);
}

/* line 442, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__personal-info {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 450, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__personal-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 456, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__personal-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0;
}

/* line 463, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__attachment-form {
  display: contents;
  margin: 0;
}

/* line 468, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__attachment-file {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
}

/* line 478, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__attachment-file-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  color: var(--color-text-error-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 490, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__attachment-file-icon svg {
  width: 22px;
  height: 22px;
}

/* line 496, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__attachment-file-info {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 504, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__attachment-file-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  text-decoration: none;
}

/* line 509, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__attachment-file-name:hover {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 515, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__attachment-file-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin: 0;
  font-variant-numeric: tabular-nums;
}

/* line 522, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
  color: var(--color-fg-tertiary);
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  transition: 0.2s ease;
  transition-property: background-color, color, border-color;
}

/* line 539, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__icon-button:hover {
  background: var(--color-bg-active);
  color: var(--color-text-secondary);
}

/* line 544, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__icon-button svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* line 550, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__icon-button--danger {
  color: var(--color-text-error-primary);
}

/* line 553, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__icon-button--danger:hover {
  background: var(--color-bg-error-secondary);
  color: var(--color-text-error-primary);
  border-color: var(--color-border-error);
}

/* line 562, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__items-list {
  display: flex;
  flex-direction: column;
}

/* line 567, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-card {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 12px;
  padding-bottom: 20px;
}

/* line 573, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-card:last-child {
  padding-bottom: 0;
}

/* line 578, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

/* line 585, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: 2px;
}

/* line 595, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-icon svg {
  width: 14px;
  height: 14px;
}

/* line 601, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-icon--work {
  background: #eff8ff;
  color: #1570ef;
}

/* line 607, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-icon--study {
  background: #ecfdf3;
  color: #027a48;
}

/* line 613, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-connector {
  flex: 1 0 auto;
  width: 2px;
  background: #f2f4f7;
  margin-top: 4px;
}

/* line 620, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-card:last-child .resume-show__item-connector {
  display: none;
}

/* line 624, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 631, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 637, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0;
}

/* line 643, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 649, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 4px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

/* line 656, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

/* line 663, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
  cursor: pointer;
  transition: background-color 0.15s ease;
  color: var(--color-fg-tertiary);
  text-decoration: none;
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 678, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-action-btn:hover {
  background: var(--color-bg-active);
}

/* line 682, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-action-btn svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* line 688, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-action-btn--delete {
  color: var(--color-text-error-primary);
}

/* line 691, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__item-action-btn--delete:hover {
  background: var(--color-bg-error-secondary);
  color: var(--color-text-error-primary);
  border-color: var(--color-border-error);
}

/* line 700, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0;
}

/* line 707, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px 4px 12px;
  border-radius: 9999px;
  background: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 719, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__pill-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: var(--color-fg-tertiary);
  border-radius: 9999px;
  transition: background-color 0.15s ease;
}

/* line 733, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__pill-remove:hover {
  background: var(--color-bg-active);
}

/* line 737, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.resume-show__pill-remove svg {
  width: 10px;
  height: 10px;
}

/* line 747, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  background: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  border-radius: 40px;
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  padding: 24px;
}

/* line 759, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__avatar-wrap {
  position: relative;
  width: 96px;
  height: 96px;
  flex-shrink: 0;
}

/* line 766, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 0 4px var(--color-white), 0 0 0 5px var(--color-border-secondary);
}

/* line 778, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__avatar--image {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 782, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__avatar--initials {
  background: var(--color-bg-active);
  color: var(--color-text-brand-secondary);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  border: 1.5px dashed #d0d5dd;
  box-shadow: none;
}

/* line 790, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__avatar--initials svg {
  width: 36px;
  height: 36px;
}

/* line 796, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__avatar-edit {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  color: var(--color-text-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.12s ease;
}

/* line 814, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__avatar-edit:hover {
  background: var(--color-bg-secondary);
}

/* line 818, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__avatar-edit svg {
  width: 14px;
  height: 14px;
}

/* line 824, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__avatar-delete {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  color: var(--color-text-error-primary);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.12s ease;
}

/* line 842, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__avatar-delete:hover {
  background: var(--color-bg-error-primary);
}

/* line 846, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__avatar-delete svg {
  width: 14px;
  height: 14px;
}

/* line 852, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__identity {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

/* line 859, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin: 0;
  letter-spacing: -0.01em;
}

/* line 866, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__name--placeholder {
  color: var(--color-text-tertiary);
}

/* line 870, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 876, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

/* line 886, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__info-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 9999px;
  background: var(--color-bg-secondary);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-secondary);
}

/* line 896, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__info-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 903, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__info-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: var(--color-fg-quaternary);
}

/* line 910, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__progress {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 917, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__progress-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* line 923, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__progress-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 928, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__progress-value {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-primary);
  font-variant-numeric: tabular-nums;
}

/* line 934, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__progress-track {
  height: 6px;
  border-radius: 9999px;
  background: var(--color-bg-active);
  overflow: hidden;
}

/* line 941, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__progress-fill {
  height: 100%;
  border-radius: 9999px;
  background: var(--color-bg-brand-solid, var(--color-text-brand-secondary));
  transition: width 0.3s ease;
}

/* line 948, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__edit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 2px;
  padding: 8px 12px;
  border-radius: 9999px;
  background: #f9fafb;
  border: 1px solid #eaecf0;
  color: #344054;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.12s ease;
}

/* line 967, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__edit-btn:hover {
  background: #f2f4f7;
  border-color: #eaecf0;
  color: #344054;
  text-decoration: none;
}

/* line 974, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.persona-card__edit-btn svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

/* line 985, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card {
  background: #eff8ff;
  border: 1px dashed #b2ddff;
  border-radius: 40px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 996, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1002, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #d1e9ff;
  color: #1570ef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 1013, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__icon svg {
  width: 18px;
  height: 18px;
}

/* line 1019, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #175cd3;
  margin: 0;
  line-height: 1.3;
}

/* line 1026, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #1570ef;
  margin: 2px 0 0;
}

/* line 1032, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 1041, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__item {
  border-radius: 8px;
}

/* line 1045, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.12s ease;
}

/* line 1057, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__item--is-pending .checklist-card__link:hover {
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

/* line 1063, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__item--is-done .checklist-card__link {
  cursor: default;
}

/* line 1066, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__item--is-done .checklist-card__link:hover {
  background: transparent;
}

/* line 1071, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__indicator {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid #b2ddff;
  background: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #027a48;
}

/* line 1083, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__indicator svg {
  width: 11px;
  height: 11px;
  stroke-width: 3;
}

/* line 1090, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__item--is-done .checklist-card__indicator {
  background: #ecfdf3;
  border-color: #12b76a;
}

/* line 1095, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__label {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-secondary);
  line-height: 1.4;
}

/* line 1103, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__item--is-done .checklist-card__label {
  color: var(--color-text-quaternary);
  text-decoration: line-through;
}

/* line 1108, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__hint {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #1570ef;
  font-variant-numeric: tabular-nums;
}

/* line 1114, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__chevron {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: #1570ef;
}

/* line 1120, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.checklist-card__chevron svg {
  width: 14px;
  height: 14px;
}

/* line 1130, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.quality-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

/* line 1138, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.quality-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 1145, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.quality-badge--strong {
  background: var(--color-bg-success-secondary, #ecfdf3);
  color: var(--color-text-success-primary);
}

/* line 1149, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.quality-badge--strong .quality-badge__dot {
  background: var(--color-fg-success-primary);
}

/* line 1154, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.quality-badge--ok {
  background: var(--color-bg-brand-primary, #eff8ff);
  color: var(--color-text-brand-secondary);
}

/* line 1158, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.quality-badge--ok .quality-badge__dot {
  background: var(--color-text-brand-secondary);
}

/* line 1163, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.quality-badge--weak {
  background: #fef6ee;
  color: #b93815;
}

/* line 1168, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.quality-badge--weak .quality-badge__dot {
  background: #ef6820;
}

@media (min-width: 768px) {
  /* line 1179, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
  .nl-modal--delete-confirm .nl-modal__dialog,
.nl-modal--delete-confirm .modal-dialog-centered.nl-modal__dialog,
.nl-modal--delete-confirm .nl-modal__dialog.nl-modal__dialog--sm {
    max-width: 520px;
  }
}

/* line 1186, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.nl-modal--delete-confirm .nl-modal__header {
  padding-top: 64px;
  padding-bottom: 0px;
}

/* line 1191, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.nl-modal--delete-confirm .nl-modal__body {
  border-top: none;
}

/* line 1195, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.nl-modal--delete-confirm .nl-modal__body-inner {
  padding-top: 8px;
}

/* line 1199, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.nl-modal--delete-confirm .nl-modal__footer {
  border-top: none;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

@media (max-width: 768px) {
  /* line 1199, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
  .nl-modal--delete-confirm .nl-modal__footer {
    flex-direction: column;
    gap: 8px;
  }
}

/* line 1211, app/assets/stylesheets/new-layout/pages/_candidate-resume-show.scss */
.nl-modal--delete-confirm .nl-modal__footer-btn {
  width: 100%;
  min-width: unset;
  display: flex;
  justify-content: center;
  margin: 0;
}

/* line 4, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__meta-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--color-fg-quinary);
}

/* line 43, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
}

/* line 51, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__results-count {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 57, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__filter {
  position: relative;
}

/* line 60, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__filter .dropdown__menu {
  min-width: 220px;
  width: auto;
}

/* line 66, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__filter .dropdown-item.is-active {
  background: var(--color-bg-secondary);
}

/* line 69, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__filter .dropdown-item.is-active .badge {
  box-shadow: 0 0 0 2px currentColor;
}

/* line 75, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__filter-trigger[aria-expanded='true'] .candidate-applications__filter-chevron {
  transform: rotate(180deg);
}

/* line 80, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__filter-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid var(--color-border-primary);
  background: var(--color-bg-primary);
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s ease;
  transition-property: background-color, border-color;
}

/* line 94, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__filter-trigger:hover {
  background: var(--color-bg-secondary-hover);
}

/* line 99, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__filter-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 104, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__filter-chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--color-fg-quaternary);
  transition: transform 0.15s ease;
}

/* line 113, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 120, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__pagination {
  display: flex;
  justify-content: flex-end;
  padding-top: 24px;
  padding-bottom: 12px;
  padding-inline: 24px;
}

/* line 130, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__empty-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 0;
  max-width: 480px;
  margin: 0 auto;
  gap: 16px;
}

/* line 141, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__empty-filter-illustration {
  width: 187px;
  height: auto;
  margin-bottom: 16px;
}

/* line 147, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__empty-filter-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 153, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__empty-filter-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 160, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__disclaimers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 32px;
}

/* line 167, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 176, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__disclaimer-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: var(--color-fg-quinary);
}

/* line 185, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__legend-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 191, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__legend-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 197, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__legend-item .badge::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--badge-icon-color);
  flex-shrink: 0;
}

/* line 207, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__legend-item .badge {
  gap: 6px;
}

/* line 212, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__legend-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 219, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 0;
  max-width: 480px;
  margin: 0 auto;
  gap: 16px;
}

/* line 230, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__empty-illustration {
  width: 187px;
  height: auto;
  margin-bottom: 16px;
}

/* line 236, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__empty-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 242, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.candidate-applications__empty-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 253, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 24px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 266, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card:hover {
  box-shadow: 0px 20px 24px -4px var(--color-shadow-xl-01), 0px 8px 8px -4px var(--color-shadow-xl-02), 0px 3px 3px -1.5px var(--color-shadow-xl-03);
  border-color: var(--color-border-primary);
}

/* line 272, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  width: 100%;
}

/* line 281, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__date-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

/* line 288, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__date-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 293, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__date-value {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
}

/* line 299, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--color-white);
}

/* line 309, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 316, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__details {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 324, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 330, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__title-link {
  color: inherit;
  text-decoration: none;
}

/* line 334, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__title-link:hover {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 340, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__company {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

/* line 348, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 4px;
}

/* line 356, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 370, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
.application-card__status {
  flex-shrink: 0;
  align-self: flex-start;
}

@media (max-width: 768px) {
  /* line 377, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
  .application-card__content {
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  /* line 384, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
  .application-card__logo {
    order: 1;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  /* line 391, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
  .application-card__date-col {
    order: 2;
    flex: 1 1 auto;
  }
  /* line 396, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
  .application-card__status {
    order: 3;
    align-self: flex-start;
  }
  /* line 402, app/assets/stylesheets/new-layout/pages/_candidate-applications.scss */
  .application-card__details {
    order: 10;
    flex: 0 0 100%;
    min-width: 0;
  }
}

/* line 42, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.candidate-saved-jobs__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
}

/* line 50, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.candidate-saved-jobs__results-count {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 57, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.candidate-saved-jobs__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 64, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.candidate-saved-jobs__pagination {
  display: flex;
  justify-content: flex-end;
  padding-top: 24px;
  padding-bottom: 12px;
  padding-inline: 24px;
}

/* line 73, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.candidate-saved-jobs__disclaimers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 32px;
}

/* line 80, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.candidate-saved-jobs__disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 89, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.candidate-saved-jobs__disclaimer-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: var(--color-fg-quinary);
}

/* line 98, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.candidate-saved-jobs__empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 0;
  max-width: 480px;
  margin: 0 auto;
  gap: 16px;
}

/* line 109, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.candidate-saved-jobs__empty-illustration {
  width: 187px;
  height: auto;
  margin-bottom: 16px;
}

/* line 115, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.candidate-saved-jobs__empty-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 121, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.candidate-saved-jobs__empty-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 133, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__meta-item svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--color-fg-quinary);
}

/* line 140, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card {
  display: flex;
  border-radius: 24px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 149, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card:hover {
  box-shadow: 0px 20px 24px -4px var(--color-shadow-xl-01), 0px 8px 8px -4px var(--color-shadow-xl-02), 0px 3px 3px -1.5px var(--color-shadow-xl-03);
  border-color: var(--color-border-primary);
}

/* line 155, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__accent {
  width: 3px;
  flex-shrink: 0;
  background: var(--color-utility-gray-300);
  border-radius: 24px 0 0 24px;
}

/* line 162, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card--applied .saved-job-card__accent {
  background: var(--color-utility-brand-600);
}

/* line 167, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__inner {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
}

/* line 177, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* line 184, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__logo {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--color-white);
}

/* line 194, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 201, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__details {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 209, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 215, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__title-link {
  color: inherit;
  text-decoration: none;
}

/* line 219, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__title-link:hover {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 225, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__company {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

/* line 233, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__actions {
  flex-shrink: 0;
  margin-left: auto;
}

/* line 239, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  border-top: 1px solid var(--color-border-secondary);
}

/* line 249, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 4px;
  min-width: 0;
}

/* line 258, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 272, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__status {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

/* line 279, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__status-sep {
  color: var(--color-text-quaternary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  line-height: 1;
}

/* line 285, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
.saved-job-card__status-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 293, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
  .saved-job-card__inner {
    padding: 20px;
    gap: 12px;
  }
  /* line 298, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
  .saved-job-card__top {
    gap: 8px;
  }
  /* line 302, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
  .saved-job-card__logo {
    width: 44px;
    height: 44px;
  }
  /* line 307, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
  .saved-job-card__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 8px;
  }
  /* line 314, app/assets/stylesheets/new-layout/pages/_candidate-saved-jobs.scss */
  .saved-job-card__status {
    align-self: flex-start;
  }
}

/* line 5, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__meta-item svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--color-fg-quinary);
}

/* line 12, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__action-btn svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* line 55, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__error-meta {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0.7;
}

/* line 62, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__error-code {
  font-family: monospace;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* line 68, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__field-errors {
  margin: 0;
  padding-left: 20px;
}

/* line 74, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
}

@media (max-width: 480px) {
  /* line 74, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
  .candidate-alerts__toolbar {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 87, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__results-count {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 94, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 101, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 0;
  max-width: 480px;
  margin: 0 auto;
  gap: 16px;
}

/* line 112, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__empty-illustration {
  width: 187px;
  height: auto;
  margin-bottom: 16px;
}

/* line 118, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__empty-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 124, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__empty-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 135, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__form-card {
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
  /* line 135, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
  .candidate-alerts__form-card {
    flex-direction: column;
  }
}

/* line 144, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__form-card-inner {
  flex: 1 1 0;
  min-width: 0;
  background: var(--color-white);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 32px;
}

@media (max-width: 768px) {
  /* line 144, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
  .candidate-alerts__form-card-inner {
    padding: 24px 20px;
  }
}

/* line 158, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__form-header {
  padding-bottom: 24px;
}

/* line 162, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__form-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 168, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__form {
  display: flex;
  flex-direction: column;
}

/* line 173, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 32px;
}

/* line 180, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__field-row {
  display: flex;
  gap: 16px;
}

/* line 184, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__field-row > .form-field {
  flex: 1 1 0;
}

@media (max-width: 480px) {
  /* line 180, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
  .candidate-alerts__field-row {
    flex-direction: column;
  }
}

/* line 194, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__frequency-options {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 200, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__frequency-option {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 209, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__frequency-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--color-border-primary);
  background: var(--color-bg-primary);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

/* line 220, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__frequency-radio:checked {
  border-color: var(--color-brand-600);
  background: var(--color-brand-600);
}

/* line 224, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__frequency-radio:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-white);
  transform: translate(-50%, -50%);
}

/* line 237, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__frequency-radio:focus-visible {
  outline: 2px solid var(--color-brand-600);
  outline-offset: 2px;
}

/* line 243, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__frequency-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 249, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
}

@media (max-width: 480px) {
  /* line 249, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
  .candidate-alerts__checkbox-grid {
    grid-template-columns: 1fr;
  }
}

/* line 260, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__exclude-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 267, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__form-info {
  display: flex;
  padding: 24px 24px 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  flex-shrink: 0;
  width: 351px;
  align-self: flex-start;
}

@media (max-width: 768px) {
  /* line 267, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
  .candidate-alerts__form-info {
    width: 100%;
  }
}

/* line 286, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__form-info-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 291, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__form-info-divider {
  align-self: stretch;
  width: 100%;
  height: 1px;
  border: none;
  background-color: var(--color-utility-gray-300);
  margin: -8px 0;
}

/* line 300, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__form-info-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 306, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__tips-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: none;
  background: transparent;
  padding: 0;
  color: var(--color-text-brand-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}

/* line 317, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__tips-link:hover {
  text-decoration: underline;
}

/* line 322, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__tips-link-icon {
  display: flex;
  width: 17px;
  height: 17px;
  color: var(--color-fg-brand-secondary-alt);
  flex-shrink: 0;
}

/* line 329, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts__tips-link-icon svg {
  width: 100%;
  height: 100%;
}

/* line 335, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.candidate-alerts .alert {
  margin-bottom: 24px;
}

/* line 344, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 354, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card:hover {
  box-shadow: 0px 20px 24px -4px var(--color-shadow-xl-01), 0px 8px 8px -4px var(--color-shadow-xl-02), 0px 3px 3px -1.5px var(--color-shadow-xl-03);
}

/* line 358, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card--disabled {
  opacity: 0.6;
}

/* line 362, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media (max-width: 768px) {
  /* line 362, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
  .alert-card__content {
    flex-direction: column;
    gap: 16px;
  }
}

/* line 373, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__details {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 381, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin: 0;
  word-break: break-word;
}

/* line 388, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

/* line 394, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 405, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__meta-item--keywords {
  align-items: flex-start;
}

/* line 408, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__meta-item--keywords svg {
  margin-top: 3px;
  flex-shrink: 0;
}

/* line 415, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* line 421, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 421, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
  .alert-card__right {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

/* line 436, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

/* line 443, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
  cursor: pointer;
  transition: background-color 0.15s ease;
  color: var(--color-fg-disabled, #A4A7AE);
  text-decoration: none;
}

/* line 457, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__action-btn:hover {
  background: var(--color-bg-active);
}

/* line 466, app/assets/stylesheets/new-layout/pages/_candidate-alerts.scss */
.alert-card__action-btn--delete:hover {
  background: var(--color-bg-error-secondary);
  color: var(--color-text-error);
  border-color: var(--color-border-error);
}

/* line 5, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__nav {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

/* line 18, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  /* line 18, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
  .candidate-settings__card {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 30, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__card-inner {
  flex: 1 1 0;
  min-width: 0;
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 40px;
}

@media (max-width: 480px) {
  /* line 30, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
  .candidate-settings__card-inner {
    padding: 24px 16px;
  }
}

/* line 45, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 24px;
}

/* line 52, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 57, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 63, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__form {
  display: flex;
  flex-direction: column;
}

/* line 69, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 76, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__actions {
  padding-top: 24px;
}

/* line 79, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__actions .button {
  display: flex;
  width: 100%;
  justify-content: center;
}

/* line 87, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
  width: 351px;
  padding: 24px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 87, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
  .candidate-settings__info {
    width: 100%;
  }
}

/* line 104, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__info-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 109, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__info-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 115, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__info-divider {
  align-self: stretch;
  width: 100%;
  height: 1px;
  border: none;
  background-color: var(--color-utility-gray-300);
  margin: -8px 0;
}

/* line 124, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 133, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 140, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__info-item a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* line 146, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__info-item a:hover {
  text-decoration: none;
}

/* line 152, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__info-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: var(--color-fg-quinary);
}

/* line 161, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__info--warning {
  border-color: var(--color-border-error);
  background: var(--color-bg-error-primary);
}

/* line 167, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 6px;
}

/* line 175, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__toggles {
  display: flex;
  flex-direction: column;
}

/* line 180, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__toggle-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 184, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__toggle-item:first-child {
  padding-top: 0;
}

/* line 185, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__toggle-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 187, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__toggle-item .toggle {
  width: 100%;
}

/* line 188, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__toggle-item .toggle__content {
  flex: 1;
}

/* line 189, app/assets/stylesheets/new-layout/pages/_candidate-settings.scss */
.candidate-settings__toggle-item .toggle__content-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 8, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card, .employer-landing__help-container {
  background: var(--color-bg-primary);
  border-radius: 40px;
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 18, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  /* line 18, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .employer-landing {
    gap: 40px;
  }
}

/* line 32, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__pricing {
  padding-top: 64px;
}

@media (max-width: 768px) {
  /* line 32, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .employer-landing__pricing {
    padding-top: 40px;
  }
}

/* line 40, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__pricing-container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 16px;
}

/* line 46, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__pricing-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  color: var(--color-text-primary);
  text-align: center;
  margin-bottom: 64px;
}

/* line 53, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
  position: relative;
  background: var(--color-bg-primary);
  border-radius: 40px;
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 40px;
}

@media (max-width: 1280px) {
  /* line 53, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .employer-landing__pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
  }
}

@media (max-width: 768px) {
  /* line 53, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .employer-landing__pricing-grid {
    grid-template-columns: 1fr;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    gap: 16px;
  }
}

/* line 83, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__partners {
  padding: 0 16px;
}

/* line 87, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__partners-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  min-height: 238px;
}

@media (max-width: 768px) {
  /* line 87, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .employer-landing__partners-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 40px 20px;
    min-height: unset;
  }
}

/* line 110, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__partners-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-secondary);
  flex-shrink: 0;
  width: 262px;
  max-width: 262px;
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 110, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .employer-landing__partners-label {
    width: 100%;
    max-width: unset;
    white-space: normal;
  }
}

/* line 126, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__partners-logos {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 24px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

@media (max-width: 768px) {
  /* line 126, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .employer-landing__partners-logos {
    width: 100%;
    justify-content: center;
  }
}

/* line 145, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__features {
  padding: 0 16px;
}

/* line 149, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__features-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 161, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__help {
  padding: 0 16px;
}

/* line 165, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__help-container {
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid var(--color-border-secondary);
  padding: 24px 40px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 165, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .employer-landing__help-container {
    padding: 20px;
  }
}

/* line 178, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__help-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-secondary);
}

/* line 183, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__help-link {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 187, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__help-link:hover {
  text-decoration: none;
}

/* line 196, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__form-errors {
  background: var(--color-bg-error-secondary, #FEF3F2);
  border: 1px solid var(--color-border-error, #FDA29B);
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 16px;
}

/* line 203, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__form-errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 212, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.employer-landing__form-errors li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-error, #D92D20);
}

/* line 223, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.partner-logo {
  width: 120px;
  height: 67px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 768px) {
  /* line 223, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .partner-logo {
    width: 96px;
    height: 54px;
  }
}

/* line 239, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 24px;
  position: relative;
}

@media (max-width: 768px) {
  /* line 239, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .pricing-card {
    background: var(--color-bg-primary);
    border-radius: 40px;
    box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
    padding: 24px;
  }
}

/* line 254, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted {
  background: var(--color-fg-brand-primary-600, #155EEF);
  border-radius: 40px;
  color: var(--color-white);
  box-shadow: 0px 32px 64px -12px var(--color-shadow-3xl-01), 0px 5px 5px -2.5px var(--color-shadow-3xl-02);
  padding: 24px;
  z-index: 1;
}

@media (min-width: 1280px) {
  /* line 254, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .pricing-card--highlighted {
    margin-top: -80px;
    margin-bottom: -16px;
    padding-top: 80px;
  }
}

@media (max-width: 1280px) {
  /* line 254, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .pricing-card--highlighted {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 274, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__price {
  color: var(--color-white);
}

/* line 278, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__price-value {
  color: var(--color-white);
}

/* line 282, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__price-net {
  color: var(--color-gray-50, #FAFAFA);
}

/* line 286, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__period {
  color: rgba(255, 255, 255, 0.9);
}

/* line 290, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__type {
  color: rgba(255, 255, 255, 0.9);
}

/* line 294, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__perk-title {
  color: var(--color-white);
}

/* line 298, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__perk-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

/* line 302, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__perk-chevron svg {
  color: rgba(255, 255, 255, 0.7);
}

/* line 306, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__perk-description {
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-text-primary-on-brand, #FFF);
}

/* line 312, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__perk-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* line 317, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__footnote {
  color: rgba(255, 255, 255, 0.8);
}

/* line 320, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__footnote p {
  color: rgba(255, 255, 255, 0.8);
}

/* line 324, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__footnote a {
  color: var(--color-white);
}

/* line 331, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--service-packs {
  gap: 16px;
}

/* line 339, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__popular-label {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-white);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 1280px) {
  /* line 339, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .pricing-card__popular-label {
    position: absolute;
    top: 24px;
    left: 0;
    right: 24px;
  }
}

/* line 360, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 366, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__price {
  white-space: nowrap;
}

/* line 370, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__price-value {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: var(--color-text-primary);
}

/* line 375, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__price-net {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-gray-500, #717680);
  font-weight: 400;
}

/* line 381, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__period {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 386, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__type {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-text-secondary);
  font-weight: 400;
}

/* line 396, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__service-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--color-text-primary);
}

/* line 401, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__service-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 407, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__service-divider {
  height: 1px;
  background: var(--color-border-secondary);
}

/* line 412, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__service-question {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 417, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__service-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 422, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__service-cta-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-brand-secondary);
}

/* line 427, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__service-contact {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 435, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__service-dept {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: var(--color-text-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 446, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

/* line 455, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perks--service {
  gap: 8px;
}

/* line 460, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk {
  display: flex;
  flex-direction: column;
}

/* line 464, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk--static {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

/* line 471, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-toggle {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding: 6px 4px;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  border-radius: 8px;
  transition: background 0.15s ease;
}

/* line 484, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-toggle:hover {
  background: var(--color-bg-secondary);
}

/* line 489, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 497, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 505, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card--highlighted .pricing-card__perk-icon svg {
  width: 12px;
  height: 10px;
}

/* line 510, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

/* line 517, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 522, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin-top: 2px;
}

/* line 528, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

/* line 532, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-chevron svg {
  width: 16px;
  height: 16px;
  color: var(--color-text-tertiary);
}

/* line 538, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-chevron.is-expanded {
  transform: rotate(180deg);
}

/* line 543, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-secondary);
  background: var(--color-bg-secondary);
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 4px;
  margin-left: 36px;
}

/* line 552, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__perk-description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

/* line 561, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__footnote {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-secondary);
  padding: 0 4px;
}

/* line 566, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__footnote p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-secondary);
}

/* line 571, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__footnote p + p {
  margin-top: 4px;
}

/* line 575, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__footnote a {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 585, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__action {
  margin-top: auto;
}

/* line 589, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.pricing-card__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 600, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card {
  border: 1px solid var(--color-border-secondary);
  padding: 40px;
  overflow: hidden;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  /* line 600, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .feature-card {
    min-height: auto;
    padding: 20px;
  }
}

/* line 615, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 100%;
}

/* line 622, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card__content--reversed {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  /* line 615, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .feature-card__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
    gap: 20px;
  }
  /* line 633, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .feature-card__content--reversed {
    flex-direction: column;
  }
}

/* line 639, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card__text {
  flex: 1 1 800px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 1280px) {
  /* line 639, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .feature-card__text {
    max-width: unset;
  }
}

@media (max-width: 768px) {
  /* line 639, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .feature-card__text {
    display: contents;
  }
}

/* line 655, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  color: var(--color-text-primary);
}

@media (max-width: 768px) {
  /* line 655, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .feature-card__title {
    order: 1;
  }
}

/* line 664, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card__benefits {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

@media (max-width: 768px) {
  /* line 664, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .feature-card__benefits {
    order: 3;
    flex-direction: column;
    gap: 16px;
  }
}

/* line 676, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card__benefit {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 768px) {
  /* line 676, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .feature-card__benefit {
    flex: 0 0 auto;
  }
}

/* line 687, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card__benefit-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-text-primary);
}

/* line 692, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card__benefit-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 697, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card__image {
  flex: 0 0 320px;
  width: 320px;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--color-bg-tertiary);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 709, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
.feature-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  /* line 697, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .feature-card__image {
    order: 2;
    align-self: stretch;
    flex: 0 0 auto;
    width: 100%;
    max-width: unset;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  /* line 725, app/assets/stylesheets/new-layout/pages/_employer-landing.scss */
  .feature-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* line 5, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__nav {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

/* line 18, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  /* line 18, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
  .employer-settings__card {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 30, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__card-inner {
  flex: 1 1 0;
  min-width: 0;
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 40px;
}

@media (max-width: 480px) {
  /* line 30, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
  .employer-settings__card-inner {
    padding: 24px 16px;
  }
}

/* line 45, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 24px;
}

/* line 52, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 57, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
}

/* line 63, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__section-divider {
  height: 1px;
  background: var(--color-border-secondary);
  margin: 24px 0;
}

/* line 70, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__form {
  display: flex;
  flex-direction: column;
}

/* line 76, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 83, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__row {
  display: flex;
  gap: 16px;
}

/* line 87, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__row > .form-field {
  flex: 1 1 0;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 83, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
  .employer-settings__row {
    flex-direction: column;
  }
}

/* line 98, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__actions {
  padding-top: 24px;
}

/* line 101, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__actions .button {
  display: flex;
  width: 100%;
  justify-content: center;
}

/* line 109, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
  width: 351px;
  padding: 24px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-white);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 109, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
  .employer-settings__info {
    width: 100%;
  }
}

/* line 126, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__info-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 131, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__info-divider {
  align-self: stretch;
  width: 100%;
  height: 1px;
  border: none;
  background-color: var(--color-utility-gray-300);
  margin: -8px 0;
}

/* line 140, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 149, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 156, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__info-item a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* line 162, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__info-item a:hover {
  text-decoration: none;
}

/* line 168, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__info-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: var(--color-fg-quinary);
}

/* line 177, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__info--warning {
  border-color: var(--color-border-error);
  background: var(--color-bg-error-primary);
}

/* line 182, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__info-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 189, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 6px;
}

/* line 197, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__toggles {
  display: flex;
  flex-direction: column;
}

/* line 202, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__toggle-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 206, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__toggle-item:first-child {
  padding-top: 0;
}

/* line 207, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__toggle-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 209, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__toggle-item .toggle {
  width: 100%;
}

/* line 210, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__toggle-item .toggle__content {
  flex: 1;
}

/* line 211, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__toggle-item .toggle__content-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 215, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__options {
  display: flex;
  flex-direction: column;
}

/* line 220, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border-secondary);
  cursor: pointer;
}

/* line 229, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__option-item:first-child {
  padding-top: 0;
}

/* line 230, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__option-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 233, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__option-item:has(.employer-settings__option-radio-input:checked) .employer-settings__option-title {
  color: var(--color-text-brand-secondary);
}

/* line 239, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__option-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

/* line 247, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__option-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  transition: color 0.15s ease;
}

/* line 253, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__option-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 258, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__option-radio {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* line 264, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__option-radio-input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  border: 1px solid var(--color-gray-300, #D5D7DA);
  background: var(--color-white);
  cursor: pointer;
  transition: 0.2s ease;
  margin: 0;
  flex-shrink: 0;
}

/* line 277, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__option-radio-input:checked {
  border-color: var(--color-brand-600);
  border-width: 6px;
}

/* line 282, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__option-radio-input:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* line 288, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__auto-reply-textarea {
  margin-top: 24px;
}

/* line 291, app/assets/stylesheets/new-layout/pages/_employer-settings.scss */
.employer-settings__auto-reply-textarea--hidden {
  display: none;
}

/* line 5, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
.job-offer-form-page__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
.job-offer-form-page__nav {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

/* line 17, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
.job-offer-form-page__layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 1280px) {
  /* line 17, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
  .job-offer-form-page__layout {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 29, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
.job-offer-form-page__card {
  flex: 1 1 0;
  min-width: 0;
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 40px;
}

@media (max-width: 480px) {
  /* line 29, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
  .job-offer-form-page__card {
    padding: 24px 16px;
  }
}

/* line 44, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
.job-offer-form-page__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 24px;
}

/* line 51, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
.job-offer-form-page__title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 57, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
.job-offer-form-page__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 62, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
.job-offer-form-page__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 68, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
.job-offer-form-page__sidebar {
  flex-shrink: 0;
  width: 351px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1280px) {
  /* line 68, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_layout.scss */
  .job-offer-form-page__sidebar {
    width: 100%;
    position: static;
  }
}

/* line 3, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-billing, .sidebar-help, .sidebar-stock {
  background: var(--color-white);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 18, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-stock__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

/* line 26, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-stock__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--color-bg-brand-secondary);
  border: 1px solid var(--color-border-brand);
}

/* line 37, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-stock__icon {
  width: 24px;
  height: 24px;
  color: var(--color-fg-brand-primary);
}

/* line 43, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-stock__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
}

/* line 48, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-stock__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}

/* line 56, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-stock__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 63, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-stock__item:first-child {
  padding-top: 0;
}

/* line 64, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-stock__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 66, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-stock__item dt {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  font-weight: 400;
}

/* line 72, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-stock__item dd {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 84, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

/* line 92, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-bg-success-secondary);
  border: 1px solid var(--color-utility-success-200);
  margin-bottom: 6px;
}

/* line 104, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__icon {
  width: 24px;
  height: 24px;
  color: var(--color-fg-success-primary);
}

/* line 110, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
}

/* line 115, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 120, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 126, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__contact {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

/* line 137, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__contact:hover {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 143, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__contact-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--color-bg-secondary);
}

/* line 154, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__contact-icon {
  width: 20px;
  height: 20px;
  color: var(--color-fg-quaternary);
}

/* line 160, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__contact-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 167, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__contact-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 172, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-help__contact-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  white-space: nowrap;
}

/* line 183, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-billing__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

/* line 191, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-billing__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--color-bg-brand-secondary);
  border: 1px solid var(--color-border-brand);
}

/* line 202, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-billing__icon {
  width: 24px;
  height: 24px;
  color: var(--color-fg-brand-primary);
}

/* line 208, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-billing__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
}

/* line 213, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-billing__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

/* line 220, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-billing__line {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0;
}

/* line 226, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-billing__payment {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid var(--color-border-secondary);
}

/* line 235, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-billing__payment-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 241, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-billing__payment-logos {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 0.85;
}

/* line 249, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_sidebar.scss */
.sidebar-billing .button {
  align-self: center;
}

/* line 3, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form {
  display: flex;
  flex-direction: column;
}

/* line 8, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
}

/* line 14, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__section:first-child {
  padding-top: 0;
}

/* line 19, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__section-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 25, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__section-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
}

/* line 30, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__section-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 36, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form .toggle__content-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 42, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form .toggle__content-label:has(.form-field__label-info) {
  display: flex;
  align-items: center;
}

/* line 46, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form .toggle__content-label:has(.form-field__label-info) .form-field__label-info {
  margin-left: 4px;
}

/* line 52, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 59, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__row {
  display: flex;
  gap: 16px;
}

/* line 63, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__row > .form-field {
  flex: 1 1 0;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 59, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
  .job-offer-form__row {
    flex-direction: column;
  }
}

/* line 74, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__divider {
  height: 1px;
  background: var(--color-border-secondary);
}

/* line 80, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__legal-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  padding: 8px 16px;
  background: var(--color-bg-secondary);
  border-radius: 12px;
}

/* line 89, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__salary-row {
  display: flex;
  gap: 16px;
}

/* line 93, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__salary-row > .form-field {
  flex: 1 1 0;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 89, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
  .job-offer-form__salary-row {
    flex-direction: column;
  }
}

/* line 104, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__whatsapp-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 111, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 118, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
}

/* line 124, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location.is-hidden {
  display: none;
}

/* line 128, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location:last-child {
  padding-bottom: 0;
}

/* line 133, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location-fields {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  /* line 133, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
  .job-offer-form__location-fields {
    flex-direction: column;
  }
}

/* line 143, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location-subregion {
  flex: 1 1 0;
  min-width: 0;
}

/* line 148, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location-city {
  flex: 1 1 0;
  min-width: 0;
}

/* line 153, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location-remove {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  color: var(--color-fg-quinary);
  cursor: pointer;
  border-radius: 8px;
}

/* line 166, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location-remove:hover {
  color: var(--color-text-error);
  background: var(--color-bg-error-secondary);
}

/* line 171, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location-remove svg {
  width: 20px;
  height: 20px;
}

/* line 177, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location-external {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 8px;
}

/* line 185, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__location-url.is-hidden {
  display: none;
}

/* line 192, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__toolbar {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-border-primary);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 6px 8px;
  background: var(--color-bg-secondary);
}

/* line 202, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__toolbar-row {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

/* line 209, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__btn-group {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

/* line 215, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__btn-separator {
  width: 1px;
  height: 20px;
  margin: 0 4px;
  background: var(--color-border-secondary);
}

/* line 222, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--color-text-editor-icon-fg);
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: color, background-color;
}

/* line 237, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__btn:hover {
  background: var(--color-bg-primary-hover);
  color: var(--color-text-primary);
}

/* line 242, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__btn.is-active {
  background: var(--color-bg-active);
  color: var(--color-text-editor-icon-fg-active);
}

/* line 247, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__btn svg {
  flex-shrink: 0;
}

/* line 252, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__body {
  min-height: 200px;
  border: 1px solid var(--color-border-primary);
  border-radius: 0 0 10px 10px;
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-primary);
  background: var(--color-bg-primary);
  overflow-y: auto;
  resize: vertical;
  outline: none;
  transition: 0.2s ease;
  transition-property: border-color, box-shadow;
}

/* line 266, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__body:focus {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 274, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__body p {
  margin: 0 0 0.5em;
}

/* line 275, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__body p:last-child {
  margin-bottom: 0;
}

/* line 277, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__body ul, .job-offer-form__editor-field .rich-editor__body ol {
  margin: 0 0 0.5em;
  padding-left: 1.5em;
}

/* line 282, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field .rich-editor__body li {
  margin-bottom: 0.15em;
}

/* line 287, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.form-field.is-invalid .job-offer-form__editor-field .rich-editor__body {
  border-color: var(--color-border-error);
}

/* line 291, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.form-field.is-invalid .job-offer-form__editor-field .rich-editor__toolbar {
  border-color: var(--color-border-error);
}

/* line 298, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field.is-disabled .rich-editor__toolbar {
  background: var(--color-bg-disabled-subtle);
  border-color: var(--color-border-disabled);
  pointer-events: none;
}

/* line 304, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field.is-disabled .rich-editor__btn {
  color: var(--color-fg-disabled);
  cursor: not-allowed;
}

/* line 309, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field.is-disabled .rich-editor__body {
  color: var(--color-text-disabled);
  background: var(--color-bg-disabled-subtle);
  border-color: var(--color-border-disabled);
  cursor: not-allowed;
  resize: none;
}

/* line 316, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__editor-field.is-disabled .rich-editor__body:focus {
  border-color: var(--color-border-disabled);
  box-shadow: none;
}

/* line 325, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__actions {
  display: flex;
  gap: 16px;
  padding-top: 24px;
}

/* line 330, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__actions .button {
  display: flex;
  justify-content: center;
}

/* line 335, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__actions .button:first-child {
  flex: 3 0 0;
}

/* line 339, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
.job-offer-form__actions .button:last-child {
  flex: 1 0 0;
}

@media (max-width: 768px) {
  /* line 325, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
  .job-offer-form__actions {
    flex-direction: column;
  }
  /* line 346, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_form.scss */
  .job-offer-form__actions .button:first-child,
.job-offer-form__actions .button:last-child {
    flex: unset;
    width: 100%;
  }
}

/* line 3, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.step-progress + .job-offer-form-page__layout {
  margin-top: 24px;
}

/* line 7, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.questions-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

/* line 14, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.question-item {
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
  border-radius: 20px;
  padding: 16px;
}

/* line 20, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.question-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

/* line 27, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.question-item__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 32, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.question-item__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--color-text-tertiary);
  border-radius: 8px;
  transition: background-color 0.15s, color 0.15s;
}

/* line 44, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.question-item__remove:hover {
  background: var(--color-bg-error-secondary);
  color: var(--color-fg-error-primary);
}

/* line 49, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.question-item__remove svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* line 58, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.questions-form__actions {
  margin-bottom: 16px;
}

/* line 61, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.questions-form__actions .button svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* line 68, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.questions-form__hints {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

/* line 75, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_questions.scss */
.questions-form__hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 6, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plans {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 16px;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* line 16, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plans.is-invalid {
  background-color: var(--color-error-50, #fff1f1);
  border-color: var(--color-border-error, #fca5a5);
}

/* line 22, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  border: 2px solid var(--color-border-secondary);
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

/* line 32, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan:hover {
  border-color: var(--color-border-brand);
}

/* line 36, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan:has(.summary-form__plan-radio:checked) {
  border-color: var(--color-border-brand);
  background: var(--color-bg-brand-secondary);
}

/* line 41, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan--highlighted {
  border-color: var(--color-border-brand);
}

@media (max-width: 480px) {
  /* line 22, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
  .summary-form__plan {
    flex-flow: row wrap;
    gap: 6px 8px;
    padding: 12px;
  }
}

/* line 52, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan-radio {
  flex-shrink: 0;
  margin-top: 3.5px;
  accent-color: var(--color-fg-brand-primary);
}

/* line 58, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan-check {
  display: none;
}

/* line 62, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan-info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 69, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 78, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan-perks {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 83, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan-perks p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin-top: 8px;
  padding: 6px 8px;
  background: var(--color-bg-secondary);
  border-left: 2px solid var(--color-border-brand);
  border-radius: 0 8px 8px 0;
}

/* line 92, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan-perks p::before {
  content: 'ⓘ ';
  color: var(--color-fg-brand-primary);
}

/* line 99, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__plan-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  /* line 99, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
  .summary-form__plan-price {
    flex: 0 0 100%;
  }
}

/* line 111, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__purchase-box {
  background: var(--color-bg-brand-secondary);
  border: 1px solid var(--color-border-brand);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
}

/* line 119, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__purchase-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin-bottom: 16px;
}

/* line 125, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__purchase-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

/* line 132, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__purchase-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

/* line 138, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__purchase-row dt {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  font-weight: 400;
}

/* line 144, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__purchase-row dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0;
  text-align: right;
}

/* line 151, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__purchase-row--total {
  padding-top: 8px;
  border-top: 1px solid var(--color-border-secondary);
}

/* line 155, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__purchase-row--total dt {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 160, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__purchase-row--total dd {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 168, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__discount-row dt, .summary-form__discount-row dd {
  color: var(--color-text-success);
}

/* line 174, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__coupon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

/* line 180, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__coupon .input {
  flex: 1 1 0;
}

/* line 185, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__coupon-error {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--color-border-error);
  background: var(--color-bg-error-primary);
  color: var(--color-text-error-primary);
}

/* line 197, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__coupon-error::before {
  content: '⚠';
  flex-shrink: 0;
  line-height: 1.4;
}

/* line 205, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__billing-error {
  margin-bottom: 20px;
}

/* line 210, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__preview {
  margin-bottom: 24px;
}

/* line 214, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__preview-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin-bottom: 16px;
}

/* line 220, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__preview-box {
  margin-bottom: 16px;
}

/* line 223, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__preview-box .job-card {
  pointer-events: none;
}

/* line 226, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__preview-box .job-card:hover {
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 232, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__preview-actions {
  display: flex;
  justify-content: center;
}

/* line 238, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__billing-help {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin-top: 16px;
  text-align: center;
}

/* line 244, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.summary-form__billing-help a {
  color: var(--color-text-brand-secondary);
}

/* line 252, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.billing-info-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 259, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.billing-info-modal__legal-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

/* line 265, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.billing-info-modal__legal-input {
  flex: 1 1 0;
  min-width: 0;
}

/* line 270, app/assets/stylesheets/new-layout/pages/employer-job-offer-form/_summary.scss */
.billing-info-modal__legal-type {
  flex: 0 0 auto;
  width: 120px;
}

/* line 5, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__nav {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

/* line 18, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 1280px) {
  /* line 18, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
  .employer-help__layout {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 30, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__card {
  flex: 1 1 0;
  min-width: 0;
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 40px;
}

@media (max-width: 480px) {
  /* line 30, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
  .employer-help__card {
    padding: 24px 16px;
  }
}

/* line 45, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__sidebar {
  flex-shrink: 0;
  width: 280px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 24px;
}

@media (max-width: 1280px) {
  /* line 45, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
  .employer-help__sidebar {
    order: -1;
    width: 100%;
    position: static;
  }
}

/* line 64, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__header {
  padding-bottom: 24px;
}

/* line 68, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 74, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__toc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 80, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__toc-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0 0 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 88, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 98, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__toc-item a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 10px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* line 107, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__toc-item a:hover {
  background-color: var(--color-bg-brand-primary);
  color: var(--color-text-brand-secondary);
}

/* line 112, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__toc-item a.is-active {
  background-color: var(--color-bg-brand-primary);
  color: var(--color-text-brand-secondary);
  font-weight: 500;
}

/* line 121, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__back-to-top {
  margin-top: 16px;
  text-align: right;
}

@media (min-width: 1280px) {
  /* line 121, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
  .employer-help__back-to-top {
    display: none;
  }
}

/* line 129, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__back-to-top a {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-decoration: none;
}

/* line 134, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__back-to-top a:hover {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 142, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 148, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__section + .employer-help__section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--color-border-secondary);
}

/* line 154, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__section h2, .employer-help__section .h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-text-primary);
  margin-bottom: 24px;
  scroll-margin-top: 120px;
}

/* line 161, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
  line-height: 1.6;
}

/* line 166, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__section p:last-child {
  margin-bottom: 0;
}

/* line 171, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__section ul,
.employer-help__section ol {
  margin: 8px 0;
  padding-left: 24px;
}

/* line 177, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__section li {
  margin-bottom: 6px;
  line-height: 1.6;
}

/* line 182, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__section strong {
  font-weight: 600;
  color: var(--color-text-primary);
}

/* line 187, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__section a {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 191, app/assets/stylesheets/new-layout/pages/_employer-help.scss */
.employer-help__section a:hover {
  color: var(--color-brand-primary-hover);
}

/* line 3, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__action-icon svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
body.page-purchase-show main {
  padding-top: 0;
}

/* line 15, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 16px;
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
  .purchase-show {
    padding: 0px 12px;
  }
}

/* line 25, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__success {
  max-width: 960px;
  margin: 0 auto;
}

/* line 32, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__processing {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

/* line 40, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__illustration {
  position: relative;
  margin-top: -80px;
}

/* line 45, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__illustration-svg {
  width: 400px;
  height: 400px;
}

/* line 49, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__illustration-svg .rings {
  -webkit-animation: purchase-pulse 2s ease-in-out infinite;
          animation: purchase-pulse 2s ease-in-out infinite;
  transform-origin: 200px 200px;
}

/* line 55, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__processing-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

/* line 65, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__processing-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 70, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__processing-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 77, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__steps {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 1px 3px 0px var(--color-shadow-sm-01), 0px 1px 2px -1px var(--color-shadow-sm-02);
}

/* line 90, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
}

/* line 97, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step-icon {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--color-bg-secondary);
  color: var(--color-fg-quaternary);
}

/* line 108, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step-icon svg {
  width: 20px;
  height: 20px;
}

/* line 114, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step--completed .purchase-show__step-icon {
  background: var(--color-utility-success-50, #ecfdf3);
  color: var(--color-utility-success-700, #027a48);
}

/* line 119, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step--active .purchase-show__step-icon {
  background: var(--color-utility-brand-50, #eff8ff);
  color: var(--color-fg-brand-primary);
}

/* line 124, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step-icon--pulsing {
  -webkit-animation: step-icon-pulse 2s ease-in-out infinite;
          animation: step-icon-pulse 2s ease-in-out infinite;
}

/* line 128, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/* line 135, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 140, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step-status {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-quaternary);
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 147, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step-status svg {
  width: 12px;
  height: 12px;
}

/* line 152, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step-status--done {
  color: var(--color-utility-success-700, #027a48);
}

/* line 156, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step-status--active {
  color: var(--color-fg-brand-primary);
}

/* line 161, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__spinner {
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
}

/* line 165, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__step-connector {
  width: 2px;
  height: 20px;
  background: var(--color-border-secondary);
  margin-left: 19px;
}

/* line 172, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__order-ref {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-quaternary);
}

/* line 179, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px;
}

/* line 188, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

/* line 196, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* line 203, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed-icon {
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-utility-error-50, #fef3f2);
  color: var(--color-utility-error-600, #d92d20);
  flex-shrink: 0;
}

/* line 214, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed-icon svg {
  width: 28px;
  height: 28px;
}

/* line 220, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 226, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  max-width: 440px;
}

/* line 232, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed-card {
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 1px 3px 0px var(--color-shadow-sm-01), 0px 1px 2px -1px var(--color-shadow-sm-02);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 243, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 249, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed-order-ref {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 254, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed-actions {
  display: flex;
  gap: 12px;
}

/* line 258, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__failed-actions .button {
  display: flex;
  flex: 1 1 0;
  justify-content: center;
}

@media (max-width: 480px) {
  /* line 254, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
  .purchase-show__failed-actions {
    flex-direction: column;
  }
  /* line 267, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
  .purchase-show__failed-actions .button {
    flex: unset;
    width: 100%;
  }
  /* line 272, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
  .purchase-show__failed-actions .button.variant-primary {
    order: -1;
  }
}

/* line 280, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__success {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 286, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__success-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding-bottom: 24px;
}

/* line 295, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__success-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 720px;
}

/* line 303, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__success-icon {
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-utility-success-50, #ecfdf3);
  color: var(--color-utility-success-600, #039855);
  flex-shrink: 0;
}

/* line 314, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__success-icon svg {
  width: 28px;
  height: 28px;
}

/* line 320, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__success-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
  text-align: left;
}

/* line 327, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__success-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  max-width: 480px;
}

/* line 333, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__success-warning {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-error, #d92d20);
}

/* line 340, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__details {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  /* line 340, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
  .purchase-show__details {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 351, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__details-main {
  flex: 3 1 0;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 351, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
  .purchase-show__details-main {
    width: 100%;
  }
}

/* line 360, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__details-side {
  flex: 2 1 0;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 360, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
  .purchase-show__details-side {
    width: 100%;
  }
}

/* line 369, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__card {
  padding: 24px;
  border-radius: 20px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 1px 3px 0px var(--color-shadow-sm-01), 0px 1px 2px -1px var(--color-shadow-sm-02);
}

/* line 377, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__card-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

/* line 384, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 390, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__order-ids {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 400, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

/* line 405, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__table th, .purchase-show__table td {
  padding: 8px 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 411, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__table thead th {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--color-border-secondary);
  text-align: left;
}

/* line 422, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__table tbody td {
  color: var(--color-text-secondary);
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 427, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__table tbody tr:last-child td {
  border-bottom: none;
}

/* line 433, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__table-right {
  text-align: right !important;
}

/* line 438, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__table-total td {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary) !important;
}

/* line 446, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__balance-list {
  display: flex;
  flex-direction: column;
}

/* line 451, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__balance-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 458, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__balance-item:first-child {
  padding-top: 0;
}

/* line 459, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__balance-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 462, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__balance-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 467, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__balance-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 474, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__beneficiary {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin-bottom: 16px;
}

/* line 479, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__beneficiary p {
  margin: 0;
  line-height: 1.6;
}

/* line 485, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__bank-details {
  margin: 0;
}

/* line 489, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__bank-row {
  display: flex;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 495, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__bank-row:last-child {
  border-bottom: none;
}

/* line 497, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__bank-row dt {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 503, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__bank-row dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0;
  word-break: break-all;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 515, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__copy-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 2px;
  color: var(--color-text-tertiary);
  background: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}

/* line 530, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__copy-btn:hover {
  color: var(--color-text-brand-secondary);
  background: var(--color-bg-brand-secondary);
}

/* line 535, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__copy-btn.is-copied {
  color: var(--color-utility-success-700);
}

/* line 540, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__copy-icon {
  display: flex;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* line 549, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__actions {
  margin-top: 32px;
}

/* line 553, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__actions-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin-bottom: 20px;
}

/* line 559, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}

@media (max-width: 480px) {
  /* line 559, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
  .purchase-show__actions-grid {
    grid-template-columns: 1fr;
  }
}

/* line 569, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 16px;
  background: var(--color-bg-primary);
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  text-align: center;
}

/* line 582, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__action-card:hover {
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 3px 0px var(--color-shadow-sm-01), 0px 1px 2px -1px var(--color-shadow-sm-02);
}

@media (max-width: 480px) {
  /* line 569, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
  .purchase-show__action-card {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 12px;
  }
}

/* line 595, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__action-icon {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-utility-brand-50, #eff8ff);
  color: var(--color-fg-brand-primary);
}

/* line 610, app/assets/stylesheets/new-layout/pages/_employer-purchase-show.scss */
.purchase-show__action-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
}

@-webkit-keyframes purchase-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.75;
  }
}

@keyframes purchase-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.75;
  }
}

@-webkit-keyframes step-icon-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(var(--color-brand-600-rgb, 37, 99, 235), 0.3);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(var(--color-brand-600-rgb, 37, 99, 235), 0);
  }
}

@keyframes step-icon-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(var(--color-brand-600-rgb, 37, 99, 235), 0.3);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(var(--color-brand-600-rgb, 37, 99, 235), 0);
  }
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 4, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new-page__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 10, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new-page__nav {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

/* line 16, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new-page__layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 1280px) {
  /* line 16, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
  .purchase-new-page__layout {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 27, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new-page__card {
  flex: 1 1 0;
  min-width: 0;
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 40px;
}

@media (max-width: 480px) {
  /* line 27, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
  .purchase-new-page__card {
    padding: 24px 16px;
  }
}

/* line 41, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new-page__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 24px;
}

/* line 48, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new-page__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 53, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new-page__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 58, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new-page__sidebar {
  flex-shrink: 0;
  width: 351px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1280px) {
  /* line 58, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
  .purchase-new-page__sidebar {
    width: 100%;
    position: static;
  }
}

/* line 76, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__packs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 16px;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* line 86, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__packs.is-invalid {
  background-color: var(--color-error-50, #fff1f1);
  border-color: var(--color-border-error, #fca5a5);
}

/* line 91, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__packs.is-submitting {
  pointer-events: none;
  opacity: 0.6;
}

/* line 97, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  border: 2px solid var(--color-border-secondary);
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

/* line 107, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack:hover {
  border-color: var(--color-border-brand);
}

/* line 111, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack:has(.purchase-new__pack-radio:checked) {
  border-color: var(--color-border-brand);
  background: var(--color-bg-brand-secondary);
}

@media (max-width: 480px) {
  /* line 97, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
  .purchase-new__pack {
    flex-flow: row wrap;
    gap: 6px 8px;
    padding: 12px;
  }
}

/* line 123, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-radio {
  flex-shrink: 0;
  margin-top: 3.5px;
  accent-color: var(--color-fg-brand-primary);
}

/* line 129, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-check {
  display: none;
}

/* line 133, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 140, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 145, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-details {
  margin-top: 4px;
}

/* line 148, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-details[open] .purchase-new__pack-details-toggle {
  color: var(--color-text-brand-secondary);
}

/* line 151, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-details[open] .purchase-new__pack-details-toggle::after {
  transform: rotate(180deg);
}

/* line 157, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-details-toggle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 0.15s ease;
}

/* line 168, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-details-toggle::-webkit-details-marker {
  display: none;
}

/* line 170, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-details-toggle::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b6b6b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

/* line 182, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-details-toggle:hover {
  color: var(--color-text-brand-secondary);
}

/* line 187, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-perks {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  padding-top: 6px;
}

/* line 192, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-perks ul {
  margin: 4px 0 0;
  padding-left: 20px;
}

/* line 198, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  /* line 198, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
  .purchase-new__pack-pricing {
    flex: 0 0 100%;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}

/* line 213, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-original {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 219, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-list-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-decoration: line-through;
}

/* line 225, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  white-space: nowrap;
}

/* line 230, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__pack-price.has-discount {
  color: var(--color-utility-success-700);
}

/* line 236, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__purchase-box {
  background: var(--color-bg-brand-secondary);
  border: 1px solid var(--color-border-brand);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
}

/* line 244, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__purchase-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin-bottom: 16px;
}

/* line 250, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__purchase-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

/* line 257, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__purchase-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

/* line 263, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__purchase-row dt {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  font-weight: 400;
}

/* line 269, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__purchase-row dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0;
  text-align: right;
}

/* line 276, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__purchase-row--total {
  padding-top: 8px;
  border-top: 1px solid var(--color-border-secondary);
}

/* line 280, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__purchase-row--total dt {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 285, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__purchase-row--total dd {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 293, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__discount-row dt, .purchase-new__discount-row dd {
  color: var(--color-text-success);
}

/* line 299, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__coupon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

/* line 305, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__coupon .input {
  flex: 1 1 0;
}

/* line 310, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__coupon-error {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-error);
  margin-top: 6px;
}

/* line 317, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__payment-section {
  margin-bottom: 24px;
}

/* line 321, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__section-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin-bottom: 16px;
}

/* line 327, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__payment-methods {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* line 336, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__payment-methods.is-invalid {
  background-color: var(--color-error-50, #fff1f1);
  border-color: var(--color-border-error, #fca5a5);
}

/* line 342, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__payment-option {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  border: 2px solid var(--color-border-secondary);
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

/* line 352, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__payment-option:hover {
  border-color: var(--color-border-brand);
}

/* line 356, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__payment-option:has(.purchase-new__payment-radio:checked) {
  border-color: var(--color-border-brand);
  background: var(--color-bg-brand-secondary);
}

/* line 362, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__payment-radio {
  flex-shrink: 0;
  margin-top: 3.5px;
  accent-color: var(--color-fg-brand-primary);
}

/* line 368, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__payment-check {
  display: none;
}

/* line 372, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__payment-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 378, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__payment-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 383, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__payment-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 389, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__billing-error {
  margin-bottom: 20px;
}

/* line 394, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__actions {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

/* line 399, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__actions .button {
  display: flex;
  justify-content: center;
}

/* line 403, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__actions .button.variant-secondary {
  flex: 1 0 0;
}

/* line 407, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__actions .button.variant-primary {
  flex: 3 0 0;
}

@media (max-width: 768px) {
  /* line 394, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
  .purchase-new__actions {
    flex-direction: column;
  }
  /* line 415, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
  .purchase-new__actions .button.variant-primary {
    order: -1;
  }
}

/* line 422, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__promo-card {
  background: var(--color-bg-secondary);
  border-radius: 16px;
  padding: 20px;
}

/* line 428, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__promo-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin-bottom: 6px;
}

/* line 434, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__promo-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin-bottom: 16px;
}

/* line 440, app/assets/stylesheets/new-layout/pages/_employer-purchase-new.scss */
.purchase-new__promo-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 5, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__nav {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

/* line 17, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__card {
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 40px;
}

@media (max-width: 480px) {
  /* line 17, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__card {
    padding: 24px 16px;
  }
}

/* line 31, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__header {
    flex-direction: column;
  }
}

/* line 43, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__header-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 49, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 54, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 59, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__buy-btn {
  flex-shrink: 0;
  gap: 6px;
}

/* line 66, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__filters {
  padding: 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  background: var(--color-bg-secondary);
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  /* line 66, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__filters {
    padding: 12px;
  }
}

/* line 78, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__filter-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  align-items: end;
}

@media (max-width: 768px) {
  /* line 60, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
  .purchase-index__filter-row {
    display: none;
  }
  /* line 64, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
  .purchase-index__filter-row.is-open {
    display: grid;
    margin-top: 12px;
  }
}

/* line 71, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.purchase-index__mobile-filter-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

@media (max-width: 768px) {
  /* line 71, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
  .purchase-index__mobile-filter-toggle {
    display: flex;
  }
}

/* line 89, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.purchase-index__mobile-filter-chevron {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
  transition: transform 0.2s ease;
}

/* line 97, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.purchase-index__mobile-filter-chevron svg {
  width: 20px;
  height: 20px;
}

/* line 102, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.purchase-index__mobile-filter-chevron.is-rotated {
  transform: rotate(180deg);
}

/* line 87, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__filter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

/* line 93, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__filter-field--sort {
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 87, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__filter-field {
    min-width: 0;
  }
}

/* line 102, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__filter-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  letter-spacing: 0.02em;
}

/* line 109, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__datepicker .datepicker__display {
  padding: 8px 12px;
  padding-right: calc(12px + 20px + 8px);
}

/* line 114, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__datepicker .datepicker__icon {
  right: 12px;
}

/* line 118, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__datepicker .datepicker__panel {
  top: calc(100% + 6px);
}

/* line 123, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index .select-native {
  min-height: 44px;
}

/* line 129, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  /* line 129, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__table-wrap {
    overflow: visible;
  }
}

/* line 138, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

/* line 143, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__table th,
.purchase-index__table td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 12px;
  text-align: left;
  vertical-align: middle;
}

/* line 151, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__table th {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-top: 0;
  padding-bottom: 12px;
  white-space: nowrap;
}

/* line 161, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__table td {
  color: var(--color-text-secondary);
  background: var(--color-bg-primary);
  border-top: 1px solid var(--color-border-secondary);
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 169, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__row {
  transition: transform 0.18s ease;
}

/* line 172, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__row:nth-child(even) td {
  background: var(--color-bg-secondary);
}

/* line 176, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__row:hover {
  transform: translateY(-1px);
}

/* line 180, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__row:hover td {
  background: var(--color-bg-active);
}

/* line 184, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__row td:first-child {
  border-left: 1px solid var(--color-border-secondary);
  border-radius: 20px 0 0 20px;
}

/* line 189, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__row td:last-child {
  border-right: 1px solid var(--color-border-secondary);
  border-radius: 0 20px 20px 0;
}

/* line 195, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__th-right {
  text-align: right;
}

/* line 199, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--color-text-primary);
  display: block;
}

/* line 206, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__type {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--color-text-secondary);
  display: block;
}

/* line 213, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__cell-date {
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 218, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__cell-number {
  white-space: nowrap;
}

/* line 222, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__cell-price {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* line 228, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__cell-muted {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 233, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__order-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 8px;
  color: var(--color-text-brand-secondary);
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
  border-radius: 9999px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

/* line 248, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__order-link:hover {
  color: var(--color-brand-700);
  background: var(--color-bg-primary);
  transform: translateY(-1px);
}

/* line 255, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__receipt-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

/* line 265, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__receipt-link:hover {
  color: var(--color-brand-700);
}

/* line 269, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__receipt-link::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='currentColor' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10h14M10 3l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='currentColor' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10h14M10 3l7 7-7 7'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
}

/* line 284, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__status {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 9999px;
  white-space: nowrap;
}

/* line 292, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__status--delivered {
  background: var(--color-bg-success-secondary);
  color: var(--color-text-success-primary);
}

/* line 297, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__status--payment_pending {
  background: var(--color-bg-warning-secondary);
  color: var(--color-text-warning-primary);
}

/* line 302, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__status--cancelled {
  background: var(--color-bg-error-secondary);
  color: var(--color-text-error-primary);
}

/* line 307, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__status--refund_pending {
  background: var(--color-bg-warning-secondary);
  color: var(--color-text-warning-primary);
}

/* line 312, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__status--refunded {
  background: var(--color-bg-tertiary);
  color: var(--color-text-tertiary);
}

@media (max-width: 768px) {
  /* line 319, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__table {
    display: block;
    border-spacing: 0;
  }
  /* line 323, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__table thead {
    display: none;
  }
  /* line 327, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__table tbody {
    display: block;
  }
  /* line 331, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__table td {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid var(--color-border-secondary);
    border-radius: 0;
  }
  /* line 343, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__table td::before {
    content: attr(data-label);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex: 0 0 108px;
    padding-top: 2px;
  }
  /* line 354, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__row {
    display: block;
    margin-bottom: 12px;
    border: 1px solid var(--color-border-secondary);
    border-radius: 20px;
    box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
    overflow: hidden;
  }
  /* line 362, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__row:hover {
    transform: none;
  }
  /* line 366, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__row:hover td {
    background: var(--color-bg-primary);
  }
  /* line 370, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__row td:first-child,
.purchase-index__row td:last-child {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  /* line 377, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__row td:last-child {
    border-bottom: none;
  }
  /* line 382, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__cell-date, .purchase-index__cell-number, .purchase-index__cell-price {
    white-space: normal;
  }
  /* line 388, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__cell-price, .purchase-index__cell-status, .purchase-index__cell-confirmation, .purchase-index__description, .purchase-index__type, .purchase-index__cell-muted {
    text-align: right;
  }
  /* line 397, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__cell-status .purchase-index__status, .purchase-index__order-link, .purchase-index__receipt-link, .purchase-index__cell-muted {
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  /* line 406, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__table td::before {
    flex-basis: 92px;
  }
}

/* line 413, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding-top: 20px;
}

/* line 422, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__results-count {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 429, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__pagination {
  margin-left: auto;
}

/* line 435, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__support {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
  padding: 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  background: var(--color-bg-secondary);
}

@media (max-width: 480px) {
  /* line 435, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__support {
    padding: 12px;
  }
}

/* line 450, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__support-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
}

/* line 462, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__support-icon {
  width: 20px;
  height: 20px;
  color: var(--color-fg-brand-primary);
}

/* line 468, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__support-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 475, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__support-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 480, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__support-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 485, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__support-link {
  color: var(--color-text-brand-secondary);
  font-weight: 600;
  text-decoration: none;
}

/* line 490, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__support-link:hover {
  text-decoration: underline;
}

/* line 497, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  max-width: 752px;
  margin: 0 auto;
  padding: 40px 0 24px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 497, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__empty {
    padding-top: 40px;
  }
}

/* line 513, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__empty-image {
  margin-top: 24px;
  margin-bottom: 32px;
}

/* line 517, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__empty-image svg {
  display: block;
  width: 187px;
  max-width: 100%;
  height: auto;
}

/* line 525, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__empty-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
  margin-bottom: 20px;
}

/* line 532, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__empty-hint {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  margin: 0;
  max-width: 420px;
}

/* line 539, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-index__empty-button {
  gap: 6px;
  min-width: 176px;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 480px) {
  /* line 547, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__empty-image {
    margin-bottom: 16px;
  }
  /* line 551, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__empty-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
  }
  /* line 556, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__empty-button {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  /* line 562, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 567, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__pagination {
    width: 100%;
    margin-left: 0;
  }
  /* line 572, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
  .purchase-index__support {
    flex-direction: column;
  }
}

/* line 583, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
  border-radius: 20px;
  padding: 16px 20px;
  margin-bottom: 24px;
}

/* line 594, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__meta-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 602, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__meta-item:first-child {
  padding-top: 0;
}

/* line 603, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__meta-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 605, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__meta-item--description {
  align-items: flex-start;
}

/* line 608, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__meta-item--description .purchase-details__meta-value {
  text-align: right;
  word-break: break-word;
}

/* line 615, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__meta-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  flex-shrink: 0;
}

/* line 621, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__meta-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
  text-align: right;
}

/* line 628, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

/* line 633, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__table th,
.purchase-details__table td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 12px;
  text-align: left;
}

/* line 640, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__table th {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--color-border-secondary);
  padding-left: 0;
}

/* line 649, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__table td {
  color: var(--color-text-secondary);
  border-bottom: 1px solid var(--color-border-tertiary, var(--color-border-secondary));
  padding-left: 0;
}

/* line 655, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__table tbody tr:last-child td {
  border-bottom: none;
}

/* line 660, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__th-center, .purchase-details__td-center {
  text-align: center;
}

/* line 665, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__th-right, .purchase-details__td-right {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* line 671, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__row-comment td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  font-style: italic;
  padding-top: 0;
  border-bottom: none;
}

/* line 680, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__summary {
  border: 1px solid var(--color-border-secondary);
  border-radius: 20px;
  overflow: hidden;
}

/* line 686, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 693, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__summary-row span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 698, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__summary-row span:last-child {
  font-variant-numeric: tabular-nums;
}

/* line 703, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: var(--color-bg-secondary);
}

/* line 710, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__summary-total span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
}

/* line 715, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__summary-total span:last-child {
  font-variant-numeric: tabular-nums;
}

/* line 721, app/assets/stylesheets/new-layout/pages/_employer-purchase-index.scss */
.purchase-details__receipt-btn {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
}

/* line 6, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 12, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__nav {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

/* line 18, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__card {
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 40px;
}

@media (max-width: 480px) {
  /* line 18, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__card {
    padding: 24px 16px;
  }
}

/* line 32, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  /* line 32, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__header {
    flex-direction: column;
  }
}

/* line 44, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__header-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 50, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 55, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 62, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__filters {
  padding: 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  background: var(--color-bg-secondary);
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  /* line 62, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__filters {
    padding: 12px;
  }
}

/* line 74, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__filter-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  align-items: end;
}

@media (max-width: 768px) {
  /* line 60, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
  .consumption-index__filter-row {
    display: none;
  }
  /* line 64, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
  .consumption-index__filter-row.is-open {
    display: grid;
    margin-top: 12px;
  }
}

/* line 71, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.consumption-index__mobile-filter-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

@media (max-width: 768px) {
  /* line 71, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
  .consumption-index__mobile-filter-toggle {
    display: flex;
  }
}

/* line 89, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.consumption-index__mobile-filter-chevron {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
  transition: transform 0.2s ease;
}

/* line 97, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.consumption-index__mobile-filter-chevron svg {
  width: 20px;
  height: 20px;
}

/* line 102, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.consumption-index__mobile-filter-chevron.is-rotated {
  transform: rotate(180deg);
}

/* line 83, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__filter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

/* line 89, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__filter-field--sort {
  min-width: 0;
}

/* line 94, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__filter-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  letter-spacing: 0.02em;
}

/* line 101, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__datepicker .datepicker__display {
  padding: 8px 12px;
  padding-right: calc(12px + 20px + 8px);
}

/* line 106, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__datepicker .datepicker__icon {
  right: 12px;
}

/* line 110, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__datepicker .datepicker__panel {
  top: calc(100% + 6px);
}

/* line 115, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index .select-native {
  min-height: 44px;
}

/* line 121, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  /* line 121, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__table-wrap {
    overflow: visible;
  }
}

/* line 130, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

/* line 135, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__table th,
.consumption-index__table td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 12px;
  text-align: left;
  vertical-align: middle;
}

/* line 143, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__table th {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-top: 0;
  padding-bottom: 12px;
  white-space: nowrap;
}

/* line 153, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__table td {
  color: var(--color-text-secondary);
  background: var(--color-bg-primary);
  border-top: 1px solid var(--color-border-secondary);
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 161, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__row {
  transition: transform 0.18s ease;
}

/* line 164, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__row:nth-child(even) td {
  background: var(--color-bg-secondary);
}

/* line 168, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__row:hover {
  transform: translateY(-1px);
}

/* line 172, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__row:hover td {
  background: var(--color-bg-active);
}

/* line 176, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__row td:first-child {
  border-left: 1px solid var(--color-border-secondary);
  border-radius: 20px 0 0 20px;
}

/* line 181, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__row td:last-child {
  border-right: 1px solid var(--color-border-secondary);
  border-radius: 0 20px 20px 0;
}

/* line 187, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__cell-date {
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 192, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__product {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
  display: block;
}

/* line 198, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__offer-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--color-text-primary);
  display: block;
}

/* line 205, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__cell-contact {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  white-space: nowrap;
}

/* line 213, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding-top: 20px;
}

/* line 222, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__results-count {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 229, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__pagination {
  margin-left: auto;
}

/* line 235, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__support {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
  padding: 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  background: var(--color-bg-secondary);
}

@media (max-width: 480px) {
  /* line 235, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__support {
    padding: 12px;
  }
}

/* line 250, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__support-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
}

/* line 262, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__support-icon {
  width: 20px;
  height: 20px;
  color: var(--color-fg-brand-primary);
}

/* line 268, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__support-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 275, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__support-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 280, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__support-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 285, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__support-link {
  color: var(--color-text-brand-secondary);
  font-weight: 600;
  text-decoration: none;
}

/* line 290, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__support-link:hover {
  text-decoration: underline;
}

/* line 297, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  max-width: 752px;
  margin: 0 auto;
  padding: 40px 0 24px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 297, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__empty {
    padding-top: 40px;
  }
}

/* line 313, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__empty-image {
  margin-top: 24px;
  margin-bottom: 32px;
}

/* line 317, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__empty-image svg {
  display: block;
  width: 187px;
  max-width: 100%;
  height: auto;
}

/* line 325, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__empty-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
  margin-bottom: 20px;
}

/* line 332, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__empty-hint {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  margin: 0;
  max-width: 420px;
}

/* line 339, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
.consumption-index__empty-button {
  gap: 6px;
  min-width: 176px;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 480px) {
  /* line 347, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__empty-image {
    margin-bottom: 16px;
  }
  /* line 351, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__empty-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
  }
  /* line 356, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__empty-button {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  /* line 364, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 369, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__pagination {
    width: 100%;
    margin-left: 0;
  }
  /* line 374, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__support {
    flex-direction: column;
  }
  /* line 378, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__table {
    display: block;
    border-spacing: 0;
  }
  /* line 382, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__table thead {
    display: none;
  }
  /* line 386, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__table tbody {
    display: block;
  }
  /* line 390, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__table td {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid var(--color-border-secondary);
    border-radius: 0;
  }
  /* line 402, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__table td::before {
    content: attr(data-label);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-text-tertiary);
    flex-shrink: 0;
    min-width: 100px;
  }
  /* line 411, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__row {
    display: block;
    margin-bottom: 12px;
    border: 1px solid var(--color-border-secondary);
    border-radius: 20px;
    overflow: hidden;
  }
  /* line 418, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__row:hover {
    transform: none;
  }
  /* line 422, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__row td:first-child {
    border-left: none;
    border-radius: 0;
  }
  /* line 427, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__row td:last-child {
    border-right: none;
    border-radius: 0;
    border-bottom: none;
  }
  /* line 433, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__row:nth-child(even) td {
    background: var(--color-bg-secondary);
  }
  /* line 437, app/assets/stylesheets/new-layout/pages/_employer-consumption-index.scss */
  .consumption-index__row:hover td {
    background: var(--color-bg-primary);
  }
}

/* line 5, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__nav {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

/* line 17, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__card {
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 40px;
}

@media (max-width: 480px) {
  /* line 17, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__card {
    padding: 24px 16px;
  }
}

/* line 31, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__header {
    flex-direction: column;
  }
}

/* line 43, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__header-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 49, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 54, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 59, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__buy-btn {
  flex-shrink: 0;
  gap: 6px;
}

/* line 66, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__filters {
  padding: 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  background: var(--color-bg-secondary);
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  /* line 66, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__filters {
    padding: 12px;
  }
}

/* line 78, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__filter-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  align-items: end;
}

@media (max-width: 768px) {
  /* line 60, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
  .stock-index__filter-row {
    display: none;
  }
  /* line 64, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
  .stock-index__filter-row.is-open {
    display: grid;
    margin-top: 12px;
  }
}

/* line 71, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.stock-index__mobile-filter-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

@media (max-width: 768px) {
  /* line 71, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
  .stock-index__mobile-filter-toggle {
    display: flex;
  }
}

/* line 89, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.stock-index__mobile-filter-chevron {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
  transition: transform 0.2s ease;
}

/* line 97, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.stock-index__mobile-filter-chevron svg {
  width: 20px;
  height: 20px;
}

/* line 102, app/assets/stylesheets/new-layout/pages/../mixins/_ui.scss */
.stock-index__mobile-filter-chevron.is-rotated {
  transform: rotate(180deg);
}

/* line 87, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__filter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

/* line 94, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__filter-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  letter-spacing: 0.02em;
}

/* line 101, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__datepicker .datepicker__display {
  padding: 8px 12px;
  padding-right: calc(12px + 20px + 8px);
}

/* line 106, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__datepicker .datepicker__icon {
  right: 12px;
}

/* line 110, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__datepicker .datepicker__panel {
  top: calc(100% + 6px);
}

/* line 115, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index .select-native {
  min-height: 44px;
}

/* line 121, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  /* line 121, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__table-wrap {
    overflow: visible;
  }
}

/* line 130, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

/* line 135, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__table th,
.stock-index__table td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 12px;
  text-align: left;
  vertical-align: middle;
}

/* line 143, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__table th {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-top: 0;
  padding-bottom: 12px;
  white-space: nowrap;
}

/* line 153, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__table td {
  color: var(--color-text-secondary);
  background: var(--color-bg-primary);
  border-top: 1px solid var(--color-border-secondary);
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 161, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__row {
  transition: transform 0.18s ease;
}

/* line 164, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__row:nth-child(even) td {
  background: var(--color-bg-secondary);
}

/* line 168, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__row:hover {
  transform: translateY(-1px);
}

/* line 172, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__row:hover td {
  background: var(--color-bg-active);
}

/* line 176, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__row td:first-child {
  border-left: 1px solid var(--color-border-secondary);
  border-radius: 20px 0 0 20px;
}

/* line 181, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__row td:last-child {
  border-right: 1px solid var(--color-border-secondary);
  border-radius: 0 20px 20px 0;
}

/* line 187, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__th-right {
  text-align: right;
}

/* line 191, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__product-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 196, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__cell-quantity {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* line 201, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__quantity {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 206, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__badge {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 9999px;
  white-space: nowrap;
}

/* line 215, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__badge--unlimited {
  background: var(--color-bg-success-secondary);
  color: var(--color-text-success-primary);
}

/* line 221, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__cell-expire {
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 229, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__table {
    display: block;
    border-spacing: 0;
  }
  /* line 233, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__table thead {
    display: none;
  }
  /* line 237, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__table tbody {
    display: block;
  }
  /* line 241, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__table td {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid var(--color-border-secondary);
    border-radius: 0;
  }
  /* line 253, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__table td::before {
    content: attr(data-label);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex: 0 0 108px;
    padding-top: 2px;
  }
  /* line 264, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__row {
    display: block;
    margin-bottom: 12px;
    border: 1px solid var(--color-border-secondary);
    border-radius: 20px;
    box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
    overflow: hidden;
  }
  /* line 272, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__row:hover {
    transform: none;
  }
  /* line 276, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__row:hover td {
    background: var(--color-bg-primary);
  }
  /* line 280, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__row td:first-child,
.stock-index__row td:last-child {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  /* line 287, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__row td:last-child {
    border-bottom: none;
  }
  /* line 292, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__cell-quantity {
    text-align: right;
  }
  /* line 296, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__cell-expire {
    white-space: normal;
  }
  /* line 300, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__badge {
    margin-left: auto;
  }
  /* line 304, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__quantity {
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  /* line 310, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__table td::before {
    flex-basis: 92px;
  }
}

/* line 317, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding-top: 20px;
}

/* line 326, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__results-count {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 331, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__pagination {
  margin-left: auto;
}

/* line 337, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__info-note {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 20px;
  padding: 12px;
  border-radius: 20px;
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
}

/* line 348, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__info-note-icon {
  flex-shrink: 0;
  color: var(--color-text-tertiary);
}

/* line 352, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__info-note-icon svg {
  width: 16px;
  height: 16px;
}

/* line 358, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__info-note-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 365, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 64px 20px;
}

/* line 373, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__empty-image {
  margin-top: 24px;
  margin-bottom: 32px;
}

/* line 377, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__empty-image svg {
  display: block;
  width: 187px;
  max-width: 100%;
  height: auto;
}

/* line 385, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__empty-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin-bottom: 6px;
}

/* line 391, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__empty-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  max-width: 400px;
  margin-bottom: 20px;
}

/* line 398, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__empty-button {
  gap: 6px;
}

/* line 404, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__support {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
  padding: 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  background: var(--color-bg-secondary);
}

@media (max-width: 480px) {
  /* line 404, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__support {
    padding: 12px;
  }
}

/* line 419, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__support-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
}

/* line 431, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__support-icon {
  width: 20px;
  height: 20px;
  color: var(--color-fg-brand-primary);
}

/* line 437, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__support-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 444, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__support-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 449, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__support-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 454, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__support-link {
  color: var(--color-text-brand-secondary);
  font-weight: 600;
  text-decoration: none;
}

/* line 459, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
.stock-index__support-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 465, app/assets/stylesheets/new-layout/pages/_employer-stock-index.scss */
  .stock-index__support {
    flex-direction: column;
  }
}

/* line 3, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-icon svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/* line 12, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation-page__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 18, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation-page__nav {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

/* line 25, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 768px) {
  /* line 25, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
  .offer-confirmation {
    padding: 24px 12px;
    gap: 24px;
  }
}

/* line 41, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

/* line 49, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__icon {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-utility-success-50, #ecfdf3);
  color: var(--color-utility-success-600, #039855);
  margin-bottom: 6px;
}

/* line 60, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__icon svg {
  width: 32px;
  height: 32px;
}

/* line 66, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 72, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  max-width: 440px;
}

/* line 80, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__tip {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--color-utility-brand-50, #eff8ff);
  border: 1px solid var(--color-utility-brand-200, #b2ddff);
  border-radius: 20px;
}

@media (max-width: 480px) {
  /* line 80, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
  .offer-confirmation__tip {
    flex-direction: column;
    gap: 8px;
  }
}

/* line 95, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__tip-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-utility-brand-100, #d1e9ff);
  color: var(--color-fg-brand-primary);
}

/* line 106, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__tip-icon svg {
  width: 20px;
  height: 20px;
}

/* line 112, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__tip-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 118, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__tip-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 124, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__tip-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0;
}

/* line 132, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 138, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__actions-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 144, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__actions-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 150, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 16px;
  background: var(--color-bg-primary);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

/* line 161, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-card:hover {
  border-color: var(--color-border-brand);
  box-shadow: 0px 4px 6px -1px var(--color-shadow-md-01), 0px 2px 4px -2px var(--color-shadow-md-02);
  transform: translateY(-1px);
}

/* line 167, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-card:active {
  transform: translateY(0);
  box-shadow: 0px 1px 3px 0px var(--color-shadow-sm-01), 0px 1px 2px -1px var(--color-shadow-sm-02);
}

/* line 173, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 186, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-icon--brand {
  background: var(--color-utility-brand-50, #eff8ff);
  color: var(--color-fg-brand-primary);
}

/* line 191, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-icon--purple {
  background: #f4f3ff;
  color: #6938ef;
}

/* line 196, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-icon--teal {
  background: #f0fdf9;
  color: #107569;
}

/* line 201, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-icon--amber {
  background: #fffaeb;
  color: #b54708;
}

/* line 207, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
  flex: 1;
}

/* line 213, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-arrow {
  flex-shrink: 0;
  color: var(--color-text-quaternary);
  transition: color 0.2s ease, transform 0.2s ease;
}

/* line 218, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-arrow svg {
  width: 20px;
  height: 20px;
}

/* line 224, app/assets/stylesheets/new-layout/pages/_employer-job-offer-confirmation.scss */
.offer-confirmation__action-card:hover .offer-confirmation__action-arrow {
  color: var(--color-fg-brand-primary);
  transform: translateX(2px);
}

/* line 6, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__action svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* line 12, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__support-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* line 21, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 27, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__nav {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

/* line 33, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__card {
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
  padding: 40px;
}

@media (max-width: 480px) {
  /* line 33, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__card {
    padding: 24px 16px;
  }
}

/* line 47, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  /* line 47, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__header {
    flex-direction: column;
  }
}

/* line 59, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__header-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 65, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
}

/* line 70, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
}

/* line 77, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__filters {
  padding: 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  background: var(--color-bg-secondary);
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  /* line 77, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__filters {
    padding: 12px;
  }
}

/* line 89, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__filter-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 768px) {
  /* line 89, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__filter-panel {
    display: none;
  }
  /* line 97, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__filter-panel.is-open {
    display: flex;
    margin-top: 12px;
  }
}

/* line 104, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__mobile-filter-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

@media (max-width: 768px) {
  /* line 104, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__mobile-filter-toggle {
    display: flex;
  }
}

/* line 122, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__mobile-filter-chevron {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
  transition: transform 0.2s ease;
}

/* line 130, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__mobile-filter-chevron svg {
  width: 20px;
  height: 20px;
}

/* line 135, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__mobile-filter-chevron.is-rotated {
  transform: rotate(180deg);
}

/* line 140, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 920px) {
  /* line 140, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__toolbar {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 152, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__toolbar-main {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(160px, 0.8fr));
  gap: 12px;
  align-items: end;
}

@media (max-width: 920px) {
  /* line 152, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__toolbar-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__toolbar-main {
    grid-template-columns: 1fr;
  }
}

/* line 168, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__toolbar-cta {
  flex-shrink: 0;
  gap: 6px;
  align-self: flex-end;
}

@media (max-width: 920px) {
  /* line 168, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__toolbar-cta {
    align-self: stretch;
    justify-content: center;
  }
}

/* line 179, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__filter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

/* line 185, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__filter-field--search {
  grid-column: span 2;
}

@media (max-width: 768px) {
  /* line 185, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__filter-field--search {
    grid-column: span 1;
  }
}

/* line 193, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__filter-field--compact {
  min-width: 0;
}

/* line 197, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__filter-field--submit {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  /* line 197, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__filter-field--submit {
    justify-content: stretch;
  }
}

@media (max-width: 768px) {
  /* line 179, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__filter-field {
    min-width: 0;
  }
}

/* line 210, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__filter-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  letter-spacing: 0.02em;
}

/* line 215, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__filter-label--hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/* line 220, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__search-btn {
  display: flex;
  gap: 4px;
  justify-content: center;
  width: 100%;
}

/* line 227, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index .select-native {
  min-height: 44px;
}

/* line 231, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__filters-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--color-border-secondary);
}

@media (max-width: 768px) {
  /* line 231, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__filters-meta {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 245, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__filters-status {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 245, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__filters-status {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

/* line 260, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__active-filters-rail {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  min-width: 0;
}

/* line 269, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__active-filters-count {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
  flex-shrink: 0;
  white-space: nowrap;
}

/* line 275, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__active-filters-count.is-muted {
  color: var(--color-text-tertiary);
}

/* line 280, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__selected-filters {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
}

/* line 286, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__selected-filters .multi-select__selected-badge {
  flex-shrink: 0;
}

/* line 291, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__clear-filters {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-text-tertiary);
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
  align-self: center;
  transition: color 0.15s ease;
}

@media (max-width: 768px) {
  /* line 291, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__clear-filters {
    display: none;
  }
}

/* line 308, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__clear-filters svg {
  flex-shrink: 0;
  color: currentColor;
}

/* line 313, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__clear-filters:hover {
  color: var(--color-text-secondary);
}

/* line 318, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__more-filters {
  width: 220px;
  flex: 0 0 220px;
  margin-left: auto;
  align-self: center;
}

@media (max-width: 768px) {
  /* line 318, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__more-filters {
    width: 100%;
    flex-basis: auto;
    margin-left: 0;
    align-self: stretch;
  }
}

/* line 332, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__more-filters-trigger {
  justify-content: space-between;
  min-width: 0;
}

/* line 337, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__more-filters-trigger-value {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

/* line 344, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__more-filters-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
  white-space: nowrap;
}

/* line 350, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__more-filters-menu {
  width: 320px;
  max-width: calc(100vw - 64px);
  padding: 16px;
}

@media (max-width: 768px) {
  /* line 350, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__more-filters-menu {
    width: 100%;
    max-width: 320px;
  }
}

/* line 363, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__status-filters {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

/* line 370, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__status-option {
  width: 100%;
}

/* line 373, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__status-option.checkbox {
  align-items: center;
}

/* line 376, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__status-option.checkbox:has(.checkbox__content) .checkbox__control {
  margin-top: 0;
}

/* line 381, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__status-option .checkbox__content {
  gap: 0;
}

/* line 388, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__alert {
  margin-bottom: 16px;
}

/* line 394, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__bulk-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 16px;
  padding: 12px 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 16px;
  background: var(--color-bg-primary);
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  /* line 394, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__bulk-bar {
    align-items: flex-start;
    padding: 12px;
  }
}

/* line 412, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__bulk-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  min-width: 0;
}

/* line 420, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__bulk-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  min-width: 0;
}

/* line 428, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__select-all {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}

/* line 434, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__select-all.checkbox:has(.checkbox__content) .checkbox__control {
  margin-top: 0;
}

/* line 438, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__select-all .checkbox__content {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 444, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__results-summary {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  color: var(--color-text-secondary);
  margin: 0;
  white-space: nowrap;
}

/* line 453, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__selection-summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 12px;
  background: var(--color-bg-secondary);
  align-self: center;
}

/* line 466, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__selection-count {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 472, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__clear-selection {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-brand-secondary);
  cursor: pointer;
  flex-shrink: 0;
}

/* line 479, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__clear-selection:hover {
  text-decoration: underline;
}

/* line 484, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__bulk-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: auto;
  padding-left: 16px;
  border-left: 1px solid var(--color-border-secondary);
}

@media (max-width: 768px) {
  /* line 484, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__bulk-actions {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 8px;
    border-left: none;
    border-top: 1px solid var(--color-border-secondary);
  }
}

/* line 503, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__bulk-overflow {
  display: flex;
}

/* line 507, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__bulk-overflow-trigger {
  background: var(--color-bg-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 512, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__bulk-menu {
  width: 220px;
}

/* line 518, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (max-width: 768px) {
  /* line 518, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__list {
    gap: 14px;
  }
}

/* line 530, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 16px;
  padding-top: 20px;
}

/* line 539, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__pagination {
  margin-left: auto;
}

/* line 545, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__support {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
  padding: 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 24px;
  background: var(--color-bg-secondary);
}

@media (max-width: 480px) {
  /* line 545, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__support {
    padding: 12px;
  }
}

/* line 560, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__support-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
}

/* line 572, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__support-icon {
  color: var(--color-fg-brand-primary);
}

/* line 577, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__support-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 584, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__support-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 589, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__support-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
}

/* line 594, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__support-link {
  color: var(--color-text-brand-secondary);
  font-weight: 600;
  text-decoration: none;
}

/* line 599, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__support-link:hover {
  text-decoration: underline;
}

/* line 606, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  max-width: 752px;
  margin: 0 auto;
  padding: 40px 0 24px;
  text-align: center;
}

/* line 618, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__empty-image {
  margin-top: 24px;
  margin-bottom: 32px;
}

/* line 622, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__empty-image svg {
  display: block;
  width: 187px;
  max-width: 100%;
  height: auto;
}

/* line 630, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
  margin-bottom: 24px;
}

/* line 641, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__empty-icon svg {
  width: 24px;
  height: 24px;
  color: var(--color-fg-brand-primary);
}

/* line 648, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__empty-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0 0 12px;
}

/* line 654, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__empty-hint {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  margin: 0;
  max-width: 420px;
}

/* line 661, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offers-index__empty-button {
  gap: 6px;
  min-width: 176px;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 480px) {
  /* line 669, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__empty-image {
    margin-bottom: 16px;
  }
  /* line 673, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__empty-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
  }
  /* line 678, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offers-index__empty-button {
    margin-top: 20px;
  }
}

/* line 686, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card {
  box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.02), 0 6px 14px -4px rgba(16, 24, 40, 0.1), 0 2px 4px -1px rgba(16, 24, 40, 0.06);
}

/* line 693, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card:hover {
  box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.04), 0 12px 24px -6px rgba(16, 24, 40, 0.14), 0 4px 8px -2px rgba(16, 24, 40, 0.08);
}

/* line 700, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  border: 1px solid var(--color-border-secondary);
  border-radius: 16px;
  background: var(--color-bg-primary);
  overflow: hidden;
  transition: box-shadow 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

/* line 711, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card:hover {
  transform: translateY(-1px);
}

/* line 716, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--archived, .job-offer-card--expired, .job-offer-card--inactive {
  opacity: 0.92;
}

/* line 722, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

/* line 730, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__status-rail {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-secondary);
  border-right: 1px solid var(--color-border-secondary);
}

/* line 742, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__status-rail-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: var(--color-text-secondary);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}

/* line 767, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--posted .job-offer-card__status-rail {
  background: var(--color-utility-success-50);
  border-right-color: var(--color-utility-success-200);
}

/* line 772, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--posted .job-offer-card__status-rail-text {
  color: var(--color-utility-success-700);
}

/* line 767, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--inactive .job-offer-card__status-rail {
  background: var(--color-utility-gray-50);
  border-right-color: var(--color-utility-gray-200);
}

/* line 772, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--inactive .job-offer-card__status-rail-text {
  color: var(--color-utility-gray-700);
}

/* line 767, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--payment-pending .job-offer-card__status-rail {
  background: var(--color-utility-orange-50);
  border-right-color: var(--color-utility-orange-200);
}

/* line 772, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--payment-pending .job-offer-card__status-rail-text {
  color: var(--color-utility-orange-700);
}

/* line 767, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--draft .job-offer-card__status-rail {
  background: var(--color-utility-blue-50);
  border-right-color: var(--color-utility-blue-200);
}

/* line 772, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--draft .job-offer-card__status-rail-text {
  color: var(--color-utility-blue-700);
}

/* line 767, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--copy-draft .job-offer-card__status-rail {
  background: var(--color-utility-blue-50);
  border-right-color: var(--color-utility-blue-200);
}

/* line 772, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--copy-draft .job-offer-card__status-rail-text {
  color: var(--color-utility-blue-700);
}

/* line 767, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--expired .job-offer-card__status-rail {
  background: var(--color-utility-warning-50);
  border-right-color: var(--color-utility-warning-200);
}

/* line 772, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--expired .job-offer-card__status-rail-text {
  color: var(--color-utility-warning-700);
}

/* line 767, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--archived .job-offer-card__status-rail {
  background: var(--color-utility-gray-blue-50);
  border-right-color: var(--color-utility-gray-blue-200);
}

/* line 772, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--archived .job-offer-card__status-rail-text {
  color: var(--color-utility-gray-blue-700);
}

/* line 767, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--posting-pending .job-offer-card__status-rail {
  background: var(--color-utility-warning-50);
  border-right-color: var(--color-utility-warning-200);
}

/* line 772, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card--posting-pending .job-offer-card__status-rail-text {
  color: var(--color-utility-warning-700);
}

/* line 779, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 20px 12px;
  background: var(--color-bg-secondary);
  border-bottom: 1px solid var(--color-border-secondary);
}

@media (max-width: 768px) {
  /* line 779, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-card__header {
    padding: 8px 12px;
  }
}

/* line 792, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__header-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 792, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-card__header-row {
    flex-wrap: wrap;
  }
}

/* line 803, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__checkbox {
  flex: 1;
  align-items: center;
  min-width: 0;
}

/* line 808, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__checkbox.checkbox:has(.checkbox__content) .checkbox__control {
  margin-top: 0;
}

/* line 812, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__checkbox .checkbox__content {
  display: flex;
  align-items: center;
  min-width: 0;
}

/* line 819, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/* line 828, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 828, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-card__actions {
    order: -1;
    width: 100%;
    justify-content: flex-end;
  }
}

/* line 841, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}

/* line 860, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__action:hover {
  background: var(--color-bg-active);
  color: var(--color-text-primary);
}

/* line 865, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__action--primary {
  border-color: var(--color-border-primary);
  background: var(--color-bg-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 871, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__action--preview {
  border-color: var(--color-border-primary);
  background: var(--color-bg-primary);
  color: var(--color-text-secondary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 877, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__action--preview:hover {
  border-color: var(--color-border-brand);
  color: var(--color-text-brand-secondary);
}

/* line 883, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__action--activate {
  color: var(--color-text-success-primary);
}

/* line 886, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__action--activate:hover {
  background: var(--color-bg-success-secondary);
}

/* line 892, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__overflow {
  display: flex;
}

/* line 896, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__overflow-trigger {
  background: var(--color-bg-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 901, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__overflow-menu {
  width: 220px;
}

/* line 907, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__meta-row {
  display: flex;
  align-items: center;
  gap: 6px 12px;
  flex-wrap: wrap;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 907, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-card__meta-row {
    gap: 4px 8px;
  }
}

/* line 919, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  min-width: 0;
  flex: 1 1 auto;
}

/* line 930, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 935, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__meta-item svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: var(--color-fg-quaternary);
}

/* line 942, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__meta-item--warning {
  color: var(--color-text-warning-primary);
}

/* line 945, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__meta-item--warning svg {
  color: var(--color-fg-warning-primary);
}

/* line 950, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__meta-item--location {
  min-width: 0;
}

/* line 955, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__meta-city {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 963, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__meta-region {
  text-transform: lowercase;
  white-space: nowrap;
}

/* line 968, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__meta-sep {
  color: var(--color-fg-quaternary);
}

/* line 972, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__meta-divider {
  width: 1px;
  height: 14px;
  background: var(--color-border-secondary);
  flex-shrink: 0;
}

/* line 979, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__tags {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-left: auto;
}

@media (max-width: 768px) {
  /* line 979, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-card__tags {
    margin-left: 0;
  }
}

/* line 993, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-card__rows {
  display: flex;
  flex-direction: column;
}

/* line 1001, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 20px 16px;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 1008, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  /* line 1001, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail {
    padding: 8px 12px;
  }
}

/* line 1018, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  min-width: 0;
}

/* line 1028, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__summary-location {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

/* line 1034, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__summary-location svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: var(--color-fg-quaternary);
}

/* line 1042, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__summary-city {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1050, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__summary-region {
  text-transform: lowercase;
}

/* line 1054, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__summary-sep {
  color: var(--color-fg-quaternary);
}

/* line 1058, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__summary-divider {
  width: 1px;
  height: 14px;
  background: var(--color-border-secondary);
  flex-shrink: 0;
}

/* line 1065, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__summary-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 1070, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__summary-item svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: var(--color-fg-quaternary);
}

/* line 1077, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__summary-item--warning {
  color: var(--color-text-warning-primary);
}

/* line 1080, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__summary-item--warning svg {
  color: var(--color-fg-warning-primary);
}

/* line 1086, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__status-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 1091, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__status-text--message {
  white-space: normal;
  line-height: 1.45;
}

/* line 1099, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__bottom {
  min-width: 0;
}

/* line 1103, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 12px;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 1103, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__bottom-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1114, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__bottom-main {
  min-width: 0;
}

/* line 1120, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--color-border-secondary);
  border-radius: 12px;
  background: var(--color-bg-tertiary);
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 1120, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__pipeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 10px;
  }
}

/* line 1134, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-right: 1px solid var(--color-border-secondary);
  text-decoration: none;
  transition: background-color 0.12s ease;
  min-width: 0;
}

/* line 1144, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-item:hover {
  background: var(--color-bg-primary);
}

/* line 1148, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-item:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  /* line 1134, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__pipeline-item {
    gap: 6px;
    padding: 10px 12px;
  }
  /* line 1156, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__pipeline-item:nth-child(2n) {
    border-right: none;
  }
  /* line 1160, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__pipeline-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--color-border-secondary);
  }
}

/* line 1166, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-iconwrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  /* line 1166, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__pipeline-iconwrap {
    width: 26px;
    height: 26px;
    border-radius: 6px;
  }
}

/* line 1181, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-iconwrap--incoming {
  background: var(--color-utility-brand-50);
  color: var(--color-utility-brand-600);
}

/* line 1186, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-iconwrap--in-process {
  background: var(--color-utility-warning-50);
  color: var(--color-utility-warning-700);
}

/* line 1191, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-iconwrap--finalist {
  background: var(--color-utility-success-50);
  color: var(--color-utility-success-700);
}

/* line 1196, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-iconwrap--discarded {
  background: var(--color-utility-gray-100);
  color: var(--color-utility-gray-600);
}

/* line 1202, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-icon {
  width: 16px;
  height: 16px;
  color: currentColor;
}

@media (max-width: 768px) {
  /* line 1202, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__pipeline-icon {
    width: 13px;
    height: 13px;
  }
}

/* line 1213, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 1220, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-count {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.1;
  color: var(--color-text-primary);
  font-variant-numeric: tabular-nums;
}

/* line 1226, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-count.is-zero {
  color: var(--color-text-tertiary);
}

/* line 1231, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__pipeline-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1242, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__external {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border: 1px dashed var(--color-border-primary);
  border-radius: 12px;
  background: var(--color-bg-tertiary);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, border-style 0.15s ease, box-shadow 0.15s ease;
  min-width: 0;
}

/* line 1255, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__external:hover {
  border-style: solid;
  border-color: var(--color-border-brand);
  box-shadow: 0 0 0 3px var(--color-bg-brand-secondary);
  text-decoration: none;
  color: inherit;
}

@media (max-width: 768px) {
  /* line 1242, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__external {
    padding: 10px 12px;
    border-radius: 10px;
    gap: 6px;
  }
}

/* line 1270, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__external-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary);
  color: var(--color-text-secondary);
}

/* line 1282, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__external-icon svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  /* line 1270, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__external-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  /* line 1292, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__external-icon svg {
    width: 14px;
    height: 14px;
  }
}

/* line 1299, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__external-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

/* line 1307, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__external-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
}

@media (max-width: 768px) {
  /* line 1307, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__external-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
}

/* line 1316, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__external-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

/* line 1325, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__external-url {
  color: var(--color-text-brand-secondary);
  font-weight: 600;
}

/* line 1330, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__external-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 7px 14px;
  border-radius: 9999px;
  border: 1px solid var(--color-border-primary);
  background: var(--color-bg-primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-secondary);
}

/* line 1342, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__external-cta svg {
  width: 12px;
  height: 12px;
}

@media (max-width: 768px) {
  /* line 1330, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__external-cta {
    display: none;
  }
}

/* line 1354, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__stats-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--color-border-secondary);
  border-radius: 12px;
  background: var(--color-bg-primary);
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 1354, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__stats-box {
    border-radius: 10px;
  }
}

/* line 1367, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__stats-cell {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  min-width: 0;
}

/* line 1374, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__stats-cell--bordered {
  border-left: 1px solid var(--color-border-secondary);
}

@media (max-width: 768px) {
  /* line 1367, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__stats-cell {
    gap: 6px;
    padding: 10px 12px;
  }
}

/* line 1384, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__stats-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--color-fg-quaternary);
}

/* line 1391, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__stats-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 1398, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__stats-value {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.1;
  color: var(--color-text-primary);
  font-variant-numeric: tabular-nums;
}

/* line 1404, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__stats-value.is-zero {
  color: var(--color-text-tertiary);
}

/* line 1409, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__stats-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1419, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__notice {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

/* line 1427, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__alert .alert {
  margin: 0;
}

/* line 1434, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border: 1px dashed var(--color-border-primary);
  border-radius: 12px;
  background: var(--color-bg-tertiary);
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 1434, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__banner {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 12px;
    border-radius: 10px;
    gap: 6px;
  }
}

/* line 1453, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary);
  color: var(--color-text-secondary);
}

/* line 1465, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-icon svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  /* line 1453, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__banner-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  /* line 1475, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__banner-icon svg {
    width: 14px;
    height: 14px;
  }
}

/* line 1481, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-icon--orange {
  color: var(--color-utility-orange-700);
}

/* line 1486, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

/* line 1494, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 1499, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 1504, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 1504, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__banner-actions {
    gap: 6px;
    width: 100%;
  }
}

/* line 1516, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 9px 18px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

/* line 1531, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-cta svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 768px) {
  /* line 1516, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__banner-cta {
    flex: 1;
    padding: 8px 14px;
  }
  /* line 1540, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__banner-cta svg {
    display: none;
  }
}

/* line 1545, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-cta--primary {
  background: var(--color-bg-brand-solid);
  color: var(--color-text-white);
}

/* line 1549, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-cta--primary:hover {
  background: var(--color-bg-brand-solid-hover);
  color: var(--color-text-white);
  text-decoration: none;
}

/* line 1556, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-cta--secondary {
  background: var(--color-bg-primary);
  color: var(--color-text-secondary);
  border-color: var(--color-border-primary);
  padding: 9px 16px;
}

/* line 1562, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__banner-cta--secondary:hover {
  background: var(--color-bg-secondary);
  color: var(--color-text-primary);
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 1556, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__banner-cta--secondary {
    padding: 8px 12px;
  }
}

/* line 1576, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__special-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  /* line 1576, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__special-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 1589, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__special-action {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

/* line 1594, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__special-action--primary {
  order: 2;
}

/* line 1595, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-detail__special-action--secondary {
  order: 1;
}

@media (max-width: 768px) {
  /* line 1589, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__special-action {
    width: 100%;
  }
  /* line 1600, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__special-action--primary {
    order: 1;
  }
  /* line 1601, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .job-offer-detail__special-action--secondary {
    order: 2;
  }
}

@media (min-width: 768px) {
  /* line 1607, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .nl-modal--job-offer-preview .nl-modal__dialog {
    max-width: 960px;
  }
}

/* line 1613, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.nl-modal--job-offer-preview .nl-modal__body {
  padding: 0;
  background: var(--color-bg-tertiary);
}

/* line 1618, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.nl-modal--job-offer-preview .nl-modal__body-inner {
  padding: 24px;
}

@media (max-width: 768px) {
  /* line 1618, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
  .nl-modal--job-offer-preview .nl-modal__body-inner {
    padding: 16px;
  }
}

/* line 1628, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-preview-modal__detail {
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
}

/* line 1634, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-preview-modal__legal-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

/* line 1637, app/assets/stylesheets/new-layout/pages/_employer-job-offers-index.scss */
.job-offer-preview-modal__legal-text p:last-child {
  margin-bottom: 0;
}

/* line 3, app/assets/stylesheets/new-layout/pages/applications-index/_layout.scss */
.applications-card, .applications-index__card {
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 11, app/assets/stylesheets/new-layout/pages/applications-index/_layout.scss */
.applications-index__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 17, app/assets/stylesheets/new-layout/pages/applications-index/_layout.scss */
.applications-index__nav {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

/* line 23, app/assets/stylesheets/new-layout/pages/applications-index/_layout.scss */
.applications-index__breadcrumb {
  padding-left: 40px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  /* line 23, app/assets/stylesheets/new-layout/pages/applications-index/_layout.scss */
  .applications-index__breadcrumb {
    padding-left: 24px;
  }
}

/* line 32, app/assets/stylesheets/new-layout/pages/applications-index/_layout.scss */
.applications-index__card {
  padding: 40px;
}

@media (max-width: 480px) {
  /* line 32, app/assets/stylesheets/new-layout/pages/applications-index/_layout.scss */
  .applications-index__card {
    padding: 24px 16px;
  }
}

/* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__header {
  padding-bottom: 0;
}

/* line 8, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__header-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* line 14, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__title-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 6px;
  min-width: 0;
}

/* line 23, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  flex: 0 1 auto;
  min-width: 0;
  color: var(--color-text-primary);
  margin: 0;
  word-wrap: break-word;
}

/* line 32, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__meta-row {
  display: block;
  min-width: 0;
  margin-bottom: 20px;
}

@media (max-width: 1280px) {
  /* line 32, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
  .applications-index__meta-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }
}

/* line 45, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  min-width: 0;
  flex: 1 1 auto;
}

/* line 57, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 62, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__meta-item svg {
  flex-shrink: 0;
  color: var(--color-fg-quaternary);
}

/* line 68, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__meta-divider {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-fg-disabled-subtle);
}

/* line 75, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__preview-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: auto;
  max-width: 28px;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 8px;
  background: var(--color-bg-primary);
  color: var(--color-fg-quaternary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.22s ease, padding 0.22s ease, gap 0.22s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

/* line 102, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__preview-link:hover, .applications-index__preview-link:focus-visible {
  gap: 4px;
  max-width: 156px;
  padding: 0 8px;
}

/* line 109, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__preview-link:hover {
  background: var(--color-bg-active);
  color: var(--color-text-brand-secondary);
  border-color: var(--color-border-primary);
}

/* line 115, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__preview-link:focus-visible {
  outline: none;
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 123, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__preview-link--desktop {
  flex-shrink: 0;
}

@media (max-width: 920px) {
  /* line 123, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
  .applications-index__preview-link--desktop {
    display: none;
  }
}

/* line 131, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__preview-link--mobile {
  display: none;
  flex-shrink: 0;
}

@media (max-width: 920px) {
  /* line 131, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
  .applications-index__preview-link--mobile {
    display: inline-flex;
    align-self: flex-start;
  }
}

/* line 140, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__preview-link--mobile .applications-index__preview-link-icon svg {
  width: 11px;
  height: 11px;
}

/* line 147, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__preview-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 153, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__preview-link-icon svg {
  width: 16px;
  height: 16px;
}

/* line 159, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__preview-link-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  color: currentColor;
  transform: translateX(-4px);
  transition: max-width 0.22s ease, opacity 0.18s ease, transform 0.22s ease;
}

/* line 168, app/assets/stylesheets/new-layout/pages/applications-index/_header.scss */
.applications-index__preview-link:hover .applications-index__preview-link-label, .applications-index__preview-link:focus-visible .applications-index__preview-link-label {
  max-width: 96px;
  opacity: 1;
  transform: translateX(0);
}

/* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_alert.scss */
.applications-index__alert {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid var(--color-utility-blue-200, var(--color-border-secondary));
  background: var(--color-utility-blue-50, var(--color-bg-secondary));
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 17, app/assets/stylesheets/new-layout/pages/applications-index/_alert.scss */
.applications-index__alert-icon {
  flex-shrink: 0;
  color: var(--color-utility-blue-600, var(--color-fg-brand-primary));
}

/* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tabs {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: var(--color-bg-secondary);
  border-radius: 9999px;
  border: 1px solid var(--color-border-secondary);
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  /* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
  .applications-index__tabs {
    display: none;
  }
}

/* line 20, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tab {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 9999px;
  color: var(--color-text-tertiary);
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.18s ease, color 0.18s ease;
}

/* line 32, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tab:hover {
  color: var(--color-text-primary);
  background: var(--color-bg-active);
}

/* line 37, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tab.is-active {
  color: var(--color-text-primary);
  background: var(--color-bg-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 44, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
}

/* line 50, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tab.is-active .applications-index__tab-icon {
  color: var(--color-fg-brand-primary);
}

/* line 54, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tab--incoming.is-active .applications-index__tab-icon {
  color: var(--color-fg-brand-primary);
}

/* line 58, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tab--in_process.is-active .applications-index__tab-icon {
  color: var(--color-text-warning-primary);
}

/* line 62, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tab--finalist.is-active .applications-index__tab-icon {
  color: var(--color-text-success-primary);
}

/* line 66, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tab--discarded.is-active .applications-index__tab-icon {
  color: var(--color-text-error-primary);
}

/* line 71, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tab-count {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 9999px;
  background: var(--color-bg-tertiary);
  color: var(--color-text-tertiary);
}

/* line 83, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tab.is-active .applications-index__tab-count {
  background: var(--color-bg-brand-primary, var(--color-utility-blue-50));
  color: var(--color-text-brand-primary, var(--color-utility-blue-700));
}

/* line 90, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tabs-mobile {
  position: relative;
  display: none;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  /* line 90, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
  .applications-index__tabs-mobile {
    display: block;
  }
}

/* line 100, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tabs-mobile-trigger {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 12px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary);
  border-radius: 12px;
  color: var(--color-text-primary);
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tabs-mobile-count {
  color: var(--color-text-tertiary);
  font-weight: 400;
}

/* line 120, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tabs-mobile-chevron {
  transition: transform 0.18s ease;
  color: var(--color-fg-quaternary);
  flex-shrink: 0;
}

/* line 126, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tabs-mobile-menu {
  width: 100%;
  margin-top: 4px;
}

/* line 130, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tabs-mobile-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

/* line 136, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tabs-mobile-menu .dropdown-item.is-active {
  background: var(--color-bg-active);
  color: var(--color-text-brand-secondary);
}

/* line 143, app/assets/stylesheets/new-layout/pages/applications-index/_tabs.scss */
.applications-index__tabs-mobile-menu-count {
  color: var(--color-text-tertiary);
}

/* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid var(--color-border-primary);
  border-radius: 8px;
  background: var(--color-bg-primary);
  margin-bottom: 16px;
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 15, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-header {
  display: grid;
  gap: 8px;
}

/* line 20, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-toggle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--color-text-secondary);
  text-align: left;
}

/* line 35, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-toggle-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
}

/* line 43, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-toggle-main {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 50, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-toggle-main svg {
  width: 18px;
  height: 18px;
  color: var(--color-fg-quaternary);
}

/* line 57, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-badge {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--color-utility-blue-50, var(--color-bg-secondary));
  color: var(--color-text-brand-secondary);
  border-radius: 9999px;
}

/* line 70, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-toggle-chevron {
  flex-shrink: 0;
  color: var(--color-fg-quaternary);
  transition: transform 0.18s ease;
  margin-top: 0;
}

/* line 76, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-toggle-chevron.is-rotated {
  transform: rotate(180deg);
}

/* line 81, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 87, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-summary-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 93, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-summary-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 6px 10px;
  border-radius: 9999px;
  background: var(--color-bg-secondary);
  color: var(--color-text-secondary);
}

/* line 105, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-summary-item--brand {
  background: var(--color-utility-blue-50, var(--color-bg-secondary));
}

/* line 109, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-summary-item--danger {
  background: var(--color-utility-error-25, var(--color-bg-secondary));
}

/* line 114, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-summary-item-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 121, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-summary-item-value {
  color: var(--color-text-primary);
}

/* line 125, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-panel {
  display: none;
  gap: 16px;
  margin-top: 12px;
}

/* line 130, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-panel.is-open {
  display: grid;
}

/* line 135, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 12px;
  align-items: start;
}

/* line 142, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

/* line 146, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-stack {
  display: grid;
  gap: 12px;
}

/* line 151, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-group {
  border: 1px solid var(--color-border-secondary);
  padding: 12px;
  margin: 0;
  min-width: 0;
  border-radius: 20px;
  background: var(--color-bg-primary);
}

/* line 159, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-group--education {
  background: var(--color-utility-blue-50, var(--color-bg-secondary));
  border-color: var(--color-utility-blue-200, var(--color-border-secondary));
}

/* line 164, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-group--exclude {
  background: var(--color-utility-error-25, var(--color-bg-secondary));
  border-color: var(--color-utility-error-200, var(--color-border-secondary));
}

/* line 170, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-legend {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  padding: 0;
  width: 100%;
}

/* line 183, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-legend--exclude {
  color: var(--color-text-error-primary);
}

/* line 188, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-legend-main {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 193, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-legend-main svg {
  flex-shrink: 0;
  color: var(--color-fg-quaternary);
}

/* line 198, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-legend--exclude .applications-index__filter-legend-main svg {
  color: var(--color-text-error-primary);
}

/* line 203, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-counter {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  border-radius: 9999px;
  background: var(--color-bg-primary);
  color: var(--color-text-brand-secondary);
  border: 1px solid var(--color-utility-blue-200, var(--color-border-secondary));
}

/* line 216, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-counter--exclude {
  color: var(--color-text-error-primary);
  border-color: var(--color-utility-error-200, var(--color-border-secondary));
}

/* line 222, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 228, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 6px 12px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-secondary);
  border-radius: 9999px;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

/* line 238, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chip .checkbox__control {
  display: none;
}

/* line 242, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chip .checkbox__content {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 247, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chip:hover {
  background: var(--color-bg-active);
  transform: translateY(-1px);
}

/* line 252, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chip:has(.checkbox__input:checked) {
  background: var(--color-utility-blue-50, var(--color-bg-brand-primary));
  border-color: var(--color-text-brand-secondary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 257, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chip:has(.checkbox__input:checked) .checkbox__content {
  color: var(--color-text-brand-secondary);
}

/* line 262, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chip--exclude {
  border-color: var(--color-utility-error-200, var(--color-border-secondary));
  background: var(--color-utility-error-25, var(--color-bg-primary));
}

/* line 266, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chip--exclude .checkbox__content {
  color: var(--color-text-tertiary);
}

/* line 270, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chip--exclude:hover {
  background: var(--color-utility-error-50, var(--color-bg-error-secondary));
}

/* line 274, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chip--exclude:has(.checkbox__input:checked) {
  background: var(--color-bg-error-secondary, var(--color-utility-error-50));
  border-color: var(--color-text-error-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 279, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filter-chip--exclude:has(.checkbox__input:checked) .checkbox__content {
  color: var(--color-text-error-primary);
}

/* line 286, app/assets/stylesheets/new-layout/pages/applications-index/_filters.scss */
.applications-index__filters-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

/* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 0;
  flex-wrap: wrap;
}

/* line 13, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__toolbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-shrink: 0;
}

/* line 21, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__select-all {
  align-items: center;
}

/* line 25, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__toolbar-right {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  margin-left: auto;
  min-width: 0;
}

/* line 34, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__sort-form {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex-shrink: 1;
}

/* line 42, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index .select-native {
  min-height: 40px;
}

/* line 46, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__sort-select, .applications-index__bulk-select {
  min-width: 0;
  width: 100%;
  flex: 1 1 auto;
  max-width: 200px;
}

/* line 54, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__view-switch {
  display: inline-flex;
  flex-shrink: 0;
  padding: 2px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 12px;
  background: var(--color-bg-primary);
}

/* line 63, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: var(--color-fg-quaternary);
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

/* line 74, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__view-btn:hover {
  color: var(--color-text-primary);
}

/* line 78, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__view-btn.is-active {
  background: var(--color-bg-active);
  color: var(--color-text-brand-secondary);
}

/* line 84, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__error-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: var(--color-bg-error-secondary, var(--color-utility-error-50));
  border: 1px solid var(--color-utility-error-200, var(--color-border-secondary));
  color: var(--color-text-error-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 97, app/assets/stylesheets/new-layout/pages/applications-index/_toolbar.scss */
.applications-index__error-alert-close {
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  color: currentColor;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  /* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__table-wrap {
    overflow: visible;
  }
}

/* line 13, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
}

/* line 18, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__table th,
.applications-index__table td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 8px;
  text-align: left;
  vertical-align: middle;
}

/* line 26, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__table th {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-top: 0;
  padding-bottom: 6px;
  white-space: nowrap;
}

/* line 36, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__table td {
  color: var(--color-text-secondary);
  background: var(--color-bg-primary);
  border-top: 1px solid var(--color-border-secondary);
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 44, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__th-checkbox {
  width: 48px;
}

/* line 48, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__th-actions {
  text-align: right;
}

/* line 52, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__row {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* line 55, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__row:hover {
  transform: translateY(-1px);
}

/* line 59, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__row:hover td {
  background: var(--color-bg-active);
}

/* line 63, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__row td:first-child {
  border-left: 1px solid var(--color-border-secondary);
  border-radius: 16px 0 0 16px;
  padding-left: 12px;
}

/* line 69, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__row td:last-child {
  border-right: 1px solid var(--color-border-secondary);
  border-radius: 0 16px 16px 0;
  padding-right: 12px;
}

/* line 75, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__row--unread td {
  background: var(--color-utility-blue-50, var(--color-bg-secondary));
}

/* line 79, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__row--unread .applications-index__cell-name {
  font-weight: 600;
}

/* line 84, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__cell-checkbox {
  width: 48px;
}

/* line 88, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__row-checkbox {
  padding: 0;
}

/* line 92, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__cell-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
  position: relative;
}

/* line 99, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__unread-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-utility-blue-500, var(--color-fg-brand-primary));
  margin-left: 4px;
  vertical-align: middle;
}

/* line 109, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__name-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  text-decoration: none;
}

/* line 114, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__name-link:hover {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 120, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__cell-actions {
  text-align: right;
  white-space: nowrap;
}

/* line 125, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: var(--color-fg-quaternary);
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
  margin-left: 4px;
}

/* line 139, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__action-btn:hover {
  background: var(--color-bg-active);
  color: var(--color-text-brand-secondary);
}

/* line 144, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
.applications-index__action-btn:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__table {
    display: block;
    border-spacing: 0;
  }
  /* line 156, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__table thead {
    display: none;
  }
  /* line 160, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__table tbody {
    display: block;
  }
  /* line 164, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__table tr {
    display: block;
    margin-bottom: 12px;
    border: 1px solid var(--color-border-secondary);
    border-radius: 20px;
    box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
    overflow: hidden;
    background: var(--color-bg-primary);
  }
  /* line 174, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__table td {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid var(--color-border-secondary);
    border-radius: 0;
    background: var(--color-bg-primary);
  }
  /* line 187, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__table td::before {
    content: attr(data-label);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: var(--color-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex: 0 0 108px;
    padding-top: 2px;
  }
  /* line 197, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__table td:first-child,
.applications-index__table td:last-child {
    border-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* line 204, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__table td:last-child {
    border-bottom: none;
  }
  /* line 209, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__row:hover {
    transform: none;
  }
  /* line 213, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__th-checkbox, .applications-index__cell-checkbox {
    width: auto;
  }
  /* line 218, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__cell-checkbox {
    align-items: center;
    background: var(--color-bg-secondary);
    border-bottom: 1px solid var(--color-border-secondary);
  }
  /* line 223, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__cell-checkbox::before {
    content: '';
    display: none;
  }
  /* line 228, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__row--unread .applications-index__cell-checkbox::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-utility-blue-500, var(--color-fg-brand-primary));
    flex-shrink: 0;
  }
  /* line 237, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__cell-checkbox .applications-index__row-checkbox {
    flex: 1;
  }
  /* line 242, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__unread-dot {
    display: none;
  }
  /* line 246, app/assets/stylesheets/new-layout/pages/applications-index/_table.scss */
  .applications-index__cell-actions {
    text-align: left;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

/* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_empty-state.scss */
.applications-index__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 560px;
  margin: 0 auto;
  padding: 40px 0 24px;
  text-align: center;
}

/* line 15, app/assets/stylesheets/new-layout/pages/applications-index/_empty-state.scss */
.applications-index__empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 9999px;
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
  color: var(--color-fg-brand-primary);
}

/* line 27, app/assets/stylesheets/new-layout/pages/applications-index/_empty-state.scss */
.applications-index__empty-icon svg {
  width: 28px;
  height: 28px;
}

/* line 33, app/assets/stylesheets/new-layout/pages/applications-index/_empty-state.scss */
.applications-index__empty-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0 0 8px;
}

/* line 39, app/assets/stylesheets/new-layout/pages/applications-index/_empty-state.scss */
.applications-index__empty-hint {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  margin: 0;
  max-width: 420px;
}

/* line 46, app/assets/stylesheets/new-layout/pages/applications-index/_empty-state.scss */
.applications-index__empty-button {
  margin-top: 24px;
  gap: 6px;
}

@media (max-width: 480px) {
  /* line 52, app/assets/stylesheets/new-layout/pages/applications-index/_empty-state.scss */
  .applications-index__empty-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  /* line 56, app/assets/stylesheets/new-layout/pages/applications-index/_empty-state.scss */
  .applications-index__empty {
    padding: 24px 0 16px;
  }
}

/* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
.applications-index__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding-top: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
.applications-index__results-count {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0;
}

/* line 19, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
.applications-index__pagination {
  margin-left: auto;
}

@media (max-width: 768px) {
  /* line 24, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__filters {
    padding: 8px 12px;
  }
  /* line 28, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__filters-toggle {
    gap: 8px;
  }
  /* line 32, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__filters-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  /* line 36, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__filters-actions {
    justify-content: stretch;
  }
  /* line 39, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__filters-actions .button {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  /* line 46, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 51, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__toolbar-right {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 56, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__sort-select, .applications-index__bulk-select {
    min-width: 0;
    max-width: none;
    flex: 1 1 160px;
  }
  /* line 63, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__sort-form {
    flex: 1 1 100%;
  }
  /* line 67, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__sort-form .applications-index__sort-select {
    flex: 1 1 100%;
    width: 100%;
  }
  /* line 72, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 77, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__pagination {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  /* line 84, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__filters-toggle {
    flex-direction: column;
  }
  /* line 88, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__filters-toggle-chevron {
    margin-top: 0;
  }
  /* line 92, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__filters-summary-item {
    width: 100%;
    border-radius: 12px;
  }
  /* line 97, app/assets/stylesheets/new-layout/pages/applications-index/_pagination.scss */
  .applications-index__filter-group {
    padding: 8px;
  }
}

/* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_pdf-modal.scss */
.applications-index__pdf-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  text-align: center;
}

/* line 12, app/assets/stylesheets/new-layout/pages/applications-index/_pdf-modal.scss */
.applications-index__pdf-body p {
  margin: 0;
  color: var(--color-text-tertiary);
}

/* line 18, app/assets/stylesheets/new-layout/pages/applications-index/_pdf-modal.scss */
.applications-index__pdf-spinner {
  color: var(--color-fg-brand-primary);
  -webkit-animation: applications-spin 1s linear infinite;
          animation: applications-spin 1s linear infinite;
}

/* line 23, app/assets/stylesheets/new-layout/pages/applications-index/_pdf-modal.scss */
.applications-index__delete-modal-footer {
  flex-direction: column;
  gap: 8px;
}

/* line 27, app/assets/stylesheets/new-layout/pages/applications-index/_pdf-modal.scss */
.applications-index__delete-modal-footer .button {
  display: flex;
  width: 100%;
  justify-content: center;
}

/* line 4, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-index__cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 14, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

/* line 22, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card:hover {
  box-shadow: 0px 20px 24px -4px var(--color-shadow-xl-01), 0px 8px 8px -4px var(--color-shadow-xl-02), 0px 3px 3px -1.5px var(--color-shadow-xl-03);
  border-color: var(--color-border-primary);
}

/* line 27, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card--unread {
  border-color: var(--color-utility-blue-200, var(--color-border-secondary));
  background: var(--color-utility-blue-50, var(--color-bg-secondary));
}

/* line 32, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 38, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__checkbox {
  flex-shrink: 0;
}

/* line 42, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
}

/* line 56, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 62, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__headline {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 70, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__name {
  margin: 0;
}

/* line 74, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__name-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  text-decoration: none;
}

/* line 79, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__name-link:hover {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 85, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 94, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__unread-badge {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 9999px;
  background: var(--color-utility-blue-50, var(--color-bg-secondary));
  color: var(--color-text-brand-secondary);
}

/* line 105, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px 20px;
  margin: 0;
  padding: 12px;
  background: var(--color-bg-secondary);
  border-radius: 16px;
}

/* line 115, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 121, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__detail dt {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 128, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__detail dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 137, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 142, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__actions .button {
  gap: 4px;
}

/* line 147, app/assets/stylesheets/new-layout/pages/applications-index/_cards.scss */
.applications-card__action-default, .applications-card__action-loading {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

@-webkit-keyframes applications-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes applications-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__section, .application-show__sidebar-card, .application-show__hero {
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 8, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-button svg, .application-show__section-icon svg, .application-show__subtitle-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 15, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 21, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__nav {
  padding-bottom: 24px;
}

/* line 25, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__breadcrumb {
  padding-left: 40px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  /* line 25, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__breadcrumb {
    padding-left: 24px;
  }
}

/* line 34, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__alert {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid var(--color-utility-blue-200, var(--color-border-secondary));
  background: var(--color-utility-blue-50, var(--color-bg-secondary));
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
}

/* line 47, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__alert-icon {
  color: var(--color-utility-blue-600, var(--color-fg-brand-primary));
  flex-shrink: 0;
}

/* line 52, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero {
  padding: 32px;
  background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 34%), linear-gradient(180deg, var(--color-bg-primary) 0%, var(--color-bg-secondary) 100%);
}

@media (max-width: 768px) {
  /* line 52, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__hero {
    padding: 20px;
  }
}

/* line 64, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-body {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 768px) {
  /* line 64, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__hero-body {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 75, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-avatar {
  width: 144px;
  height: 144px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--color-bg-active);
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

@media (max-width: 768px) {
  /* line 75, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__hero-avatar {
    width: 112px;
    height: 112px;
  }
}

/* line 91, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-avatar-image, .application-show__hero-avatar-placeholder {
  width: 100%;
  height: 100%;
}

/* line 97, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-avatar-image {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 101, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-fg-quaternary);
}

/* line 108, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 115, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 121, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 127, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__eyebrow {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-brand-secondary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}

/* line 135, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 141, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 151, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__subtitle-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: auto;
  max-width: 28px;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border: 1px solid var(--color-border-secondary);
  border-radius: 8px;
  background: var(--color-bg-primary);
  color: var(--color-fg-quaternary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.22s ease, padding 0.22s ease, gap 0.22s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

/* line 178, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__subtitle-link:hover, .application-show__subtitle-link:focus-visible {
  gap: 4px;
  max-width: 156px;
  padding: 0 8px;
}

/* line 185, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__subtitle-link:hover {
  background: var(--color-bg-active);
  color: var(--color-text-brand-secondary);
  border-color: var(--color-border-primary);
}

/* line 191, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__subtitle-link:focus-visible {
  outline: none;
  border-color: var(--color-border-brand);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs), 0 0 0 1px var(--color-border-brand);
}

/* line 199, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__subtitle-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 206, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__subtitle-link-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  color: currentColor;
  transform: translateX(-4px);
  transition: max-width 0.22s ease, opacity 0.18s ease, transform 0.22s ease;
}

/* line 216, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__subtitle-link:hover .application-show__subtitle-link-label, .application-show__subtitle-link:focus-visible .application-show__subtitle-link-label {
  max-width: 96px;
  opacity: 1;
  transform: translateX(0);
}

/* line 223, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__subtitle-link svg {
  width: 16px;
  height: 16px;
}

/* line 230, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
  margin: 0;
}

@media (max-width: 1280px) {
  /* line 230, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

@media (max-width: 480px) {
  /* line 230, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__hero-meta {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}

/* line 248, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 254, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-meta-item dt {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 260, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__hero-meta-item dd {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0;
  word-break: break-word;
}

/* line 268, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 351px;
  align-items: start;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
}

/* line 275, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__layout > .application-show__hero, .application-show__layout > .page-layout__content {
  grid-column: 1;
  min-width: 0;
}

/* line 281, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__layout > .page-layout__sidebar {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 0;
}

@media (max-width: 1280px) {
  /* line 268, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  /* line 292, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__layout > .application-show__hero, .application-show__layout > .page-layout__content, .application-show__layout > .page-layout__sidebar {
    width: 100%;
  }
  /* line 298, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__layout > .application-show__hero {
    order: 1;
  }
  /* line 302, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__layout > .page-layout__sidebar {
    order: 2;
  }
  /* line 306, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__layout > .page-layout__content {
    order: 3;
  }
}

/* line 311, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__layout .page-layout__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

/* line 318, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__layout .page-layout__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 351px;
}

@media (max-width: 1280px) {
  /* line 318, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__layout .page-layout__sidebar {
    display: flex;
    position: static;
    width: 100%;
  }
}

/* line 339, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__section {
  padding: 24px;
}

@media (max-width: 768px) {
  /* line 339, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__section {
    padding: 16px;
  }
}

/* line 347, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__section-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-border-secondary);
}

@media (max-width: 768px) {
  /* line 347, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__section-header {
    flex-wrap: wrap;
  }
}

/* line 360, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--color-bg-active);
  color: var(--color-fg-brand-primary);
  flex-shrink: 0;
}

/* line 376, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__section-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 382, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__section-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 4px 0 0;
}

/* line 388, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-match {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 9999px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-secondary);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin-left: auto;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

@media (max-width: 768px) {
  /* line 388, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__requirement-match {
    margin-left: 0;
  }
}

/* line 410, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-match svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* line 416, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-match:hover {
  transform: translateY(-1px);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

/* line 421, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-match:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--color-alpha-brand-50, rgba(37, 99, 235, 0.2));
}

/* line 426, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-match--meets {
  color: var(--color-text-success-primary);
  border-color: var(--color-utility-success-200, var(--color-border-secondary));
  background: var(--color-utility-success-50, var(--color-bg-secondary));
}

/* line 432, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-match--does_not_meet {
  color: var(--color-text-error-primary);
  border-color: var(--color-utility-error-200, var(--color-border-secondary));
  background: var(--color-utility-error-50, var(--color-bg-secondary));
}

/* line 438, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-match--unknown {
  color: var(--color-text-tertiary);
}

/* line 443, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-match-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 449, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 455, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal-status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* line 465, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal-status svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* line 472, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal--meets .application-show__requirement-modal-status {
  color: var(--color-text-success-primary);
  border-color: var(--color-utility-success-200, var(--color-border-secondary));
  background: var(--color-utility-success-50, var(--color-bg-secondary));
}

/* line 478, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal--does_not_meet .application-show__requirement-modal-status {
  color: var(--color-text-error-primary);
  border-color: var(--color-utility-error-200, var(--color-border-secondary));
  background: var(--color-utility-error-50, var(--color-bg-secondary));
}

/* line 484, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal--unknown .application-show__requirement-modal-status {
  color: var(--color-text-tertiary);
}

/* line 488, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 494, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal-compare {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

/* line 501, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 16px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
}

/* line 510, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal-row dt {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 518, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal-row dd {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 525, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal-unknown {
  color: var(--color-text-tertiary);
  font-weight: 500;
}

/* line 530, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__requirement-modal-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 536, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 920px) {
  /* line 536, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  /* line 536, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__details-grid {
    grid-template-columns: 1fr;
  }
}

/* line 550, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__details-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  border-radius: 16px;
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border-secondary);
}

/* line 560, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__details-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 565, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__details-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  word-break: break-word;
}

/* line 571, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__rich-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-secondary);
}

/* line 575, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__rich-text p:last-child {
  margin-bottom: 0;
}

/* line 579, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__rich-text--compact {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 584, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 590, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__timeline-item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

@media (max-width: 768px) {
  /* line 590, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* line 602, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__timeline-date {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-brand-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-top: 6px;
}

/* line 610, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__timeline-card {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-secondary);
}

/* line 617, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__timeline-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 623, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__timeline-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 4px 0 0;
}

/* line 629, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__timeline-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin: 6px 0 0;
}

/* line 635, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 641, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__questions-score {
  margin-left: auto;
}

@media (max-width: 768px) {
  /* line 641, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__questions-score {
    margin-left: 0;
  }
}

/* line 649, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__questions-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 655, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__question-card {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-secondary);
}

/* line 662, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__question-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

@media (max-width: 480px) {
  /* line 662, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__question-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 675, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__question-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-brand-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

/* line 683, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__question-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0 0 6px;
}

/* line 689, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__question-answer {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-secondary);
  margin: 0;
}

/* line 695, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__empty-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 701, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 768px) {
  /* line 701, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
  .application-show__sidebar-card {
    padding: 16px;
  }
}

/* line 712, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 718, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 724, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 730, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 736, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-actions-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 742, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-actions-divider {
  align-self: stretch;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent 0%, var(--color-border-secondary) 22%, var(--color-border-secondary) 78%, transparent 100%);
  opacity: 0.55;
  margin: 8px 0 16px;
}

/* line 757, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

/* line 764, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-button svg {
  color: var(--color-fg-quaternary);
}

/* line 769, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-button--in-process svg {
  color: var(--color-text-warning-primary);
}

/* line 773, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-button--finalist svg {
  color: var(--color-text-success-primary);
}

/* line 777, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-button--discarded svg {
  color: var(--color-text-error-primary);
}

/* line 781, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-button--print svg, .application-show__sidebar-button--download svg {
  color: var(--color-fg-brand-primary);
}

/* line 786, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__sidebar-button--attachment svg {
  color: var(--color-white);
}

/* line 791, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__facts-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

/* line 798, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__facts-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 803, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__facts-item dt {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 809, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__facts-item dd {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-primary);
  margin: 0;
  word-break: break-word;
}

/* line 817, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__error-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
}

/* line 825, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__error-alert-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: inherit;
}

/* line 830, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__error-alert-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

/* line 840, app/assets/stylesheets/new-layout/pages/_employer-application-show.scss */
.application-show__error-alert-close svg {
  width: 16px;
  height: 16px;
}

/* line 1, app/assets/stylesheets/new-layout/pages/_error-pages.scss */
.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 16px;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/new-layout/pages/_error-pages.scss */
  .error-page {
    padding: 16px 16px;
  }
}

/* line 11, app/assets/stylesheets/new-layout/pages/_error-pages.scss */
.error-page__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 480px;
}

/* line 19, app/assets/stylesheets/new-layout/pages/_error-pages.scss */
.error-page__illustration {
  margin-bottom: 6px;
}

/* line 22, app/assets/stylesheets/new-layout/pages/_error-pages.scss */
.error-page__illustration svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/new-layout/pages/_error-pages.scss */
.error-page__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-text-primary);
  margin-bottom: 6px;
}

/* line 35, app/assets/stylesheets/new-layout/pages/_error-pages.scss */
.error-page__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-primary);
}

/* line 42, app/assets/stylesheets/new-layout/pages/_error-pages.scss */
.page-internal-error .error-page {
  padding-top: 24px;
}

/* line 46, app/assets/stylesheets/new-layout/pages/_error-pages.scss */
.page-internal-error .error-page__illustration {
  margin-bottom: 64px;
}

/* line 1, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__categories-card, .company-profile__brand-card {
  background: var(--color-bg-primary);
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

/* line 8, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
body.page-company-profile {
  background: linear-gradient(180deg, var(--color-utility-brand-50) 0, var(--color-bg-tertiary) 240px, var(--color-bg-tertiary) 100%);
}

/* line 17, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile {
  max-width: 1600px;
  margin: 0 auto;
  padding: 16px 24px 0;
}

@media (max-width: 768px) {
  /* line 17, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
  .company-profile {
    padding: 12px 16px 0;
  }
}

/* line 26, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile .page-layout__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* line 32, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: start;
}

@media (max-width: 1280px) {
  /* line 32, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
  .company-profile__hero {
    grid-template-columns: 1fr;
  }
}

/* line 43, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__brand-card {
  padding: 32px;
  background: linear-gradient(135deg, var(--color-utility-brand-50) 0, var(--color-bg-primary) 52%, var(--color-bg-primary) 100%);
}

@media (max-width: 768px) {
  /* line 43, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
  .company-profile__brand-card {
    padding: 20px;
  }
}

/* line 58, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
}

/* line 66, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 66, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
  .company-profile__brand-lockup {
    gap: 12px;
  }
}

/* line 81, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
  box-shadow: 0px 1px 2px 0px var(--color-shadow-xs);
}

@media (max-width: 768px) {
  /* line 81, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
  .company-profile__logo {
    width: 72px;
    height: 72px;
  }
}

/* line 100, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 106, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__header-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

/* line 114, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 120, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__headline-meta {
  display: flex;
  justify-content: center;
}

/* line 125, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__headline-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 131, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__brand-divider {
  display: flex;
  align-items: center;
  width: 100%;
  padding-inline: 15%;
  margin-top: 16px;
}

@media (max-width: 768px) {
  /* line 131, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
  .company-profile__brand-divider {
    padding-inline: 20%;
    margin-top: 12px;
  }
}

/* line 144, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__brand-divider-line {
  flex: 1;
  height: 1px;
  background: var(--color-border-secondary);
}

/* line 150, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__details {
  margin-top: 24px;
  padding-top: 0;
}

@media (max-width: 768px) {
  /* line 150, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
  .company-profile__details {
    margin-top: 20px;
  }
}

/* line 159, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__details-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

/* line 166, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__details-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 172, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__details-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0;
}

/* line 178, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__story-panel {
  margin-top: 24px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--color-border-secondary);
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
  /* line 178, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
  .company-profile__story-panel {
    padding: 16px;
  }
}

/* line 191, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__story-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-text-primary);
  margin: 0 0 12px;
}

/* line 197, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-secondary);
  line-height: 1.75;
}

/* line 203, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__expand-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-brand-secondary);
  cursor: pointer;
}

/* line 215, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__expand-btn:hover {
  text-decoration: underline;
}

/* line 220, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__side-rail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 230, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__categories-card {
  padding: 20px;
}

@media (max-width: 768px) {
  /* line 230, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
  .company-profile__categories-card {
    padding: 16px;
  }
}

/* line 238, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__side-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-text-primary);
  margin: 0 0 12px;
}

/* line 244, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__side-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  margin: 0 0 12px;
}

/* line 250, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

@media (max-width: 768px) {
  /* line 250, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
  .company-profile__facts-grid {
    grid-template-columns: 1fr;
  }
}

/* line 260, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__fact-card {
  min-width: 0;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--color-border-secondary);
  background: linear-gradient(180deg, var(--color-bg-primary) 0, var(--color-bg-secondary-subtle) 100%);
}

/* line 271, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__fact-card--accent {
  border-color: var(--color-border-secondary);
  background: linear-gradient(180deg, var(--color-bg-primary) 0, var(--color-bg-secondary) 100%);
}

/* line 280, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__fact-card--wide {
  grid-column: 1 / -1;
}

/* line 285, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__fact-top {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

/* line 292, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__fact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: transparent;
  color: var(--color-text-quaternary);
}

/* line 303, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__fact-icon svg {
  width: 15px;
  height: 15px;
}

/* line 309, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__fact-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-text-tertiary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

/* line 317, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__fact-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-text-primary);
  margin: 0;
  word-break: break-word;
  line-height: 1.45;
}

/* line 325, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__fact-link {
  color: var(--color-text-brand-secondary);
  text-decoration: none;
}

/* line 329, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__fact-link:hover {
  text-decoration: underline;
}

/* line 334, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__categories-card {
  background: linear-gradient(180deg, var(--color-bg-primary) 0, var(--color-bg-secondary-subtle) 100%);
}

/* line 342, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* line 350, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__categories-item {
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border-secondary);
}

/* line 354, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__categories-item:first-child {
  padding-top: 0;
}

/* line 358, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__categories-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 364, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__categories-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-text-brand-secondary);
  text-decoration: none;
}

/* line 369, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__categories-link:hover {
  text-decoration: underline;
}

/* line 374, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__offers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 380, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__offers-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 768px) {
  /* line 380, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
  .company-profile__offers-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

/* line 393, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__offers-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 399, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__offers-count {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}

/* line 405, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__offers-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 411, app/assets/stylesheets/new-layout/pages/_company-profile.scss */
.company-profile__pagination {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

/* line 1, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 16px;
}

/* line 11, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__alert {
  width: 100%;
}

/* line 15, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  gap: 20px;
  border-radius: 40px;
  border: 1px solid var(--color-border-secondary);
  background: var(--color-bg-primary);
  box-shadow: 0px 12px 16px -4px var(--color-shadow-lg-01), 0px 4px 6px -2px var(--color-shadow-lg-02), 0px 2px 2px -1px var(--color-shadow-lg-03);
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
  .resume-recommendations__card {
    padding: 20px;
    border-radius: 20px;
  }
}

/* line 32, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__hero {
  display: flex;
  justify-content: center;
}

/* line 37, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__hero-image {
  max-width: 280px;
  height: auto;
}

/* line 42, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  text-align: center;
  margin: 0;
}

/* line 49, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-tertiary);
  text-align: center;
  margin: 0;
}

/* line 56, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 65, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__step {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* line 71, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__step-icon {
  flex-shrink: 0;
  color: var(--color-text-brand-secondary);
  line-height: 0;
  margin-top: 2px;
}

/* line 78, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__step-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-secondary);
}

/* line 82, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__step-text strong {
  color: var(--color-text-primary);
  font-weight: 600;
}

/* line 88, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__previous {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-tertiary);
  text-align: center;
}

/* line 94, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__previous-or {
  display: block;
  margin-top: 4px;
}

/* line 99, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 105, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__file-field {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 111, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__file-label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* line 119, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px dashed var(--color-border-brand);
  background: var(--color-bg-brand-primary);
  color: var(--color-text-brand-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* line 133, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__file-label:hover .resume-recommendations__file-button {
  background: var(--color-bg-brand-primary-alt, rgba(21, 94, 239, 0.08));
  border-color: var(--color-text-brand-secondary);
}

/* line 138, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__file-hint {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
}

/* line 143, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__terms {
  margin: 0;
}

/* line 147, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__data-policy {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-text-tertiary);
  text-align: center;
  margin: 0;
}

/* line 153, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__data-policy a {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 160, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations--show {
  max-width: 1216px;
}

/* line 164, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__admin-info {
  width: 100%;
}

/* line 168, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__status-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 174, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__status-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-secondary);
  margin: 0;
}

/* line 179, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__status-description a {
  color: var(--color-text-brand-secondary);
  text-decoration: underline;
}

/* line 185, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__progress {
  width: 100%;
  height: 8px;
  border-radius: 9999px;
  background: var(--color-border-secondary);
  overflow: hidden;
}

/* line 193, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__progress-bar {
  height: 100%;
  background: var(--color-text-brand-secondary);
  transition: width 0.4s ease;
}

/* line 199, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__results-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-text-primary);
  margin: 0;
}

/* line 205, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__results {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 211, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__error-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 16px 0;
}

/* line 220, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__error-icon {
  line-height: 0;
  color: var(--color-text-error, var(--color-text-secondary));
  margin-bottom: 6px;
}

/* line 226, app/assets/stylesheets/new-layout/pages/_resume-recommendations.scss */
.resume-recommendations__error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

@-webkit-keyframes spin-right {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-right {
  to {
    transform: rotate(360deg);
  }
}

/* line 3, app/assets/stylesheets/new-layout/utilities/_text.scss */
.font-weight-thin {
  font-weight: 100 !important;
}

/* line 3, app/assets/stylesheets/new-layout/utilities/_text.scss */
.font-weight-extralight {
  font-weight: 200 !important;
}

/* line 3, app/assets/stylesheets/new-layout/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 3, app/assets/stylesheets/new-layout/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 3, app/assets/stylesheets/new-layout/utilities/_text.scss */
.font-weight-medium {
  font-weight: 500 !important;
}

/* line 3, app/assets/stylesheets/new-layout/utilities/_text.scss */
.font-weight-semibold {
  font-weight: 600 !important;
}

/* line 3, app/assets/stylesheets/new-layout/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 3, app/assets/stylesheets/new-layout/utilities/_text.scss */
.font-weight-extrabold {
  font-weight: 800 !important;
}

/* line 3, app/assets/stylesheets/new-layout/utilities/_text.scss */
.font-weight-black {
  font-weight: 900 !important;
}

/* line 17, app/assets/stylesheets/new-layout/utilities/_text.scss */
.text-left {
  text-align: left;
}

/* line 17, app/assets/stylesheets/new-layout/utilities/_text.scss */
.text-center {
  text-align: center;
}

/* line 17, app/assets/stylesheets/new-layout/utilities/_text.scss */
.text-right {
  text-align: right;
}

/* line 17, app/assets/stylesheets/new-layout/utilities/_text.scss */
.text-justify {
  text-align: justify;
}

/* line 32, app/assets/stylesheets/new-layout/utilities/_text.scss */
.whitespace-normal {
  white-space: normal;
}

/* line 32, app/assets/stylesheets/new-layout/utilities/_text.scss */
.whitespace-nowrap {
  white-space: nowrap;
}

/* line 32, app/assets/stylesheets/new-layout/utilities/_text.scss */
.whitespace-pre {
  white-space: pre;
}

/* line 32, app/assets/stylesheets/new-layout/utilities/_text.scss */
.whitespace-pre-wrap {
  white-space: pre-wrap;
}

/* line 32, app/assets/stylesheets/new-layout/utilities/_text.scss */
.whitespace-pre-line {
  white-space: pre-line;
}

/* line 38, app/assets/stylesheets/new-layout/utilities/_text.scss */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 45, app/assets/stylesheets/new-layout/utilities/_text.scss */
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/new-layout/utilities/_text.scss */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/new-layout/utilities/_text.scss */
.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/new-layout/utilities/_text.scss */
.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/new-layout/utilities/_text.scss */
.line-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/new-layout/utilities/_text.scss */
.line-clamp-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  overflow: hidden;
}

/* line 54, app/assets/stylesheets/new-layout/utilities/_text.scss */
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

/* line 58, app/assets/stylesheets/new-layout/utilities/_text.scss */
.break-words {
  overflow-wrap: anywhere;
}

/* line 61, app/assets/stylesheets/new-layout/utilities/_text.scss */
.break-all {
  word-break: break-all;
}

/* line 64, app/assets/stylesheets/new-layout/utilities/_text.scss */
.hyphens-auto {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* line 77, app/assets/stylesheets/new-layout/utilities/_text.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/new-layout/utilities/_text.scss */
.lowercase {
  text-transform: lowercase;
}

/* line 77, app/assets/stylesheets/new-layout/utilities/_text.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 77, app/assets/stylesheets/new-layout/utilities/_text.scss */
.normal-case {
  text-transform: none;
}

/* line 83, app/assets/stylesheets/new-layout/utilities/_text.scss */
.underline {
  text-decoration: underline;
}

/* line 86, app/assets/stylesheets/new-layout/utilities/_text.scss */
.no-underline {
  text-decoration: none;
}

/* line 89, app/assets/stylesheets/new-layout/utilities/_text.scss */
.line-through {
  text-decoration: line-through;
}

/* line 94, app/assets/stylesheets/new-layout/utilities/_text.scss */
.italic {
  font-style: italic;
}

/* line 97, app/assets/stylesheets/new-layout/utilities/_text.scss */
.not-italic {
  font-style: normal;
}

/* line 18, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.cursor-auto {
  cursor: auto;
}

/* line 18, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.cursor-default {
  cursor: default;
}

/* line 18, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.cursor-text {
  cursor: text;
}

/* line 18, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.cursor-help {
  cursor: help;
}

/* line 18, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.cursor-not-allowed {
  cursor: not-allowed;
}

/* line 24, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.pointer-events-none {
  pointer-events: none;
}

/* line 27, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.pointer-events-auto {
  pointer-events: auto;
}

/* line 32, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 35, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

/* line 38, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

/* line 43, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.tap-highlight-transparent {
  -webkit-tap-highlight-color: transparent;
}

/* line 49, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.hidden {
  display: none !important;
}

/* line 53, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.required::after {
  content: "*";
  margin-left: 0.25em;
}

/* line 58, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 5, app/assets/stylesheets/new-layout/pages/../mixins/_scrollbar.scss */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* line 64, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 76, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 0;
}

/* line 89, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.link-primary {
  color: var(--color-text-brand-tertiary);
  text-decoration: underline;
}

/* line 93, app/assets/stylesheets/new-layout/utilities/_helpers.scss */
.link-primary:hover {
  color: var(--color-text-brand-secondary);
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.display-2xl {
  font-size: 72px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: -1.44px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.display-xl {
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -1.2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.display-lg {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.display-md {
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.72px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.display-sm {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.display-xs {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.text-xl {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.text-lg {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.text-md {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.text-sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.text-xs {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.block {
  display: block;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.inline-block {
  display: inline-block;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.inline {
  display: inline;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex {
  display: flex;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.inline-flex {
  display: inline-flex;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid {
  display: grid;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.inline-grid {
  display: inline-grid;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.contents {
  display: contents;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.hidden {
  display: none;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.static {
  position: static;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.relative {
  position: relative;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.absolute {
  position: absolute;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.fixed {
  position: fixed;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.sticky {
  position: -webkit-sticky;
  position: sticky;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-auto {
  overflow: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-x-auto {
  overflow-x: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-y-auto {
  overflow-y: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-x-hidden {
  overflow-x: hidden;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-y-hidden {
  overflow-y: hidden;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-visible {
  overflow: visible;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-x-visible {
  overflow-x: visible;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-y-visible {
  overflow-y: visible;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-scroll {
  overflow: scroll;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-x-scroll {
  overflow-x: scroll;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-y-scroll {
  overflow-y: scroll;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-clip {
  overflow: clip;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-x-clip {
  overflow-x: clip;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.overflow-y-clip {
  overflow-y: clip;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.visible {
  visibility: visible;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.invisible {
  visibility: hidden;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.collapse {
  visibility: collapse;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.zindex-auto {
  z-index: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.zindex-0 {
  z-index: 0;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.zindex-base {
  z-index: 0;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.zindex-header {
  z-index: 200;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.zindex-mobile-menu {
  z-index: 300;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.zindex-overlay {
  z-index: 400;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.zindex-modal {
  z-index: 500;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.zindex-toasts {
  z-index: 600;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.zindex-tooltip {
  z-index: 700;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex-row {
  flex-direction: row;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex-row-reverse {
  flex-direction: row-reverse;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex-col {
  flex-direction: column;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex-col-reverse {
  flex-direction: column-reverse;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex-nowrap {
  flex-wrap: nowrap;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex-1 {
  flex: 1 1 0%;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex-auto {
  flex: 1 1 auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex-initial {
  flex: 0 1 auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.flex-none {
  flex: none;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grow {
  flex-grow: 1;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grow-0 {
  flex-grow: 0;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.shrink {
  flex-shrink: 1;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.shrink-0 {
  flex-shrink: 0;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.basis-0 {
  flex-basis: 0;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.basis-auto {
  flex-basis: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.basis-full {
  flex-basis: 100%;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-first {
  order: -9999;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-last {
  order: 9999;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-none {
  order: 0;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-0 {
  order: 0;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-1 {
  order: 1;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-2 {
  order: 2;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-3 {
  order: 3;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-4 {
  order: 4;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-5 {
  order: 5;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-6 {
  order: 6;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-7 {
  order: 7;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-8 {
  order: 8;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-9 {
  order: 9;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-10 {
  order: 10;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-11 {
  order: 11;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.order-12 {
  order: 12;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-none {
  grid-template-columns: none;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-rows-none {
  grid-template-rows: none;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-1 {
  grid-column: span 1 / span 1;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-1 {
  grid-row: span 1 / span 1;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-2 {
  grid-column: span 2 / span 2;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-2 {
  grid-row: span 2 / span 2;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-3 {
  grid-column: span 3 / span 3;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-3 {
  grid-row: span 3 / span 3;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-4 {
  grid-column: span 4 / span 4;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-4 {
  grid-row: span 4 / span 4;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-5 {
  grid-column: span 5 / span 5;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-5 {
  grid-row: span 5 / span 5;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-6 {
  grid-column: span 6 / span 6;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-6 {
  grid-row: span 6 / span 6;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-7 {
  grid-column: span 7 / span 7;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-7 {
  grid-row: span 7 / span 7;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-8 {
  grid-column: span 8 / span 8;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-8 {
  grid-row: span 8 / span 8;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-9 {
  grid-column: span 9 / span 9;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-9 {
  grid-row: span 9 / span 9;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-10 {
  grid-column: span 10 / span 10;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-10 {
  grid-row: span 10 / span 10;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-11 {
  grid-column: span 11 / span 11;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-11 {
  grid-row: span 11 / span 11;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-12 {
  grid-column: span 12 / span 12;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-12 {
  grid-row: span 12 / span 12;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-span-full {
  grid-column: 1 / -1;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-span-full {
  grid-row: 1 / -1;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-1 {
  grid-column-start: 1;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-1 {
  grid-column-end: 1;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-1 {
  grid-row-start: 1;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-1 {
  grid-row-end: 1;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-2 {
  grid-column-start: 2;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-2 {
  grid-column-end: 2;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-2 {
  grid-row-start: 2;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-2 {
  grid-row-end: 2;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-3 {
  grid-column-start: 3;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-3 {
  grid-column-end: 3;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-3 {
  grid-row-start: 3;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-3 {
  grid-row-end: 3;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-4 {
  grid-column-start: 4;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-4 {
  grid-column-end: 4;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-4 {
  grid-row-start: 4;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-4 {
  grid-row-end: 4;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-5 {
  grid-column-start: 5;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-5 {
  grid-column-end: 5;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-5 {
  grid-row-start: 5;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-5 {
  grid-row-end: 5;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-6 {
  grid-column-start: 6;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-6 {
  grid-column-end: 6;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-6 {
  grid-row-start: 6;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-6 {
  grid-row-end: 6;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-7 {
  grid-column-start: 7;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-7 {
  grid-column-end: 7;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-7 {
  grid-row-start: 7;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-7 {
  grid-row-end: 7;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-8 {
  grid-column-start: 8;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-8 {
  grid-column-end: 8;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-8 {
  grid-row-start: 8;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-8 {
  grid-row-end: 8;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-9 {
  grid-column-start: 9;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-9 {
  grid-column-end: 9;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-9 {
  grid-row-start: 9;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-9 {
  grid-row-end: 9;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-10 {
  grid-column-start: 10;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-10 {
  grid-column-end: 10;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-10 {
  grid-row-start: 10;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-10 {
  grid-row-end: 10;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-11 {
  grid-column-start: 11;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-11 {
  grid-column-end: 11;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-11 {
  grid-row-start: 11;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-11 {
  grid-row-end: 11;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-12 {
  grid-column-start: 12;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-12 {
  grid-column-end: 12;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-12 {
  grid-row-start: 12;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-12 {
  grid-row-end: 12;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-13 {
  grid-column-start: 13;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-13 {
  grid-column-end: 13;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-13 {
  grid-row-start: 13;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-13 {
  grid-row-end: 13;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-start-auto {
  grid-column-start: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.col-end-auto {
  grid-column-end: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-start-auto {
  grid-row-start: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.row-end-auto {
  grid-row-end: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-flow-row {
  grid-auto-flow: row;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-flow-col {
  grid-auto-flow: column;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-flow-dense {
  grid-auto-flow: dense;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.auto-cols-auto {
  grid-auto-columns: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.auto-rows-auto {
  grid-auto-rows: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.grid-cols-auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-start {
  justify-content: flex-start;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-center {
  justify-content: center;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-end {
  justify-content: flex-end;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-between {
  justify-content: space-between;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-around {
  justify-content: space-around;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-evenly {
  justify-content: space-evenly;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.items-start {
  align-items: flex-start;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.items-center {
  align-items: center;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.items-end {
  align-items: flex-end;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.items-baseline {
  align-items: baseline;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.items-stretch {
  align-items: stretch;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.self-auto {
  align-self: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.self-start {
  align-self: flex-start;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.self-center {
  align-self: center;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.self-end {
  align-self: flex-end;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.self-baseline {
  align-self: baseline;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.self-stretch {
  align-self: stretch;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.content-start {
  align-content: flex-start;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.content-center {
  align-content: center;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.content-end {
  align-content: flex-end;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.content-between {
  align-content: space-between;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.content-around {
  align-content: space-around;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.content-evenly {
  align-content: space-evenly;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.content-stretch {
  align-content: stretch;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-items-start {
  justify-items: start;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-items-center {
  justify-items: center;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-items-end {
  justify-items: end;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-items-stretch {
  justify-items: stretch;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-self-auto {
  justify-self: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-self-start {
  justify-self: start;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-self-center {
  justify-self: center;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-self-end {
  justify-self: end;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.justify-self-stretch {
  justify-self: stretch;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-items-start {
  place-items: start;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-items-center {
  place-items: center;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-items-end {
  place-items: end;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-items-stretch {
  place-items: stretch;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-content-start {
  place-content: start;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-content-center {
  place-content: center;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-content-end {
  place-content: end;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-content-between {
  place-content: space-between;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-content-around {
  place-content: space-around;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-content-evenly {
  place-content: space-evenly;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-content-stretch {
  place-content: stretch;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-self-auto {
  place-self: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-self-start {
  place-self: start;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-self-center {
  place-self: center;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-self-end {
  place-self: end;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.place-self-stretch {
  place-self: stretch;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-xxs {
  width: 320px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-xxs {
  max-width: 320px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-x {
  width: 384px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-x {
  max-width: 384px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-sm {
  width: 480px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-sm {
  max-width: 480px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-md {
  width: 560px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-md {
  max-width: 560px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-lg {
  width: 640px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-lg {
  max-width: 640px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-xl {
  width: 768px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-xl {
  max-width: 768px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-2xl {
  width: 1024px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-2xl {
  max-width: 1024px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-3xl {
  width: 1280px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-3xl {
  max-width: 1280px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-4xl {
  width: 1440px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-4xl {
  max-width: 1440px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-5xl {
  width: 1600px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-5xl {
  max-width: 1600px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-6xl {
  width: 1920px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-6xl {
  max-width: 1920px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-auto {
  width: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-full {
  width: 100%;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-screen {
  width: 100vw;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-min {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.min-w-0 {
  min-width: 0;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.min-w-full {
  min-width: 100%;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.h-auto {
  height: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.h-full {
  height: 100%;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.h-screen {
  height: 100vh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.h-min {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.min-h-0 {
  min-height: 0;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.min-h-full {
  min-height: 100%;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.min-h-screen {
  min-height: 100vh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-h-full {
  max-height: 100%;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-h-screen {
  max-height: 100vh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.h-dvh {
  height: 100dvh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.min-h-dvh {
  min-height: 100dvh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-h-dvh {
  max-height: 100dvh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.h-svh {
  height: 100svh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.min-h-svh {
  min-height: 100svh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-h-svh {
  max-height: 100svh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.h-lvh {
  height: 100lvh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.min-h-lvh {
  min-height: 100lvh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-h-lvh {
  max-height: 100lvh;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-dvw {
  width: 100dvw;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.min-w-dvw {
  min-width: 100dvw;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-dvw {
  max-width: 100dvw;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-svw {
  width: 100svw;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.min-w-svw {
  min-width: 100svw;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-svw {
  max-width: 100svw;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.w-lvw {
  width: 100lvw;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.min-w-lvw {
  min-width: 100lvw;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.max-w-lvw {
  max-width: 100lvw;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-none {
  padding: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-none {
  padding-inline: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-none {
  padding-block: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-none {
  padding-top: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-none {
  padding-right: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-none {
  padding-bottom: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-none {
  padding-left: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-xxs {
  padding: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-xxs {
  padding-inline: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-xxs {
  padding-block: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-xxs {
  padding-top: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-xxs {
  padding-right: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-xxs {
  padding-bottom: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-xxs {
  padding-left: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-xs {
  padding: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-xs {
  padding-inline: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-xs {
  padding-block: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-xs {
  padding-top: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-xs {
  padding-right: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-xs {
  padding-bottom: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-xs {
  padding-left: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-sm {
  padding: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-sm {
  padding-inline: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-sm {
  padding-block: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-sm {
  padding-top: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-sm {
  padding-right: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-sm {
  padding-bottom: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-sm {
  padding-left: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-md {
  padding: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-md {
  padding-inline: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-md {
  padding-block: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-md {
  padding-top: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-md {
  padding-right: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-md {
  padding-bottom: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-md {
  padding-left: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-lg {
  padding: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-lg {
  padding-inline: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-lg {
  padding-block: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-lg {
  padding-top: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-lg {
  padding-right: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-lg {
  padding-bottom: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-lg {
  padding-left: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-xl {
  padding: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-xl {
  padding-inline: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-xl {
  padding-block: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-xl {
  padding-top: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-xl {
  padding-right: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-xl {
  padding-bottom: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-xl {
  padding-left: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-2xl {
  padding: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-2xl {
  padding-inline: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-2xl {
  padding-block: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-2xl {
  padding-top: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-2xl {
  padding-right: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-2xl {
  padding-bottom: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-2xl {
  padding-left: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-3xl {
  padding: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-3xl {
  padding-inline: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-3xl {
  padding-block: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-3xl {
  padding-top: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-3xl {
  padding-right: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-3xl {
  padding-bottom: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-3xl {
  padding-left: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-4xl {
  padding: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-4xl {
  padding-inline: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-4xl {
  padding-block: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-4xl {
  padding-top: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-4xl {
  padding-right: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-4xl {
  padding-bottom: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-4xl {
  padding-left: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-5xl {
  padding: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-5xl {
  padding-inline: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-5xl {
  padding-block: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-5xl {
  padding-top: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-5xl {
  padding-right: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-5xl {
  padding-bottom: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-5xl {
  padding-left: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-6xl {
  padding: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-6xl {
  padding-inline: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-6xl {
  padding-block: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-6xl {
  padding-top: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-6xl {
  padding-right: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-6xl {
  padding-bottom: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-6xl {
  padding-left: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-7xl {
  padding: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-7xl {
  padding-inline: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-7xl {
  padding-block: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-7xl {
  padding-top: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-7xl {
  padding-right: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-7xl {
  padding-bottom: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-7xl {
  padding-left: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-8xl {
  padding: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-8xl {
  padding-inline: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-8xl {
  padding-block: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-8xl {
  padding-top: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-8xl {
  padding-right: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-8xl {
  padding-bottom: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-8xl {
  padding-left: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-9xl {
  padding: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-9xl {
  padding-inline: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-9xl {
  padding-block: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-9xl {
  padding-top: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-9xl {
  padding-right: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-9xl {
  padding-bottom: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-9xl {
  padding-left: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-10xl {
  padding: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-10xl {
  padding-inline: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-10xl {
  padding-block: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-10xl {
  padding-top: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-10xl {
  padding-right: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-10xl {
  padding-bottom: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-10xl {
  padding-left: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.p-11xl {
  padding: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.px-11xl {
  padding-inline: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.py-11xl {
  padding-block: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pt-11xl {
  padding-top: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pr-11xl {
  padding-right: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pb-11xl {
  padding-bottom: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.pl-11xl {
  padding-left: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-none {
  margin: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-none {
  margin-inline: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-none {
  margin-block: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-none {
  margin-top: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-none {
  margin-right: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-none {
  margin-bottom: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-none {
  margin-left: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-xxs {
  margin: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-xxs {
  margin-inline: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-xxs {
  margin-block: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-xxs {
  margin-top: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-xxs {
  margin-right: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-xxs {
  margin-bottom: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-xxs {
  margin-left: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-xs {
  margin: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-xs {
  margin-inline: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-xs {
  margin-block: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-xs {
  margin-top: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-xs {
  margin-right: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-xs {
  margin-bottom: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-xs {
  margin-left: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-sm {
  margin: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-sm {
  margin-inline: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-sm {
  margin-block: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-sm {
  margin-top: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-sm {
  margin-right: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-sm {
  margin-bottom: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-sm {
  margin-left: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-md {
  margin: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-md {
  margin-inline: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-md {
  margin-block: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-md {
  margin-top: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-md {
  margin-right: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-md {
  margin-bottom: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-md {
  margin-left: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-lg {
  margin: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-lg {
  margin-inline: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-lg {
  margin-block: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-lg {
  margin-top: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-lg {
  margin-right: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-lg {
  margin-bottom: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-lg {
  margin-left: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-xl {
  margin: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-xl {
  margin-inline: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-xl {
  margin-block: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-xl {
  margin-top: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-xl {
  margin-right: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-xl {
  margin-bottom: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-xl {
  margin-left: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-2xl {
  margin: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-2xl {
  margin-inline: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-2xl {
  margin-block: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-2xl {
  margin-top: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-2xl {
  margin-right: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-2xl {
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-2xl {
  margin-left: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-3xl {
  margin: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-3xl {
  margin-inline: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-3xl {
  margin-block: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-3xl {
  margin-top: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-3xl {
  margin-right: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-3xl {
  margin-bottom: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-3xl {
  margin-left: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-4xl {
  margin: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-4xl {
  margin-inline: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-4xl {
  margin-block: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-4xl {
  margin-top: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-4xl {
  margin-right: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-4xl {
  margin-bottom: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-4xl {
  margin-left: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-5xl {
  margin: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-5xl {
  margin-inline: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-5xl {
  margin-block: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-5xl {
  margin-top: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-5xl {
  margin-right: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-5xl {
  margin-bottom: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-5xl {
  margin-left: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-6xl {
  margin: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-6xl {
  margin-inline: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-6xl {
  margin-block: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-6xl {
  margin-top: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-6xl {
  margin-right: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-6xl {
  margin-bottom: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-6xl {
  margin-left: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-7xl {
  margin: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-7xl {
  margin-inline: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-7xl {
  margin-block: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-7xl {
  margin-top: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-7xl {
  margin-right: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-7xl {
  margin-bottom: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-7xl {
  margin-left: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-8xl {
  margin: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-8xl {
  margin-inline: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-8xl {
  margin-block: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-8xl {
  margin-top: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-8xl {
  margin-right: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-8xl {
  margin-bottom: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-8xl {
  margin-left: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-9xl {
  margin: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-9xl {
  margin-inline: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-9xl {
  margin-block: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-9xl {
  margin-top: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-9xl {
  margin-right: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-9xl {
  margin-bottom: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-9xl {
  margin-left: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-10xl {
  margin: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-10xl {
  margin-inline: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-10xl {
  margin-block: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-10xl {
  margin-top: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-10xl {
  margin-right: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-10xl {
  margin-bottom: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-10xl {
  margin-left: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-11xl {
  margin: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-11xl {
  margin-inline: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-11xl {
  margin-block: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-11xl {
  margin-top: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-11xl {
  margin-right: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-11xl {
  margin-bottom: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-11xl {
  margin-left: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.m-auto {
  margin: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mx-auto {
  margin-inline: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.my-auto {
  margin-block: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mt-auto {
  margin-top: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mr-auto {
  margin-right: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.mb-auto {
  margin-bottom: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.ml-auto {
  margin-left: auto;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-none {
  gap: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-none {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-none {
  row-gap: 0px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-xxs {
  gap: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-xxs {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-xxs {
  row-gap: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-xs {
  gap: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-xs {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-xs {
  row-gap: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-sm {
  gap: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-sm {
  -moz-column-gap: 6px;
       column-gap: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-sm {
  row-gap: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-md {
  gap: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-md {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-md {
  row-gap: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-lg {
  gap: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-lg {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-lg {
  row-gap: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-xl {
  gap: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-xl {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-xl {
  row-gap: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-2xl {
  gap: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-2xl {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-2xl {
  row-gap: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-3xl {
  gap: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-3xl {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-3xl {
  row-gap: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-4xl {
  gap: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-4xl {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-4xl {
  row-gap: 32px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-5xl {
  gap: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-5xl {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-5xl {
  row-gap: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-6xl {
  gap: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-6xl {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-6xl {
  row-gap: 48px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-7xl {
  gap: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-7xl {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-7xl {
  row-gap: 64px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-8xl {
  gap: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-8xl {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-8xl {
  row-gap: 80px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-9xl {
  gap: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-9xl {
  -moz-column-gap: 96px;
       column-gap: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-9xl {
  row-gap: 96px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-10xl {
  gap: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-10xl {
  -moz-column-gap: 128px;
       column-gap: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-10xl {
  row-gap: 128px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-11xl {
  gap: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-x-11xl {
  -moz-column-gap: 160px;
       column-gap: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.gap-y-11xl {
  row-gap: 160px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded {
  border-radius: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-none {
  border-radius: 0;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-none {
  border-radius: 0;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-xxs {
  border-radius: 2px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-xs {
  border-radius: 4px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-sm {
  border-radius: 6px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-md {
  border-radius: 8px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-lg {
  border-radius: 10px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-xl {
  border-radius: 12px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-2xl {
  border-radius: 16px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-3xl {
  border-radius: 20px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-4xl {
  border-radius: 24px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-5xl {
  border-radius: 40px;
}

/* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
.rounded-full {
  border-radius: 9999px;
}

@media (min-width: 320px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xs\:rounded-full {
    border-radius: 9999px;
  }
}

@media (min-width: 480px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .sm\:rounded-full {
    border-radius: 9999px;
  }
}

@media (min-width: 768px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .md\:rounded-full {
    border-radius: 9999px;
  }
}

@media (min-width: 920px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .lg\:rounded-full {
    border-radius: 9999px;
  }
}

@media (min-width: 1280px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xl\:rounded-full {
    border-radius: 9999px;
  }
}

@media (min-width: 1440px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .xxl\:rounded-full {
    border-radius: 9999px;
  }
}

@media (max-width: 320px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xs\:rounded-full {
    border-radius: 9999px;
  }
}

@media (max-width: 480px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-sm\:rounded-full {
    border-radius: 9999px;
  }
}

@media (max-width: 768px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-md\:rounded-full {
    border-radius: 9999px;
  }
}

@media (max-width: 920px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-lg\:rounded-full {
    border-radius: 9999px;
  }
}

@media (max-width: 1280px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xl\:rounded-full {
    border-radius: 9999px;
  }
}

@media (max-width: 1440px) {
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:display-2xl {
    font-size: 72px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.44px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:display-xl {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:display-lg {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:display-md {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:display-sm {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:display-xs {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:text-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:text-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:block {
    display: block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:inline-block {
    display: inline-block;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:inline {
    display: inline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex {
    display: flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:inline-flex {
    display: inline-flex;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid {
    display: grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:inline-grid {
    display: inline-grid;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:contents {
    display: contents;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:hidden {
    display: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:static {
    position: static;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:relative {
    position: relative;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:absolute {
    position: absolute;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:fixed {
    position: fixed;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-auto {
    overflow: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-x-auto {
    overflow-x: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-y-auto {
    overflow-y: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-hidden {
    overflow: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-x-hidden {
    overflow-x: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-y-hidden {
    overflow-y: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-visible {
    overflow: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-x-visible {
    overflow-x: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-y-visible {
    overflow-y: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-scroll {
    overflow: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-y-scroll {
    overflow-y: scroll;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-clip {
    overflow: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-x-clip {
    overflow-x: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:overflow-y-clip {
    overflow-y: clip;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:visible {
    visibility: visible;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:invisible {
    visibility: hidden;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:collapse {
    visibility: collapse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:zindex-auto {
    z-index: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:zindex-0 {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:zindex-base {
    z-index: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:zindex-header {
    z-index: 200;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:zindex-mobile-menu {
    z-index: 300;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:zindex-overlay {
    z-index: 400;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:zindex-modal {
    z-index: 500;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:zindex-toasts {
    z-index: 600;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:zindex-tooltip {
    z-index: 700;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex-row {
    flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex-col {
    flex-direction: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex-wrap {
    flex-wrap: wrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex-1 {
    flex: 1 1 0%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex-auto {
    flex: 1 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex-initial {
    flex: 0 1 auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:flex-none {
    flex: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grow {
    flex-grow: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grow-0 {
    flex-grow: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:shrink {
    flex-shrink: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:shrink-0 {
    flex-shrink: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:basis-0 {
    flex-basis: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:basis-auto {
    flex-basis: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:basis-full {
    flex-basis: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-first {
    order: -9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-last {
    order: 9999;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-none {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-0 {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-1 {
    order: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-2 {
    order: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-3 {
    order: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-4 {
    order: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-5 {
    order: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-6 {
    order: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-7 {
    order: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-8 {
    order: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-9 {
    order: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-10 {
    order: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-11 {
    order: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:order-12 {
    order: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-none {
    grid-template-columns: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-rows-none {
    grid-template-rows: none;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-span-full {
    grid-column: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-span-full {
    grid-row: 1 / -1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-1 {
    grid-column-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-1 {
    grid-column-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-1 {
    grid-row-start: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-1 {
    grid-row-end: 1;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-2 {
    grid-column-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-2 {
    grid-column-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-2 {
    grid-row-start: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-2 {
    grid-row-end: 2;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-3 {
    grid-column-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-3 {
    grid-column-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-3 {
    grid-row-start: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-3 {
    grid-row-end: 3;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-4 {
    grid-column-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-4 {
    grid-column-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-4 {
    grid-row-start: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-4 {
    grid-row-end: 4;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-5 {
    grid-column-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-5 {
    grid-column-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-5 {
    grid-row-start: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-5 {
    grid-row-end: 5;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-6 {
    grid-column-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-6 {
    grid-column-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-6 {
    grid-row-start: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-6 {
    grid-row-end: 6;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-7 {
    grid-column-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-7 {
    grid-column-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-7 {
    grid-row-start: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-7 {
    grid-row-end: 7;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-8 {
    grid-column-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-8 {
    grid-column-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-8 {
    grid-row-start: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-8 {
    grid-row-end: 8;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-9 {
    grid-column-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-9 {
    grid-column-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-9 {
    grid-row-start: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-9 {
    grid-row-end: 9;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-10 {
    grid-column-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-10 {
    grid-column-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-10 {
    grid-row-start: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-10 {
    grid-row-end: 10;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-11 {
    grid-column-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-11 {
    grid-column-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-11 {
    grid-row-start: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-11 {
    grid-row-end: 11;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-12 {
    grid-column-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-12 {
    grid-column-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-12 {
    grid-row-start: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-12 {
    grid-row-end: 12;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-13 {
    grid-column-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-13 {
    grid-column-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-13 {
    grid-row-start: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-13 {
    grid-row-end: 13;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-start-auto {
    grid-column-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:col-end-auto {
    grid-column-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-start-auto {
    grid-row-start: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:row-end-auto {
    grid-row-end: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-flow-row {
    grid-auto-flow: row;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-flow-col {
    grid-auto-flow: column;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-start {
    justify-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-center {
    justify-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-end {
    justify-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-between {
    justify-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-around {
    justify-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-evenly {
    justify-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:items-start {
    align-items: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:items-center {
    align-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:items-end {
    align-items: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:items-baseline {
    align-items: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:items-stretch {
    align-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:self-auto {
    align-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:self-start {
    align-self: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:self-center {
    align-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:self-end {
    align-self: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:self-baseline {
    align-self: baseline;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:self-stretch {
    align-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:content-start {
    align-content: flex-start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:content-center {
    align-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:content-end {
    align-content: flex-end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:content-between {
    align-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:content-around {
    align-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:content-evenly {
    align-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:content-stretch {
    align-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-items-start {
    justify-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-items-center {
    justify-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-items-end {
    justify-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-items-stretch {
    justify-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-self-auto {
    justify-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-self-start {
    justify-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-self-center {
    justify-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-self-end {
    justify-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:justify-self-stretch {
    justify-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-items-start {
    place-items: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-items-center {
    place-items: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-items-end {
    place-items: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-items-stretch {
    place-items: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-content-start {
    place-content: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-content-center {
    place-content: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-content-end {
    place-content: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-content-between {
    place-content: space-between;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-content-around {
    place-content: space-around;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-content-evenly {
    place-content: space-evenly;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-content-stretch {
    place-content: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-self-auto {
    place-self: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-self-start {
    place-self: start;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-self-center {
    place-self: center;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-self-end {
    place-self: end;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:place-self-stretch {
    place-self: stretch;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-xxs {
    width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-xxs {
    max-width: 320px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-x {
    width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-x {
    max-width: 384px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-sm {
    width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-sm {
    max-width: 480px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-md {
    width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-md {
    max-width: 560px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-lg {
    width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-lg {
    max-width: 640px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-xl {
    width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-xl {
    max-width: 768px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-2xl {
    width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-2xl {
    max-width: 1024px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-3xl {
    width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-3xl {
    max-width: 1280px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-4xl {
    width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-4xl {
    max-width: 1440px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-5xl {
    width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-5xl {
    max-width: 1600px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-6xl {
    width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-6xl {
    max-width: 1920px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-auto {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-full {
    width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-screen {
    width: 100vw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:min-w-0 {
    min-width: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:min-w-full {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:h-auto {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:h-full {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:h-screen {
    height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:min-h-0 {
    min-height: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:min-h-full {
    min-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:min-h-screen {
    min-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-h-full {
    max-height: 100%;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-h-screen {
    max-height: 100vh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:h-dvh {
    height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:min-h-dvh {
    min-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-h-dvh {
    max-height: 100dvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:h-svh {
    height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:min-h-svh {
    min-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-h-svh {
    max-height: 100svh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:h-lvh {
    height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:min-h-lvh {
    min-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-h-lvh {
    max-height: 100lvh;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-dvw {
    width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:min-w-dvw {
    min-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-dvw {
    max-width: 100dvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-svw {
    width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:min-w-svw {
    min-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-svw {
    max-width: 100svw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:w-lvw {
    width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:min-w-lvw {
    min-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:max-w-lvw {
    max-width: 100lvw;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-none {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-none {
    padding-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-none {
    padding-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-none {
    padding-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-none {
    padding-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-none {
    padding-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-none {
    padding-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-xxs {
    padding: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-xxs {
    padding-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-xxs {
    padding-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-xxs {
    padding-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-xxs {
    padding-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-xxs {
    padding-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-xxs {
    padding-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-xs {
    padding: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-xs {
    padding-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-xs {
    padding-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-xs {
    padding-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-xs {
    padding-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-xs {
    padding-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-xs {
    padding-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-sm {
    padding: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-sm {
    padding-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-sm {
    padding-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-sm {
    padding-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-sm {
    padding-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-sm {
    padding-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-sm {
    padding-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-md {
    padding: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-md {
    padding-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-md {
    padding-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-md {
    padding-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-md {
    padding-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-md {
    padding-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-md {
    padding-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-lg {
    padding: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-lg {
    padding-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-lg {
    padding-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-lg {
    padding-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-lg {
    padding-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-lg {
    padding-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-lg {
    padding-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-xl {
    padding: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-xl {
    padding-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-xl {
    padding-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-xl {
    padding-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-xl {
    padding-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-xl {
    padding-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-xl {
    padding-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-2xl {
    padding: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-2xl {
    padding-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-2xl {
    padding-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-2xl {
    padding-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-2xl {
    padding-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-2xl {
    padding-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-2xl {
    padding-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-3xl {
    padding: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-3xl {
    padding-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-3xl {
    padding-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-3xl {
    padding-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-3xl {
    padding-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-3xl {
    padding-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-3xl {
    padding-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-4xl {
    padding: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-4xl {
    padding-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-4xl {
    padding-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-4xl {
    padding-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-4xl {
    padding-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-4xl {
    padding-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-4xl {
    padding-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-5xl {
    padding: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-5xl {
    padding-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-5xl {
    padding-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-5xl {
    padding-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-5xl {
    padding-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-5xl {
    padding-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-5xl {
    padding-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-6xl {
    padding: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-6xl {
    padding-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-6xl {
    padding-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-6xl {
    padding-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-6xl {
    padding-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-6xl {
    padding-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-6xl {
    padding-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-7xl {
    padding: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-7xl {
    padding-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-7xl {
    padding-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-7xl {
    padding-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-7xl {
    padding-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-7xl {
    padding-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-7xl {
    padding-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-8xl {
    padding: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-8xl {
    padding-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-8xl {
    padding-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-8xl {
    padding-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-8xl {
    padding-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-8xl {
    padding-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-8xl {
    padding-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-9xl {
    padding: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-9xl {
    padding-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-9xl {
    padding-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-9xl {
    padding-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-9xl {
    padding-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-9xl {
    padding-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-9xl {
    padding-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-10xl {
    padding: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-10xl {
    padding-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-10xl {
    padding-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-10xl {
    padding-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-10xl {
    padding-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-10xl {
    padding-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-10xl {
    padding-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:p-11xl {
    padding: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:px-11xl {
    padding-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:py-11xl {
    padding-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pt-11xl {
    padding-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pr-11xl {
    padding-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pb-11xl {
    padding-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:pl-11xl {
    padding-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-none {
    margin: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-none {
    margin-inline: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-none {
    margin-block: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-none {
    margin-top: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-none {
    margin-right: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-none {
    margin-bottom: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-none {
    margin-left: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-xxs {
    margin: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-xxs {
    margin-inline: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-xxs {
    margin-block: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-xxs {
    margin-top: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-xxs {
    margin-right: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-xxs {
    margin-bottom: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-xxs {
    margin-left: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-xs {
    margin: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-xs {
    margin-inline: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-xs {
    margin-block: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-xs {
    margin-top: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-xs {
    margin-right: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-xs {
    margin-bottom: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-xs {
    margin-left: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-sm {
    margin: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-sm {
    margin-inline: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-sm {
    margin-block: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-sm {
    margin-top: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-sm {
    margin-right: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-sm {
    margin-bottom: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-sm {
    margin-left: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-md {
    margin: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-md {
    margin-inline: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-md {
    margin-block: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-md {
    margin-top: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-md {
    margin-right: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-md {
    margin-bottom: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-md {
    margin-left: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-lg {
    margin: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-lg {
    margin-inline: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-lg {
    margin-block: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-lg {
    margin-top: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-lg {
    margin-right: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-lg {
    margin-bottom: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-lg {
    margin-left: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-xl {
    margin: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-xl {
    margin-inline: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-xl {
    margin-block: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-xl {
    margin-top: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-xl {
    margin-right: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-xl {
    margin-bottom: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-xl {
    margin-left: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-2xl {
    margin: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-2xl {
    margin-inline: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-2xl {
    margin-block: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-2xl {
    margin-top: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-2xl {
    margin-right: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-2xl {
    margin-bottom: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-2xl {
    margin-left: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-3xl {
    margin: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-3xl {
    margin-inline: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-3xl {
    margin-block: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-3xl {
    margin-top: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-3xl {
    margin-right: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-3xl {
    margin-bottom: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-3xl {
    margin-left: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-4xl {
    margin: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-4xl {
    margin-inline: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-4xl {
    margin-block: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-4xl {
    margin-top: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-4xl {
    margin-right: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-4xl {
    margin-bottom: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-4xl {
    margin-left: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-5xl {
    margin: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-5xl {
    margin-inline: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-5xl {
    margin-block: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-5xl {
    margin-top: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-5xl {
    margin-right: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-5xl {
    margin-bottom: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-5xl {
    margin-left: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-6xl {
    margin: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-6xl {
    margin-inline: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-6xl {
    margin-block: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-6xl {
    margin-top: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-6xl {
    margin-right: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-6xl {
    margin-bottom: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-6xl {
    margin-left: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-7xl {
    margin: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-7xl {
    margin-inline: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-7xl {
    margin-block: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-7xl {
    margin-top: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-7xl {
    margin-right: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-7xl {
    margin-bottom: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-7xl {
    margin-left: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-8xl {
    margin: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-8xl {
    margin-inline: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-8xl {
    margin-block: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-8xl {
    margin-top: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-8xl {
    margin-right: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-8xl {
    margin-bottom: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-8xl {
    margin-left: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-9xl {
    margin: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-9xl {
    margin-inline: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-9xl {
    margin-block: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-9xl {
    margin-top: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-9xl {
    margin-right: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-9xl {
    margin-bottom: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-9xl {
    margin-left: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-10xl {
    margin: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-10xl {
    margin-inline: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-10xl {
    margin-block: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-10xl {
    margin-top: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-10xl {
    margin-right: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-10xl {
    margin-bottom: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-10xl {
    margin-left: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-11xl {
    margin: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-11xl {
    margin-inline: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-11xl {
    margin-block: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-11xl {
    margin-top: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-11xl {
    margin-right: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-11xl {
    margin-bottom: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-11xl {
    margin-left: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:m-auto {
    margin: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mx-auto {
    margin-inline: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:my-auto {
    margin-block: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mt-auto {
    margin-top: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mr-auto {
    margin-right: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:mb-auto {
    margin-bottom: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:ml-auto {
    margin-left: auto;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-none {
    gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-none {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-none {
    row-gap: 0px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-xxs {
    gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-xxs {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-xxs {
    row-gap: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-xs {
    gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-xs {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-xs {
    row-gap: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-sm {
    gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-sm {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-sm {
    row-gap: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-md {
    gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-md {
    row-gap: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-lg {
    gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-lg {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-lg {
    row-gap: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-xl {
    gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-xl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-xl {
    row-gap: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-2xl {
    gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-2xl {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-2xl {
    row-gap: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-3xl {
    gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-3xl {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-3xl {
    row-gap: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-4xl {
    gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-4xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-4xl {
    row-gap: 32px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-5xl {
    gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-5xl {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-5xl {
    row-gap: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-6xl {
    gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-6xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-6xl {
    row-gap: 48px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-7xl {
    gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-7xl {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-7xl {
    row-gap: 64px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-8xl {
    gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-8xl {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-8xl {
    row-gap: 80px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-9xl {
    gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-9xl {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-9xl {
    row-gap: 96px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-10xl {
    gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-10xl {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-10xl {
    row-gap: 128px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-11xl {
    gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-x-11xl {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:gap-y-11xl {
    row-gap: 160px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-none {
    border-radius: 0;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-xxs {
    border-radius: 2px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-xs {
    border-radius: 4px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-sm {
    border-radius: 6px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-md {
    border-radius: 8px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-lg {
    border-radius: 10px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-xl {
    border-radius: 12px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-2xl {
    border-radius: 16px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-3xl {
    border-radius: 20px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-4xl {
    border-radius: 24px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-5xl {
    border-radius: 40px;
  }
  /* line 13, app/assets/stylesheets/new-layout/pages/../mixins/_class.scss */
  .max-xxl\:rounded-full {
    border-radius: 9999px;
  }
}
