@charset "UTF-8";
:root {
  --primary-color: #380096;
  --secondary-color: #0b0b18;
  --success-color: #28a745;
  --info-color: #17a2b8;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --body-bg: #050510;
  --body-color: #f5f7ff;
  --text-muted: #6c757d;
  --link-color: #46c8ff;
  --link-hover-color: rgb(0, 174.6216216216, 248.5);
  --font-family-base: IBM Plex Sans, Helvetica Neue, Arial, sans-serif;
  --font-size-base: 1rem;
  --line-height-base: 1.5;
  --border-radius: 10px;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --transition-base: all 0.2s ease-in-out;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f5f7ff;
  text-align: left;
  background-color: #050510;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Space Grotesk", "Arial Narrow", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875rem;
}

mark {
  padding: 0.1875em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #46c8ff;
  text-decoration: none;
}
a:hover {
  color: rgb(0, 174.6216216216, 248.5);
  text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875rem;
  color: #000;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875rem;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #212529;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.sr_only, .sr_only_focusable:not(:focus):not(:focus-within),
.visually_hidden_focusable:not(:focus):not(:focus-within),
.visually_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;
  white-space: nowrap !important;
  border: 0 !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
}
h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.display_1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.fs_1 {
  font-size: 2.5rem;
}

.fs_2 {
  font-size: 2rem;
}

.fs_3 {
  font-size: 1.75rem;
}

.fs_4 {
  font-size: 1.5rem;
}

.fs_5 {
  font-size: 1.25rem;
}

.fs_6 {
  font-size: 1rem;
}

.fs_xs {
  font-size: 0.75rem;
}

.fs_sm {
  font-size: 0.875rem;
}

.fs_base {
  font-size: 1rem;
}

.fs_lg {
  font-size: 1.25rem;
}

.fs_xl {
  font-size: 1.5rem;
}

.fs_xxl {
  font-size: 1.75rem;
}

.fw_light {
  font-weight: 300;
}

.fw_lighter {
  font-weight: lighter;
}

.fw_normal {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.fw_semibold {
  font-weight: 600;
}

.fw_bold {
  font-weight: 700;
}

.fw_bolder {
  font-weight: bolder;
}

.fst_italic {
  font-style: italic;
}

.fst_normal {
  font-style: normal;
}

.lh_1 {
  line-height: 1;
}

.lh_sm {
  line-height: 1.25;
}

.lh_base {
  line-height: 1.5;
}

.lh_lg {
  line-height: 2;
}

.font_monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font_sans_serif {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.font_serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.text_start {
  text-align: left;
}

.text_end {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
}

.text_start {
  text-align: left;
}

.text_end {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
}

@media (min-width: 640px) {
  .text_medium_start {
    text-align: left;
  }
  .text_medium_end {
    text-align: right;
  }
  .text_medium_center {
    text-align: center;
  }
  .text_medium_justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .text_large_start {
    text-align: left;
  }
  .text_large_end {
    text-align: right;
  }
  .text_large_center {
    text-align: center;
  }
  .text_large_justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text_xlarge_start {
    text-align: left;
  }
  .text_xlarge_end {
    text-align: right;
  }
  .text_xlarge_center {
    text-align: center;
  }
  .text_xlarge_justify {
    text-align: justify;
  }
}
@media (min-width: 1400px) {
  .text_xxlarge_start {
    text-align: left;
  }
  .text_xxlarge_end {
    text-align: right;
  }
  .text_xxlarge_center {
    text-align: center;
  }
  .text_xxlarge_justify {
    text-align: justify;
  }
}
.text_lowercase {
  text-transform: lowercase;
}

.text_uppercase {
  text-transform: uppercase;
}

.text_capitalize {
  text-transform: capitalize;
}

.text_decoration_none {
  text-decoration: none;
}

.text_decoration_underline {
  text-decoration: underline;
}

.text_decoration_line_through {
  text-decoration: line-through;
}

.text_wrap {
  white-space: normal;
}

.text_nowrap {
  white-space: nowrap;
}

.text_truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text_break {
  word-wrap: break-word;
  word-break: break-word;
}

.text_primary {
  color: #380096;
}

.text_secondary {
  color: #0b0b18;
}

.text_success {
  color: #28a745;
}

.text_info {
  color: #17a2b8;
}

.text_warning {
  color: #ffc107;
}

.text_danger {
  color: #dc3545;
}

.text_light {
  color: #f8f9fa;
}

.text_dark {
  color: #343a40;
}

.text_body {
  color: #f5f7ff;
}

.text_muted {
  color: #6c757d;
}

.text_white {
  color: #fff;
}

.text_black {
  color: #000;
}

.text_gray_100 {
  color: #f8f9fa;
}

.text_gray_200 {
  color: #e9ecef;
}

.text_gray_300 {
  color: #dee2e6;
}

.text_gray_400 {
  color: #ced4da;
}

.text_gray_500 {
  color: #adb5bd;
}

.text_gray_600 {
  color: #6c757d;
}

.text_gray_700 {
  color: #495057;
}

.text_gray_800 {
  color: #343a40;
}

.text_gray_900 {
  color: #212529;
}

.mark,
mark {
  padding: 0.1875em;
  background-color: #fcf8e3;
}

.small {
  font-size: 0.875rem;
}

.initialism {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote_footer {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.blockquote_footer::before {
  content: "— ";
}

.list_unstyled {
  padding-left: 0;
  list-style: none;
}

.list_inline {
  padding-left: 0;
  list-style: none;
}

.list_inline_item {
  display: inline-block;
}
@media (max-width: 639.98px) {
  h1, .h1 {
    font-size: 2.125rem;
  }
  h2, .h2 {
    font-size: 1.7rem;
  }
  h3, .h3 {
    font-size: 1.575rem;
  }
  h4, .h4 {
    font-size: 1.35rem;
  }
  .display_1 {
    font-size: 3rem;
  }
  .display_2 {
    font-size: 2.75rem;
  }
  .display_3 {
    font-size: 2.5rem;
  }
  .display_4 {
    font-size: 2rem;
  }
  .display_5 {
    font-size: 1.75rem;
  }
  .display_6 {
    font-size: 1.5rem;
  }
}
.container,
.container_fluid,
.container_xxlarge,
.container_xlarge,
.container_large,
.container_medium,
.container_small {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.container_small {
  max-width: 100%;
}

@media (min-width: 640px) {
  .container_medium {
    max-width: 540px;
  }
}

@media (min-width: 1024px) {
  .container_large {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .container_xlarge {
    max-width: 960px;
  }
}

@media (min-width: 1400px) {
  .container_xxlarge {
    max-width: 1140px;
  }
}

.row, .row_lg, .row_sm, .row_no_gutters {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  width: 100%;
}

.row_no_gutters {
  gap: 0;
}

.row_sm {
  gap: 0.5rem;
}

.row_lg {
  gap: 1.5rem;
}

.columns,
.col {
  grid-column: span 12;
  min-width: 0;
}

.col_auto {
  grid-column: auto;
  width: auto;
}

.row_cols_1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.row_cols_1 > * {
  grid-column: span 1;
}

.row_cols_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.row_cols_2 > * {
  grid-column: span 1;
}

.row_cols_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.row_cols_3 > * {
  grid-column: span 1;
}

.row_cols_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.row_cols_4 > * {
  grid-column: span 1;
}

.row_cols_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.row_cols_5 > * {
  grid-column: span 1;
}

.row_cols_6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.row_cols_6 > * {
  grid-column: span 1;
}

.row_cols_7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
}
.row_cols_7 > * {
  grid-column: span 1;
}

.row_cols_8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem;
}
.row_cols_8 > * {
  grid-column: span 1;
}

.row_cols_9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 1rem;
}
.row_cols_9 > * {
  grid-column: span 1;
}

.row_cols_10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 1rem;
}
.row_cols_10 > * {
  grid-column: span 1;
}

.row_cols_11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 1rem;
}
.row_cols_11 > * {
  grid-column: span 1;
}

.row_cols_12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.row_cols_12 > * {
  grid-column: span 1;
}

.small_1,
.col_1 {
  grid-column: span 1;
}

.small_2,
.col_2 {
  grid-column: span 2;
}

.small_3,
.col_3 {
  grid-column: span 3;
}

.small_4,
.col_4 {
  grid-column: span 4;
}

.small_5,
.col_5 {
  grid-column: span 5;
}

.small_6,
.col_6 {
  grid-column: span 6;
}

.small_7,
.col_7 {
  grid-column: span 7;
}

.small_8,
.col_8 {
  grid-column: span 8;
}

.small_9,
.col_9 {
  grid-column: span 9;
}

.small_10,
.col_10 {
  grid-column: span 10;
}

.small_11,
.col_11 {
  grid-column: span 11;
}

.small_12,
.col_12 {
  grid-column: span 12;
}

@media (min-width: 640px) {
  .medium_1 {
    grid-column: span 1;
  }
  .medium_2 {
    grid-column: span 2;
  }
  .medium_3 {
    grid-column: span 3;
  }
  .medium_4 {
    grid-column: span 4;
  }
  .medium_5 {
    grid-column: span 5;
  }
  .medium_6 {
    grid-column: span 6;
  }
  .medium_7 {
    grid-column: span 7;
  }
  .medium_8 {
    grid-column: span 8;
  }
  .medium_9 {
    grid-column: span 9;
  }
  .medium_10 {
    grid-column: span 10;
  }
  .medium_11 {
    grid-column: span 11;
  }
  .medium_12 {
    grid-column: span 12;
  }
  .medium_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_medium_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_medium_1 > * {
    grid-column: span 1;
  }
  .row_cols_medium_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_medium_2 > * {
    grid-column: span 1;
  }
  .row_cols_medium_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_medium_3 > * {
    grid-column: span 1;
  }
  .row_cols_medium_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_medium_4 > * {
    grid-column: span 1;
  }
  .row_cols_medium_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_medium_5 > * {
    grid-column: span 1;
  }
  .row_cols_medium_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_medium_6 > * {
    grid-column: span 1;
  }
  .row_cols_medium_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_medium_7 > * {
    grid-column: span 1;
  }
  .row_cols_medium_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_medium_8 > * {
    grid-column: span 1;
  }
  .row_cols_medium_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_medium_9 > * {
    grid-column: span 1;
  }
  .row_cols_medium_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_medium_10 > * {
    grid-column: span 1;
  }
  .row_cols_medium_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_medium_11 > * {
    grid-column: span 1;
  }
  .row_cols_medium_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_medium_12 > * {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .large_1 {
    grid-column: span 1;
  }
  .large_2 {
    grid-column: span 2;
  }
  .large_3 {
    grid-column: span 3;
  }
  .large_4 {
    grid-column: span 4;
  }
  .large_5 {
    grid-column: span 5;
  }
  .large_6 {
    grid-column: span 6;
  }
  .large_7 {
    grid-column: span 7;
  }
  .large_8 {
    grid-column: span 8;
  }
  .large_9 {
    grid-column: span 9;
  }
  .large_10 {
    grid-column: span 10;
  }
  .large_11 {
    grid-column: span 11;
  }
  .large_12 {
    grid-column: span 12;
  }
  .large_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_large_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_large_1 > * {
    grid-column: span 1;
  }
  .row_cols_large_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_large_2 > * {
    grid-column: span 1;
  }
  .row_cols_large_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_large_3 > * {
    grid-column: span 1;
  }
  .row_cols_large_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_large_4 > * {
    grid-column: span 1;
  }
  .row_cols_large_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_large_5 > * {
    grid-column: span 1;
  }
  .row_cols_large_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_large_6 > * {
    grid-column: span 1;
  }
  .row_cols_large_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_large_7 > * {
    grid-column: span 1;
  }
  .row_cols_large_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_large_8 > * {
    grid-column: span 1;
  }
  .row_cols_large_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_large_9 > * {
    grid-column: span 1;
  }
  .row_cols_large_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_large_10 > * {
    grid-column: span 1;
  }
  .row_cols_large_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_large_11 > * {
    grid-column: span 1;
  }
  .row_cols_large_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_large_12 > * {
    grid-column: span 1;
  }
}
@media (min-width: 1200px) {
  .xlarge_1 {
    grid-column: span 1;
  }
  .xlarge_2 {
    grid-column: span 2;
  }
  .xlarge_3 {
    grid-column: span 3;
  }
  .xlarge_4 {
    grid-column: span 4;
  }
  .xlarge_5 {
    grid-column: span 5;
  }
  .xlarge_6 {
    grid-column: span 6;
  }
  .xlarge_7 {
    grid-column: span 7;
  }
  .xlarge_8 {
    grid-column: span 8;
  }
  .xlarge_9 {
    grid-column: span 9;
  }
  .xlarge_10 {
    grid-column: span 10;
  }
  .xlarge_11 {
    grid-column: span 11;
  }
  .xlarge_12 {
    grid-column: span 12;
  }
  .xlarge_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_xlarge_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_xlarge_1 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_xlarge_2 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_xlarge_3 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_xlarge_4 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_xlarge_5 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_xlarge_6 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_xlarge_7 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_xlarge_8 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_xlarge_9 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_xlarge_10 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_xlarge_11 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_xlarge_12 > * {
    grid-column: span 1;
  }
}
@media (min-width: 1400px) {
  .xxlarge_1 {
    grid-column: span 1;
  }
  .xxlarge_2 {
    grid-column: span 2;
  }
  .xxlarge_3 {
    grid-column: span 3;
  }
  .xxlarge_4 {
    grid-column: span 4;
  }
  .xxlarge_5 {
    grid-column: span 5;
  }
  .xxlarge_6 {
    grid-column: span 6;
  }
  .xxlarge_7 {
    grid-column: span 7;
  }
  .xxlarge_8 {
    grid-column: span 8;
  }
  .xxlarge_9 {
    grid-column: span 9;
  }
  .xxlarge_10 {
    grid-column: span 10;
  }
  .xxlarge_11 {
    grid-column: span 11;
  }
  .xxlarge_12 {
    grid-column: span 12;
  }
  .xxlarge_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_xxlarge_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_xxlarge_1 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_xxlarge_2 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_xxlarge_3 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_xxlarge_4 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_xxlarge_5 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_xxlarge_6 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_xxlarge_7 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_xxlarge_8 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_xxlarge_9 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_xxlarge_10 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_xxlarge_11 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_xxlarge_12 > * {
    grid-column: span 1;
  }
}
.order_1 {
  order: 1;
}

.order_2 {
  order: 2;
}

.order_3 {
  order: 3;
}

.order_4 {
  order: 4;
}

.order_5 {
  order: 5;
}

.order_6 {
  order: 6;
}

.order_7 {
  order: 7;
}

.order_8 {
  order: 8;
}

.order_9 {
  order: 9;
}

.order_10 {
  order: 10;
}

.order_11 {
  order: 11;
}

.order_12 {
  order: 12;
}

.order_first {
  order: -1;
}

.order_last {
  order: 13;
}

.order_1 {
  order: 1;
}

.order_2 {
  order: 2;
}

.order_3 {
  order: 3;
}

.order_4 {
  order: 4;
}

.order_5 {
  order: 5;
}

.order_6 {
  order: 6;
}

.order_7 {
  order: 7;
}

.order_8 {
  order: 8;
}

.order_9 {
  order: 9;
}

.order_10 {
  order: 10;
}

.order_11 {
  order: 11;
}

.order_12 {
  order: 12;
}

.order_first {
  order: -1;
}

.order_last {
  order: 13;
}

@media (min-width: 640px) {
  .order_medium_1 {
    order: 1;
  }
  .order_medium_2 {
    order: 2;
  }
  .order_medium_3 {
    order: 3;
  }
  .order_medium_4 {
    order: 4;
  }
  .order_medium_5 {
    order: 5;
  }
  .order_medium_6 {
    order: 6;
  }
  .order_medium_7 {
    order: 7;
  }
  .order_medium_8 {
    order: 8;
  }
  .order_medium_9 {
    order: 9;
  }
  .order_medium_10 {
    order: 10;
  }
  .order_medium_11 {
    order: 11;
  }
  .order_medium_12 {
    order: 12;
  }
  .order_medium_first {
    order: -1;
  }
  .order_medium_last {
    order: 13;
  }
}
@media (min-width: 1024px) {
  .order_large_1 {
    order: 1;
  }
  .order_large_2 {
    order: 2;
  }
  .order_large_3 {
    order: 3;
  }
  .order_large_4 {
    order: 4;
  }
  .order_large_5 {
    order: 5;
  }
  .order_large_6 {
    order: 6;
  }
  .order_large_7 {
    order: 7;
  }
  .order_large_8 {
    order: 8;
  }
  .order_large_9 {
    order: 9;
  }
  .order_large_10 {
    order: 10;
  }
  .order_large_11 {
    order: 11;
  }
  .order_large_12 {
    order: 12;
  }
  .order_large_first {
    order: -1;
  }
  .order_large_last {
    order: 13;
  }
}
@media (min-width: 1200px) {
  .order_xlarge_1 {
    order: 1;
  }
  .order_xlarge_2 {
    order: 2;
  }
  .order_xlarge_3 {
    order: 3;
  }
  .order_xlarge_4 {
    order: 4;
  }
  .order_xlarge_5 {
    order: 5;
  }
  .order_xlarge_6 {
    order: 6;
  }
  .order_xlarge_7 {
    order: 7;
  }
  .order_xlarge_8 {
    order: 8;
  }
  .order_xlarge_9 {
    order: 9;
  }
  .order_xlarge_10 {
    order: 10;
  }
  .order_xlarge_11 {
    order: 11;
  }
  .order_xlarge_12 {
    order: 12;
  }
  .order_xlarge_first {
    order: -1;
  }
  .order_xlarge_last {
    order: 13;
  }
}
@media (min-width: 1400px) {
  .order_xxlarge_1 {
    order: 1;
  }
  .order_xxlarge_2 {
    order: 2;
  }
  .order_xxlarge_3 {
    order: 3;
  }
  .order_xxlarge_4 {
    order: 4;
  }
  .order_xxlarge_5 {
    order: 5;
  }
  .order_xxlarge_6 {
    order: 6;
  }
  .order_xxlarge_7 {
    order: 7;
  }
  .order_xxlarge_8 {
    order: 8;
  }
  .order_xxlarge_9 {
    order: 9;
  }
  .order_xxlarge_10 {
    order: 10;
  }
  .order_xxlarge_11 {
    order: 11;
  }
  .order_xxlarge_12 {
    order: 12;
  }
  .order_xxlarge_first {
    order: -1;
  }
  .order_xxlarge_last {
    order: 13;
  }
}
.offset_0 {
  grid-column-start: 1;
}

.offset_1 {
  grid-column-start: 2;
}

.offset_2 {
  grid-column-start: 3;
}

.offset_3 {
  grid-column-start: 4;
}

.offset_4 {
  grid-column-start: 5;
}

.offset_5 {
  grid-column-start: 6;
}

.offset_6 {
  grid-column-start: 7;
}

.offset_7 {
  grid-column-start: 8;
}

.offset_8 {
  grid-column-start: 9;
}

.offset_9 {
  grid-column-start: 10;
}

.offset_10 {
  grid-column-start: 11;
}

.offset_11 {
  grid-column-start: 12;
}

.offset_0 {
  grid-column-start: 1;
}

.offset_1 {
  grid-column-start: 2;
}

.offset_2 {
  grid-column-start: 3;
}

.offset_3 {
  grid-column-start: 4;
}

.offset_4 {
  grid-column-start: 5;
}

.offset_5 {
  grid-column-start: 6;
}

.offset_6 {
  grid-column-start: 7;
}

.offset_7 {
  grid-column-start: 8;
}

.offset_8 {
  grid-column-start: 9;
}

.offset_9 {
  grid-column-start: 10;
}

.offset_10 {
  grid-column-start: 11;
}

.offset_11 {
  grid-column-start: 12;
}

@media (min-width: 640px) {
  .offset_medium_0 {
    grid-column-start: 1;
  }
  .offset_medium_1 {
    grid-column-start: 2;
  }
  .offset_medium_2 {
    grid-column-start: 3;
  }
  .offset_medium_3 {
    grid-column-start: 4;
  }
  .offset_medium_4 {
    grid-column-start: 5;
  }
  .offset_medium_5 {
    grid-column-start: 6;
  }
  .offset_medium_6 {
    grid-column-start: 7;
  }
  .offset_medium_7 {
    grid-column-start: 8;
  }
  .offset_medium_8 {
    grid-column-start: 9;
  }
  .offset_medium_9 {
    grid-column-start: 10;
  }
  .offset_medium_10 {
    grid-column-start: 11;
  }
  .offset_medium_11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1024px) {
  .offset_large_0 {
    grid-column-start: 1;
  }
  .offset_large_1 {
    grid-column-start: 2;
  }
  .offset_large_2 {
    grid-column-start: 3;
  }
  .offset_large_3 {
    grid-column-start: 4;
  }
  .offset_large_4 {
    grid-column-start: 5;
  }
  .offset_large_5 {
    grid-column-start: 6;
  }
  .offset_large_6 {
    grid-column-start: 7;
  }
  .offset_large_7 {
    grid-column-start: 8;
  }
  .offset_large_8 {
    grid-column-start: 9;
  }
  .offset_large_9 {
    grid-column-start: 10;
  }
  .offset_large_10 {
    grid-column-start: 11;
  }
  .offset_large_11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1200px) {
  .offset_xlarge_0 {
    grid-column-start: 1;
  }
  .offset_xlarge_1 {
    grid-column-start: 2;
  }
  .offset_xlarge_2 {
    grid-column-start: 3;
  }
  .offset_xlarge_3 {
    grid-column-start: 4;
  }
  .offset_xlarge_4 {
    grid-column-start: 5;
  }
  .offset_xlarge_5 {
    grid-column-start: 6;
  }
  .offset_xlarge_6 {
    grid-column-start: 7;
  }
  .offset_xlarge_7 {
    grid-column-start: 8;
  }
  .offset_xlarge_8 {
    grid-column-start: 9;
  }
  .offset_xlarge_9 {
    grid-column-start: 10;
  }
  .offset_xlarge_10 {
    grid-column-start: 11;
  }
  .offset_xlarge_11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1400px) {
  .offset_xxlarge_0 {
    grid-column-start: 1;
  }
  .offset_xxlarge_1 {
    grid-column-start: 2;
  }
  .offset_xxlarge_2 {
    grid-column-start: 3;
  }
  .offset_xxlarge_3 {
    grid-column-start: 4;
  }
  .offset_xxlarge_4 {
    grid-column-start: 5;
  }
  .offset_xxlarge_5 {
    grid-column-start: 6;
  }
  .offset_xxlarge_6 {
    grid-column-start: 7;
  }
  .offset_xxlarge_7 {
    grid-column-start: 8;
  }
  .offset_xxlarge_8 {
    grid-column-start: 9;
  }
  .offset_xxlarge_9 {
    grid-column-start: 10;
  }
  .offset_xxlarge_10 {
    grid-column-start: 11;
  }
  .offset_xxlarge_11 {
    grid-column-start: 12;
  }
}
.row_flex, .row_flex_no_gutters {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row_flex > *, .row_flex_no_gutters > * {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.row_flex_no_gutters {
  margin-right: 0;
  margin-left: 0;
}
.row_flex_no_gutters > * {
  padding-right: 0;
  padding-left: 0;
}

.flex_fill {
  flex: 1 1 auto;
}

.flex_grow_0 {
  flex-grow: 0;
}

.flex_grow_1 {
  flex-grow: 1;
}

.flex_shrink_0 {
  flex-shrink: 0;
}

.flex_shrink_1 {
  flex-shrink: 1;
}

.align_items_start {
  align-items: start;
}

.align_items_end {
  align-items: end;
}

.align_items_center {
  align-items: center;
}

.align_items_stretch {
  align-items: stretch;
}

.justify_content_start {
  justify-content: start;
}

.justify_content_end {
  justify-content: end;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.justify_content_around {
  justify-content: space-around;
}

.justify_content_evenly {
  justify-content: space-evenly;
}

.align_self_start {
  align-self: start;
}

.align_self_end {
  align-self: end;
}

.align_self_center {
  align-self: center;
}

.align_self_stretch {
  align-self: stretch;
}

.justify_self_start {
  justify-self: start;
}

.justify_self_end {
  justify-self: end;
}

.justify_self_center {
  justify-self: center;
}

.justify_self_stretch {
  justify-self: stretch;
}

.align_items_start {
  align-items: start;
}

.align_items_end {
  align-items: end;
}

.align_items_center {
  align-items: center;
}

.align_items_stretch {
  align-items: stretch;
}

.justify_content_start {
  justify-content: start;
}

.justify_content_end {
  justify-content: end;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.justify_content_around {
  justify-content: space-around;
}

.justify_content_evenly {
  justify-content: space-evenly;
}

@media (min-width: 640px) {
  .align_items_medium_start {
    align-items: start;
  }
  .align_items_medium_end {
    align-items: end;
  }
  .align_items_medium_center {
    align-items: center;
  }
  .align_items_medium_stretch {
    align-items: stretch;
  }
  .justify_content_medium_start {
    justify-content: start;
  }
  .justify_content_medium_end {
    justify-content: end;
  }
  .justify_content_medium_center {
    justify-content: center;
  }
  .justify_content_medium_between {
    justify-content: space-between;
  }
  .justify_content_medium_around {
    justify-content: space-around;
  }
  .justify_content_medium_evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .align_items_large_start {
    align-items: start;
  }
  .align_items_large_end {
    align-items: end;
  }
  .align_items_large_center {
    align-items: center;
  }
  .align_items_large_stretch {
    align-items: stretch;
  }
  .justify_content_large_start {
    justify-content: start;
  }
  .justify_content_large_end {
    justify-content: end;
  }
  .justify_content_large_center {
    justify-content: center;
  }
  .justify_content_large_between {
    justify-content: space-between;
  }
  .justify_content_large_around {
    justify-content: space-around;
  }
  .justify_content_large_evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .align_items_xlarge_start {
    align-items: start;
  }
  .align_items_xlarge_end {
    align-items: end;
  }
  .align_items_xlarge_center {
    align-items: center;
  }
  .align_items_xlarge_stretch {
    align-items: stretch;
  }
  .justify_content_xlarge_start {
    justify-content: start;
  }
  .justify_content_xlarge_end {
    justify-content: end;
  }
  .justify_content_xlarge_center {
    justify-content: center;
  }
  .justify_content_xlarge_between {
    justify-content: space-between;
  }
  .justify_content_xlarge_around {
    justify-content: space-around;
  }
  .justify_content_xlarge_evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1400px) {
  .align_items_xxlarge_start {
    align-items: start;
  }
  .align_items_xxlarge_end {
    align-items: end;
  }
  .align_items_xxlarge_center {
    align-items: center;
  }
  .align_items_xxlarge_stretch {
    align-items: stretch;
  }
  .justify_content_xxlarge_start {
    justify-content: start;
  }
  .justify_content_xxlarge_end {
    justify-content: end;
  }
  .justify_content_xxlarge_center {
    justify-content: center;
  }
  .justify_content_xxlarge_between {
    justify-content: space-between;
  }
  .justify_content_xxlarge_around {
    justify-content: space-around;
  }
  .justify_content_xxlarge_evenly {
    justify-content: space-evenly;
  }
}
.gap_0 {
  gap: 0;
}

.gap_1 {
  gap: 0.25rem;
}

.gap_2 {
  gap: 0.5rem;
}

.gap_3 {
  gap: 0.75rem;
}

.gap_4 {
  gap: 1rem;
}

.gap_5 {
  gap: 1.25rem;
}

.gap_6 {
  gap: 1.5rem;
}

.row_gap_0 {
  row-gap: 0;
}

.row_gap_1 {
  row-gap: 0.25rem;
}

.row_gap_2 {
  row-gap: 0.5rem;
}

.row_gap_3 {
  row-gap: 0.75rem;
}

.row_gap_4 {
  row-gap: 1rem;
}

.row_gap_5 {
  row-gap: 1.25rem;
}

.row_gap_6 {
  row-gap: 1.5rem;
}

.column_gap_0 {
  column-gap: 0;
}

.column_gap_1 {
  column-gap: 0.25rem;
}

.column_gap_2 {
  column-gap: 0.5rem;
}

.column_gap_3 {
  column-gap: 0.75rem;
}

.column_gap_4 {
  column-gap: 1rem;
}

.column_gap_5 {
  column-gap: 1.25rem;
}

.column_gap_6 {
  column-gap: 1.5rem;
}

.m_0 {
  margin: 0;
}

.mt_0,
.my_0 {
  margin-top: 0;
}

.mr_0,
.mx_0 {
  margin-right: 0;
}

.mb_0,
.my_0 {
  margin-bottom: 0;
}

.ml_0,
.mx_0 {
  margin-left: 0;
}

.m_1 {
  margin: 0.25rem;
}

.mt_1,
.my_1 {
  margin-top: 0.25rem;
}

.mr_1,
.mx_1 {
  margin-right: 0.25rem;
}

.mb_1,
.my_1 {
  margin-bottom: 0.25rem;
}

.ml_1,
.mx_1 {
  margin-left: 0.25rem;
}

.m_2 {
  margin: 0.5rem;
}

.mt_2,
.my_2 {
  margin-top: 0.5rem;
}

.mr_2,
.mx_2 {
  margin-right: 0.5rem;
}

.mb_2,
.my_2 {
  margin-bottom: 0.5rem;
}

.ml_2,
.mx_2 {
  margin-left: 0.5rem;
}

.m_3 {
  margin: 0.75rem;
}

.mt_3,
.my_3 {
  margin-top: 0.75rem;
}

.mr_3,
.mx_3 {
  margin-right: 0.75rem;
}

.mb_3,
.my_3 {
  margin-bottom: 0.75rem;
}

.ml_3,
.mx_3 {
  margin-left: 0.75rem;
}

.m_4 {
  margin: 1rem;
}

.mt_4,
.my_4 {
  margin-top: 1rem;
}

.mr_4,
.mx_4 {
  margin-right: 1rem;
}

.mb_4,
.my_4 {
  margin-bottom: 1rem;
}

.ml_4,
.mx_4 {
  margin-left: 1rem;
}

.m_5 {
  margin: 1.25rem;
}

.mt_5,
.my_5 {
  margin-top: 1.25rem;
}

.mr_5,
.mx_5 {
  margin-right: 1.25rem;
}

.mb_5,
.my_5 {
  margin-bottom: 1.25rem;
}

.ml_5,
.mx_5 {
  margin-left: 1.25rem;
}

.m_6 {
  margin: 1.5rem;
}

.mt_6,
.my_6 {
  margin-top: 1.5rem;
}

.mr_6,
.mx_6 {
  margin-right: 1.5rem;
}

.mb_6,
.my_6 {
  margin-bottom: 1.5rem;
}

.ml_6,
.mx_6 {
  margin-left: 1.5rem;
}

.m_8 {
  margin: 2rem;
}

.mt_8,
.my_8 {
  margin-top: 2rem;
}

.mr_8,
.mx_8 {
  margin-right: 2rem;
}

.mb_8,
.my_8 {
  margin-bottom: 2rem;
}

.ml_8,
.mx_8 {
  margin-left: 2rem;
}

.m_10 {
  margin: 2.5rem;
}

.mt_10,
.my_10 {
  margin-top: 2.5rem;
}

.mr_10,
.mx_10 {
  margin-right: 2.5rem;
}

.mb_10,
.my_10 {
  margin-bottom: 2.5rem;
}

.ml_10,
.mx_10 {
  margin-left: 2.5rem;
}

.m_12 {
  margin: 3rem;
}

.mt_12,
.my_12 {
  margin-top: 3rem;
}

.mr_12,
.mx_12 {
  margin-right: 3rem;
}

.mb_12,
.my_12 {
  margin-bottom: 3rem;
}

.ml_12,
.mx_12 {
  margin-left: 3rem;
}

.m_16 {
  margin: 4rem;
}

.mt_16,
.my_16 {
  margin-top: 4rem;
}

.mr_16,
.mx_16 {
  margin-right: 4rem;
}

.mb_16,
.my_16 {
  margin-bottom: 4rem;
}

.ml_16,
.mx_16 {
  margin-left: 4rem;
}

.m_20 {
  margin: 5rem;
}

.mt_20,
.my_20 {
  margin-top: 5rem;
}

.mr_20,
.mx_20 {
  margin-right: 5rem;
}

.mb_20,
.my_20 {
  margin-bottom: 5rem;
}

.ml_20,
.mx_20 {
  margin-left: 5rem;
}

.m_24 {
  margin: 6rem;
}

.mt_24,
.my_24 {
  margin-top: 6rem;
}

.mr_24,
.mx_24 {
  margin-right: 6rem;
}

.mb_24,
.my_24 {
  margin-bottom: 6rem;
}

.ml_24,
.mx_24 {
  margin-left: 6rem;
}

.p_0 {
  padding: 0;
}

.pt_0,
.py_0 {
  padding-top: 0;
}

.pr_0,
.px_0 {
  padding-right: 0;
}

.pb_0,
.py_0 {
  padding-bottom: 0;
}

.pl_0,
.px_0 {
  padding-left: 0;
}

.p_1 {
  padding: 0.25rem;
}

.pt_1,
.py_1 {
  padding-top: 0.25rem;
}

.pr_1,
.px_1 {
  padding-right: 0.25rem;
}

.pb_1,
.py_1 {
  padding-bottom: 0.25rem;
}

.pl_1,
.px_1 {
  padding-left: 0.25rem;
}

.p_2 {
  padding: 0.5rem;
}

.pt_2,
.py_2 {
  padding-top: 0.5rem;
}

.pr_2,
.px_2 {
  padding-right: 0.5rem;
}

.pb_2,
.py_2 {
  padding-bottom: 0.5rem;
}

.pl_2,
.px_2 {
  padding-left: 0.5rem;
}

.p_3 {
  padding: 0.75rem;
}

.pt_3,
.py_3 {
  padding-top: 0.75rem;
}

.pr_3,
.px_3 {
  padding-right: 0.75rem;
}

.pb_3,
.py_3 {
  padding-bottom: 0.75rem;
}

.pl_3,
.px_3 {
  padding-left: 0.75rem;
}

.p_4 {
  padding: 1rem;
}

.pt_4,
.py_4 {
  padding-top: 1rem;
}

.pr_4,
.px_4 {
  padding-right: 1rem;
}

.pb_4,
.py_4 {
  padding-bottom: 1rem;
}

.pl_4,
.px_4 {
  padding-left: 1rem;
}

.p_5 {
  padding: 1.25rem;
}

.pt_5,
.py_5 {
  padding-top: 1.25rem;
}

.pr_5,
.px_5 {
  padding-right: 1.25rem;
}

.pb_5,
.py_5 {
  padding-bottom: 1.25rem;
}

.pl_5,
.px_5 {
  padding-left: 1.25rem;
}

.p_6 {
  padding: 1.5rem;
}

.pt_6,
.py_6 {
  padding-top: 1.5rem;
}

.pr_6,
.px_6 {
  padding-right: 1.5rem;
}

.pb_6,
.py_6 {
  padding-bottom: 1.5rem;
}

.pl_6,
.px_6 {
  padding-left: 1.5rem;
}

.p_8 {
  padding: 2rem;
}

.pt_8,
.py_8 {
  padding-top: 2rem;
}

.pr_8,
.px_8 {
  padding-right: 2rem;
}

.pb_8,
.py_8 {
  padding-bottom: 2rem;
}

.pl_8,
.px_8 {
  padding-left: 2rem;
}

.p_10 {
  padding: 2.5rem;
}

.pt_10,
.py_10 {
  padding-top: 2.5rem;
}

.pr_10,
.px_10 {
  padding-right: 2.5rem;
}

.pb_10,
.py_10 {
  padding-bottom: 2.5rem;
}

.pl_10,
.px_10 {
  padding-left: 2.5rem;
}

.p_12 {
  padding: 3rem;
}

.pt_12,
.py_12 {
  padding-top: 3rem;
}

.pr_12,
.px_12 {
  padding-right: 3rem;
}

.pb_12,
.py_12 {
  padding-bottom: 3rem;
}

.pl_12,
.px_12 {
  padding-left: 3rem;
}

.p_16 {
  padding: 4rem;
}

.pt_16,
.py_16 {
  padding-top: 4rem;
}

.pr_16,
.px_16 {
  padding-right: 4rem;
}

.pb_16,
.py_16 {
  padding-bottom: 4rem;
}

.pl_16,
.px_16 {
  padding-left: 4rem;
}

.p_20 {
  padding: 5rem;
}

.pt_20,
.py_20 {
  padding-top: 5rem;
}

.pr_20,
.px_20 {
  padding-right: 5rem;
}

.pb_20,
.py_20 {
  padding-bottom: 5rem;
}

.pl_20,
.px_20 {
  padding-left: 5rem;
}

.p_24 {
  padding: 6rem;
}

.pt_24,
.py_24 {
  padding-top: 6rem;
}

.pr_24,
.px_24 {
  padding-right: 6rem;
}

.pb_24,
.py_24 {
  padding-bottom: 6rem;
}

.pl_24,
.px_24 {
  padding-left: 6rem;
}

.m_n1 {
  margin: -0.25rem;
}

.mt_n1,
.my_n1 {
  margin-top: -0.25rem;
}

.mr_n1,
.mx_n1 {
  margin-right: -0.25rem;
}

.mb_n1,
.my_n1 {
  margin-bottom: -0.25rem;
}

.ml_n1,
.mx_n1 {
  margin-left: -0.25rem;
}

.m_n2 {
  margin: -0.5rem;
}

.mt_n2,
.my_n2 {
  margin-top: -0.5rem;
}

.mr_n2,
.mx_n2 {
  margin-right: -0.5rem;
}

.mb_n2,
.my_n2 {
  margin-bottom: -0.5rem;
}

.ml_n2,
.mx_n2 {
  margin-left: -0.5rem;
}

.m_n3 {
  margin: -0.75rem;
}

.mt_n3,
.my_n3 {
  margin-top: -0.75rem;
}

.mr_n3,
.mx_n3 {
  margin-right: -0.75rem;
}

.mb_n3,
.my_n3 {
  margin-bottom: -0.75rem;
}

.ml_n3,
.mx_n3 {
  margin-left: -0.75rem;
}

.m_n4 {
  margin: -1rem;
}

.mt_n4,
.my_n4 {
  margin-top: -1rem;
}

.mr_n4,
.mx_n4 {
  margin-right: -1rem;
}

.mb_n4,
.my_n4 {
  margin-bottom: -1rem;
}

.ml_n4,
.mx_n4 {
  margin-left: -1rem;
}

.m_n5 {
  margin: -1.25rem;
}

.mt_n5,
.my_n5 {
  margin-top: -1.25rem;
}

.mr_n5,
.mx_n5 {
  margin-right: -1.25rem;
}

.mb_n5,
.my_n5 {
  margin-bottom: -1.25rem;
}

.ml_n5,
.mx_n5 {
  margin-left: -1.25rem;
}

.m_n6 {
  margin: -1.5rem;
}

.mt_n6,
.my_n6 {
  margin-top: -1.5rem;
}

.mr_n6,
.mx_n6 {
  margin-right: -1.5rem;
}

.mb_n6,
.my_n6 {
  margin-bottom: -1.5rem;
}

.ml_n6,
.mx_n6 {
  margin-left: -1.5rem;
}

.m_n8 {
  margin: -2rem;
}

.mt_n8,
.my_n8 {
  margin-top: -2rem;
}

.mr_n8,
.mx_n8 {
  margin-right: -2rem;
}

.mb_n8,
.my_n8 {
  margin-bottom: -2rem;
}

.ml_n8,
.mx_n8 {
  margin-left: -2rem;
}

.m_n10 {
  margin: -2.5rem;
}

.mt_n10,
.my_n10 {
  margin-top: -2.5rem;
}

.mr_n10,
.mx_n10 {
  margin-right: -2.5rem;
}

.mb_n10,
.my_n10 {
  margin-bottom: -2.5rem;
}

.ml_n10,
.mx_n10 {
  margin-left: -2.5rem;
}

.m_n12 {
  margin: -3rem;
}

.mt_n12,
.my_n12 {
  margin-top: -3rem;
}

.mr_n12,
.mx_n12 {
  margin-right: -3rem;
}

.mb_n12,
.my_n12 {
  margin-bottom: -3rem;
}

.ml_n12,
.mx_n12 {
  margin-left: -3rem;
}

.m_n16 {
  margin: -4rem;
}

.mt_n16,
.my_n16 {
  margin-top: -4rem;
}

.mr_n16,
.mx_n16 {
  margin-right: -4rem;
}

.mb_n16,
.my_n16 {
  margin-bottom: -4rem;
}

.ml_n16,
.mx_n16 {
  margin-left: -4rem;
}

.m_n20 {
  margin: -5rem;
}

.mt_n20,
.my_n20 {
  margin-top: -5rem;
}

.mr_n20,
.mx_n20 {
  margin-right: -5rem;
}

.mb_n20,
.my_n20 {
  margin-bottom: -5rem;
}

.ml_n20,
.mx_n20 {
  margin-left: -5rem;
}

.m_n24 {
  margin: -6rem;
}

.mt_n24,
.my_n24 {
  margin-top: -6rem;
}

.mr_n24,
.mx_n24 {
  margin-right: -6rem;
}

.mb_n24,
.my_n24 {
  margin-bottom: -6rem;
}

.ml_n24,
.mx_n24 {
  margin-left: -6rem;
}

.m_auto {
  margin: auto;
}

.mt_auto,
.my_auto {
  margin-top: auto;
}

.mr_auto,
.mx_auto {
  margin-right: auto;
}

.mb_auto,
.my_auto {
  margin-bottom: auto;
}

.ml_auto,
.mx_auto {
  margin-left: auto;
}

.m_0 {
  margin: 0;
}

.mt_0,
.my_0 {
  margin-top: 0;
}

.mr_0,
.mx_0 {
  margin-right: 0;
}

.mb_0,
.my_0 {
  margin-bottom: 0;
}

.ml_0,
.mx_0 {
  margin-left: 0;
}

.m_1 {
  margin: 0.25rem;
}

.mt_1,
.my_1 {
  margin-top: 0.25rem;
}

.mr_1,
.mx_1 {
  margin-right: 0.25rem;
}

.mb_1,
.my_1 {
  margin-bottom: 0.25rem;
}

.ml_1,
.mx_1 {
  margin-left: 0.25rem;
}

.m_2 {
  margin: 0.5rem;
}

.mt_2,
.my_2 {
  margin-top: 0.5rem;
}

.mr_2,
.mx_2 {
  margin-right: 0.5rem;
}

.mb_2,
.my_2 {
  margin-bottom: 0.5rem;
}

.ml_2,
.mx_2 {
  margin-left: 0.5rem;
}

.m_3 {
  margin: 0.75rem;
}

.mt_3,
.my_3 {
  margin-top: 0.75rem;
}

.mr_3,
.mx_3 {
  margin-right: 0.75rem;
}

.mb_3,
.my_3 {
  margin-bottom: 0.75rem;
}

.ml_3,
.mx_3 {
  margin-left: 0.75rem;
}

.m_4 {
  margin: 1rem;
}

.mt_4,
.my_4 {
  margin-top: 1rem;
}

.mr_4,
.mx_4 {
  margin-right: 1rem;
}

.mb_4,
.my_4 {
  margin-bottom: 1rem;
}

.ml_4,
.mx_4 {
  margin-left: 1rem;
}

.m_5 {
  margin: 1.25rem;
}

.mt_5,
.my_5 {
  margin-top: 1.25rem;
}

.mr_5,
.mx_5 {
  margin-right: 1.25rem;
}

.mb_5,
.my_5 {
  margin-bottom: 1.25rem;
}

.ml_5,
.mx_5 {
  margin-left: 1.25rem;
}

.m_6 {
  margin: 1.5rem;
}

.mt_6,
.my_6 {
  margin-top: 1.5rem;
}

.mr_6,
.mx_6 {
  margin-right: 1.5rem;
}

.mb_6,
.my_6 {
  margin-bottom: 1.5rem;
}

.ml_6,
.mx_6 {
  margin-left: 1.5rem;
}

.m_8 {
  margin: 2rem;
}

.mt_8,
.my_8 {
  margin-top: 2rem;
}

.mr_8,
.mx_8 {
  margin-right: 2rem;
}

.mb_8,
.my_8 {
  margin-bottom: 2rem;
}

.ml_8,
.mx_8 {
  margin-left: 2rem;
}

.m_10 {
  margin: 2.5rem;
}

.mt_10,
.my_10 {
  margin-top: 2.5rem;
}

.mr_10,
.mx_10 {
  margin-right: 2.5rem;
}

.mb_10,
.my_10 {
  margin-bottom: 2.5rem;
}

.ml_10,
.mx_10 {
  margin-left: 2.5rem;
}

.m_12 {
  margin: 3rem;
}

.mt_12,
.my_12 {
  margin-top: 3rem;
}

.mr_12,
.mx_12 {
  margin-right: 3rem;
}

.mb_12,
.my_12 {
  margin-bottom: 3rem;
}

.ml_12,
.mx_12 {
  margin-left: 3rem;
}

.m_16 {
  margin: 4rem;
}

.mt_16,
.my_16 {
  margin-top: 4rem;
}

.mr_16,
.mx_16 {
  margin-right: 4rem;
}

.mb_16,
.my_16 {
  margin-bottom: 4rem;
}

.ml_16,
.mx_16 {
  margin-left: 4rem;
}

.m_20 {
  margin: 5rem;
}

.mt_20,
.my_20 {
  margin-top: 5rem;
}

.mr_20,
.mx_20 {
  margin-right: 5rem;
}

.mb_20,
.my_20 {
  margin-bottom: 5rem;
}

.ml_20,
.mx_20 {
  margin-left: 5rem;
}

.m_24 {
  margin: 6rem;
}

.mt_24,
.my_24 {
  margin-top: 6rem;
}

.mr_24,
.mx_24 {
  margin-right: 6rem;
}

.mb_24,
.my_24 {
  margin-bottom: 6rem;
}

.ml_24,
.mx_24 {
  margin-left: 6rem;
}

.p_0 {
  padding: 0;
}

.pt_0,
.py_0 {
  padding-top: 0;
}

.pr_0,
.px_0 {
  padding-right: 0;
}

.pb_0,
.py_0 {
  padding-bottom: 0;
}

.pl_0,
.px_0 {
  padding-left: 0;
}

.p_1 {
  padding: 0.25rem;
}

.pt_1,
.py_1 {
  padding-top: 0.25rem;
}

.pr_1,
.px_1 {
  padding-right: 0.25rem;
}

.pb_1,
.py_1 {
  padding-bottom: 0.25rem;
}

.pl_1,
.px_1 {
  padding-left: 0.25rem;
}

.p_2 {
  padding: 0.5rem;
}

.pt_2,
.py_2 {
  padding-top: 0.5rem;
}

.pr_2,
.px_2 {
  padding-right: 0.5rem;
}

.pb_2,
.py_2 {
  padding-bottom: 0.5rem;
}

.pl_2,
.px_2 {
  padding-left: 0.5rem;
}

.p_3 {
  padding: 0.75rem;
}

.pt_3,
.py_3 {
  padding-top: 0.75rem;
}

.pr_3,
.px_3 {
  padding-right: 0.75rem;
}

.pb_3,
.py_3 {
  padding-bottom: 0.75rem;
}

.pl_3,
.px_3 {
  padding-left: 0.75rem;
}

.p_4 {
  padding: 1rem;
}

.pt_4,
.py_4 {
  padding-top: 1rem;
}

.pr_4,
.px_4 {
  padding-right: 1rem;
}

.pb_4,
.py_4 {
  padding-bottom: 1rem;
}

.pl_4,
.px_4 {
  padding-left: 1rem;
}

.p_5 {
  padding: 1.25rem;
}

.pt_5,
.py_5 {
  padding-top: 1.25rem;
}

.pr_5,
.px_5 {
  padding-right: 1.25rem;
}

.pb_5,
.py_5 {
  padding-bottom: 1.25rem;
}

.pl_5,
.px_5 {
  padding-left: 1.25rem;
}

.p_6 {
  padding: 1.5rem;
}

.pt_6,
.py_6 {
  padding-top: 1.5rem;
}

.pr_6,
.px_6 {
  padding-right: 1.5rem;
}

.pb_6,
.py_6 {
  padding-bottom: 1.5rem;
}

.pl_6,
.px_6 {
  padding-left: 1.5rem;
}

.p_8 {
  padding: 2rem;
}

.pt_8,
.py_8 {
  padding-top: 2rem;
}

.pr_8,
.px_8 {
  padding-right: 2rem;
}

.pb_8,
.py_8 {
  padding-bottom: 2rem;
}

.pl_8,
.px_8 {
  padding-left: 2rem;
}

.p_10 {
  padding: 2.5rem;
}

.pt_10,
.py_10 {
  padding-top: 2.5rem;
}

.pr_10,
.px_10 {
  padding-right: 2.5rem;
}

.pb_10,
.py_10 {
  padding-bottom: 2.5rem;
}

.pl_10,
.px_10 {
  padding-left: 2.5rem;
}

.p_12 {
  padding: 3rem;
}

.pt_12,
.py_12 {
  padding-top: 3rem;
}

.pr_12,
.px_12 {
  padding-right: 3rem;
}

.pb_12,
.py_12 {
  padding-bottom: 3rem;
}

.pl_12,
.px_12 {
  padding-left: 3rem;
}

.p_16 {
  padding: 4rem;
}

.pt_16,
.py_16 {
  padding-top: 4rem;
}

.pr_16,
.px_16 {
  padding-right: 4rem;
}

.pb_16,
.py_16 {
  padding-bottom: 4rem;
}

.pl_16,
.px_16 {
  padding-left: 4rem;
}

.p_20 {
  padding: 5rem;
}

.pt_20,
.py_20 {
  padding-top: 5rem;
}

.pr_20,
.px_20 {
  padding-right: 5rem;
}

.pb_20,
.py_20 {
  padding-bottom: 5rem;
}

.pl_20,
.px_20 {
  padding-left: 5rem;
}

.p_24 {
  padding: 6rem;
}

.pt_24,
.py_24 {
  padding-top: 6rem;
}

.pr_24,
.px_24 {
  padding-right: 6rem;
}

.pb_24,
.py_24 {
  padding-bottom: 6rem;
}

.pl_24,
.px_24 {
  padding-left: 6rem;
}

@media (min-width: 640px) {
  .m_medium_0 {
    margin: 0;
  }
  .mt_medium_0,
  .my_medium_0 {
    margin-top: 0;
  }
  .mr_medium_0,
  .mx_medium_0 {
    margin-right: 0;
  }
  .mb_medium_0,
  .my_medium_0 {
    margin-bottom: 0;
  }
  .ml_medium_0,
  .mx_medium_0 {
    margin-left: 0;
  }
  .m_medium_1 {
    margin: 0.25rem;
  }
  .mt_medium_1,
  .my_medium_1 {
    margin-top: 0.25rem;
  }
  .mr_medium_1,
  .mx_medium_1 {
    margin-right: 0.25rem;
  }
  .mb_medium_1,
  .my_medium_1 {
    margin-bottom: 0.25rem;
  }
  .ml_medium_1,
  .mx_medium_1 {
    margin-left: 0.25rem;
  }
  .m_medium_2 {
    margin: 0.5rem;
  }
  .mt_medium_2,
  .my_medium_2 {
    margin-top: 0.5rem;
  }
  .mr_medium_2,
  .mx_medium_2 {
    margin-right: 0.5rem;
  }
  .mb_medium_2,
  .my_medium_2 {
    margin-bottom: 0.5rem;
  }
  .ml_medium_2,
  .mx_medium_2 {
    margin-left: 0.5rem;
  }
  .m_medium_3 {
    margin: 0.75rem;
  }
  .mt_medium_3,
  .my_medium_3 {
    margin-top: 0.75rem;
  }
  .mr_medium_3,
  .mx_medium_3 {
    margin-right: 0.75rem;
  }
  .mb_medium_3,
  .my_medium_3 {
    margin-bottom: 0.75rem;
  }
  .ml_medium_3,
  .mx_medium_3 {
    margin-left: 0.75rem;
  }
  .m_medium_4 {
    margin: 1rem;
  }
  .mt_medium_4,
  .my_medium_4 {
    margin-top: 1rem;
  }
  .mr_medium_4,
  .mx_medium_4 {
    margin-right: 1rem;
  }
  .mb_medium_4,
  .my_medium_4 {
    margin-bottom: 1rem;
  }
  .ml_medium_4,
  .mx_medium_4 {
    margin-left: 1rem;
  }
  .m_medium_5 {
    margin: 1.25rem;
  }
  .mt_medium_5,
  .my_medium_5 {
    margin-top: 1.25rem;
  }
  .mr_medium_5,
  .mx_medium_5 {
    margin-right: 1.25rem;
  }
  .mb_medium_5,
  .my_medium_5 {
    margin-bottom: 1.25rem;
  }
  .ml_medium_5,
  .mx_medium_5 {
    margin-left: 1.25rem;
  }
  .m_medium_6 {
    margin: 1.5rem;
  }
  .mt_medium_6,
  .my_medium_6 {
    margin-top: 1.5rem;
  }
  .mr_medium_6,
  .mx_medium_6 {
    margin-right: 1.5rem;
  }
  .mb_medium_6,
  .my_medium_6 {
    margin-bottom: 1.5rem;
  }
  .ml_medium_6,
  .mx_medium_6 {
    margin-left: 1.5rem;
  }
  .m_medium_8 {
    margin: 2rem;
  }
  .mt_medium_8,
  .my_medium_8 {
    margin-top: 2rem;
  }
  .mr_medium_8,
  .mx_medium_8 {
    margin-right: 2rem;
  }
  .mb_medium_8,
  .my_medium_8 {
    margin-bottom: 2rem;
  }
  .ml_medium_8,
  .mx_medium_8 {
    margin-left: 2rem;
  }
  .m_medium_10 {
    margin: 2.5rem;
  }
  .mt_medium_10,
  .my_medium_10 {
    margin-top: 2.5rem;
  }
  .mr_medium_10,
  .mx_medium_10 {
    margin-right: 2.5rem;
  }
  .mb_medium_10,
  .my_medium_10 {
    margin-bottom: 2.5rem;
  }
  .ml_medium_10,
  .mx_medium_10 {
    margin-left: 2.5rem;
  }
  .m_medium_12 {
    margin: 3rem;
  }
  .mt_medium_12,
  .my_medium_12 {
    margin-top: 3rem;
  }
  .mr_medium_12,
  .mx_medium_12 {
    margin-right: 3rem;
  }
  .mb_medium_12,
  .my_medium_12 {
    margin-bottom: 3rem;
  }
  .ml_medium_12,
  .mx_medium_12 {
    margin-left: 3rem;
  }
  .m_medium_16 {
    margin: 4rem;
  }
  .mt_medium_16,
  .my_medium_16 {
    margin-top: 4rem;
  }
  .mr_medium_16,
  .mx_medium_16 {
    margin-right: 4rem;
  }
  .mb_medium_16,
  .my_medium_16 {
    margin-bottom: 4rem;
  }
  .ml_medium_16,
  .mx_medium_16 {
    margin-left: 4rem;
  }
  .m_medium_20 {
    margin: 5rem;
  }
  .mt_medium_20,
  .my_medium_20 {
    margin-top: 5rem;
  }
  .mr_medium_20,
  .mx_medium_20 {
    margin-right: 5rem;
  }
  .mb_medium_20,
  .my_medium_20 {
    margin-bottom: 5rem;
  }
  .ml_medium_20,
  .mx_medium_20 {
    margin-left: 5rem;
  }
  .m_medium_24 {
    margin: 6rem;
  }
  .mt_medium_24,
  .my_medium_24 {
    margin-top: 6rem;
  }
  .mr_medium_24,
  .mx_medium_24 {
    margin-right: 6rem;
  }
  .mb_medium_24,
  .my_medium_24 {
    margin-bottom: 6rem;
  }
  .ml_medium_24,
  .mx_medium_24 {
    margin-left: 6rem;
  }
  .p_medium_0 {
    padding: 0;
  }
  .pt_medium_0,
  .py_medium_0 {
    padding-top: 0;
  }
  .pr_medium_0,
  .px_medium_0 {
    padding-right: 0;
  }
  .pb_medium_0,
  .py_medium_0 {
    padding-bottom: 0;
  }
  .pl_medium_0,
  .px_medium_0 {
    padding-left: 0;
  }
  .p_medium_1 {
    padding: 0.25rem;
  }
  .pt_medium_1,
  .py_medium_1 {
    padding-top: 0.25rem;
  }
  .pr_medium_1,
  .px_medium_1 {
    padding-right: 0.25rem;
  }
  .pb_medium_1,
  .py_medium_1 {
    padding-bottom: 0.25rem;
  }
  .pl_medium_1,
  .px_medium_1 {
    padding-left: 0.25rem;
  }
  .p_medium_2 {
    padding: 0.5rem;
  }
  .pt_medium_2,
  .py_medium_2 {
    padding-top: 0.5rem;
  }
  .pr_medium_2,
  .px_medium_2 {
    padding-right: 0.5rem;
  }
  .pb_medium_2,
  .py_medium_2 {
    padding-bottom: 0.5rem;
  }
  .pl_medium_2,
  .px_medium_2 {
    padding-left: 0.5rem;
  }
  .p_medium_3 {
    padding: 0.75rem;
  }
  .pt_medium_3,
  .py_medium_3 {
    padding-top: 0.75rem;
  }
  .pr_medium_3,
  .px_medium_3 {
    padding-right: 0.75rem;
  }
  .pb_medium_3,
  .py_medium_3 {
    padding-bottom: 0.75rem;
  }
  .pl_medium_3,
  .px_medium_3 {
    padding-left: 0.75rem;
  }
  .p_medium_4 {
    padding: 1rem;
  }
  .pt_medium_4,
  .py_medium_4 {
    padding-top: 1rem;
  }
  .pr_medium_4,
  .px_medium_4 {
    padding-right: 1rem;
  }
  .pb_medium_4,
  .py_medium_4 {
    padding-bottom: 1rem;
  }
  .pl_medium_4,
  .px_medium_4 {
    padding-left: 1rem;
  }
  .p_medium_5 {
    padding: 1.25rem;
  }
  .pt_medium_5,
  .py_medium_5 {
    padding-top: 1.25rem;
  }
  .pr_medium_5,
  .px_medium_5 {
    padding-right: 1.25rem;
  }
  .pb_medium_5,
  .py_medium_5 {
    padding-bottom: 1.25rem;
  }
  .pl_medium_5,
  .px_medium_5 {
    padding-left: 1.25rem;
  }
  .p_medium_6 {
    padding: 1.5rem;
  }
  .pt_medium_6,
  .py_medium_6 {
    padding-top: 1.5rem;
  }
  .pr_medium_6,
  .px_medium_6 {
    padding-right: 1.5rem;
  }
  .pb_medium_6,
  .py_medium_6 {
    padding-bottom: 1.5rem;
  }
  .pl_medium_6,
  .px_medium_6 {
    padding-left: 1.5rem;
  }
  .p_medium_8 {
    padding: 2rem;
  }
  .pt_medium_8,
  .py_medium_8 {
    padding-top: 2rem;
  }
  .pr_medium_8,
  .px_medium_8 {
    padding-right: 2rem;
  }
  .pb_medium_8,
  .py_medium_8 {
    padding-bottom: 2rem;
  }
  .pl_medium_8,
  .px_medium_8 {
    padding-left: 2rem;
  }
  .p_medium_10 {
    padding: 2.5rem;
  }
  .pt_medium_10,
  .py_medium_10 {
    padding-top: 2.5rem;
  }
  .pr_medium_10,
  .px_medium_10 {
    padding-right: 2.5rem;
  }
  .pb_medium_10,
  .py_medium_10 {
    padding-bottom: 2.5rem;
  }
  .pl_medium_10,
  .px_medium_10 {
    padding-left: 2.5rem;
  }
  .p_medium_12 {
    padding: 3rem;
  }
  .pt_medium_12,
  .py_medium_12 {
    padding-top: 3rem;
  }
  .pr_medium_12,
  .px_medium_12 {
    padding-right: 3rem;
  }
  .pb_medium_12,
  .py_medium_12 {
    padding-bottom: 3rem;
  }
  .pl_medium_12,
  .px_medium_12 {
    padding-left: 3rem;
  }
  .p_medium_16 {
    padding: 4rem;
  }
  .pt_medium_16,
  .py_medium_16 {
    padding-top: 4rem;
  }
  .pr_medium_16,
  .px_medium_16 {
    padding-right: 4rem;
  }
  .pb_medium_16,
  .py_medium_16 {
    padding-bottom: 4rem;
  }
  .pl_medium_16,
  .px_medium_16 {
    padding-left: 4rem;
  }
  .p_medium_20 {
    padding: 5rem;
  }
  .pt_medium_20,
  .py_medium_20 {
    padding-top: 5rem;
  }
  .pr_medium_20,
  .px_medium_20 {
    padding-right: 5rem;
  }
  .pb_medium_20,
  .py_medium_20 {
    padding-bottom: 5rem;
  }
  .pl_medium_20,
  .px_medium_20 {
    padding-left: 5rem;
  }
  .p_medium_24 {
    padding: 6rem;
  }
  .pt_medium_24,
  .py_medium_24 {
    padding-top: 6rem;
  }
  .pr_medium_24,
  .px_medium_24 {
    padding-right: 6rem;
  }
  .pb_medium_24,
  .py_medium_24 {
    padding-bottom: 6rem;
  }
  .pl_medium_24,
  .px_medium_24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1024px) {
  .m_large_0 {
    margin: 0;
  }
  .mt_large_0,
  .my_large_0 {
    margin-top: 0;
  }
  .mr_large_0,
  .mx_large_0 {
    margin-right: 0;
  }
  .mb_large_0,
  .my_large_0 {
    margin-bottom: 0;
  }
  .ml_large_0,
  .mx_large_0 {
    margin-left: 0;
  }
  .m_large_1 {
    margin: 0.25rem;
  }
  .mt_large_1,
  .my_large_1 {
    margin-top: 0.25rem;
  }
  .mr_large_1,
  .mx_large_1 {
    margin-right: 0.25rem;
  }
  .mb_large_1,
  .my_large_1 {
    margin-bottom: 0.25rem;
  }
  .ml_large_1,
  .mx_large_1 {
    margin-left: 0.25rem;
  }
  .m_large_2 {
    margin: 0.5rem;
  }
  .mt_large_2,
  .my_large_2 {
    margin-top: 0.5rem;
  }
  .mr_large_2,
  .mx_large_2 {
    margin-right: 0.5rem;
  }
  .mb_large_2,
  .my_large_2 {
    margin-bottom: 0.5rem;
  }
  .ml_large_2,
  .mx_large_2 {
    margin-left: 0.5rem;
  }
  .m_large_3 {
    margin: 0.75rem;
  }
  .mt_large_3,
  .my_large_3 {
    margin-top: 0.75rem;
  }
  .mr_large_3,
  .mx_large_3 {
    margin-right: 0.75rem;
  }
  .mb_large_3,
  .my_large_3 {
    margin-bottom: 0.75rem;
  }
  .ml_large_3,
  .mx_large_3 {
    margin-left: 0.75rem;
  }
  .m_large_4 {
    margin: 1rem;
  }
  .mt_large_4,
  .my_large_4 {
    margin-top: 1rem;
  }
  .mr_large_4,
  .mx_large_4 {
    margin-right: 1rem;
  }
  .mb_large_4,
  .my_large_4 {
    margin-bottom: 1rem;
  }
  .ml_large_4,
  .mx_large_4 {
    margin-left: 1rem;
  }
  .m_large_5 {
    margin: 1.25rem;
  }
  .mt_large_5,
  .my_large_5 {
    margin-top: 1.25rem;
  }
  .mr_large_5,
  .mx_large_5 {
    margin-right: 1.25rem;
  }
  .mb_large_5,
  .my_large_5 {
    margin-bottom: 1.25rem;
  }
  .ml_large_5,
  .mx_large_5 {
    margin-left: 1.25rem;
  }
  .m_large_6 {
    margin: 1.5rem;
  }
  .mt_large_6,
  .my_large_6 {
    margin-top: 1.5rem;
  }
  .mr_large_6,
  .mx_large_6 {
    margin-right: 1.5rem;
  }
  .mb_large_6,
  .my_large_6 {
    margin-bottom: 1.5rem;
  }
  .ml_large_6,
  .mx_large_6 {
    margin-left: 1.5rem;
  }
  .m_large_8 {
    margin: 2rem;
  }
  .mt_large_8,
  .my_large_8 {
    margin-top: 2rem;
  }
  .mr_large_8,
  .mx_large_8 {
    margin-right: 2rem;
  }
  .mb_large_8,
  .my_large_8 {
    margin-bottom: 2rem;
  }
  .ml_large_8,
  .mx_large_8 {
    margin-left: 2rem;
  }
  .m_large_10 {
    margin: 2.5rem;
  }
  .mt_large_10,
  .my_large_10 {
    margin-top: 2.5rem;
  }
  .mr_large_10,
  .mx_large_10 {
    margin-right: 2.5rem;
  }
  .mb_large_10,
  .my_large_10 {
    margin-bottom: 2.5rem;
  }
  .ml_large_10,
  .mx_large_10 {
    margin-left: 2.5rem;
  }
  .m_large_12 {
    margin: 3rem;
  }
  .mt_large_12,
  .my_large_12 {
    margin-top: 3rem;
  }
  .mr_large_12,
  .mx_large_12 {
    margin-right: 3rem;
  }
  .mb_large_12,
  .my_large_12 {
    margin-bottom: 3rem;
  }
  .ml_large_12,
  .mx_large_12 {
    margin-left: 3rem;
  }
  .m_large_16 {
    margin: 4rem;
  }
  .mt_large_16,
  .my_large_16 {
    margin-top: 4rem;
  }
  .mr_large_16,
  .mx_large_16 {
    margin-right: 4rem;
  }
  .mb_large_16,
  .my_large_16 {
    margin-bottom: 4rem;
  }
  .ml_large_16,
  .mx_large_16 {
    margin-left: 4rem;
  }
  .m_large_20 {
    margin: 5rem;
  }
  .mt_large_20,
  .my_large_20 {
    margin-top: 5rem;
  }
  .mr_large_20,
  .mx_large_20 {
    margin-right: 5rem;
  }
  .mb_large_20,
  .my_large_20 {
    margin-bottom: 5rem;
  }
  .ml_large_20,
  .mx_large_20 {
    margin-left: 5rem;
  }
  .m_large_24 {
    margin: 6rem;
  }
  .mt_large_24,
  .my_large_24 {
    margin-top: 6rem;
  }
  .mr_large_24,
  .mx_large_24 {
    margin-right: 6rem;
  }
  .mb_large_24,
  .my_large_24 {
    margin-bottom: 6rem;
  }
  .ml_large_24,
  .mx_large_24 {
    margin-left: 6rem;
  }
  .p_large_0 {
    padding: 0;
  }
  .pt_large_0,
  .py_large_0 {
    padding-top: 0;
  }
  .pr_large_0,
  .px_large_0 {
    padding-right: 0;
  }
  .pb_large_0,
  .py_large_0 {
    padding-bottom: 0;
  }
  .pl_large_0,
  .px_large_0 {
    padding-left: 0;
  }
  .p_large_1 {
    padding: 0.25rem;
  }
  .pt_large_1,
  .py_large_1 {
    padding-top: 0.25rem;
  }
  .pr_large_1,
  .px_large_1 {
    padding-right: 0.25rem;
  }
  .pb_large_1,
  .py_large_1 {
    padding-bottom: 0.25rem;
  }
  .pl_large_1,
  .px_large_1 {
    padding-left: 0.25rem;
  }
  .p_large_2 {
    padding: 0.5rem;
  }
  .pt_large_2,
  .py_large_2 {
    padding-top: 0.5rem;
  }
  .pr_large_2,
  .px_large_2 {
    padding-right: 0.5rem;
  }
  .pb_large_2,
  .py_large_2 {
    padding-bottom: 0.5rem;
  }
  .pl_large_2,
  .px_large_2 {
    padding-left: 0.5rem;
  }
  .p_large_3 {
    padding: 0.75rem;
  }
  .pt_large_3,
  .py_large_3 {
    padding-top: 0.75rem;
  }
  .pr_large_3,
  .px_large_3 {
    padding-right: 0.75rem;
  }
  .pb_large_3,
  .py_large_3 {
    padding-bottom: 0.75rem;
  }
  .pl_large_3,
  .px_large_3 {
    padding-left: 0.75rem;
  }
  .p_large_4 {
    padding: 1rem;
  }
  .pt_large_4,
  .py_large_4 {
    padding-top: 1rem;
  }
  .pr_large_4,
  .px_large_4 {
    padding-right: 1rem;
  }
  .pb_large_4,
  .py_large_4 {
    padding-bottom: 1rem;
  }
  .pl_large_4,
  .px_large_4 {
    padding-left: 1rem;
  }
  .p_large_5 {
    padding: 1.25rem;
  }
  .pt_large_5,
  .py_large_5 {
    padding-top: 1.25rem;
  }
  .pr_large_5,
  .px_large_5 {
    padding-right: 1.25rem;
  }
  .pb_large_5,
  .py_large_5 {
    padding-bottom: 1.25rem;
  }
  .pl_large_5,
  .px_large_5 {
    padding-left: 1.25rem;
  }
  .p_large_6 {
    padding: 1.5rem;
  }
  .pt_large_6,
  .py_large_6 {
    padding-top: 1.5rem;
  }
  .pr_large_6,
  .px_large_6 {
    padding-right: 1.5rem;
  }
  .pb_large_6,
  .py_large_6 {
    padding-bottom: 1.5rem;
  }
  .pl_large_6,
  .px_large_6 {
    padding-left: 1.5rem;
  }
  .p_large_8 {
    padding: 2rem;
  }
  .pt_large_8,
  .py_large_8 {
    padding-top: 2rem;
  }
  .pr_large_8,
  .px_large_8 {
    padding-right: 2rem;
  }
  .pb_large_8,
  .py_large_8 {
    padding-bottom: 2rem;
  }
  .pl_large_8,
  .px_large_8 {
    padding-left: 2rem;
  }
  .p_large_10 {
    padding: 2.5rem;
  }
  .pt_large_10,
  .py_large_10 {
    padding-top: 2.5rem;
  }
  .pr_large_10,
  .px_large_10 {
    padding-right: 2.5rem;
  }
  .pb_large_10,
  .py_large_10 {
    padding-bottom: 2.5rem;
  }
  .pl_large_10,
  .px_large_10 {
    padding-left: 2.5rem;
  }
  .p_large_12 {
    padding: 3rem;
  }
  .pt_large_12,
  .py_large_12 {
    padding-top: 3rem;
  }
  .pr_large_12,
  .px_large_12 {
    padding-right: 3rem;
  }
  .pb_large_12,
  .py_large_12 {
    padding-bottom: 3rem;
  }
  .pl_large_12,
  .px_large_12 {
    padding-left: 3rem;
  }
  .p_large_16 {
    padding: 4rem;
  }
  .pt_large_16,
  .py_large_16 {
    padding-top: 4rem;
  }
  .pr_large_16,
  .px_large_16 {
    padding-right: 4rem;
  }
  .pb_large_16,
  .py_large_16 {
    padding-bottom: 4rem;
  }
  .pl_large_16,
  .px_large_16 {
    padding-left: 4rem;
  }
  .p_large_20 {
    padding: 5rem;
  }
  .pt_large_20,
  .py_large_20 {
    padding-top: 5rem;
  }
  .pr_large_20,
  .px_large_20 {
    padding-right: 5rem;
  }
  .pb_large_20,
  .py_large_20 {
    padding-bottom: 5rem;
  }
  .pl_large_20,
  .px_large_20 {
    padding-left: 5rem;
  }
  .p_large_24 {
    padding: 6rem;
  }
  .pt_large_24,
  .py_large_24 {
    padding-top: 6rem;
  }
  .pr_large_24,
  .px_large_24 {
    padding-right: 6rem;
  }
  .pb_large_24,
  .py_large_24 {
    padding-bottom: 6rem;
  }
  .pl_large_24,
  .px_large_24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1200px) {
  .m_xlarge_0 {
    margin: 0;
  }
  .mt_xlarge_0,
  .my_xlarge_0 {
    margin-top: 0;
  }
  .mr_xlarge_0,
  .mx_xlarge_0 {
    margin-right: 0;
  }
  .mb_xlarge_0,
  .my_xlarge_0 {
    margin-bottom: 0;
  }
  .ml_xlarge_0,
  .mx_xlarge_0 {
    margin-left: 0;
  }
  .m_xlarge_1 {
    margin: 0.25rem;
  }
  .mt_xlarge_1,
  .my_xlarge_1 {
    margin-top: 0.25rem;
  }
  .mr_xlarge_1,
  .mx_xlarge_1 {
    margin-right: 0.25rem;
  }
  .mb_xlarge_1,
  .my_xlarge_1 {
    margin-bottom: 0.25rem;
  }
  .ml_xlarge_1,
  .mx_xlarge_1 {
    margin-left: 0.25rem;
  }
  .m_xlarge_2 {
    margin: 0.5rem;
  }
  .mt_xlarge_2,
  .my_xlarge_2 {
    margin-top: 0.5rem;
  }
  .mr_xlarge_2,
  .mx_xlarge_2 {
    margin-right: 0.5rem;
  }
  .mb_xlarge_2,
  .my_xlarge_2 {
    margin-bottom: 0.5rem;
  }
  .ml_xlarge_2,
  .mx_xlarge_2 {
    margin-left: 0.5rem;
  }
  .m_xlarge_3 {
    margin: 0.75rem;
  }
  .mt_xlarge_3,
  .my_xlarge_3 {
    margin-top: 0.75rem;
  }
  .mr_xlarge_3,
  .mx_xlarge_3 {
    margin-right: 0.75rem;
  }
  .mb_xlarge_3,
  .my_xlarge_3 {
    margin-bottom: 0.75rem;
  }
  .ml_xlarge_3,
  .mx_xlarge_3 {
    margin-left: 0.75rem;
  }
  .m_xlarge_4 {
    margin: 1rem;
  }
  .mt_xlarge_4,
  .my_xlarge_4 {
    margin-top: 1rem;
  }
  .mr_xlarge_4,
  .mx_xlarge_4 {
    margin-right: 1rem;
  }
  .mb_xlarge_4,
  .my_xlarge_4 {
    margin-bottom: 1rem;
  }
  .ml_xlarge_4,
  .mx_xlarge_4 {
    margin-left: 1rem;
  }
  .m_xlarge_5 {
    margin: 1.25rem;
  }
  .mt_xlarge_5,
  .my_xlarge_5 {
    margin-top: 1.25rem;
  }
  .mr_xlarge_5,
  .mx_xlarge_5 {
    margin-right: 1.25rem;
  }
  .mb_xlarge_5,
  .my_xlarge_5 {
    margin-bottom: 1.25rem;
  }
  .ml_xlarge_5,
  .mx_xlarge_5 {
    margin-left: 1.25rem;
  }
  .m_xlarge_6 {
    margin: 1.5rem;
  }
  .mt_xlarge_6,
  .my_xlarge_6 {
    margin-top: 1.5rem;
  }
  .mr_xlarge_6,
  .mx_xlarge_6 {
    margin-right: 1.5rem;
  }
  .mb_xlarge_6,
  .my_xlarge_6 {
    margin-bottom: 1.5rem;
  }
  .ml_xlarge_6,
  .mx_xlarge_6 {
    margin-left: 1.5rem;
  }
  .m_xlarge_8 {
    margin: 2rem;
  }
  .mt_xlarge_8,
  .my_xlarge_8 {
    margin-top: 2rem;
  }
  .mr_xlarge_8,
  .mx_xlarge_8 {
    margin-right: 2rem;
  }
  .mb_xlarge_8,
  .my_xlarge_8 {
    margin-bottom: 2rem;
  }
  .ml_xlarge_8,
  .mx_xlarge_8 {
    margin-left: 2rem;
  }
  .m_xlarge_10 {
    margin: 2.5rem;
  }
  .mt_xlarge_10,
  .my_xlarge_10 {
    margin-top: 2.5rem;
  }
  .mr_xlarge_10,
  .mx_xlarge_10 {
    margin-right: 2.5rem;
  }
  .mb_xlarge_10,
  .my_xlarge_10 {
    margin-bottom: 2.5rem;
  }
  .ml_xlarge_10,
  .mx_xlarge_10 {
    margin-left: 2.5rem;
  }
  .m_xlarge_12 {
    margin: 3rem;
  }
  .mt_xlarge_12,
  .my_xlarge_12 {
    margin-top: 3rem;
  }
  .mr_xlarge_12,
  .mx_xlarge_12 {
    margin-right: 3rem;
  }
  .mb_xlarge_12,
  .my_xlarge_12 {
    margin-bottom: 3rem;
  }
  .ml_xlarge_12,
  .mx_xlarge_12 {
    margin-left: 3rem;
  }
  .m_xlarge_16 {
    margin: 4rem;
  }
  .mt_xlarge_16,
  .my_xlarge_16 {
    margin-top: 4rem;
  }
  .mr_xlarge_16,
  .mx_xlarge_16 {
    margin-right: 4rem;
  }
  .mb_xlarge_16,
  .my_xlarge_16 {
    margin-bottom: 4rem;
  }
  .ml_xlarge_16,
  .mx_xlarge_16 {
    margin-left: 4rem;
  }
  .m_xlarge_20 {
    margin: 5rem;
  }
  .mt_xlarge_20,
  .my_xlarge_20 {
    margin-top: 5rem;
  }
  .mr_xlarge_20,
  .mx_xlarge_20 {
    margin-right: 5rem;
  }
  .mb_xlarge_20,
  .my_xlarge_20 {
    margin-bottom: 5rem;
  }
  .ml_xlarge_20,
  .mx_xlarge_20 {
    margin-left: 5rem;
  }
  .m_xlarge_24 {
    margin: 6rem;
  }
  .mt_xlarge_24,
  .my_xlarge_24 {
    margin-top: 6rem;
  }
  .mr_xlarge_24,
  .mx_xlarge_24 {
    margin-right: 6rem;
  }
  .mb_xlarge_24,
  .my_xlarge_24 {
    margin-bottom: 6rem;
  }
  .ml_xlarge_24,
  .mx_xlarge_24 {
    margin-left: 6rem;
  }
  .p_xlarge_0 {
    padding: 0;
  }
  .pt_xlarge_0,
  .py_xlarge_0 {
    padding-top: 0;
  }
  .pr_xlarge_0,
  .px_xlarge_0 {
    padding-right: 0;
  }
  .pb_xlarge_0,
  .py_xlarge_0 {
    padding-bottom: 0;
  }
  .pl_xlarge_0,
  .px_xlarge_0 {
    padding-left: 0;
  }
  .p_xlarge_1 {
    padding: 0.25rem;
  }
  .pt_xlarge_1,
  .py_xlarge_1 {
    padding-top: 0.25rem;
  }
  .pr_xlarge_1,
  .px_xlarge_1 {
    padding-right: 0.25rem;
  }
  .pb_xlarge_1,
  .py_xlarge_1 {
    padding-bottom: 0.25rem;
  }
  .pl_xlarge_1,
  .px_xlarge_1 {
    padding-left: 0.25rem;
  }
  .p_xlarge_2 {
    padding: 0.5rem;
  }
  .pt_xlarge_2,
  .py_xlarge_2 {
    padding-top: 0.5rem;
  }
  .pr_xlarge_2,
  .px_xlarge_2 {
    padding-right: 0.5rem;
  }
  .pb_xlarge_2,
  .py_xlarge_2 {
    padding-bottom: 0.5rem;
  }
  .pl_xlarge_2,
  .px_xlarge_2 {
    padding-left: 0.5rem;
  }
  .p_xlarge_3 {
    padding: 0.75rem;
  }
  .pt_xlarge_3,
  .py_xlarge_3 {
    padding-top: 0.75rem;
  }
  .pr_xlarge_3,
  .px_xlarge_3 {
    padding-right: 0.75rem;
  }
  .pb_xlarge_3,
  .py_xlarge_3 {
    padding-bottom: 0.75rem;
  }
  .pl_xlarge_3,
  .px_xlarge_3 {
    padding-left: 0.75rem;
  }
  .p_xlarge_4 {
    padding: 1rem;
  }
  .pt_xlarge_4,
  .py_xlarge_4 {
    padding-top: 1rem;
  }
  .pr_xlarge_4,
  .px_xlarge_4 {
    padding-right: 1rem;
  }
  .pb_xlarge_4,
  .py_xlarge_4 {
    padding-bottom: 1rem;
  }
  .pl_xlarge_4,
  .px_xlarge_4 {
    padding-left: 1rem;
  }
  .p_xlarge_5 {
    padding: 1.25rem;
  }
  .pt_xlarge_5,
  .py_xlarge_5 {
    padding-top: 1.25rem;
  }
  .pr_xlarge_5,
  .px_xlarge_5 {
    padding-right: 1.25rem;
  }
  .pb_xlarge_5,
  .py_xlarge_5 {
    padding-bottom: 1.25rem;
  }
  .pl_xlarge_5,
  .px_xlarge_5 {
    padding-left: 1.25rem;
  }
  .p_xlarge_6 {
    padding: 1.5rem;
  }
  .pt_xlarge_6,
  .py_xlarge_6 {
    padding-top: 1.5rem;
  }
  .pr_xlarge_6,
  .px_xlarge_6 {
    padding-right: 1.5rem;
  }
  .pb_xlarge_6,
  .py_xlarge_6 {
    padding-bottom: 1.5rem;
  }
  .pl_xlarge_6,
  .px_xlarge_6 {
    padding-left: 1.5rem;
  }
  .p_xlarge_8 {
    padding: 2rem;
  }
  .pt_xlarge_8,
  .py_xlarge_8 {
    padding-top: 2rem;
  }
  .pr_xlarge_8,
  .px_xlarge_8 {
    padding-right: 2rem;
  }
  .pb_xlarge_8,
  .py_xlarge_8 {
    padding-bottom: 2rem;
  }
  .pl_xlarge_8,
  .px_xlarge_8 {
    padding-left: 2rem;
  }
  .p_xlarge_10 {
    padding: 2.5rem;
  }
  .pt_xlarge_10,
  .py_xlarge_10 {
    padding-top: 2.5rem;
  }
  .pr_xlarge_10,
  .px_xlarge_10 {
    padding-right: 2.5rem;
  }
  .pb_xlarge_10,
  .py_xlarge_10 {
    padding-bottom: 2.5rem;
  }
  .pl_xlarge_10,
  .px_xlarge_10 {
    padding-left: 2.5rem;
  }
  .p_xlarge_12 {
    padding: 3rem;
  }
  .pt_xlarge_12,
  .py_xlarge_12 {
    padding-top: 3rem;
  }
  .pr_xlarge_12,
  .px_xlarge_12 {
    padding-right: 3rem;
  }
  .pb_xlarge_12,
  .py_xlarge_12 {
    padding-bottom: 3rem;
  }
  .pl_xlarge_12,
  .px_xlarge_12 {
    padding-left: 3rem;
  }
  .p_xlarge_16 {
    padding: 4rem;
  }
  .pt_xlarge_16,
  .py_xlarge_16 {
    padding-top: 4rem;
  }
  .pr_xlarge_16,
  .px_xlarge_16 {
    padding-right: 4rem;
  }
  .pb_xlarge_16,
  .py_xlarge_16 {
    padding-bottom: 4rem;
  }
  .pl_xlarge_16,
  .px_xlarge_16 {
    padding-left: 4rem;
  }
  .p_xlarge_20 {
    padding: 5rem;
  }
  .pt_xlarge_20,
  .py_xlarge_20 {
    padding-top: 5rem;
  }
  .pr_xlarge_20,
  .px_xlarge_20 {
    padding-right: 5rem;
  }
  .pb_xlarge_20,
  .py_xlarge_20 {
    padding-bottom: 5rem;
  }
  .pl_xlarge_20,
  .px_xlarge_20 {
    padding-left: 5rem;
  }
  .p_xlarge_24 {
    padding: 6rem;
  }
  .pt_xlarge_24,
  .py_xlarge_24 {
    padding-top: 6rem;
  }
  .pr_xlarge_24,
  .px_xlarge_24 {
    padding-right: 6rem;
  }
  .pb_xlarge_24,
  .py_xlarge_24 {
    padding-bottom: 6rem;
  }
  .pl_xlarge_24,
  .px_xlarge_24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1400px) {
  .m_xxlarge_0 {
    margin: 0;
  }
  .mt_xxlarge_0,
  .my_xxlarge_0 {
    margin-top: 0;
  }
  .mr_xxlarge_0,
  .mx_xxlarge_0 {
    margin-right: 0;
  }
  .mb_xxlarge_0,
  .my_xxlarge_0 {
    margin-bottom: 0;
  }
  .ml_xxlarge_0,
  .mx_xxlarge_0 {
    margin-left: 0;
  }
  .m_xxlarge_1 {
    margin: 0.25rem;
  }
  .mt_xxlarge_1,
  .my_xxlarge_1 {
    margin-top: 0.25rem;
  }
  .mr_xxlarge_1,
  .mx_xxlarge_1 {
    margin-right: 0.25rem;
  }
  .mb_xxlarge_1,
  .my_xxlarge_1 {
    margin-bottom: 0.25rem;
  }
  .ml_xxlarge_1,
  .mx_xxlarge_1 {
    margin-left: 0.25rem;
  }
  .m_xxlarge_2 {
    margin: 0.5rem;
  }
  .mt_xxlarge_2,
  .my_xxlarge_2 {
    margin-top: 0.5rem;
  }
  .mr_xxlarge_2,
  .mx_xxlarge_2 {
    margin-right: 0.5rem;
  }
  .mb_xxlarge_2,
  .my_xxlarge_2 {
    margin-bottom: 0.5rem;
  }
  .ml_xxlarge_2,
  .mx_xxlarge_2 {
    margin-left: 0.5rem;
  }
  .m_xxlarge_3 {
    margin: 0.75rem;
  }
  .mt_xxlarge_3,
  .my_xxlarge_3 {
    margin-top: 0.75rem;
  }
  .mr_xxlarge_3,
  .mx_xxlarge_3 {
    margin-right: 0.75rem;
  }
  .mb_xxlarge_3,
  .my_xxlarge_3 {
    margin-bottom: 0.75rem;
  }
  .ml_xxlarge_3,
  .mx_xxlarge_3 {
    margin-left: 0.75rem;
  }
  .m_xxlarge_4 {
    margin: 1rem;
  }
  .mt_xxlarge_4,
  .my_xxlarge_4 {
    margin-top: 1rem;
  }
  .mr_xxlarge_4,
  .mx_xxlarge_4 {
    margin-right: 1rem;
  }
  .mb_xxlarge_4,
  .my_xxlarge_4 {
    margin-bottom: 1rem;
  }
  .ml_xxlarge_4,
  .mx_xxlarge_4 {
    margin-left: 1rem;
  }
  .m_xxlarge_5 {
    margin: 1.25rem;
  }
  .mt_xxlarge_5,
  .my_xxlarge_5 {
    margin-top: 1.25rem;
  }
  .mr_xxlarge_5,
  .mx_xxlarge_5 {
    margin-right: 1.25rem;
  }
  .mb_xxlarge_5,
  .my_xxlarge_5 {
    margin-bottom: 1.25rem;
  }
  .ml_xxlarge_5,
  .mx_xxlarge_5 {
    margin-left: 1.25rem;
  }
  .m_xxlarge_6 {
    margin: 1.5rem;
  }
  .mt_xxlarge_6,
  .my_xxlarge_6 {
    margin-top: 1.5rem;
  }
  .mr_xxlarge_6,
  .mx_xxlarge_6 {
    margin-right: 1.5rem;
  }
  .mb_xxlarge_6,
  .my_xxlarge_6 {
    margin-bottom: 1.5rem;
  }
  .ml_xxlarge_6,
  .mx_xxlarge_6 {
    margin-left: 1.5rem;
  }
  .m_xxlarge_8 {
    margin: 2rem;
  }
  .mt_xxlarge_8,
  .my_xxlarge_8 {
    margin-top: 2rem;
  }
  .mr_xxlarge_8,
  .mx_xxlarge_8 {
    margin-right: 2rem;
  }
  .mb_xxlarge_8,
  .my_xxlarge_8 {
    margin-bottom: 2rem;
  }
  .ml_xxlarge_8,
  .mx_xxlarge_8 {
    margin-left: 2rem;
  }
  .m_xxlarge_10 {
    margin: 2.5rem;
  }
  .mt_xxlarge_10,
  .my_xxlarge_10 {
    margin-top: 2.5rem;
  }
  .mr_xxlarge_10,
  .mx_xxlarge_10 {
    margin-right: 2.5rem;
  }
  .mb_xxlarge_10,
  .my_xxlarge_10 {
    margin-bottom: 2.5rem;
  }
  .ml_xxlarge_10,
  .mx_xxlarge_10 {
    margin-left: 2.5rem;
  }
  .m_xxlarge_12 {
    margin: 3rem;
  }
  .mt_xxlarge_12,
  .my_xxlarge_12 {
    margin-top: 3rem;
  }
  .mr_xxlarge_12,
  .mx_xxlarge_12 {
    margin-right: 3rem;
  }
  .mb_xxlarge_12,
  .my_xxlarge_12 {
    margin-bottom: 3rem;
  }
  .ml_xxlarge_12,
  .mx_xxlarge_12 {
    margin-left: 3rem;
  }
  .m_xxlarge_16 {
    margin: 4rem;
  }
  .mt_xxlarge_16,
  .my_xxlarge_16 {
    margin-top: 4rem;
  }
  .mr_xxlarge_16,
  .mx_xxlarge_16 {
    margin-right: 4rem;
  }
  .mb_xxlarge_16,
  .my_xxlarge_16 {
    margin-bottom: 4rem;
  }
  .ml_xxlarge_16,
  .mx_xxlarge_16 {
    margin-left: 4rem;
  }
  .m_xxlarge_20 {
    margin: 5rem;
  }
  .mt_xxlarge_20,
  .my_xxlarge_20 {
    margin-top: 5rem;
  }
  .mr_xxlarge_20,
  .mx_xxlarge_20 {
    margin-right: 5rem;
  }
  .mb_xxlarge_20,
  .my_xxlarge_20 {
    margin-bottom: 5rem;
  }
  .ml_xxlarge_20,
  .mx_xxlarge_20 {
    margin-left: 5rem;
  }
  .m_xxlarge_24 {
    margin: 6rem;
  }
  .mt_xxlarge_24,
  .my_xxlarge_24 {
    margin-top: 6rem;
  }
  .mr_xxlarge_24,
  .mx_xxlarge_24 {
    margin-right: 6rem;
  }
  .mb_xxlarge_24,
  .my_xxlarge_24 {
    margin-bottom: 6rem;
  }
  .ml_xxlarge_24,
  .mx_xxlarge_24 {
    margin-left: 6rem;
  }
  .p_xxlarge_0 {
    padding: 0;
  }
  .pt_xxlarge_0,
  .py_xxlarge_0 {
    padding-top: 0;
  }
  .pr_xxlarge_0,
  .px_xxlarge_0 {
    padding-right: 0;
  }
  .pb_xxlarge_0,
  .py_xxlarge_0 {
    padding-bottom: 0;
  }
  .pl_xxlarge_0,
  .px_xxlarge_0 {
    padding-left: 0;
  }
  .p_xxlarge_1 {
    padding: 0.25rem;
  }
  .pt_xxlarge_1,
  .py_xxlarge_1 {
    padding-top: 0.25rem;
  }
  .pr_xxlarge_1,
  .px_xxlarge_1 {
    padding-right: 0.25rem;
  }
  .pb_xxlarge_1,
  .py_xxlarge_1 {
    padding-bottom: 0.25rem;
  }
  .pl_xxlarge_1,
  .px_xxlarge_1 {
    padding-left: 0.25rem;
  }
  .p_xxlarge_2 {
    padding: 0.5rem;
  }
  .pt_xxlarge_2,
  .py_xxlarge_2 {
    padding-top: 0.5rem;
  }
  .pr_xxlarge_2,
  .px_xxlarge_2 {
    padding-right: 0.5rem;
  }
  .pb_xxlarge_2,
  .py_xxlarge_2 {
    padding-bottom: 0.5rem;
  }
  .pl_xxlarge_2,
  .px_xxlarge_2 {
    padding-left: 0.5rem;
  }
  .p_xxlarge_3 {
    padding: 0.75rem;
  }
  .pt_xxlarge_3,
  .py_xxlarge_3 {
    padding-top: 0.75rem;
  }
  .pr_xxlarge_3,
  .px_xxlarge_3 {
    padding-right: 0.75rem;
  }
  .pb_xxlarge_3,
  .py_xxlarge_3 {
    padding-bottom: 0.75rem;
  }
  .pl_xxlarge_3,
  .px_xxlarge_3 {
    padding-left: 0.75rem;
  }
  .p_xxlarge_4 {
    padding: 1rem;
  }
  .pt_xxlarge_4,
  .py_xxlarge_4 {
    padding-top: 1rem;
  }
  .pr_xxlarge_4,
  .px_xxlarge_4 {
    padding-right: 1rem;
  }
  .pb_xxlarge_4,
  .py_xxlarge_4 {
    padding-bottom: 1rem;
  }
  .pl_xxlarge_4,
  .px_xxlarge_4 {
    padding-left: 1rem;
  }
  .p_xxlarge_5 {
    padding: 1.25rem;
  }
  .pt_xxlarge_5,
  .py_xxlarge_5 {
    padding-top: 1.25rem;
  }
  .pr_xxlarge_5,
  .px_xxlarge_5 {
    padding-right: 1.25rem;
  }
  .pb_xxlarge_5,
  .py_xxlarge_5 {
    padding-bottom: 1.25rem;
  }
  .pl_xxlarge_5,
  .px_xxlarge_5 {
    padding-left: 1.25rem;
  }
  .p_xxlarge_6 {
    padding: 1.5rem;
  }
  .pt_xxlarge_6,
  .py_xxlarge_6 {
    padding-top: 1.5rem;
  }
  .pr_xxlarge_6,
  .px_xxlarge_6 {
    padding-right: 1.5rem;
  }
  .pb_xxlarge_6,
  .py_xxlarge_6 {
    padding-bottom: 1.5rem;
  }
  .pl_xxlarge_6,
  .px_xxlarge_6 {
    padding-left: 1.5rem;
  }
  .p_xxlarge_8 {
    padding: 2rem;
  }
  .pt_xxlarge_8,
  .py_xxlarge_8 {
    padding-top: 2rem;
  }
  .pr_xxlarge_8,
  .px_xxlarge_8 {
    padding-right: 2rem;
  }
  .pb_xxlarge_8,
  .py_xxlarge_8 {
    padding-bottom: 2rem;
  }
  .pl_xxlarge_8,
  .px_xxlarge_8 {
    padding-left: 2rem;
  }
  .p_xxlarge_10 {
    padding: 2.5rem;
  }
  .pt_xxlarge_10,
  .py_xxlarge_10 {
    padding-top: 2.5rem;
  }
  .pr_xxlarge_10,
  .px_xxlarge_10 {
    padding-right: 2.5rem;
  }
  .pb_xxlarge_10,
  .py_xxlarge_10 {
    padding-bottom: 2.5rem;
  }
  .pl_xxlarge_10,
  .px_xxlarge_10 {
    padding-left: 2.5rem;
  }
  .p_xxlarge_12 {
    padding: 3rem;
  }
  .pt_xxlarge_12,
  .py_xxlarge_12 {
    padding-top: 3rem;
  }
  .pr_xxlarge_12,
  .px_xxlarge_12 {
    padding-right: 3rem;
  }
  .pb_xxlarge_12,
  .py_xxlarge_12 {
    padding-bottom: 3rem;
  }
  .pl_xxlarge_12,
  .px_xxlarge_12 {
    padding-left: 3rem;
  }
  .p_xxlarge_16 {
    padding: 4rem;
  }
  .pt_xxlarge_16,
  .py_xxlarge_16 {
    padding-top: 4rem;
  }
  .pr_xxlarge_16,
  .px_xxlarge_16 {
    padding-right: 4rem;
  }
  .pb_xxlarge_16,
  .py_xxlarge_16 {
    padding-bottom: 4rem;
  }
  .pl_xxlarge_16,
  .px_xxlarge_16 {
    padding-left: 4rem;
  }
  .p_xxlarge_20 {
    padding: 5rem;
  }
  .pt_xxlarge_20,
  .py_xxlarge_20 {
    padding-top: 5rem;
  }
  .pr_xxlarge_20,
  .px_xxlarge_20 {
    padding-right: 5rem;
  }
  .pb_xxlarge_20,
  .py_xxlarge_20 {
    padding-bottom: 5rem;
  }
  .pl_xxlarge_20,
  .px_xxlarge_20 {
    padding-left: 5rem;
  }
  .p_xxlarge_24 {
    padding: 6rem;
  }
  .pt_xxlarge_24,
  .py_xxlarge_24 {
    padding-top: 6rem;
  }
  .pr_xxlarge_24,
  .px_xxlarge_24 {
    padding-right: 6rem;
  }
  .pb_xxlarge_24,
  .py_xxlarge_24 {
    padding-bottom: 6rem;
  }
  .pl_xxlarge_24,
  .px_xxlarge_24 {
    padding-left: 6rem;
  }
}
.d_none {
  display: none;
}

.d_inline {
  display: inline;
}

.d_inline_block {
  display: inline-block;
}

.d_block {
  display: block;
}

.d_grid {
  display: grid;
}

.d_table {
  display: table;
}

.d_table_row {
  display: table-row;
}

.d_table_cell {
  display: table-cell;
}

.d_flex {
  display: flex;
}

.d_inline_flex {
  display: inline-flex;
}

.d_none {
  display: none;
}

.d_inline {
  display: inline;
}

.d_inline_block {
  display: inline-block;
}

.d_block {
  display: block;
}

.d_grid {
  display: grid;
}

.d_table {
  display: table;
}

.d_table_row {
  display: table-row;
}

.d_table_cell {
  display: table-cell;
}

.d_flex {
  display: flex;
}

.d_inline_flex {
  display: inline-flex;
}

@media (min-width: 640px) {
  .d_medium_none {
    display: none;
  }
  .d_medium_inline {
    display: inline;
  }
  .d_medium_inline_block {
    display: inline-block;
  }
  .d_medium_block {
    display: block;
  }
  .d_medium_grid {
    display: grid;
  }
  .d_medium_table {
    display: table;
  }
  .d_medium_table_row {
    display: table-row;
  }
  .d_medium_table_cell {
    display: table-cell;
  }
  .d_medium_flex {
    display: flex;
  }
  .d_medium_inline_flex {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .d_large_none {
    display: none;
  }
  .d_large_inline {
    display: inline;
  }
  .d_large_inline_block {
    display: inline-block;
  }
  .d_large_block {
    display: block;
  }
  .d_large_grid {
    display: grid;
  }
  .d_large_table {
    display: table;
  }
  .d_large_table_row {
    display: table-row;
  }
  .d_large_table_cell {
    display: table-cell;
  }
  .d_large_flex {
    display: flex;
  }
  .d_large_inline_flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d_xlarge_none {
    display: none;
  }
  .d_xlarge_inline {
    display: inline;
  }
  .d_xlarge_inline_block {
    display: inline-block;
  }
  .d_xlarge_block {
    display: block;
  }
  .d_xlarge_grid {
    display: grid;
  }
  .d_xlarge_table {
    display: table;
  }
  .d_xlarge_table_row {
    display: table-row;
  }
  .d_xlarge_table_cell {
    display: table-cell;
  }
  .d_xlarge_flex {
    display: flex;
  }
  .d_xlarge_inline_flex {
    display: inline-flex;
  }
}
@media (min-width: 1400px) {
  .d_xxlarge_none {
    display: none;
  }
  .d_xxlarge_inline {
    display: inline;
  }
  .d_xxlarge_inline_block {
    display: inline-block;
  }
  .d_xxlarge_block {
    display: block;
  }
  .d_xxlarge_grid {
    display: grid;
  }
  .d_xxlarge_table {
    display: table;
  }
  .d_xxlarge_table_row {
    display: table-row;
  }
  .d_xxlarge_table_cell {
    display: table-cell;
  }
  .d_xxlarge_flex {
    display: flex;
  }
  .d_xxlarge_inline_flex {
    display: inline-flex;
  }
}
.flex_row {
  flex-direction: row;
}

.flex_column {
  flex-direction: column;
}

.flex_row_reverse {
  flex-direction: row-reverse;
}

.flex_column_reverse {
  flex-direction: column-reverse;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_nowrap {
  flex-wrap: nowrap;
}

.flex_wrap_reverse {
  flex-wrap: wrap-reverse;
}

.justify_content_start {
  justify-content: flex-start;
}

.justify_content_end {
  justify-content: flex-end;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.justify_content_around {
  justify-content: space-around;
}

.justify_content_evenly {
  justify-content: space-evenly;
}

.align_items_start {
  align-items: flex-start;
}

.align_items_end {
  align-items: flex-end;
}

.align_items_center {
  align-items: center;
}

.align_items_baseline {
  align-items: baseline;
}

.align_items_stretch {
  align-items: stretch;
}

.align_content_start {
  align-content: flex-start;
}

.align_content_end {
  align-content: flex-end;
}

.align_content_center {
  align-content: center;
}

.align_content_between {
  align-content: space-between;
}

.align_content_around {
  align-content: space-around;
}

.align_content_stretch {
  align-content: stretch;
}

.align_self_auto {
  align-self: auto;
}

.align_self_start {
  align-self: flex-start;
}

.align_self_end {
  align-self: flex-end;
}

.align_self_center {
  align-self: center;
}

.align_self_baseline {
  align-self: baseline;
}

.align_self_stretch {
  align-self: stretch;
}

.flex_fill {
  flex: 1 1 auto;
}

.flex_grow_0 {
  flex-grow: 0;
}

.flex_grow_1 {
  flex-grow: 1;
}

.flex_shrink_0 {
  flex-shrink: 0;
}

.flex_shrink_1 {
  flex-shrink: 1;
}

.position_static {
  position: static;
}

.position_relative {
  position: relative;
}

.position_absolute {
  position: absolute;
}

.position_fixed {
  position: fixed;
}

.position_sticky {
  position: sticky;
}

.top_0 {
  top: 0;
}

.top_50 {
  top: 50%;
}

.top_100 {
  top: 100%;
}

.bottom_0 {
  bottom: 0;
}

.bottom_50 {
  bottom: 50%;
}

.bottom_100 {
  bottom: 100%;
}

.start_0 {
  left: 0;
}

.start_50 {
  left: 50%;
}

.start_100 {
  left: 100%;
}

.end_0 {
  right: 0;
}

.end_50 {
  right: 50%;
}

.end_100 {
  right: 100%;
}

.translate_middle {
  transform: translate(-50%, -50%);
}

.translate_middle_x {
  transform: translateX(-50%);
}

.translate_middle_y {
  transform: translateY(-50%);
}

.w_25 {
  width: 25%;
}

.w_50 {
  width: 50%;
}

.w_75 {
  width: 75%;
}

.w_100 {
  width: 100%;
}

.w_auto {
  width: auto;
}

.mw_100 {
  max-width: 100%;
}

.vw_100 {
  width: 100vw;
}

.min_vw_100 {
  min-width: 100vw;
}

.h_25 {
  height: 25%;
}

.h_50 {
  height: 50%;
}

.h_75 {
  height: 75%;
}

.h_100 {
  height: 100%;
}

.h_auto {
  height: auto;
}

.mh_100 {
  max-height: 100%;
}

.vh_100 {
  height: 100vh;
}

.min_vh_100 {
  min-height: 100vh;
}

.overflow_auto {
  overflow: auto;
}

.overflow_hidden {
  overflow: hidden;
}

.overflow_visible {
  overflow: visible;
}

.overflow_scroll {
  overflow: scroll;
}

.overflow_x_auto {
  overflow-x: auto;
}

.overflow_x_hidden {
  overflow-x: hidden;
}

.overflow_x_visible {
  overflow-x: visible;
}

.overflow_x_scroll {
  overflow-x: scroll;
}

.overflow_y_auto {
  overflow-y: auto;
}

.overflow_y_hidden {
  overflow-y: hidden;
}

.overflow_y_visible {
  overflow-y: visible;
}

.overflow_y_scroll {
  overflow-y: scroll;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hide_small {
  display: none !important;
}

.show_small {
  display: block !important;
}

.show_small_inline {
  display: inline !important;
}

.show_small_inline_block {
  display: inline-block !important;
}

.show_small_flex {
  display: flex !important;
}

.show_small_inline_flex {
  display: inline-flex !important;
}

.show_small_grid {
  display: grid !important;
}

@media (min-width: 640px) {
  .hide_medium {
    display: none !important;
  }
  .show_medium {
    display: block !important;
  }
  .show_medium_inline {
    display: inline !important;
  }
  .show_medium_inline_block {
    display: inline-block !important;
  }
  .show_medium_flex {
    display: flex !important;
  }
  .show_medium_inline_flex {
    display: inline-flex !important;
  }
  .show_medium_grid {
    display: grid !important;
  }
}
@media (min-width: 1024px) {
  .hide_large {
    display: none !important;
  }
  .show_large {
    display: block !important;
  }
  .show_large_inline {
    display: inline !important;
  }
  .show_large_inline_block {
    display: inline-block !important;
  }
  .show_large_flex {
    display: flex !important;
  }
  .show_large_inline_flex {
    display: inline-flex !important;
  }
  .show_large_grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .hide_xlarge {
    display: none !important;
  }
  .show_xlarge {
    display: block !important;
  }
  .show_xlarge_inline {
    display: inline !important;
  }
  .show_xlarge_inline_block {
    display: inline-block !important;
  }
  .show_xlarge_flex {
    display: flex !important;
  }
  .show_xlarge_inline_flex {
    display: inline-flex !important;
  }
  .show_xlarge_grid {
    display: grid !important;
  }
}
@media (min-width: 1400px) {
  .hide_xxlarge {
    display: none !important;
  }
  .show_xxlarge {
    display: block !important;
  }
  .show_xxlarge_inline {
    display: inline !important;
  }
  .show_xxlarge_inline_block {
    display: inline-block !important;
  }
  .show_xxlarge_flex {
    display: flex !important;
  }
  .show_xxlarge_inline_flex {
    display: inline-flex !important;
  }
  .show_xxlarge_grid {
    display: grid !important;
  }
}
@media (min-width: 640px) {
  .visible_small_only {
    display: none !important;
  }
}

.visible_medium_only {
  display: none !important;
}
@media (min-width: 640px) {
  .visible_medium_only {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .visible_medium_only {
    display: none !important;
  }
}

.visible_large_only {
  display: none !important;
}
@media (min-width: 1024px) {
  .visible_large_only {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible_large_only {
    display: none !important;
  }
}

.visible_xlarge_only {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible_xlarge_only {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible_xlarge_only {
    display: none !important;
  }
}

.visible_xxlarge_only {
  display: none !important;
}
@media (min-width: 1400px) {
  .visible_xxlarge_only {
    display: block !important;
  }
}

@media (min-width: 640px) {
  .hidden_small_only {
    display: block !important;
  }
}

.hidden_medium_only {
  display: block !important;
}
@media (min-width: 640px) {
  .hidden_medium_only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden_medium_only {
    display: block !important;
  }
}

.hidden_large_only {
  display: block !important;
}
@media (min-width: 1024px) {
  .hidden_large_only {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden_large_only {
    display: block !important;
  }
}

.hidden_xlarge_only {
  display: block !important;
}
@media (min-width: 1200px) {
  .hidden_xlarge_only {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden_xlarge_only {
    display: block !important;
  }
}

.hidden_xxlarge_only {
  display: block !important;
}
@media (min-width: 1400px) {
  .hidden_xxlarge_only {
    display: none !important;
  }
}

.sr_only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr_only_focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media print {
  .d_print_none {
    display: none !important;
  }
  .d_print_inline {
    display: inline !important;
  }
  .d_print_inline_block {
    display: inline-block !important;
  }
  .d_print_block {
    display: block !important;
  }
  .d_print_grid {
    display: grid !important;
  }
  .d_print_table {
    display: table !important;
  }
  .d_print_table_row {
    display: table-row !important;
  }
  .d_print_table_cell {
    display: table-cell !important;
  }
  .d_print_flex {
    display: flex !important;
  }
  .d_print_inline_flex {
    display: inline-flex !important;
  }
}
.bg_primary {
  background-color: #380096;
}

.bg_secondary {
  background-color: #0b0b18;
}

.bg_success {
  background-color: #28a745;
}

.bg_info {
  background-color: #17a2b8;
}

.bg_warning {
  background-color: #ffc107;
}

.bg_danger {
  background-color: #dc3545;
}

.bg_light {
  background-color: #f8f9fa;
}

.bg_dark {
  background-color: #343a40;
}

.bg_body {
  background-color: #050510;
}

.bg_white {
  background-color: #fff;
}

.bg_transparent {
  background-color: transparent;
}

.bg_gray_100 {
  background-color: #f8f9fa;
}

.bg_gray_200 {
  background-color: #e9ecef;
}

.bg_gray_300 {
  background-color: #dee2e6;
}

.bg_gray_400 {
  background-color: #ced4da;
}

.bg_gray_500 {
  background-color: #adb5bd;
}

.bg_gray_600 {
  background-color: #6c757d;
}

.bg_gray_700 {
  background-color: #495057;
}

.bg_gray_800 {
  background-color: #343a40;
}

.bg_gray_900 {
  background-color: #212529;
}

.testback_01 {
  background-color: #EBEBEB;
}

.testback_02 {
  background-color: #7BCE7B;
}

.testback_03 {
  background-color: #B5B5E1;
}

.border {
  border: 1px solid #dee2e6;
}

.border_0 {
  border: 0;
}

.border_top {
  border-top: 1px solid #dee2e6;
}

.border_top_0 {
  border-top: 0;
}

.border_end {
  border-right: 1px solid #dee2e6;
}

.border_end_0 {
  border-right: 0;
}

.border_bottom {
  border-bottom: 1px solid #dee2e6;
}

.border_bottom_0 {
  border-bottom: 0;
}

.border_start {
  border-left: 1px solid #dee2e6;
}

.border_start_0 {
  border-left: 0;
}

.border_primary {
  border-color: #380096;
}

.border_secondary {
  border-color: #0b0b18;
}

.border_success {
  border-color: #28a745;
}

.border_info {
  border-color: #17a2b8;
}

.border_warning {
  border-color: #ffc107;
}

.border_danger {
  border-color: #dc3545;
}

.border_light {
  border-color: #f8f9fa;
}

.border_dark {
  border-color: #343a40;
}

.border_white {
  border-color: #fff;
}

.rounded {
  border-radius: 10px;
}

.rounded_0 {
  border-radius: 0;
}

.rounded_1 {
  border-radius: 0.25rem;
}

.rounded_2 {
  border-radius: 10px;
}

.rounded_3 {
  border-radius: 0.5rem;
}

.rounded_4 {
  border-radius: 1rem;
}

.rounded_circle {
  border-radius: 50%;
}

.rounded_pill {
  border-radius: 50rem;
}

.rounded_top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded_end {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded_bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded_start {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.shadow_none {
  box-shadow: none;
}

.shadow_sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.shadow_lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.opacity_0 {
  opacity: 0;
}

.opacity_25 {
  opacity: 0.25;
}

.opacity_50 {
  opacity: 0.5;
}

.opacity_75 {
  opacity: 0.75;
}

.opacity_100 {
  opacity: 1;
}

.cursor_auto {
  cursor: auto;
}

.cursor_pointer {
  cursor: pointer;
}

.cursor_wait {
  cursor: wait;
}

.cursor_text {
  cursor: text;
}

.cursor_move {
  cursor: move;
}

.cursor_help {
  cursor: help;
}

.cursor_not_allowed {
  cursor: not-allowed;
}

.user_select_all {
  user-select: all;
}

.user_select_auto {
  user-select: auto;
}

.user_select_none {
  user-select: none;
}

.pe_none {
  pointer-events: none;
}

.pe_auto {
  pointer-events: auto;
}

.z_0 {
  z-index: 0;
}

.z_1 {
  z-index: 1;
}

.z_2 {
  z-index: 2;
}

.z_3 {
  z-index: 3;
}

.z_auto {
  z-index: auto;
}

.z_dropdown {
  z-index: 1000;
}

.z_sticky {
  z-index: 1020;
}

.z_fixed {
  z-index: 1030;
}

.z_modal_backdrop {
  z-index: 1040;
}

.z_modal {
  z-index: 1050;
}

.z_popover {
  z-index: 1070;
}

.z_tooltip {
  z-index: 1080;
}

body.dark_mode,
html.dark_mode body {
  background-color: #1a1a1a;
  color: #e4e4e4;
}
body.dark_mode a,
html.dark_mode body a {
  color: rgb(94.08, 0, 252);
}
body.dark_mode a:hover,
html.dark_mode body a:hover {
  color: rgb(125.28, 48, 255);
}
body.dark_mode .text_muted,
html.dark_mode body .text_muted {
  color: #808080 !important;
}
body.dark_mode .card,
html.dark_mode body .card {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .card_header,
body.dark_mode .card_footer,
html.dark_mode body .card_header,
html.dark_mode body .card_footer {
  background-color: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .form_control,
body.dark_mode .form_select,
html.dark_mode body .form_control,
html.dark_mode body .form_select {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .form_control:focus,
body.dark_mode .form_select:focus,
html.dark_mode body .form_control:focus,
html.dark_mode body .form_select:focus {
  background-color: #2d2d2d;
  border-color: rgb(94.08, 0, 252);
  color: #e4e4e4;
}
body.dark_mode .form_control::placeholder,
body.dark_mode .form_select::placeholder,
html.dark_mode body .form_control::placeholder,
html.dark_mode body .form_select::placeholder {
  color: #808080;
}
body.dark_mode .form_label,
html.dark_mode body .form_label {
  color: #e4e4e4;
}
body.dark_mode .form_text,
html.dark_mode body .form_text {
  color: #b0b0b0;
}
body.dark_mode .input_group_text,
html.dark_mode body .input_group_text {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .alert_primary,
html.dark_mode body .alert_primary {
  background-color: hsl(262.4, 100%, -0.5882352941%);
  border-color: rgb(17.92, 0, 48);
  color: rgb(157.24, 99, 255);
}
body.dark_mode .alert_success,
html.dark_mode body .alert_success {
  background-color: rgb(10.4347826087, 43.5652173913, 18);
  border-color: rgb(20.2898550725, 84.7101449275, 35);
  color: rgb(175.1304347826, 235.8695652174, 189);
}
body.dark_mode .alert_info,
html.dark_mode body .alert_info {
  background-color: rgb(6, 42.2608695652, 48);
  border-color: rgb(11.6666666667, 82.1739130435, 93.3333333333);
  color: rgb(167, 233.4782608696, 244);
}
body.dark_mode .alert_warning,
html.dark_mode body .alert_warning {
  background-color: rgb(109, 81.75, 0);
  border-color: #a07800;
  color: rgb(109, 81.75, 0);
}
body.dark_mode .alert_danger,
html.dark_mode body .alert_danger {
  background-color: rgb(102.2784810127, 17.7215189873, 25.8227848101);
  border-color: rgb(145.746835443, 25.253164557, 36.7974683544);
  color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
}
body.dark_mode .navbar,
html.dark_mode body .navbar {
  background-color: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .navbar_light,
html.dark_mode body .navbar_light {
  background-color: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .navbar_light .navbar_brand,
body.dark_mode .navbar_light .navbar_nav .nav_link,
html.dark_mode body .navbar_light .navbar_brand,
html.dark_mode body .navbar_light .navbar_nav .nav_link {
  color: #e4e4e4;
}
body.dark_mode .navbar_light .navbar_brand:hover,
body.dark_mode .navbar_light .navbar_nav .nav_link:hover,
html.dark_mode body .navbar_light .navbar_brand:hover,
html.dark_mode body .navbar_light .navbar_nav .nav_link:hover {
  color: rgb(94.08, 0, 252);
}
body.dark_mode .navbar_light .navbar_toggler,
html.dark_mode body .navbar_light .navbar_toggler {
  color: #e4e4e4;
  border-color: #404040;
}
body.dark_mode table,
html.dark_mode body table {
  color: #e4e4e4;
  border-color: #404040;
}
body.dark_mode .border,
html.dark_mode body .border {
  border-color: #404040 !important;
}
body.dark_mode .border_top,
html.dark_mode body .border_top {
  border-top-color: #404040 !important;
}
body.dark_mode .border_bottom,
html.dark_mode body .border_bottom {
  border-bottom-color: #404040 !important;
}
body.dark_mode .border_start,
html.dark_mode body .border_start {
  border-left-color: #404040 !important;
}
body.dark_mode .border_end,
html.dark_mode body .border_end {
  border-right-color: #404040 !important;
}
body.dark_mode .demo_column,
html.dark_mode body .demo_column {
  background: black;
  border-color: #003366;
  color: #e4e4e4;
}
body.dark_mode .demo_row,
html.dark_mode body .demo_row {
  background: #2d2d2d;
}
body.dark_mode .section_title,
html.dark_mode body .section_title {
  background: #3a3a3a;
  color: #e4e4e4;
}
body.dark_mode .breakpoint_info,
html.dark_mode body .breakpoint_info {
  background: rgb(58, 43.5, 0);
  border-color: rgb(109, 81.75, 0);
  color: #e4e4e4;
}
body.dark_mode .hero,
html.dark_mode body .hero {
  background: linear-gradient(135deg, #2d2d2d 0%, #3a3a3a 100%);
  color: #e4e4e4;
}
body.dark_mode .breadcrumb_item.active,
html.dark_mode body .breadcrumb_item.active {
  color: #808080;
}
body.dark_mode .breadcrumb_item::before,
html.dark_mode body .breadcrumb_item::before {
  color: #808080;
}
body.dark_mode .pagination_container,
html.dark_mode body .pagination_container {
  background: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .pagination_container .page_item,
html.dark_mode body .pagination_container .page_item {
  color: #e4e4e4;
  border-right-color: #404040;
}
body.dark_mode .pagination_container .page_item:hover:not(.page_item_disabled):not(.page_item_active),
html.dark_mode body .pagination_container .page_item:hover:not(.page_item_disabled):not(.page_item_active) {
  background-color: #3a3a3a;
}
body.dark_mode .pagination_container .page_item.page_item_active,
html.dark_mode body .pagination_container .page_item.page_item_active {
  background-color: #2d2d2d;
  color: #e4e4e4;
}
body.dark_mode .pagination_container .page_item.page_item_disabled,
html.dark_mode body .pagination_container .page_item.page_item_disabled {
  color: #808080;
}
body.dark_mode .bg_white,
html.dark_mode body .bg_white {
  background-color: #2d2d2d !important;
}
body.dark_mode .bg_light,
html.dark_mode body .bg_light {
  background-color: #3a3a3a !important;
}
body.dark_mode .bg_gray_100,
html.dark_mode body .bg_gray_100 {
  background-color: #2d2d2d !important;
}
body.dark_mode .bg_gray_200,
html.dark_mode body .bg_gray_200 {
  background-color: #3a3a3a !important;
}
body.dark_mode footer,
html.dark_mode body footer {
  background-color: #3a3a3a !important;
  color: #e4e4e4 !important;
}
body.dark_mode footer .footer_text,
html.dark_mode body footer .footer_text {
  color: #e4e4e4;
}
body.dark_mode footer .footer_text a,
html.dark_mode body footer .footer_text a {
  color: #b0b0b0;
}
body.dark_mode footer .footer_text a:hover,
html.dark_mode body footer .footer_text a:hover {
  color: #e4e4e4;
}
body.dark_mode .footer_main,
html.dark_mode body .footer_main {
  background-color: #1a1a1a !important;
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light,
html.dark_mode body .footer_main_light {
  background-color: #2d2d2d !important;
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_title,
html.dark_mode body .footer_main_light .footer_title {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_business_name,
html.dark_mode body .footer_main_light .footer_business_info .footer_business_name {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_address,
html.dark_mode body .footer_main_light .footer_business_info .footer_address {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_contact_item,
html.dark_mode body .footer_main_light .footer_business_info .footer_contact_item {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_contact_item a,
html.dark_mode body .footer_main_light .footer_business_info .footer_contact_item a {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_contact_item a:hover,
html.dark_mode body .footer_main_light .footer_business_info .footer_contact_item a:hover {
  color: rgb(94.08, 0, 252) !important;
}
body.dark_mode .footer_main_light .footer_menu a,
html.dark_mode body .footer_main_light .footer_menu a {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_menu a:hover,
html.dark_mode body .footer_main_light .footer_menu a:hover {
  color: rgb(94.08, 0, 252) !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item {
  border-bottom-color: #404040 !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item .hours_day,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item .hours_day {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item .hours_time,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item .hours_time {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_day,
body.dark_mode .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_time,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_day,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_time {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_social .social_icon,
html.dark_mode body .footer_main_light .footer_social .social_icon {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_bottom,
html.dark_mode body .footer_main_light .footer_bottom {
  border-top-color: #404040 !important;
}
body.dark_mode .footer_bottom .footer_copyright,
body.dark_mode .footer_bottom .footer_credits,
html.dark_mode body .footer_bottom .footer_copyright,
html.dark_mode body .footer_bottom .footer_credits {
  color: #808080 !important;
}
body.dark_mode .footer_bottom .footer_copyright a,
body.dark_mode .footer_bottom .footer_credits a,
html.dark_mode body .footer_bottom .footer_copyright a,
html.dark_mode body .footer_bottom .footer_credits a {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_bottom .footer_copyright a:hover,
body.dark_mode .footer_bottom .footer_credits a:hover,
html.dark_mode body .footer_bottom .footer_copyright a:hover,
html.dark_mode body .footer_bottom .footer_credits a:hover {
  color: #e4e4e4 !important;
}
body.dark_mode .vehicle_card,
html.dark_mode body .vehicle_card {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .vehicle_title,
html.dark_mode body .vehicle_title {
  color: #e4e4e4;
}
body.dark_mode .vehicle_payment .payment_amount,
html.dark_mode body .vehicle_payment .payment_amount {
  color: #e4e4e4;
}
body.dark_mode .vehicle_stock strong,
body.dark_mode .vehicle_mileage strong,
html.dark_mode body .vehicle_stock strong,
html.dark_mode body .vehicle_mileage strong {
  color: #e4e4e4;
}
body.dark_mode .vehicle_dealer,
html.dark_mode body .vehicle_dealer {
  background-color: #3a3a3a;
  border-top-color: #404040;
  color: #b0b0b0;
}
body.dark_mode .vehicle_dealer .dealer_name,
html.dark_mode body .vehicle_dealer .dealer_name {
  color: #e4e4e4;
}
body.dark_mode .vehicle_dealer .dealer_location,
html.dark_mode body .vehicle_dealer .dealer_location {
  color: #808080;
}
body.dark_mode .vehicle_details,
html.dark_mode body .vehicle_details {
  border-top-color: #404040;
}
body.dark_mode .vehicle_card_horizontal,
html.dark_mode body .vehicle_card_horizontal {
  background-color: #2d2d2d;
  border-color: rgb(145.6551724138, 118.3448275862, 8.3448275862);
}
body.dark_mode .vehicle_horizontal_title,
html.dark_mode body .vehicle_horizontal_title {
  color: #e4e4e4;
}
body.dark_mode .vehicle_horizontal_payment .payment_value,
html.dark_mode body .vehicle_horizontal_payment .payment_value {
  color: #e4e4e4;
}
body.dark_mode .vehicle_specs_container,
html.dark_mode body .vehicle_specs_container {
  background-color: #2d2d2d;
}
body.dark_mode .vehicle_specs_table tr:nth-child(odd),
html.dark_mode body .vehicle_specs_table tr:nth-child(odd) {
  background-color: #2d2d2d;
}
body.dark_mode .vehicle_specs_table tr:nth-child(even),
html.dark_mode body .vehicle_specs_table tr:nth-child(even) {
  background-color: #3a3a3a;
}
body.dark_mode .vehicle_specs_table td:first-child, body.dark_mode .vehicle_specs_table td:nth-child(3),
html.dark_mode body .vehicle_specs_table td:first-child,
html.dark_mode body .vehicle_specs_table td:nth-child(3) {
  color: #b0b0b0;
}
body.dark_mode .vehicle_specs_table td:nth-child(2), body.dark_mode .vehicle_specs_table td:nth-child(4),
html.dark_mode body .vehicle_specs_table td:nth-child(2),
html.dark_mode body .vehicle_specs_table td:nth-child(4) {
  color: #e4e4e4;
}
body.dark_mode .vehicle_horizontal_features,
html.dark_mode body .vehicle_horizontal_features {
  background-color: #3a3a3a;
  border-left-color: rgb(235.0632911392, 139.9367088608, 149.0506329114);
  color: #e4e4e4;
}
body.dark_mode .top_info_bar,
html.dark_mode body .top_info_bar {
  background-color: #3a3a3a;
  border-bottom-color: #404040;
}
body.dark_mode .top_info_bar_light,
html.dark_mode body .top_info_bar_light {
  background-color: #2d2d2d;
  color: #e4e4e4;
  border-bottom-color: #404040;
}
body.dark_mode .top_info_bar_light .top_info_day .day_name,
html.dark_mode body .top_info_bar_light .top_info_day .day_name {
  color: #e4e4e4;
}
body.dark_mode .top_info_bar_light .top_info_day .day_hours,
html.dark_mode body .top_info_bar_light .top_info_day .day_hours {
  color: #b0b0b0;
}
body.dark_mode .top_info_bar_light .top_info_day.current_day .day_name,
html.dark_mode body .top_info_bar_light .top_info_day.current_day .day_name {
  font-weight: 900;
}
body.dark_mode .top_info_bar_light .top_info_day.current_day .day_hours,
html.dark_mode body .top_info_bar_light .top_info_day.current_day .day_hours {
  color: #e4e4e4;
  font-weight: 700;
}
body.dark_mode .top_info_bar_light .top_info_day.closed .day_hours,
html.dark_mode body .top_info_bar_light .top_info_day.closed .day_hours {
  color: #808080;
}
body.dark_mode .top_info_bar_light .top_info_contact,
html.dark_mode body .top_info_bar_light .top_info_contact {
  color: #e4e4e4;
}
body.dark_mode .top_info_bar_light .top_info_contact .contact_item i,
html.dark_mode body .top_info_bar_light .top_info_contact .contact_item i {
  color: #b0b0b0;
}
body.dark_mode .top_info_bar_light .top_info_contact .contact_item a,
html.dark_mode body .top_info_bar_light .top_info_contact .contact_item a {
  color: #e4e4e4;
}
body.dark_mode .top_info_bar_light .top_info_contact .contact_item a:hover,
html.dark_mode body .top_info_bar_light .top_info_contact .contact_item a:hover {
  color: rgb(94.08, 0, 252);
}

.vehicle_grid, .vehicle_grid_2, .vehicle_grid_4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .vehicle_grid, .vehicle_grid_2, .vehicle_grid_4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .vehicle_grid, .vehicle_grid_2, .vehicle_grid_4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .vehicle_grid_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .vehicle_grid_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.vehicle_list {
  display: block;
}

.vehicle_card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.vehicle_card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translateY(-4px);
  text-decoration: none;
}

.vehicle_image {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
  background-color: #e9ecef;
}
.vehicle_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.vehicle_card:hover .vehicle_image img {
  transform: scale(1.1);
}

.vehicle_badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.vehicle_badge_new {
  background-color: #28a745;
  color: #fff;
}

.vehicle_badge_lower_price {
  background-color: #dc3545;
  color: #fff;
}

.vehicle_badge_sold_badge {
  background-color: #6c757d;
  color: #fff;
}

.vehicle_sold_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vehicle_sold_overlay::before {
  content: "SOLD";
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0px;
  transform: rotate(-15deg);
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.6);
  line-height: 1;
}
@media (min-width: 640px) {
  .vehicle_sold_overlay::before {
    font-size: 5rem;
    letter-spacing: 0px;
  }
}

.vehicle_content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vehicle_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  min-height: 2.6rem;
}

.vehicle_tagline {
  font-size: 0.8125rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle_listed {
  font-size: 0.875rem;
  color: #dc3545;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.vehicle_payment {
  min-height: 2.5rem;
  margin-bottom: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.vehicle_payment .payment_label {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.vehicle_payment .payment_amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #343a40;
  line-height: 1;
}
.vehicle_payment .payment_amount sup {
  font-size: 0.7em;
  top: -0.5em;
}

.vehicle_price {
  margin-bottom: 0.25rem;
}
.vehicle_price .price_amount {
  font-size: 2.25rem;
  font-weight: 700;
  color: #dc3545;
  line-height: 1;
}
.vehicle_price .price_amount sup {
  font-size: 0.6em;
  top: -0.8em;
}

.vehicle_price_subtitle {
  font-size: 0.6875rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 0.75rem;
}

.vehicle_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  border-top: 1px solid #e9ecef;
  font-size: 0.8125rem;
  margin-top: auto;
}

.vehicle_stock {
  color: #6c757d;
}
.vehicle_stock strong {
  color: #dc3545;
  font-weight: 600;
}

.vehicle_mileage {
  color: #6c757d;
  text-align: right;
}
.vehicle_mileage strong {
  color: #343a40;
  font-weight: 700;
}
.vehicle_mileage .mileage_unit {
  font-size: 0.75rem;
  color: #adb5bd;
  font-weight: 400;
}

.vehicle_dealer {
  padding: 0.5rem 1rem;
  background-color: #212529;
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  border-top: 1px solid #dee2e6;
}
.vehicle_dealer .dealer_name {
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 0.125rem;
}
.vehicle_dealer .dealer_location {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}

.vehicle_card_horizontal {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f4d03f;
  border: 3px solid #f4d03f;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  margin-bottom: 1.25rem;
  padding: 20px;
}
.vehicle_card_horizontal:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translateY(-2px);
  text-decoration: none;
}

.vehicle_horizontal_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .vehicle_horizontal_content {
    flex-direction: row;
    gap: 1.25rem;
  }
}

.vehicle_horizontal_image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  flex-shrink: 0;
  border: 2px solid #dee2e6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .vehicle_horizontal_image {
    width: 45%;
  }
}
.vehicle_horizontal_image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
}
.vehicle_card_horizontal:hover .vehicle_horizontal_image img {
  transform: scale(1.05);
}

.vehicle_horizontal_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #343a40;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .vehicle_horizontal_title {
    font-size: 1.75rem;
  }
}

.vehicle_horizontal_details {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.vehicle_horizontal_badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  z-index: 10;
}
.vehicle_horizontal_badge.badge_new {
  background-color: #28a745;
  color: #fff;
}
.vehicle_horizontal_badge.badge_lower_price {
  background-color: #dc3545;
  color: #fff;
}

.vehicle_horizontal_pricing {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0.75rem;
  gap: 1rem;
}

.vehicle_horizontal_payment {
  text-align: right;
}
.vehicle_horizontal_payment .payment_frequency {
  font-size: 0.875rem;
  color: #495057;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.vehicle_horizontal_payment .payment_value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #343a40;
  line-height: 1;
}
.vehicle_horizontal_payment .payment_value sup {
  font-size: 0.7em;
}

.vehicle_horizontal_price {
  text-align: right;
}
.vehicle_horizontal_price .price_value {
  font-size: 3rem;
  font-weight: 700;
  color: #dc3545;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.vehicle_horizontal_price .price_value sup {
  font-size: 0.6em;
}
@media (min-width: 640px) {
  .vehicle_horizontal_price .price_value {
    font-size: 3.25rem;
  }
}
.vehicle_horizontal_price .price_label {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vehicle_specs_container {
  background-color: #fff;
  border-radius: 10px;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
}

.vehicle_specs_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.vehicle_specs_table tr:nth-child(odd) {
  background-color: #fff;
}
.vehicle_specs_table tr:nth-child(even) {
  background-color: #e8e8e8;
}
.vehicle_specs_table td {
  padding: 0.25rem 0.5rem;
  border: none;
  vertical-align: middle;
  line-height: 1.3;
}
.vehicle_specs_table td:first-child {
  font-weight: 600;
  color: #495057;
  white-space: nowrap;
  width: 20%;
  font-size: 0.6875rem;
}
.vehicle_specs_table td:nth-child(2) {
  color: #343a40;
  font-weight: 500;
  width: 30%;
}
.vehicle_specs_table td:nth-child(3) {
  font-weight: 600;
  color: #495057;
  white-space: nowrap;
  width: 20%;
  font-size: 0.6875rem;
}
.vehicle_specs_table td:nth-child(4) {
  color: #343a40;
  font-weight: 500;
  width: 30%;
}

.vehicle_horizontal_features {
  font-size: 0.875rem;
  color: #343a40;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  background-color: #e8e8e8;
  border-left: 4px solid #dc3545;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 10px;
}

.vehicle_horizontal_actions {
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
  flex-wrap: wrap;
}
.vehicle_horizontal_actions .btn {
  flex: 1;
  min-width: 180px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
}
.vehicle_horizontal_actions .btn i {
  font-size: 1.125rem;
}

.btn_vehicle_photos {
  background-color: #ff6b35;
  border-color: #ff6b35;
  color: #fff;
}
.btn_vehicle_photos:hover {
  background-color: rgb(255, 69.6336633663, 2);
  border-color: rgb(255, 69.6336633663, 2);
}

.btn_vehicle_info {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn_vehicle_info:hover {
  background-color: #000;
  border-color: #000;
}

.inventory_filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  background: #f8f9fa;
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  align-items: flex-end;
}

.inventory_filters_group {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 130px;
}

.inventory_filters_label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 4px;
}

.inventory_filters select {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  color: #343a40;
  cursor: pointer;
  width: 100%;
  appearance: auto;
}

.inventory_filters select:focus {
  outline: none;
  border-color: #380096;
  box-shadow: 0 0 0 2px rgba(56, 0, 150, 0.15);
}

.inventory_filters_row {
  display: flex;
  gap: 6px;
  align-items: center;
}

.inventory_filters_row span {
  font-size: 12px;
  color: #adb5bd;
}

@media (max-width: 599px) {
  .inventory_filters {
    gap: 10px;
  }
  .inventory_filters_group {
    min-width: calc(50% - 10px);
  }
}
.inventory_count {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 16px;
}

.inventory_loading {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: #adb5bd;
  font-size: 16px;
}

.inventory_loading.active {
  display: block;
}

.inventory_loading i {
  margin-right: 8px;
}

.inventory_empty {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: #adb5bd;
  font-size: 15px;
  border: 2px dashed #dee2e6;
  border-radius: 0.5rem;
}

.inventory_pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.inventory_pagination button {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background: #fff;
  color: #343a40;
  font-size: 14px;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  padding: 0 12px;
}

.inventory_pagination button:hover {
  background: #e9ecef;
}

.inventory_pagination button.active {
  background: #380096;
  color: #fff;
  border-color: #380096;
}

.inventory_pagination button:disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.inventory_pagination_ellipsis {
  min-width: 40px;
  text-align: center;
  line-height: 40px;
  color: #adb5bd;
  font-size: 14px;
}

.btn {
  display: inline-block;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #f5f7ff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 10px;
  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;
}
.btn:hover {
  color: #f5f7ff;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(56, 0, 150, 0.25);
}

.btn_primary {
  color: #fff;
  background-color: #380096;
  border-color: #380096;
}
.btn_primary:hover {
  color: #fff;
  background-color: rgb(41.72, 0, 111.75);
  border-color: rgb(36.96, 0, 99);
}
.btn_primary:focus, .btn_primary.focus {
  color: #fff;
  background-color: rgb(41.72, 0, 111.75);
  border-color: rgb(36.96, 0, 99);
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.5);
}
.btn_primary.disabled, .btn_primary:disabled {
  color: #fff;
  background-color: #380096;
  border-color: #380096;
}
.btn_primary:not(:disabled):not(.disabled):active, .btn_primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(36.96, 0, 99);
  border-color: rgb(32.2, 0, 86.25);
}
.btn_primary:not(:disabled):not(.disabled):active:focus, .btn_primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.5);
}

.btn_secondary {
  color: #fff;
  background-color: #0b0b18;
  border-color: #0b0b18;
}
.btn_secondary:hover {
  color: #fff;
  background-color: hsl(240, 37.1428571429%, -0.637254902%);
  border-color: hsl(240, 37.1428571429%, -3.137254902%);
}
.btn_secondary:focus, .btn_secondary.focus {
  color: #fff;
  background-color: hsl(240, 37.1428571429%, -0.637254902%);
  border-color: hsl(240, 37.1428571429%, -3.137254902%);
  box-shadow: 0 0 0 0.2rem rgba(11, 11, 24, 0.5);
}
.btn_secondary.disabled, .btn_secondary:disabled {
  color: #fff;
  background-color: #0b0b18;
  border-color: #0b0b18;
}
.btn_secondary:not(:disabled):not(.disabled):active, .btn_secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: hsl(240, 37.1428571429%, -3.137254902%);
  border-color: hsl(240, 37.1428571429%, -5.637254902%);
}
.btn_secondary:not(:disabled):not(.disabled):active:focus, .btn_secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 11, 24, 0.5);
}

.btn_success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn_success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn_success:focus, .btn_success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn_success.disabled, .btn_success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn_success:not(:disabled):not(.disabled):active, .btn_success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn_success:not(:disabled):not(.disabled):active:focus, .btn_success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn_info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn_info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn_info:focus, .btn_info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn_info.disabled, .btn_info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn_info:not(:disabled):not(.disabled):active, .btn_info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn_info:not(:disabled):not(.disabled):active:focus, .btn_info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn_warning {
  color: #343a40;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn_warning:hover {
  color: #343a40;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn_warning:focus, .btn_warning.focus {
  color: #343a40;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn_warning.disabled, .btn_warning:disabled {
  color: #343a40;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn_warning:not(:disabled):not(.disabled):active, .btn_warning:not(:disabled):not(.disabled).active {
  color: #343a40;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn_warning:not(:disabled):not(.disabled):active:focus, .btn_warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn_danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn_danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn_danger:focus, .btn_danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn_danger.disabled, .btn_danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn_danger:not(:disabled):not(.disabled):active, .btn_danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn_danger:not(:disabled):not(.disabled):active:focus, .btn_danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn_light {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn_light:hover {
  color: #343a40;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn_light:focus, .btn_light.focus {
  color: #343a40;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn_light.disabled, .btn_light:disabled {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn_light:not(:disabled):not(.disabled):active, .btn_light:not(:disabled):not(.disabled).active {
  color: #343a40;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn_light:not(:disabled):not(.disabled):active:focus, .btn_light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn_dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn_dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn_dark:focus, .btn_dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn_dark.disabled, .btn_dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn_dark:not(:disabled):not(.disabled):active, .btn_dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn_dark:not(:disabled):not(.disabled):active:focus, .btn_dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn_outline_primary {
  color: #380096;
  background-color: transparent;
  border-color: #380096;
}
.btn_outline_primary:hover {
  color: #fff;
  background-color: #380096;
  border-color: #380096;
}
.btn_outline_primary:focus, .btn_outline_primary.focus {
  color: #fff;
  background-color: #380096;
  border-color: #380096;
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.5);
}
.btn_outline_primary.disabled, .btn_outline_primary:disabled {
  color: #380096;
  background-color: transparent;
  border-color: #380096;
}
.btn_outline_primary:not(:disabled):not(.disabled):active, .btn_outline_primary:not(:disabled):not(.disabled).active {
  color: #380096;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(32.2, 0, 86.25);
}
.btn_outline_primary:not(:disabled):not(.disabled):active:focus, .btn_outline_primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.5);
}

.btn_outline_secondary {
  color: #0b0b18;
  background-color: transparent;
  border-color: #0b0b18;
}
.btn_outline_secondary:hover {
  color: #fff;
  background-color: #0b0b18;
  border-color: #0b0b18;
}
.btn_outline_secondary:focus, .btn_outline_secondary.focus {
  color: #fff;
  background-color: #0b0b18;
  border-color: #0b0b18;
  box-shadow: 0 0 0 0.2rem rgba(11, 11, 24, 0.5);
}
.btn_outline_secondary.disabled, .btn_outline_secondary:disabled {
  color: #0b0b18;
  background-color: transparent;
  border-color: #0b0b18;
}
.btn_outline_secondary:not(:disabled):not(.disabled):active, .btn_outline_secondary:not(:disabled):not(.disabled).active {
  color: #0b0b18;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: hsl(240, 37.1428571429%, -5.637254902%);
}
.btn_outline_secondary:not(:disabled):not(.disabled):active:focus, .btn_outline_secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 11, 24, 0.5);
}

.btn_outline_success {
  color: #28a745;
  background-color: transparent;
  border-color: #28a745;
}
.btn_outline_success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn_outline_success:focus, .btn_outline_success.focus {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn_outline_success.disabled, .btn_outline_success:disabled {
  color: #28a745;
  background-color: transparent;
  border-color: #28a745;
}
.btn_outline_success:not(:disabled):not(.disabled):active, .btn_outline_success:not(:disabled):not(.disabled).active {
  color: #28a745;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn_outline_success:not(:disabled):not(.disabled):active:focus, .btn_outline_success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn_outline_info {
  color: #17a2b8;
  background-color: transparent;
  border-color: #17a2b8;
}
.btn_outline_info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn_outline_info:focus, .btn_outline_info.focus {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn_outline_info.disabled, .btn_outline_info:disabled {
  color: #17a2b8;
  background-color: transparent;
  border-color: #17a2b8;
}
.btn_outline_info:not(:disabled):not(.disabled):active, .btn_outline_info:not(:disabled):not(.disabled).active {
  color: #17a2b8;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn_outline_info:not(:disabled):not(.disabled):active:focus, .btn_outline_info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn_outline_warning {
  color: #ffc107;
  background-color: transparent;
  border-color: #ffc107;
}
.btn_outline_warning:hover {
  color: #343a40;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn_outline_warning:focus, .btn_outline_warning.focus {
  color: #343a40;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn_outline_warning.disabled, .btn_outline_warning:disabled {
  color: #ffc107;
  background-color: transparent;
  border-color: #ffc107;
}
.btn_outline_warning:not(:disabled):not(.disabled):active, .btn_outline_warning:not(:disabled):not(.disabled).active {
  color: #ffc107;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn_outline_warning:not(:disabled):not(.disabled):active:focus, .btn_outline_warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn_outline_danger {
  color: #dc3545;
  background-color: transparent;
  border-color: #dc3545;
}
.btn_outline_danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn_outline_danger:focus, .btn_outline_danger.focus {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn_outline_danger.disabled, .btn_outline_danger:disabled {
  color: #dc3545;
  background-color: transparent;
  border-color: #dc3545;
}
.btn_outline_danger:not(:disabled):not(.disabled):active, .btn_outline_danger:not(:disabled):not(.disabled).active {
  color: #dc3545;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn_outline_danger:not(:disabled):not(.disabled):active:focus, .btn_outline_danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn_outline_light {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn_outline_light:hover {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn_outline_light:focus, .btn_outline_light.focus {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn_outline_light.disabled, .btn_outline_light:disabled {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn_outline_light:not(:disabled):not(.disabled):active, .btn_outline_light:not(:disabled):not(.disabled).active {
  color: #f8f9fa;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn_outline_light:not(:disabled):not(.disabled):active:focus, .btn_outline_light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn_outline_dark {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}
.btn_outline_dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn_outline_dark:focus, .btn_outline_dark.focus {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn_outline_dark.disabled, .btn_outline_dark:disabled {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}
.btn_outline_dark:not(:disabled):not(.disabled):active, .btn_outline_dark:not(:disabled):not(.disabled).active {
  color: #343a40;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn_outline_dark:not(:disabled):not(.disabled):active:focus, .btn_outline_dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn_sm {
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.btn_lg {
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.btn_block {
  display: block;
  width: 100%;
}

.btn_link {
  font-weight: 400;
  color: #46c8ff;
  text-decoration: none;
}
.btn_link:hover {
  color: rgb(0, 174.6216216216, 248.5);
  text-decoration: underline;
}
.btn_link:focus {
  text-decoration: underline;
}
.btn_link:disabled, .btn_link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.form_control, .form_control_lg, .form_control_sm {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f5f7ff;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 10px;
  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:focus, .form_control_lg:focus, .form_control_sm:focus {
  color: #f5f7ff;
  background-color: #fff;
  border-color: rgb(109.3, 22.5, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.25);
}
.form_control::placeholder, .form_control_lg::placeholder, .form_control_sm::placeholder {
  color: #f5f7ff;
  opacity: 0.5;
}
.form_control:disabled, .form_control_lg:disabled, .form_control_sm:disabled, .form_control[readonly], [readonly].form_control_lg, [readonly].form_control_sm {
  background-color: #e9ecef;
  opacity: 1;
}

.form_control_sm {
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form_control_lg {
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form_label, .form_label_lg, .form_label_sm {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #f5f7ff;
}

.form_label_sm {
  font-size: 0.875rem;
}

.form_label_lg {
  font-size: 1.25rem;
}

.form_text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.form_group {
  margin-bottom: 1rem;
}

.form_check, .form_switch, .form_check_inline {
  position: relative;
  display: block;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  min-height: 1.5rem;
}

.form_check_input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.form_check_input[type=checkbox] + .form_check_label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  user-select: none;
}
.form_check_input[type=checkbox] + .form_check_label::before {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.125rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.form_check_input[type=checkbox] + .form_check_label::after {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.125rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.form_check_input[type=checkbox]:checked + .form_check_label::before {
  background-color: #380096;
  border-color: #380096;
}
.form_check_input[type=checkbox]:checked + .form_check_label::after {
  opacity: 1;
  transform: scale(1);
}
.form_check_input[type=checkbox]:focus + .form_check_label::before {
  border-color: #380096;
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.25);
}
.form_check_input[type=checkbox]:disabled + .form_check_label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form_check_input[type=checkbox]:disabled + .form_check_label::before {
  background-color: #e9ecef;
}
.form_check_input[type=checkbox]:not(:disabled):not(:checked):hover + .form_check_label::before {
  border-color: #380096;
}
.form_check_input[type=radio] + .form_check_label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  user-select: none;
}
.form_check_input[type=radio] + .form_check_label::before {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.125rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.form_check_input[type=radio] + .form_check_label::after {
  content: "";
  position: absolute;
  left: -1.4375rem;
  top: 0.4375rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}
.form_check_input[type=radio]:checked + .form_check_label::before {
  background-color: #380096;
  border-color: #380096;
}
.form_check_input[type=radio]:checked + .form_check_label::after {
  opacity: 1;
  transform: scale(1);
}
.form_check_input[type=radio]:focus + .form_check_label::before {
  border-color: #380096;
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.25);
}
.form_check_input[type=radio]:disabled + .form_check_label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form_check_input[type=radio]:disabled + .form_check_label::before {
  background-color: #e9ecef;
}
.form_check_input[type=radio]:not(:disabled):not(:checked):hover + .form_check_label::before {
  border-color: #380096;
}

.form_check_label {
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
}

.form_check_inline {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
}

.form_switch {
  padding-left: 4rem;
}
.form_switch .form_check_input {
  width: 3.5rem;
  height: 1.75rem;
  margin-left: -4rem;
  margin-top: 0;
  border-radius: 2rem;
  background-color: #ced4da;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 1;
  z-index: 1;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form_switch .form_check_input::before, .form_switch .form_check_input::after {
  display: none !important;
}
.form_switch .form_check_input::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.form_switch .form_check_input::after {
  content: "OFF" !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0.625rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
  padding-right: 0.375rem;
  pointer-events: none;
}
.form_switch .form_check_input:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.25);
  outline: none;
}
.form_switch .form_check_input:checked {
  background-color: #380096;
}
.form_switch .form_check_input:checked::before {
  transform: translateX(1.75rem);
}
.form_switch .form_check_input:checked::after {
  content: "ON" !important;
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 0.375rem;
}
.form_switch .form_check_input:checked:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.25);
}
.form_switch .form_check_input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form_switch .form_check_label::before, .form_switch .form_check_label::after {
  display: none !important;
}

.input_group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.input_group .form_control, .input_group .form_control_sm, .input_group .form_control_lg {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input_group > .form_control:not(:last-child), .input_group > .form_control_sm:not(:last-child), .input_group > .form_control_lg:not(:last-child),
.input_group > .input_group_text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input_group > .form_control:not(:first-child), .input_group > .form_control_sm:not(:first-child), .input_group > .form_control_lg:not(:first-child),
.input_group > .input_group_text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input_group > .form_control:not(:first-child):not(:last-child), .input_group > .form_control_sm:not(:first-child):not(:last-child), .input_group > .form_control_lg:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input_group_text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f5f7ff;
  text-align: center;
  white-space: nowrap;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 10px;
}

.input_group_prepend,
.input_group_append {
  display: flex;
}
.input_group_prepend .btn,
.input_group_append .btn {
  position: relative;
  z-index: 2;
}
.input_group_prepend .btn:focus,
.input_group_append .btn:focus {
  z-index: 3;
}

.input_group_sm .form_control, .input_group_sm .form_control_sm, .input_group_sm .form_control_lg,
.input_group_sm .input_group_text {
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input_group_lg .form_control, .input_group_lg .form_control_sm, .input_group_lg .form_control_lg,
.input_group_lg .input_group_text {
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form_floating {
  position: relative;
}
.form_floating .form_control, .form_floating .form_control_sm, .form_floating .form_control_lg {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form_floating .form_control::placeholder, .form_floating .form_control_sm::placeholder, .form_floating .form_control_lg::placeholder {
  color: transparent;
}
.form_floating .form_control:focus, .form_floating .form_control_sm:focus, .form_floating .form_control_lg:focus, .form_floating .form_control:not(:placeholder-shown), .form_floating .form_control_sm:not(:placeholder-shown), .form_floating .form_control_lg:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form_floating .form_control:focus ~ label, .form_floating .form_control_sm:focus ~ label, .form_floating .form_control_lg:focus ~ label, .form_floating .form_control:not(:placeholder-shown) ~ label, .form_floating .form_control_sm:not(:placeholder-shown) ~ label, .form_floating .form_control_lg:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form_floating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form_floating textarea.form_control, .form_floating textarea.form_control_sm, .form_floating textarea.form_control_lg {
  height: auto;
  min-height: calc(3.5rem + 2px);
}

.form_range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form_range:focus {
  outline: 0;
}
.form_range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #050510, 0 0 0 0.25rem rgba(56, 0, 150, 0.25);
}
.form_range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #050510, 0 0 0 0.25rem rgba(56, 0, 150, 0.25);
}
.form_range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #380096;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form_range::-webkit-slider-thumb:active {
  background-color: rgb(94.08, 0, 252);
}
.form_range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form_range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #380096;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form_range::-moz-range-thumb:active {
  background-color: rgb(94.08, 0, 252);
}
.form_range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form_range:disabled {
  pointer-events: none;
}
.form_range:disabled::-webkit-slider-thumb {
  background-color: #ced4da;
}
.form_range:disabled::-moz-range-thumb {
  background-color: #ced4da;
}

.form_file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.5rem + 2px);
  margin-bottom: 0;
}

.form_file_input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.form_file_input:focus ~ .form_file_label {
  border-color: #380096;
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.25);
}
.form_file_input:disabled ~ .form_file_label {
  background-color: #e9ecef;
  opacity: 0.5;
  cursor: not-allowed;
}

.form_file_label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f5f7ff;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 10px;
  transition: all 0.15s ease;
}
.form_file_label::after {
  content: "Browse";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #f5f7ff;
  background-color: #f8f9fa;
  border-left: 1px solid #ced4da;
  border-radius: 0 10px 10px 0;
}

.valid_feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28a745;
}

.invalid_feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.was_validated .form_control:valid, .was_validated .form_control_sm:valid, .was_validated .form_control_lg:valid,
.was_validated .form_select:valid,
.was_validated .form_select_lg:valid,
.was_validated .form_select_sm:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was_validated .form_control:valid:focus, .was_validated .form_control_sm:valid:focus, .was_validated .form_control_lg:valid:focus,
.was_validated .form_select:valid:focus,
.was_validated .form_select_lg:valid:focus,
.was_validated .form_select_sm:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was_validated .form_control:valid ~ .valid_feedback, .was_validated .form_control_sm:valid ~ .valid_feedback, .was_validated .form_control_lg:valid ~ .valid_feedback,
.was_validated .form_select:valid ~ .valid_feedback,
.was_validated .form_select_lg:valid ~ .valid_feedback,
.was_validated .form_select_sm:valid ~ .valid_feedback {
  display: block;
}
.was_validated .form_control:invalid, .was_validated .form_control_sm:invalid, .was_validated .form_control_lg:invalid,
.was_validated .form_select:invalid,
.was_validated .form_select_lg:invalid,
.was_validated .form_select_sm:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was_validated .form_control:invalid:focus, .was_validated .form_control_sm:invalid:focus, .was_validated .form_control_lg:invalid:focus,
.was_validated .form_select:invalid:focus,
.was_validated .form_select_lg:invalid:focus,
.was_validated .form_select_sm:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was_validated .form_control:invalid ~ .invalid_feedback, .was_validated .form_control_sm:invalid ~ .invalid_feedback, .was_validated .form_control_lg:invalid ~ .invalid_feedback,
.was_validated .form_select:invalid ~ .invalid_feedback,
.was_validated .form_select_lg:invalid ~ .invalid_feedback,
.was_validated .form_select_sm:invalid ~ .invalid_feedback {
  display: block;
}

.is_valid {
  border-color: #28a745 !important;
}
.is_valid:focus {
  border-color: #28a745 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}
.is_valid ~ .valid_feedback {
  display: block;
}

.is_invalid {
  border-color: #dc3545 !important;
}
.is_invalid:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.is_invalid ~ .invalid_feedback {
  display: block;
}

.form_select, .form_select_lg, .form_select_sm {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f5f7ff;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form_select:focus, .form_select_lg:focus, .form_select_sm:focus {
  border-color: #380096;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 0, 150, 0.25);
}
.form_select:disabled, .form_select_lg:disabled, .form_select_sm:disabled {
  background-color: #e9ecef;
  opacity: 0.5;
  cursor: not-allowed;
}
.form_select[multiple], [multiple].form_select_lg, [multiple].form_select_sm, .form_select[size]:not([size="1"]), [size].form_select_lg:not([size="1"]), [size].form_select_sm:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form_select_sm {
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form_select_lg {
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card_body {
  flex: 1 1 auto;
  padding: 1rem;
}

.card_title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.card_subtitle {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
}

.card_text:last-child {
  margin-bottom: 0;
}

.card_link:hover {
  text-decoration: none;
}
.card_link + .card_link {
  margin-left: 0.75rem;
}

.card_header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  border-radius: 10px 10px 0 0;
}
.card_header:first-child {
  border-radius: 10px;
}

.card_footer {
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  border-radius: 0 0 10px 10px;
}
.card_footer:last-child {
  border-radius: 10px;
}

.card_img,
.card_img_top,
.card_img_bottom {
  width: 100%;
}

.card_img,
.card_img_top {
  border-radius: 10px 10px 0 0;
}

.card_img,
.card_img_bottom {
  border-radius: 0 0 10px 10px;
}

.alert {
  position: relative;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 10px;
}

.alert_primary {
  color: hsl(262.4, 100%, -20.5882352941%);
  background-color: rgb(173.22, 124.5, 255);
  border-color: rgb(141.26, 73.5, 255);
}

.alert_secondary {
  color: hsl(240, 37.1428571429%, -43.137254902%);
  background-color: rgb(86.6571428571, 86.6571428571, 177.8428571429);
  border-color: rgb(67.1, 67.1, 146.4);
}

.alert_success {
  color: hsl(133.7007874016, 61.3526570048%, -9.4117647059%);
  background-color: rgb(195.7028985507, 240.7971014493, 206);
  border-color: rgb(154.5579710145, 230.9420289855, 172);
}

.alert_info {
  color: hsl(188.198757764, 77.7777777778%, -9.4117647059%);
  background-color: rgb(189.6666666667, 239.0217391304, 246.8333333333);
  border-color: rgb(144.3333333333, 227.9347826087, 241.1666666667);
}

.alert_warning {
  color: rgb(7, 5.25, 0);
  background-color: rgb(255, 250.375, 236.5);
  border-color: rgb(255, 237.625, 185.5);
}

.alert_danger {
  color: rgb(15.3417721519, 2.6582278481, 3.8734177215);
  background-color: rgb(253.8924050633, 248.6075949367, 249.1139240506);
  border-color: rgb(246.3607594937, 205.1392405063, 209.0886075949);
}

.alert_light {
  color: rgb(101.25, 121.5, 141.75);
  background-color: #f8f9fa;
  border-color: rgb(203.375, 210.75, 218.125);
}

.alert_dark {
  color: rgb(178.3103448276, 185.5, 192.6896551724);
  background-color: #343a40;
  border-color: rgb(86.2931034483, 96.25, 106.2068965517);
}

.alert_link {
  font-weight: 700;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.badge_primary {
  background-color: #380096;
}

.badge_secondary {
  background-color: #0b0b18;
}

.badge_success {
  background-color: #28a745;
}

.badge_info {
  background-color: #17a2b8;
}

.badge_warning {
  background-color: #ffc107;
  color: #343a40;
}

.badge_danger {
  background-color: #dc3545;
}

.badge_light {
  background-color: #f8f9fa;
  color: #343a40;
}

.badge_dark {
  background-color: #343a40;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 10px;
}

.breadcrumb_item + .breadcrumb_item {
  padding-left: 0.5rem;
}
.breadcrumb_item + .breadcrumb_item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb_item.active {
  color: #6c757d;
}

.pagination_container, .pagination_container_lg, .pagination_container_sm {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0;
  list-style: none;
  margin: 0;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
.pagination_container .page_item, .pagination_container_lg .page_item, .pagination_container_sm .page_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  background-color: transparent;
  color: #f5f7ff;
  text-decoration: none;
  border: none;
  border-right: 1px solid #dee2e6;
  transition: all 0.15s ease;
  position: relative;
}
.pagination_container .page_item:last-child, .pagination_container_lg .page_item:last-child, .pagination_container_sm .page_item:last-child {
  border-right: none;
}
.pagination_container .page_item a, .pagination_container_lg .page_item a, .pagination_container_sm .page_item a, .pagination_container .page_item span, .pagination_container_lg .page_item span, .pagination_container_sm .page_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
}
.pagination_container .page_item:hover:not(.page_item_disabled):not(.page_item_active), .pagination_container_lg .page_item:hover:not(.page_item_disabled):not(.page_item_active), .pagination_container_sm .page_item:hover:not(.page_item_disabled):not(.page_item_active) {
  background-color: #f8f9fa;
  color: #f5f7ff;
}
.pagination_container .page_item.page_item_active, .pagination_container_lg .page_item.page_item_active, .pagination_container_sm .page_item.page_item_active {
  background-color: #fff;
  color: #f5f7ff;
  font-weight: 600;
  box-shadow: inset 0 0 0 2px #000;
  z-index: 1;
}
.pagination_container .page_item.page_item_active a, .pagination_container_lg .page_item.page_item_active a, .pagination_container_sm .page_item.page_item_active a, .pagination_container .page_item.page_item_active span, .pagination_container_lg .page_item.page_item_active span, .pagination_container_sm .page_item.page_item_active span {
  color: #f5f7ff;
}
.pagination_container .page_item.page_item_disabled, .pagination_container_lg .page_item.page_item_disabled, .pagination_container_sm .page_item.page_item_disabled {
  color: #6c757d;
  cursor: not-allowed;
  background-color: transparent;
}
.pagination_container .page_item.page_item_disabled a, .pagination_container_lg .page_item.page_item_disabled a, .pagination_container_sm .page_item.page_item_disabled a, .pagination_container .page_item.page_item_disabled span, .pagination_container_lg .page_item.page_item_disabled span, .pagination_container_sm .page_item.page_item_disabled span {
  color: #6c757d;
  cursor: not-allowed;
}
.pagination_container .page_item.page_item_disabled:hover, .pagination_container_lg .page_item.page_item_disabled:hover, .pagination_container_sm .page_item.page_item_disabled:hover {
  background-color: transparent;
  color: #6c757d;
}

.pagination_container_sm {
  border-radius: 0.375rem;
}
.pagination_container_sm .page_item {
  min-width: 1.75rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.pagination_container_sm .page_item a, .pagination_container_sm .page_item span {
  padding: 0.125rem 0.25rem;
}

.pagination_container_lg {
  border-radius: 0.625rem;
}
.pagination_container_lg .page_item {
  min-width: 2.75rem;
  height: 2.75rem;
  font-size: 1rem;
}
.pagination_container_lg .page_item a, .pagination_container_lg .page_item span {
  padding: 0.375rem 0.75rem;
}

.has-tip,
.has_tip {
  display: inline-block;
  cursor: help;
  position: relative;
}
.has-tip:focus-visible,
.has_tip:focus-visible {
  outline: 2px solid rgba(56, 0, 150, 0.35);
  outline-offset: 2px;
}

.electricink_tooltip {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1080;
  max-width: min(20rem, 100vw - 1.5rem);
  padding: 0.75rem 0.875rem;
  background-color: rgba(0, 0, 0, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transition: opacity 0.16s ease, visibility 0.16s ease;
}
.electricink_tooltip.is_active {
  opacity: 1;
  visibility: visible;
}
.electricink_tooltip.is_measuring {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.electricink_tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.electricink_tooltip[data-placement=top]::after {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.92) transparent transparent transparent;
}
.electricink_tooltip[data-placement=top-right]::after {
  right: 1rem;
  bottom: -8px;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.92) transparent transparent transparent;
}
.electricink_tooltip[data-placement=right]::after {
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  border-width: 8px 8px 8px 0;
  border-color: transparent rgba(0, 0, 0, 0.92) transparent transparent;
}
.electricink_tooltip[data-placement=bottom-right]::after {
  top: -8px;
  right: 1rem;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(0, 0, 0, 0.92) transparent;
}
.electricink_tooltip[data-placement=bottom]::after {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(0, 0, 0, 0.92) transparent;
}
.electricink_tooltip[data-placement=bottom-left]::after {
  top: -8px;
  left: 1rem;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(0, 0, 0, 0.92) transparent;
}
.electricink_tooltip[data-placement=left]::after {
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.92);
}
.electricink_tooltip[data-placement=top-left]::after {
  bottom: -8px;
  left: 1rem;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.92) transparent transparent transparent;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center,
.text_centre {
  text-align: center !important;
}

.text_justify {
  text-align: justify !important;
}

.text_lowercase,
.lcase {
  text-transform: lowercase !important;
}

.text_uppercase,
.ucase {
  text-transform: uppercase !important;
}

.text_capitalize,
.capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: 400 !important;
}

.text_medium {
  font-weight: 500 !important;
}

.text_bold {
  font-weight: 700 !important;
}

.text_muted {
  color: #6c757d !important;
}

.text_primary {
  color: #380096 !important;
}

.text_secondary {
  color: #0b0b18 !important;
}

.text_success {
  color: #28a745 !important;
}

.text_danger {
  color: #dc3545 !important;
}

.text_warning {
  color: #ffc107 !important;
}

.text_info {
  color: #17a2b8 !important;
}

.text_light {
  color: #f8f9fa !important;
}

.text_dark {
  color: #343a40 !important;
}

.text_white {
  color: #fff !important;
}

.bg_primary {
  background-color: #380096 !important;
}

.bg_secondary {
  background-color: #0b0b18 !important;
}

.bg_success {
  background-color: #28a745 !important;
}

.bg_danger {
  background-color: #dc3545 !important;
}

.bg_warning {
  background-color: #ffc107 !important;
}

.bg_info {
  background-color: #17a2b8 !important;
}

.bg_light {
  background-color: #f8f9fa !important;
}

.bg_dark {
  background-color: #343a40 !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_transparent {
  background-color: transparent !important;
}

.no_margin,
.m_0 {
  margin: 0 !important;
}

.no_padding,
.p_0 {
  padding: 0 !important;
}

.mt_1 {
  margin-top: 0.25rem !important;
}

.mt_2 {
  margin-top: 0.5rem !important;
}

.mt_3 {
  margin-top: 0.75rem !important;
}

.mt_4 {
  margin-top: 1rem !important;
}

.mt_5 {
  margin-top: 1.25rem !important;
}

.mt_6 {
  margin-top: 1.5rem !important;
}

.mb_1 {
  margin-bottom: 0.25rem !important;
}

.mb_2 {
  margin-bottom: 0.5rem !important;
}

.mb_3 {
  margin-bottom: 0.75rem !important;
}

.mb_4 {
  margin-bottom: 1rem !important;
}

.mb_5 {
  margin-bottom: 1.25rem !important;
}

.mb_6 {
  margin-bottom: 1.5rem !important;
}

.ml_1 {
  margin-left: 0.25rem !important;
}

.ml_2 {
  margin-left: 0.5rem !important;
}

.ml_3 {
  margin-left: 0.75rem !important;
}

.ml_4 {
  margin-left: 1rem !important;
}

.ml_5 {
  margin-left: 1.25rem !important;
}

.ml_6 {
  margin-left: 1.5rem !important;
}

.mr_1 {
  margin-right: 0.25rem !important;
}

.mr_2 {
  margin-right: 0.5rem !important;
}

.mr_3 {
  margin-right: 0.75rem !important;
}

.mr_4 {
  margin-right: 1rem !important;
}

.mr_5 {
  margin-right: 1.25rem !important;
}

.mr_6 {
  margin-right: 1.5rem !important;
}

.pt_1 {
  padding-top: 0.25rem !important;
}

.pt_2 {
  padding-top: 0.5rem !important;
}

.pt_3 {
  padding-top: 0.75rem !important;
}

.pt_4 {
  padding-top: 1rem !important;
}

.pt_5 {
  padding-top: 1.25rem !important;
}

.pt_6 {
  padding-top: 1.5rem !important;
}

.pb_1 {
  padding-bottom: 0.25rem !important;
}

.pb_2 {
  padding-bottom: 0.5rem !important;
}

.pb_3 {
  padding-bottom: 0.75rem !important;
}

.pb_4 {
  padding-bottom: 1rem !important;
}

.pb_5 {
  padding-bottom: 1.25rem !important;
}

.pb_6 {
  padding-bottom: 1.5rem !important;
}

.pl_1 {
  padding-left: 0.25rem !important;
}

.pl_2 {
  padding-left: 0.5rem !important;
}

.pl_3 {
  padding-left: 0.75rem !important;
}

.pl_4 {
  padding-left: 1rem !important;
}

.pl_5 {
  padding-left: 1.25rem !important;
}

.pl_6 {
  padding-left: 1.5rem !important;
}

.pr_1 {
  padding-right: 0.25rem !important;
}

.pr_2 {
  padding-right: 0.5rem !important;
}

.pr_3 {
  padding-right: 0.75rem !important;
}

.pr_4 {
  padding-right: 1rem !important;
}

.pr_5 {
  padding-right: 1.25rem !important;
}

.pr_6 {
  padding-right: 1.5rem !important;
}

.d_none,
.hidden,
.nix_display {
  display: none !important;
}

.d_block {
  display: block !important;
}

.d_inline {
  display: inline !important;
}

.d_inline_block {
  display: inline-block !important;
}

.d_flex {
  display: flex !important;
}

.d_inline_flex {
  display: inline-flex !important;
}

.d_grid {
  display: grid !important;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.float_left {
  float: left !important;
}

.float_right {
  float: right !important;
}

.float_none {
  float: none !important;
}

.clear_left {
  clear: left !important;
}

.clear_right {
  clear: right !important;
}

.clear_both,
.clearfix {
  clear: both !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border_0 {
  border: 0 !important;
}

.border_top {
  border-top: 1px solid #dee2e6 !important;
}

.border_right {
  border-right: 1px solid #dee2e6 !important;
}

.border_bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border_left {
  border-left: 1px solid #dee2e6 !important;
}

.bordered {
  border: 1px solid #dee2e6 !important;
}

.rounded {
  border-radius: 10px !important;
}

.rounded_sm {
  border-radius: 0.25rem !important;
}

.rounded_lg {
  border-radius: 0.5rem !important;
}

.rounded_circle {
  border-radius: 50% !important;
}

.rounded_pill {
  border-radius: 50rem !important;
}

.rounded_0 {
  border-radius: 0 !important;
}

.radius {
  border-radius: 10px !important;
}

.shadow_none {
  box-shadow: none !important;
}

.shadow_sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow_lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.cursor_pointer,
.clickable,
.clickable_div_box {
  cursor: pointer !important;
}

.cursor_default {
  cursor: default !important;
}

.cursor_not_allowed {
  cursor: not-allowed !important;
}

.cursor_move {
  cursor: move !important;
}

.cursor_grab {
  cursor: grab !important;
}

.cursor_grabbing {
  cursor: grabbing !important;
}

.position_static {
  position: static !important;
}

.position_relative {
  position: relative !important;
}

.position_absolute {
  position: absolute !important;
}

.position_fixed {
  position: fixed !important;
}

.position_sticky {
  position: sticky !important;
}

.w_25 {
  width: 25% !important;
}

.w_50 {
  width: 50% !important;
}

.w_75 {
  width: 75% !important;
}

.w_100 {
  width: 100% !important;
}

.w_auto {
  width: auto !important;
}

.h_25 {
  height: 25% !important;
}

.h_50 {
  height: 50% !important;
}

.h_75 {
  height: 75% !important;
}

.h_100 {
  height: 100% !important;
}

.h_auto {
  height: auto !important;
}

.flex_row {
  flex-direction: row !important;
}

.flex_column {
  flex-direction: column !important;
}

.flex_wrap {
  flex-wrap: wrap !important;
}

.flex_nowrap {
  flex-wrap: nowrap !important;
}

.justify_start {
  justify-content: flex-start !important;
}

.justify_end {
  justify-content: flex-end !important;
}

.justify_center {
  justify-content: center !important;
}

.justify_between {
  justify-content: space-between !important;
}

.justify_around {
  justify-content: space-around !important;
}

.align_start {
  align-items: flex-start !important;
}

.align_end {
  align-items: flex-end !important;
}

.align_center {
  align-items: center !important;
}

.align_baseline {
  align-items: baseline !important;
}

.align_stretch {
  align-items: stretch !important;
}

.overflow_auto {
  overflow: auto !important;
}

.overflow_hidden {
  overflow: hidden !important;
}

.overflow_visible {
  overflow: visible !important;
}

.overflow_scroll {
  overflow: scroll !important;
}

.user_select_none {
  user-select: none !important;
}

.user_select_all {
  user-select: all !important;
}

.user_select_auto {
  user-select: auto !important;
}

.pointer_events_none {
  pointer-events: none !important;
}

.pointer_events_auto {
  pointer-events: auto !important;
}

.responsive_img, .img_fluid,
.img_responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.img_thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.sticky_header_wrapper {
  background-color: transparent;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
}
.navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.navbar .navbar_brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  color: #343a40;
  order: 1;
}
.navbar .navbar_brand:hover, .navbar .navbar_brand:focus {
  text-decoration: none;
  color: #380096;
}
.navbar .navbar_toggler {
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  background: none !important;
  border: none;
  color: inherit;
  cursor: pointer;
  margin-left: auto;
  order: 3;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .navbar .navbar_toggler {
    display: none;
  }
}
.navbar .navbar_toggler:hover, .navbar .navbar_toggler:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background: none !important;
}
.navbar .navbar_toggler:active, .navbar .navbar_toggler:focus {
  box-shadow: none;
  background: none !important;
}
.navbar .navbar_toggler i {
  font-size: inherit;
  color: inherit;
}
.navbar .navbar_collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  order: 4;
  display: none;
}
@media (min-width: 1024px) {
  .navbar .navbar_collapse {
    display: flex !important;
    flex-basis: auto;
    order: 2;
    margin-left: auto;
  }
}
.navbar .navbar_collapse.show {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}
.navbar .navbar_nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .navbar .navbar_nav {
    flex-direction: row;
  }
}
.navbar .navbar_nav .nav_item {
  margin-bottom: 0;
}
.navbar .navbar_nav .nav_link {
  display: block;
  padding: 0.5rem 1rem;
  color: #f5f7ff;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.navbar .navbar_nav .nav_link:hover, .navbar .navbar_nav .nav_link:focus {
  color: #380096;
  text-decoration: none;
}
.navbar .navbar_nav .nav_link.active {
  color: #380096;
  font-weight: 500;
}
.navbar .navbar_nav .nav_link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.navbar .navbar_text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #f5f7ff;
}

.navbar_light {
  background-color: #f8f9fa;
  border-color: #dee2e6;
}
.navbar_light .navbar_brand {
  color: #343a40;
}
.navbar_light .navbar_brand:hover, .navbar_light .navbar_brand:focus {
  color: #380096;
}
.navbar_light .navbar_toggler {
  color: #343a40;
  border-color: #dee2e6;
}
.navbar_light .navbar_nav .nav_link {
  color: #f5f7ff;
}
.navbar_light .navbar_nav .nav_link:hover, .navbar_light .navbar_nav .nav_link:focus {
  color: #380096;
}
.navbar_light .navbar_nav .nav_link.active {
  color: #380096;
}

.navbar_dark {
  background-color: #343a40;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar_dark .navbar_brand {
  color: #fff;
}
.navbar_dark .navbar_brand:hover, .navbar_dark .navbar_brand:focus {
  color: rgba(255, 255, 255, 0.9);
}
.navbar_dark .navbar_toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar_dark .navbar_nav .nav_link {
  color: rgba(255, 255, 255, 0.8);
}
.navbar_dark .navbar_nav .nav_link:hover, .navbar_dark .navbar_nav .nav_link:focus {
  color: #fff;
}
.navbar_dark .navbar_nav .nav_link.active {
  color: #fff;
}

.navbar_primary {
  background-color: #380096;
  border-color: rgb(36.96, 0, 99);
}
.navbar_primary .navbar_brand {
  color: #fff;
}
.navbar_primary .navbar_brand:hover, .navbar_primary .navbar_brand:focus {
  color: rgba(255, 255, 255, 0.9);
}
.navbar_primary .navbar_toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar_primary .navbar_nav .nav_link {
  color: rgba(255, 255, 255, 0.8);
}
.navbar_primary .navbar_nav .nav_link:hover, .navbar_primary .navbar_nav .nav_link:focus {
  color: #fff;
}
.navbar_primary .navbar_nav .nav_link.active {
  color: #fff;
}

@media (min-width: 640px) {
  html {
    height: 100%;
  }
  body {
    height: auto;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: column !important;
  }
  .main_content {
    flex: 1 0 auto !important;
    display: flex;
    flex-direction: column;
  }
  footer {
    flex-shrink: 0 !important;
    margin-top: auto !important;
  }
}
.footer_text {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.footer_text a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer_text a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_logo {
  height: 20px;
  margin: -4px 4px 0px 0px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.footer_leaf_icon {
  height: 18px;
  margin: -2px 4px 0px 0px;
  vertical-align: middle;
}

.footer_main, .footer_main_light {
  background-color: #343a40;
  color: rgba(255, 255, 255, 0.9);
  padding: 2rem 0 1rem 0;
}
@media (min-width: 640px) {
  .footer_main, .footer_main_light {
    padding: 2.5rem 0 1.5rem 0;
  }
}

.footer_content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .footer_content {
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .footer_content {
    grid-template-columns: 2fr 1.25fr 1.25fr 1fr;
    gap: 1.5rem;
  }
}

.footer_column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer_business_info .footer_business_name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.footer_business_info .footer_address {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
}
.footer_business_info .footer_address i {
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer_business_info .footer_contact_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer_business_info .footer_contact_item i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}
.footer_business_info .footer_contact_item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer_business_info .footer_contact_item a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_menu li {
  margin-bottom: 0.5rem;
}
.footer_menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  display: inline-block;
}
.footer_menu a:hover {
  color: #fff;
  text-decoration: underline;
  transform: translateX(4px);
}
.footer_menu a::before {
  content: "›";
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer_hours .footer_hours_list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer_hours .footer_hours_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9375rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_hours .footer_hours_item:last-child {
  border-bottom: none;
}
.footer_hours .footer_hours_item .hours_day {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  min-width: 80px;
}
.footer_hours .footer_hours_item .hours_time {
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}
.footer_hours .footer_hours_item.hours_closed .hours_time {
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}
.footer_hours .footer_hours_item.hours_current {
  background-color: rgba(56, 0, 150, 0.1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 10px;
  border-bottom-color: #380096;
}
.footer_hours .footer_hours_item.hours_current .hours_day {
  color: #fff;
  font-weight: 700;
}
.footer_hours .footer_hours_item.hours_current .hours_time {
  color: #fff;
  font-weight: 600;
}

.footer_social .footer_social_icons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.footer_social .social_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}
.footer_social .social_icon:hover {
  background-color: #380096;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(56, 0, 150, 0.4);
}
.footer_social .social_icon.social_facebook:hover {
  background-color: #1877f2;
}
.footer_social .social_icon.social_twitter:hover {
  background-color: #1da1f2;
}
.footer_social .social_icon.social_instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.footer_social .social_icon.social_linkedin:hover {
  background-color: #0077b5;
}
.footer_social .social_icon.social_youtube:hover {
  background-color: #ff0000;
}
.footer_social .social_icon.social_tiktok:hover {
  background-color: #000000;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  margin-top: 1rem;
}
.footer_bottom .footer_bottom_content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 640px) {
  .footer_bottom .footer_bottom_content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.footer_bottom .footer_copyright {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer_bottom .footer_copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.footer_bottom .footer_copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer_bottom .footer_credits {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer_bottom .footer_credits a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 600;
}
.footer_bottom .footer_credits a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_main_light {
  background-color: #f8f9fa;
  color: #f5f7ff;
}
.footer_main_light .footer_title {
  color: #343a40;
}
.footer_main_light .footer_business_info .footer_business_name {
  color: #343a40;
}
.footer_main_light .footer_business_info .footer_address {
  color: #495057;
}
.footer_main_light .footer_business_info .footer_address i {
  color: #6c757d;
}
.footer_main_light .footer_business_info .footer_contact_item {
  color: #495057;
}
.footer_main_light .footer_business_info .footer_contact_item i {
  color: #6c757d;
}
.footer_main_light .footer_business_info .footer_contact_item a {
  color: #495057;
}
.footer_main_light .footer_business_info .footer_contact_item a:hover {
  color: #380096;
}
.footer_main_light .footer_menu a {
  color: #495057;
}
.footer_main_light .footer_menu a:hover {
  color: #380096;
}
.footer_main_light .footer_menu a::before {
  color: #ced4da;
}
.footer_main_light .footer_hours .footer_hours_item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.footer_main_light .footer_hours .footer_hours_item .hours_day {
  color: #343a40;
}
.footer_main_light .footer_hours .footer_hours_item .hours_time {
  color: #6c757d;
}
.footer_main_light .footer_hours .footer_hours_item.hours_closed .hours_time {
  color: #ced4da;
}
.footer_main_light .footer_hours .footer_hours_item.hours_current {
  background-color: rgba(56, 0, 150, 0.1);
  border-bottom-color: #380096;
}
.footer_main_light .footer_hours .footer_hours_item.hours_current .hours_day,
.footer_main_light .footer_hours .footer_hours_item.hours_current .hours_time {
  color: #343a40;
  font-weight: 700;
}
.footer_main_light .footer_social .social_icon {
  background-color: rgba(0, 0, 0, 0.05);
  color: #495057;
}
.footer_main_light .footer_social .social_icon:hover {
  color: #fff;
}
.footer_main_light .footer_bottom {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.footer_main_light .footer_bottom .footer_copyright,
.footer_main_light .footer_bottom .footer_credits {
  color: #6c757d;
}
.footer_main_light .footer_bottom .footer_copyright a,
.footer_main_light .footer_bottom .footer_credits a {
  color: #495057;
}
.footer_main_light .footer_bottom .footer_copyright a:hover,
.footer_main_light .footer_bottom .footer_credits a:hover {
  color: #380096;
}

.hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #380096 0%, rgb(27.44, 0, 73.5) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero.hero_overlay::before {
  opacity: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero .hero_text {
    max-width: 100%;
  }
}
.hero .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_large {
  position: relative;
  min-height: 120vh;
  background: linear-gradient(135deg, #380096 0%, rgb(27.44, 0, 73.5) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 2rem 0;
  overflow: hidden;
}
.hero_large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_large.hero_overlay::before {
  opacity: 1;
}
.hero_large .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_large .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_large .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_large .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_large .hero_text {
    max-width: 100%;
  }
}
.hero_large .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_large .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_large .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_large .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_large .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_large .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_large .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_compact {
  position: relative;
  min-height: 80vh;
  background: linear-gradient(135deg, #380096 0%, rgb(27.44, 0, 73.5) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  overflow: hidden;
}
.hero_compact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_compact.hero_overlay::before {
  opacity: 1;
}
.hero_compact .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_compact .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_compact .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_compact .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_compact .hero_text {
    max-width: 100%;
  }
}
.hero_compact .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_compact .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_compact .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_compact .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_compact .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_compact .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_compact .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_dark {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #343a40 0%, #000 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_dark.hero_overlay::before {
  opacity: 1;
}
.hero_dark .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_dark .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_dark .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_dark .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_dark .hero_text {
    max-width: 100%;
  }
}
.hero_dark .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_dark .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_dark .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_dark .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_dark .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_dark .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_dark .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_light {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #343a40;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_light.hero_overlay::before {
  opacity: 1;
}
.hero_light .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_light .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_light .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_light .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_light .hero_text {
    max-width: 100%;
  }
}
.hero_light .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_light .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_light .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_light .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_light .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_light .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_light .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_primary {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #380096 0%, rgb(17.92, 0, 48) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_primary.hero_overlay::before {
  opacity: 1;
}
.hero_primary .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_primary .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_primary .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_primary .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_primary .hero_text {
    max-width: 100%;
  }
}
.hero_primary .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_primary .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_primary .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_primary .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_primary .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_primary .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_primary .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_secondary {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #0b0b18 0%, hsl(240, 37.1428571429%, -13.137254902%) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_secondary.hero_overlay::before {
  opacity: 1;
}
.hero_secondary .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_secondary .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_secondary .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_text {
    max-width: 100%;
  }
}
.hero_secondary .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_secondary .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_secondary .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_secondary .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_secondary .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.gallery {
  width: 100%;
}
.gallery .gallery_main {
  position: relative;
  margin-bottom: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.3s ease;
}
.gallery .gallery_main:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gallery .gallery_main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery .gallery_main:hover img {
  transform: scale(1.02);
}
.gallery .gallery_main::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(52, 58, 64, 0.7);
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery .gallery_main:hover::after {
  opacity: 1;
}
.gallery .gallery_thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(56, 0, 150, 0.3) transparent;
}
.gallery .gallery_thumbs::-webkit-scrollbar {
  height: 4px;
}
.gallery .gallery_thumbs::-webkit-scrollbar-track {
  background: rgba(222, 226, 230, 0.3);
  border-radius: 2px;
}
.gallery .gallery_thumbs::-webkit-scrollbar-thumb {
  background: rgba(56, 0, 150, 0.5);
  border-radius: 2px;
}
.gallery .gallery_thumbs::-webkit-scrollbar-thumb:hover {
  background: rgba(56, 0, 150, 0.7);
}
.gallery .gallery_thumbs .gallery_thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.gallery .gallery_thumbs .gallery_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery .gallery_thumbs .gallery_thumb:hover {
  border-color: rgba(56, 0, 150, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.gallery .gallery_thumbs .gallery_thumb.active {
  border-color: #380096;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 639.98px) {
  .gallery .gallery_thumbs {
    gap: 0.25rem;
  }
  .gallery .gallery_thumbs .gallery_thumb {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: -0.02) {
  .gallery .gallery_thumbs .gallery_thumb {
    width: 56px;
    height: 56px;
  }
}

.gallery_large {
  width: 100%;
}
.gallery_large .gallery_main {
  position: relative;
  margin-bottom: 0.75rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.3s ease;
}
.gallery_large .gallery_main:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gallery_large .gallery_main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery_large .gallery_main:hover img {
  transform: scale(1.02);
}
.gallery_large .gallery_main::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(52, 58, 64, 0.7);
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery_large .gallery_main:hover::after {
  opacity: 1;
}
.gallery_large .gallery_thumbs {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(56, 0, 150, 0.3) transparent;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar {
  height: 4px;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar-track {
  background: rgba(222, 226, 230, 0.3);
  border-radius: 2px;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar-thumb {
  background: rgba(56, 0, 150, 0.5);
  border-radius: 2px;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar-thumb:hover {
  background: rgba(56, 0, 150, 0.7);
}
.gallery_large .gallery_thumbs .gallery_thumb {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.gallery_large .gallery_thumbs .gallery_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery_large .gallery_thumbs .gallery_thumb:hover {
  border-color: rgba(56, 0, 150, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.gallery_large .gallery_thumbs .gallery_thumb.active {
  border-color: #380096;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 639.98px) {
  .gallery_large .gallery_thumbs {
    gap: 0.25rem;
  }
  .gallery_large .gallery_thumbs .gallery_thumb {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: -0.02) {
  .gallery_large .gallery_thumbs .gallery_thumb {
    width: 70px;
    height: 70px;
  }
}

.gallery_compact {
  width: 100%;
}
.gallery_compact .gallery_main {
  position: relative;
  margin-bottom: 0.25rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.3s ease;
}
.gallery_compact .gallery_main:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gallery_compact .gallery_main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery_compact .gallery_main:hover img {
  transform: scale(1.02);
}
.gallery_compact .gallery_main::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(52, 58, 64, 0.7);
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery_compact .gallery_main:hover::after {
  opacity: 1;
}
.gallery_compact .gallery_thumbs {
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(56, 0, 150, 0.3) transparent;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar {
  height: 4px;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar-track {
  background: rgba(222, 226, 230, 0.3);
  border-radius: 2px;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar-thumb {
  background: rgba(56, 0, 150, 0.5);
  border-radius: 2px;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar-thumb:hover {
  background: rgba(56, 0, 150, 0.7);
}
.gallery_compact .gallery_thumbs .gallery_thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.gallery_compact .gallery_thumbs .gallery_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery_compact .gallery_thumbs .gallery_thumb:hover {
  border-color: rgba(56, 0, 150, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.gallery_compact .gallery_thumbs .gallery_thumb.active {
  border-color: #380096;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 639.98px) {
  .gallery_compact .gallery_thumbs {
    gap: 0.25rem;
  }
  .gallery_compact .gallery_thumbs .gallery_thumb {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: -0.02) {
  .gallery_compact .gallery_thumbs .gallery_thumb {
    width: 42px;
    height: 42px;
  }
}

.top_info_bar, .top_info_bar_light, .top_info_bar_secondary, .top_info_bar_primary {
  background-color: #343a40;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.375rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top_info_bar .container, .top_info_bar_light .container, .top_info_bar_secondary .container, .top_info_bar_primary .container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.top_info_hours {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 640px) {
  .top_info_hours {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: visible;
  }
}

.day_label,
.day_label_long,
.day_label_short {
  display: inline;
}

.day_label_short {
  display: none;
}

@media (max-width: 639.98px) {
  .day_label_long {
    display: none;
  }
  .day_label_short {
    display: inline;
  }
}
.top_info_day {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0.25rem 0.5rem;
  border-left: 4px solid rgba(255, 255, 255, 0.2);
  flex: 1;
  min-width: 0;
  transition: all 0.2s ease;
}
@media (min-width: 640px) {
  .top_info_day {
    align-items: flex-start;
    text-align: left;
    padding: 0.25rem 0.75rem;
  }
}
.top_info_day .day_name {
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.125rem;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 640px) {
  .top_info_day .day_name {
    font-size: 0.6875rem;
    line-height: 1.3;
  }
}
.top_info_day .day_hours {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.7);
  white-space: normal;
  line-height: 1.1;
}
@media (min-width: 640px) {
  .top_info_day .day_hours {
    font-size: 0.6875rem;
    line-height: 1.3;
  }
}
.top_info_day.current_day {
  border-left-color: #0b0b18;
  background-color: rgba(11, 11, 24, 0.15);
}
.top_info_day.current_day .day_name {
  color: #fff;
  font-weight: 900;
}
.top_info_day.current_day .day_hours {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}
.top_info_day.closed .day_hours {
  color: rgba(255, 255, 255, 0.4);
}

.top_info_contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
}
@media (min-width: 640px) {
  .top_info_contact {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 1.5rem;
    font-size: 0.75rem;
  }
}
.top_info_contact .contact_item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  white-space: nowrap;
}
.top_info_contact .contact_item i {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.top_info_contact .contact_item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}
.top_info_contact .contact_item a:hover {
  color: #fff;
  text-decoration: underline;
}
.top_info_contact .contact_item:first-child {
  flex-basis: 100%;
}
@media (min-width: 640px) {
  .top_info_contact .contact_item:first-child {
    flex-basis: auto;
  }
}

.top_info_bar_primary {
  background-color: #380096;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.top_info_bar_secondary {
  background-color: #0b0b18;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.top_info_bar_light {
  background-color: #e9ecef;
  color: #343a40;
  border-bottom-color: #dee2e6;
}
.top_info_bar_light .top_info_day {
  border-left-color: rgba(52, 58, 64, 0.2);
}
.top_info_bar_light .top_info_day .day_name {
  color: #343a40;
}
.top_info_bar_light .top_info_day .day_hours {
  color: #6c757d;
}
.top_info_bar_light .top_info_day.current_day {
  border-left-color: #0b0b18;
  background-color: rgba(11, 11, 24, 0.15);
}
.top_info_bar_light .top_info_day.current_day .day_name {
  color: #343a40;
  font-weight: 900;
}
.top_info_bar_light .top_info_day.current_day .day_hours {
  color: #f5f7ff;
  font-weight: 700;
}
.top_info_bar_light .top_info_day.closed .day_hours {
  color: #ced4da;
}
.top_info_bar_light .top_info_contact {
  color: #343a40;
}
.top_info_bar_light .top_info_contact .contact_item i {
  color: #6c757d;
}
.top_info_bar_light .top_info_contact .contact_item a {
  color: #343a40;
}
.top_info_bar_light .top_info_contact .contact_item a:hover {
  color: #380096;
}

/*
// Old inline code commented out - now in separate files
.vehicle_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: spacing(4);
  margin-bottom: spacing(6);

  @include media_up(medium) {
    grid-template-columns: repeat(2, 1fr);
    gap: spacing(5);
  }

  @include media_up(large) {
    grid-template-columns: repeat(3, 1fr);
    gap: spacing(6);
  }
}

// 4-column variant
.vehicle_grid_4 {
  @extend .vehicle_grid;

  @include media_up(xlarge) {
    grid-template-columns: repeat(4, 1fr);
  }
}

// Vehicle Card Component
.vehicle_card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: $white;
  border: 1px solid $border_color;
  @include border_radius($border_radius);
  @include box_shadow($box_shadow_sm);
  overflow: hidden;
  @include transition(all 0.3s ease);
  text-decoration: none;
  color: inherit;

  &:hover {
    @include box_shadow($box_shadow_lg);
    transform: translateY(-4px);
    text-decoration: none;
  }
}

// Vehicle Image Container
.vehicle_image {
  position: relative;
  width: 100%;
  padding-top: 66.67%; // 3:2 aspect ratio
  overflow: hidden;
  background-color: $gray_200;

  img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    @include transition(transform 0.5s ease);
  }

  // Image zoom on hover
  .vehicle_card:hover & img {
    transform: scale(1.1);
  }
}

// Status Badges (New Listing, Lower Price, SOLD badge)
.vehicle_badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba($black, 0.3);
  line-height: 1.2;
}

.vehicle_badge_new {
  background-color: #28a745;
  color: $white;
}

.vehicle_badge_lower_price {
  background-color: #dc3545;
  color: $white;
}

.vehicle_badge_sold_badge {
  background-color: #6c757d;
  color: $white;
}

// SOLD Overlay (diagonal text across image)
.vehicle_sold_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba($black, 0.4);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;

  &::before {
    content: 'SOLD';
    font-size: 4rem;
    font-weight: 900;
    color: rgba($white, 0.6);
    text-transform: uppercase;
    letter-spacing: 0px;
    transform: rotate(-15deg);
    text-shadow: 3px 3px 12px rgba($black, 0.6);
    line-height: 1;

    @include media_up(medium) {
      font-size: 5rem;
      letter-spacing: 0px;
    }
  }
}

// Vehicle Card Content
.vehicle_content {
  padding: spacing(4);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vehicle_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: $dark_color;
  margin-bottom: spacing(3);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  min-height: 2.6rem; // Hold space for 2 lines
}

// Listed date (optional)
.vehicle_listed {
  font-size: 0.875rem;
  color: $danger_color;
  font-weight: 600;
  margin-bottom: spacing(2);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

// Payment info (bi-weekly)
.vehicle_payment {
  min-height: 2.5rem; // Hold space even if empty
  margin-bottom: spacing(1);
  display: flex;
  flex-direction: column;
  gap: spacing(1);

  .payment_label {
    font-size: 0.75rem;
    color: $gray_600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
  }

  .payment_amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: $dark_color;
    line-height: 1;

    sup {
      font-size: 0.7em;
      top: -0.5em;
    }
  }
}

// Main price
.vehicle_price {
  margin-bottom: spacing(1);

  .price_amount {
    font-size: 2.25rem;
    font-weight: 700;
    color: $danger_color;
    line-height: 1;

    sup {
      font-size: 0.6em;
      top: -0.8em;
    }
  }
}

.vehicle_price_subtitle {
  font-size: 0.6875rem;
  color: $gray_600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: spacing(3);
}

// Vehicle details (stock, mileage)
.vehicle_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: spacing(3);
  border-top: 1px solid $gray_200;
  font-size: 0.8125rem;
  margin-top: auto; // Push to bottom of card
}

.vehicle_stock {
  color: $gray_600;

  strong {
    color: $danger_color;
    font-weight: 600;
  }
}

.vehicle_mileage {
  color: $gray_600;
  text-align: right;

  strong {
    color: $dark_color;
    font-weight: 700;
  }

  .mileage_unit {
    font-size: 0.75rem;
    color: $gray_500;
    font-weight: 400;
  }
}

// Dealer info (optional at bottom) - only shows if present
.vehicle_dealer {
  padding: spacing(2) spacing(4);
  background-color: $gray_900;
  color: $white;
  text-align: center;
  font-size: 0.8125rem;
  border-top: 1px solid $gray_300;

  .dealer_name {
    font-weight: 700;
    color: $white;
    display: block;
    margin-bottom: 0.125rem;
  }

  .dealer_location {
    color: rgba($white, 0.7);
    font-size: 0.75rem;
  }
}

// ===== VEHICLE HORIZONTAL CARD (Format #2) =====
// Landscape/horizontal layout with image on left, details on right
.vehicle_card_horizontal {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f4d03f; // Gold/yellow background
  border: 3px solid #f4d03f; // Gold/yellow border
  @include border_radius($border_radius_lg);
  @include box_shadow($box_shadow);
  @include transition(all 0.3s ease);
  text-decoration: none;
  color: inherit;
  margin-bottom: spacing(5);
  padding: 20px; // 20px padding on outer container

  &:hover {
    @include box_shadow($box_shadow_lg);
    transform: translateY(-2px);
    text-decoration: none;
  }
}

// Wrapper for horizontal layout
.vehicle_horizontal_content {
  display: flex;
  flex-direction: column;
  gap: spacing(4);

  @include media_up(large) {
    flex-direction: row;
    gap: spacing(5);
  }
}

// Vehicle Image Container
.vehicle_horizontal_image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: $white;
  flex-shrink: 0;
  border: 2px solid $gray_300;
  @include border_radius($border_radius);
  display: flex;
  align-items: center;
  justify-content: center;

  @include media_up(large) {
    width: 45%;
  }

  img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    @include transition(transform 0.5s ease);
  }

  // Image zoom on hover
  .vehicle_card_horizontal:hover & img {
    transform: scale(1.05);
  }
}

// Title at the very top (above image)
.vehicle_horizontal_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: $dark_color;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-bottom: spacing(2);

  @include media_up(medium) {
    font-size: 1.75rem;
  }
}

// Vehicle Details Container
.vehicle_horizontal_details {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

// Badge in top right (absolute positioned)
.vehicle_horizontal_badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba($black, 0.3);
  white-space: nowrap;
  z-index: 10;

  &.badge_new {
    background-color: #28a745;
    color: $white;
  }

  &.badge_lower_price {
    background-color: #dc3545;
    color: $white;
  }
}

// Pricing Section (payment left, price right)
.vehicle_horizontal_pricing {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: spacing(3);
  gap: spacing(4);
}

.vehicle_horizontal_payment {
  text-align: right;

  .payment_frequency {
    font-size: 0.875rem;
    color: $gray_700;
    font-weight: 500;
    margin-bottom: spacing(1);
  }

  .payment_value {
    font-size: 1.5rem;
    font-weight: 700;
    color: $dark_color;
    line-height: 1;

    sup {
      font-size: 0.7em;
    }
  }
}

.vehicle_horizontal_price {
  text-align: right;

  .price_value {
    font-size: 3rem;
    font-weight: 700;
    color: #dc3545;
    line-height: 1;
    margin-bottom: spacing(1);

    sup {
      font-size: 0.6em;
    }

    @include media_up(medium) {
      font-size: 3.25rem;
    }
  }

  .price_label {
    font-size: 0.75rem;
    color: $gray_600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
}

// Specifications Table Container
.vehicle_specs_container {
  background-color: $white;
  @include border_radius($border_radius);
  padding: spacing(2);
  margin-bottom: spacing(3);
}

// Specifications Table
.vehicle_specs_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;

  tr {
    &:nth-child(odd) {
      background-color: $white;
    }

    &:nth-child(even) {
      background-color: #e8e8e8;
    }
  }

  td {
    padding: spacing(1) spacing(2);
    border: none;
    vertical-align: middle;
    line-height: 1.3;

    &:first-child {
      font-weight: 600;
      color: $gray_700;
      white-space: nowrap;
      width: 20%;
      font-size: 0.6875rem;
    }

    &:nth-child(2) {
      color: $dark_color;
      font-weight: 500;
      width: 30%;
    }

    &:nth-child(3) {
      font-weight: 600;
      color: $gray_700;
      white-space: nowrap;
      width: 20%;
      font-size: 0.6875rem;
    }

    &:nth-child(4) {
      color: $dark_color;
      font-weight: 500;
      width: 30%;
    }
  }
}

// Features text
.vehicle_horizontal_features {
  font-size: 0.875rem;
  color: $dark_color;
  margin-bottom: spacing(3);
  padding: spacing(2) spacing(3);
  background-color: #e8e8e8;
  border-left: 4px solid $danger_color;
  line-height: 1.4;
  font-weight: 700;
  @include border_radius($border_radius);
}

// Action Buttons
.vehicle_horizontal_actions {
  display: flex;
  gap: spacing(3);
  margin-top: auto;
  flex-wrap: wrap;

  .btn {
    flex: 1;
    min-width: 180px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: spacing(2);
    padding: 0.625rem spacing(4);
    font-size: 0.875rem;
    line-height: 1.2;

    i {
      font-size: 1.125rem;
    }
  }
}

// Button specific styles for vehicle cards
.btn_vehicle_photos {
  background-color: #ff6b35;
  border-color: #ff6b35;
  color: $white;

  &:hover {
    background-color: color.adjust(#ff6b35, $lightness: -10%);
    border-color: color.adjust(#ff6b35, $lightness: -10%);
  }
}

.btn_vehicle_info {
  background-color: $dark_color;
  border-color: $dark_color;
  color: $white;

  &:hover {
    background-color: $black;
    border-color: $black;
  }
}
*/
.my_sidebar {
  grid-column: span 12;
}
@media (min-width: 640px) {
  .my_sidebar {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .my_sidebar {
    grid-column: span 4;
  }
}

html {
  scroll-padding-top: 84px;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: #9fb6ff;
}

a:hover {
  color: #f5f7ff;
}

.eink_page .eink_block {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (max-width: 639px) {
  .eink_page .eink_block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.eink_page .eink_block {
  border-top: 1px solid rgba(174, 180, 200, 0.12);
}

.eink_page .eink_ei_hero {
  border-top: none;
}

.ei_bg_panel {
  background: linear-gradient(180deg, #050510 0%, #0b0b18 18%, #0b0b18 82%, #050510 100%);
  position: relative;
  overflow: hidden;
}
.ei_bg_panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 40% at 50% 0%, rgba(56, 0, 150, 0.28), transparent 70%);
  pointer-events: none;
}
.ei_bg_panel > * {
  position: relative;
}

.ei_bg_dark2 {
  background: #0b0b18;
}

.ei_bg_glow_bottom {
  position: relative;
  overflow: hidden;
}
.ei_bg_glow_bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 60% at 50% 100%, rgba(56, 0, 150, 0.3), transparent 70%);
  pointer-events: none;
}
.ei_bg_glow_bottom > * {
  position: relative;
}

.eink_section_head {
  text-align: left;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.eink_section_head .eink_section_intro {
  margin-left: 0;
  margin-right: 0;
}

.eink_eyebrow {
  display: inline-block;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #46c8ff;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 14px;
}

.ei_eyebrow_red .eink_eyebrow {
  color: #d81e05;
}

.eink_section_heading {
  margin: 0 0 16px;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #f5f7ff;
}

.eink_section_intro {
  margin: 0 0 52px;
  max-width: 680px;
  font-size: 17px;
  line-height: 1.65;
  color: #aeb4c8;
}

.site_header .navbar_dark {
  background: rgba(5, 5, 16, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(174, 180, 200, 0.12);
  box-shadow: none;
}

.site_header .navbar_brand img {
  max-height: 44px;
  height: 44px;
  width: auto;
}

.site_header .navbar_nav > .eink_nav_item > a {
  color: #aeb4c8;
  font-size: 14.5px;
  font-weight: 450;
  letter-spacing: 0.01em;
}
.site_header .navbar_nav > .eink_nav_item > a:hover, .site_header .navbar_nav > .eink_nav_item > a:focus {
  color: #f5f7ff;
}
.site_header .navbar_nav > .eink_nav_item > a.eink_nav_active {
  color: #f5f7ff;
}

.site_header .navbar_nav a.ei_nav_login {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 13.5px;
  color: #aeb4c8;
}
.site_header .navbar_nav a.ei_nav_login:hover, .site_header .navbar_nav a.ei_nav_login:focus {
  color: #46c8ff;
}

.site_header .navbar_nav a.ei_nav_cta {
  display: inline-block;
  background: linear-gradient(135deg, #380096, #5316c9);
  color: #f5f7ff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid rgba(159, 182, 255, 0.35);
  box-shadow: 0 0 18px rgba(56, 0, 150, 0.55);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.site_header .navbar_nav a.ei_nav_cta:hover, .site_header .navbar_nav a.ei_nav_cta:focus {
  color: #f5f7ff;
  box-shadow: 0 0 26px rgba(83, 22, 201, 0.8);
  transform: translateY(-1px);
}

.site_header .navbar_toggler {
  color: #f5f7ff;
}

.eink_page .card {
  background: linear-gradient(170deg, rgba(56, 0, 150, 0.14), rgba(5, 5, 16, 0.8));
  border: 1px solid rgba(159, 182, 255, 0.18);
  border-radius: 14px;
  box-shadow: none;
  color: #aeb4c8;
}

.eink_page .card_title {
  color: #f5f7ff;
  font-size: 19px;
  font-weight: 600;
}

.eink_page .card_text {
  color: #aeb4c8;
  font-size: 15px;
  line-height: 1.6;
}

.ei_philosophy .row {
  margin: 0;
  border: 1px solid rgba(159, 182, 255, 0.18);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(11, 11, 24, 0.7);
}
.ei_philosophy .columns {
  padding: 0;
}
.ei_philosophy .card {
  background: none;
  border: none;
  border-radius: 0;
  border-right: 1px solid rgba(159, 182, 255, 0.14);
  height: 100%;
}
.ei_philosophy .columns:last-child .card {
  border-right: none;
}
.ei_philosophy .columns:nth-child(2) .card {
  background: linear-gradient(180deg, rgba(56, 0, 150, 0.14), transparent);
}
.ei_philosophy .card_body {
  padding: 34px 30px;
}
.ei_philosophy .card_title {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ei_philosophy .columns:nth-child(1) .card_title {
  color: #d81e05;
}
.ei_philosophy .columns:nth-child(2) .card_title {
  color: #46c8ff;
}
.ei_philosophy .columns:nth-child(3) .card_title {
  color: #9fb6ff;
}
.ei_philosophy .card_text {
  font-size: 15.5px;
  line-height: 1.65;
  color: #f5f7ff;
}

.ei_capabilities .row {
  counter-reset: eicap;
}
.ei_capabilities .card {
  background: rgba(11, 11, 24, 0.7);
  border: 1px solid rgba(159, 182, 255, 0.16);
  border-radius: 12px;
  transition: border-color 0.25s ease;
}
.ei_capabilities .card:hover {
  border-color: rgba(70, 200, 255, 0.4);
}
.ei_capabilities .card_body {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
}
.ei_capabilities .card_body::before {
  counter-increment: eicap;
  content: counter(eicap, decimal-leading-zero);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  color: #46c8ff;
}
.ei_capabilities .card_title {
  font-size: 16.5px;
  font-weight: 500;
  margin: 0;
}

.eink_block_contact_form .eink_contact_heading {
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #f5f7ff;
}
.eink_block_contact_form .eink_contact_intro {
  color: #aeb4c8;
  font-size: 17px;
  line-height: 1.65;
}
.eink_block_contact_form .eink_form.eink_contact_card {
  background: rgba(11, 11, 24, 0.85);
  border: 1px solid rgba(159, 182, 255, 0.22);
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 0 30px rgba(56, 0, 150, 0.25), inset 0 1px 0 rgba(245, 247, 255, 0.08);
}
.eink_block_contact_form .eink_form_label {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aeb4c8;
}
.eink_block_contact_form .eink_form .eink_form_field input[type=text],
.eink_block_contact_form .eink_form .eink_form_field input[type=email],
.eink_block_contact_form .eink_form .eink_form_field input[type=tel],
.eink_block_contact_form .eink_form .eink_form_field input[type=number],
.eink_block_contact_form .eink_form .eink_form_field select,
.eink_block_contact_form .eink_form .eink_form_field textarea {
  background: rgba(5, 5, 16, 0.7);
  border: 1px solid rgba(159, 182, 255, 0.25);
  border-radius: 8px;
  padding: 13px 14px;
  color: #f5f7ff;
  font-size: 15px;
}
.eink_block_contact_form .eink_form .eink_form_field input:focus,
.eink_block_contact_form .eink_form .eink_form_field select:focus,
.eink_block_contact_form .eink_form .eink_form_field textarea:focus {
  border-color: #46c8ff;
  box-shadow: 0 0 0 2px rgba(70, 200, 255, 0.35);
}
.eink_block_contact_form .eink_form_field_check label {
  color: #aeb4c8;
}
.eink_block_contact_form .eink_form_actions {
  text-align: left;
}
.eink_block_contact_form .eink_form_actions .btn {
  background: linear-gradient(135deg, #380096, #5316c9);
  color: #f5f7ff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 28px;
  border-radius: 10px;
  border: 1px solid rgba(159, 182, 255, 0.4);
  box-shadow: 0 0 24px rgba(56, 0, 150, 0.55);
  transition: box-shadow 0.25s ease;
}
.eink_block_contact_form .eink_form_actions .btn:hover, .eink_block_contact_form .eink_form_actions .btn:focus {
  box-shadow: 0 0 36px rgba(83, 22, 201, 0.8);
}
.eink_block_contact_form .eink_contact_note {
  color: #aeb4c8;
}
.eink_block_contact_form .eink_contact_method {
  background: none;
  border: none;
  padding: 0 0 16px;
}
.eink_block_contact_form .eink_contact_method_icon {
  background: none;
  border: 1px solid rgba(70, 200, 255, 0.3);
  color: #46c8ff;
}
.eink_block_contact_form .eink_contact_method_title {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #46c8ff;
}
.eink_block_contact_form .eink_contact_method_value {
  color: #f5f7ff;
}
.eink_block_contact_form .eink_contact_method_value:hover {
  color: #46c8ff;
}
.eink_block_contact_form .eink_contact_method_note {
  color: #aeb4c8;
}

.footer_main.footer_cols {
  position: relative;
  overflow: hidden;
  background: #050510;
  border-top: 1px solid rgba(174, 180, 200, 0.12);
  color: #aeb4c8;
}
.footer_main.footer_cols::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(174, 180, 200, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(174, 180, 200, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent, black 60%);
  -webkit-mask-image: linear-gradient(180deg, transparent, black 60%);
  pointer-events: none;
}
.footer_main.footer_cols > .container {
  position: relative;
}
.footer_main.footer_cols .footer_rich_logo {
  max-height: 56px;
}
.footer_main.footer_cols .footer_rich_about {
  color: #aeb4c8;
  font-size: 14.5px;
  line-height: 1.65;
  max-width: 340px;
}
.footer_main.footer_cols .footer_rich_contact_item {
  color: #aeb4c8;
  font-size: 14.5px;
}
.footer_main.footer_cols .footer_rich_contact_item i {
  color: #46c8ff;
}
.footer_main.footer_cols .footer_rich_contact_item a {
  color: #aeb4c8;
}
.footer_main.footer_cols .footer_rich_contact_item a:hover {
  color: #f5f7ff;
}
.footer_main.footer_cols .footer_rich_title {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #46c8ff;
}
.footer_main.footer_cols .footer_rich_col a {
  color: #aeb4c8;
  font-size: 14.5px;
}
.footer_main.footer_cols .footer_rich_col a:hover {
  color: #f5f7ff;
}
.footer_main.footer_cols .footer_bottom {
  border-top: 1px solid rgba(174, 180, 200, 0.12);
}
.footer_main.footer_cols .footer_bottom .footer_copyright, .footer_main.footer_cols .footer_bottom .footer_cols_note {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 13px;
  color: #aeb4c8;
}