:root {
  --blox-blue: #0d6efd;
  --blox-indigo: #6610f2;
  --blox-purple: #6f42c1;
  --blox-pink: #d63384;
  --blox-red: #dc3545;
  --blox-orange: #fd7e14;
  --blox-yellow: #ffc107;
  --blox-green: #198754;
  --blox-teal: #20c997;
  --blox-cyan: #0dcaf0;
  --blox-black: #000;
  --blox-white: #fff;
  --blox-gray: #6c757d;
  --blox-gray-dark: #343a40;
  --blox-gray-100: #f8f9fa;
  --blox-gray-200: #e9ecef;
  --blox-gray-300: #dee2e6;
  --blox-gray-400: #ced4da;
  --blox-gray-500: #adb5bd;
  --blox-gray-600: #6c757d;
  --blox-gray-700: #495057;
  --blox-gray-800: #343a40;
  --blox-gray-900: #212529;
  --blox-primary: #0d6efd;
  --blox-secondary: #6c757d;
  --blox-success: #198754;
  --blox-info: #0dcaf0;
  --blox-attract: #fd7e14;
  --blox-warning: #ffc107;
  --blox-danger: #dc3545;
  --blox-light: #f8f9fa;
  --blox-dark: #212529;
  --blox-primary-rgb: 13, 110, 253;
  --blox-secondary-rgb: 108, 117, 125;
  --blox-success-rgb: 25, 135, 84;
  --blox-info-rgb: 13, 202, 240;
  --blox-attract-rgb: 253, 126, 20;
  --blox-warning-rgb: 255, 193, 7;
  --blox-danger-rgb: 220, 53, 69;
  --blox-light-rgb: 248, 249, 250;
  --blox-dark-rgb: 33, 37, 41;
  --blox-primary-text-emphasis: #052c65;
  --blox-secondary-text-emphasis: #2b2f32;
  --blox-success-text-emphasis: #0a3622;
  --blox-info-text-emphasis: #055160;
  --blox-attract-text-emphasis: #5a2e00;
  --blox-warning-text-emphasis: #664d03;
  --blox-danger-text-emphasis: #58151c;
  --blox-light-text-emphasis: #495057;
  --blox-dark-text-emphasis: #495057;
  --blox-primary-bg-subtle: #cfe2ff;
  --blox-secondary-bg-subtle: #e2e3e5;
  --blox-success-bg-subtle: #d1e7dd;
  --blox-info-bg-subtle: #cff4fc;
  --blox-attract-bg-subtle: #ffe5d0;
  --blox-warning-bg-subtle: #fff3cd;
  --blox-danger-bg-subtle: #f8d7da;
  --blox-light-bg-subtle: #fcfcfd;
  --blox-dark-bg-subtle: #ced4da;
  --blox-primary-border-subtle: #9ec5fe;
  --blox-secondary-border-subtle: #c4c8cb;
  --blox-success-border-subtle: #a3cfbb;
  --blox-info-border-subtle: #9eeaf9;
  --blox-attract-border-subtle: #ffcba6;
  --blox-warning-border-subtle: #ffe69c;
  --blox-danger-border-subtle: #f1aeb5;
  --blox-light-border-subtle: #e9ecef;
  --blox-dark-border-subtle: #adb5bd;
  --blox-white-rgb: 255, 255, 255;
  --blox-black-rgb: 0, 0, 0;
  --blox-spacing-3x-small: 0.125rem;
  --blox-spacing-2x-small: 0.25rem;
  --blox-spacing-x-small: 0.5rem;
  --blox-spacing-small: 0.75rem;
  --blox-spacing-medium: 1rem;
  --blox-spacing-large: 1.25rem;
  --blox-spacing-x-large: 1.75rem;
  --blox-spacing-2x-large: 2.25rem;
  --blox-spacing-3x-large: 3rem;
  --blox-spacing-4x-large: 4.5rem;
  --blox-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --blox-font-serif: Georgia, "Times New Roman", serif;
  --blox-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --blox-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --blox-font-size--5: 0.625rem;
  --blox-font-size--4: 0.6875rem;
  --blox-font-size--3: 0.75rem;
  --blox-font-size--2: 0.8125rem;
  --blox-font-size--1: 0.875rem;
  --blox-font-size-0: 1rem;
  --blox-font-size-1: 1.125rem;
  --blox-font-size-2: 1.25rem;
  --blox-font-size-3: 1.5rem;
  --blox-font-size-4: 1.75rem;
  --blox-font-size-5: 2rem;
  --blox-font-size-6: 2.5rem;
  --blox-font-size-7: 3rem;
  --blox-font-size-8: 3.5rem;
  --blox-font-weight-light: 300;
  --blox-font-weight-normal: 400;
  --blox-font-weight-semibold: 500;
  --blox-font-weight-bold: 700;
  --blox-letter-spacing-denser: -0.03em;
  --blox-letter-spacing-dense: -0.015em;
  --blox-letter-spacing-normal: normal;
  --blox-letter-spacing-loose: 0.075em;
  --blox-letter-spacing-looser: 0.15em;
  --blox-line-height-denser: 1;
  --blox-line-height-dense: 1.4;
  --blox-line-height-normal: 1.8;
  --blox-line-height-loose: 2.2;
  --blox-line-height-looser: 2.6;
  --blox-body-font-family: var(--blox-font-sans-serif);
  --blox-body-font-size: var(--blox-font-size-0);
  --blox-body-font-weight: 400;
  --blox-body-line-height: 1.5;
  --blox-body-color: #212529;
  --blox-body-color-rgb: 33, 37, 41;
  --blox-body-bg: #fff;
  --blox-body-bg-rgb: 255, 255, 255;
  --blox-emphasis-color: #000;
  --blox-emphasis-color-rgb: 0, 0, 0;
  --blox-secondary-color: rgba(33, 37, 41, 0.75);
  --blox-secondary-color-rgb: 33, 37, 41;
  --blox-secondary-bg: #e9ecef;
  --blox-secondary-bg-rgb: 233, 236, 239;
  --blox-tertiary-color: rgba(33, 37, 41, 0.5);
  --blox-tertiary-color-rgb: 33, 37, 41;
  --blox-tertiary-bg: #f8f9fa;
  --blox-tertiary-bg-rgb: 248, 249, 250;
  --blox-heading-color: inherit;
  --blox-link-color: #0d6efd;
  --blox-link-color-rgb: 13, 110, 253;
  --blox-link-decoration: underline;
  --blox-link-hover-color: #0a58ca;
  --blox-link-hover-color-rgb: 10, 88, 202;
  --blox-code-color: #d63384;
  --blox-highlight-color: #212529;
  --blox-highlight-bg: #fff3cd;
  --blox-border-width: 1px;
  --blox-border-style: solid;
  --blox-border-color: #dee2e6;
  --blox-border-color-translucent: rgba(0, 0, 0, 0.175);
  --blox-border-radius: 0.375rem;
  --blox-border-radius-sm: 0.25rem;
  --blox-border-radius-lg: 0.5rem;
  --blox-border-radius-xl: 1rem;
  --blox-border-radius-xxl: 2rem;
  --blox-border-radius-2xl: var(--blox-border-radius-xxl);
  --blox-border-radius-pill: 50rem;
  --blox-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --blox-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --blox-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --blox-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --blox-focus-ring-width: 0.25rem;
  --blox-focus-ring-opacity: 0.25;
  --blox-focus-ring-color: rgba(13, 110, 253, 0.25);
  --blox-form-valid-color: #198754;
  --blox-form-valid-border-color: #198754;
  --blox-form-invalid-color: #dc3545;
  --blox-form-invalid-border-color: #dc3545;
  --blox-button-size: var(--blox-font-size-0, 1rem);
  --blox-button-size-small: var(--blox-font-size--1, 0.875rem);
  --blox-button-size-large: var(--blox-font-size-2, 1.25rem);
  --blox-button-padding-x: 0.75rem;
  --blox-button-padding-y: 0.375rem;
  --blox-button-margin-x: 0.125rem;
  --blox-button-margin-y: 0.25rem;
}

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

:not(:defined),
:not(:defined) * {
  opacity: 0;
}

:defined {
  opacity: 1;
  transition: 0.1s opacity;
}

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

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

hr {
  margin: var(--blox-spacing-medium) 0;
  color: inherit;
  border: 0;
  border-top: var(--blox-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: var(--blox-spacing-x-small);
  font-weight: 500;
  line-height: 1.2;
  color: var(--blox-heading-color);
}

h1, .h1 {
  font-size: var(--blox-font-size-5);
}

h2, .h2 {
  font-size: var(--blox-font-size-4);
}

h3, .h3 {
  font-size: var(--blox-font-size-3);
}

h4, .h4 {
  font-size: var(--blox-font-size-2);
}

h5, .h5 {
  font-size: var(--blox-font-size-1);
}

h6, .h6 {
  font-size: var(--blox-font-size-0);
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--blox-link-color-rgb), var(--blox-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --blox-link-color-rgb: var(--blox-link-hover-color-rgb);
  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: var(--blox-font-monospace);
  font-size: 1em;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: var(--blox-spacing-x-small);
  line-height: 1;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container-breakout {
  margin: 0 calc(50% - 49.5vw);
}

.sidebar-sticky {
  position: sticky;
  top: 0;
  overflow: auto;
}

:root {
  --blox-breakpoint-xs: 0;
  --blox-breakpoint-sm: 576px;
  --blox-breakpoint-md: 768px;
  --blox-breakpoint-lg: 992px;
  --blox-breakpoint-xl: 1200px;
  --blox-breakpoint-xxl: 1400px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --blox-gutter-x: var(--blox-spacing-2x-small);
}

.g-1,
.gy-1 {
  --blox-gutter-y: var(--blox-spacing-2x-small);
}

.g-2,
.gx-2 {
  --blox-gutter-x: var(--blox-spacing-x-small);
}

.g-2,
.gy-2 {
  --blox-gutter-y: var(--blox-spacing-x-small);
}

.g-3,
.gx-3 {
  --blox-gutter-x: var(--blox-spacing-medium);
}

.g-3,
.gy-3 {
  --blox-gutter-y: var(--blox-spacing-medium);
}

.g-4,
.gx-4 {
  --blox-gutter-x: var(--blox-spacing-large);
}

.g-4,
.gy-4 {
  --blox-gutter-y: var(--blox-spacing-large);
}

.g-5,
.gx-5 {
  --blox-gutter-x: var(--blox-spacing-3x-large);
}

.g-5,
.gy-5 {
  --blox-gutter-y: var(--blox-spacing-3x-large);
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --blox-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --blox-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --blox-gutter-x: var(--blox-spacing-2x-small);
  }
  .g-sm-1,
  .gy-sm-1 {
    --blox-gutter-y: var(--blox-spacing-2x-small);
  }
  .g-sm-2,
  .gx-sm-2 {
    --blox-gutter-x: var(--blox-spacing-x-small);
  }
  .g-sm-2,
  .gy-sm-2 {
    --blox-gutter-y: var(--blox-spacing-x-small);
  }
  .g-sm-3,
  .gx-sm-3 {
    --blox-gutter-x: var(--blox-spacing-medium);
  }
  .g-sm-3,
  .gy-sm-3 {
    --blox-gutter-y: var(--blox-spacing-medium);
  }
  .g-sm-4,
  .gx-sm-4 {
    --blox-gutter-x: var(--blox-spacing-large);
  }
  .g-sm-4,
  .gy-sm-4 {
    --blox-gutter-y: var(--blox-spacing-large);
  }
  .g-sm-5,
  .gx-sm-5 {
    --blox-gutter-x: var(--blox-spacing-3x-large);
  }
  .g-sm-5,
  .gy-sm-5 {
    --blox-gutter-y: var(--blox-spacing-3x-large);
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --blox-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --blox-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --blox-gutter-x: var(--blox-spacing-2x-small);
  }
  .g-md-1,
  .gy-md-1 {
    --blox-gutter-y: var(--blox-spacing-2x-small);
  }
  .g-md-2,
  .gx-md-2 {
    --blox-gutter-x: var(--blox-spacing-x-small);
  }
  .g-md-2,
  .gy-md-2 {
    --blox-gutter-y: var(--blox-spacing-x-small);
  }
  .g-md-3,
  .gx-md-3 {
    --blox-gutter-x: var(--blox-spacing-medium);
  }
  .g-md-3,
  .gy-md-3 {
    --blox-gutter-y: var(--blox-spacing-medium);
  }
  .g-md-4,
  .gx-md-4 {
    --blox-gutter-x: var(--blox-spacing-large);
  }
  .g-md-4,
  .gy-md-4 {
    --blox-gutter-y: var(--blox-spacing-large);
  }
  .g-md-5,
  .gx-md-5 {
    --blox-gutter-x: var(--blox-spacing-3x-large);
  }
  .g-md-5,
  .gy-md-5 {
    --blox-gutter-y: var(--blox-spacing-3x-large);
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --blox-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --blox-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --blox-gutter-x: var(--blox-spacing-2x-small);
  }
  .g-lg-1,
  .gy-lg-1 {
    --blox-gutter-y: var(--blox-spacing-2x-small);
  }
  .g-lg-2,
  .gx-lg-2 {
    --blox-gutter-x: var(--blox-spacing-x-small);
  }
  .g-lg-2,
  .gy-lg-2 {
    --blox-gutter-y: var(--blox-spacing-x-small);
  }
  .g-lg-3,
  .gx-lg-3 {
    --blox-gutter-x: var(--blox-spacing-medium);
  }
  .g-lg-3,
  .gy-lg-3 {
    --blox-gutter-y: var(--blox-spacing-medium);
  }
  .g-lg-4,
  .gx-lg-4 {
    --blox-gutter-x: var(--blox-spacing-large);
  }
  .g-lg-4,
  .gy-lg-4 {
    --blox-gutter-y: var(--blox-spacing-large);
  }
  .g-lg-5,
  .gx-lg-5 {
    --blox-gutter-x: var(--blox-spacing-3x-large);
  }
  .g-lg-5,
  .gy-lg-5 {
    --blox-gutter-y: var(--blox-spacing-3x-large);
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --blox-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --blox-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --blox-gutter-x: var(--blox-spacing-2x-small);
  }
  .g-xl-1,
  .gy-xl-1 {
    --blox-gutter-y: var(--blox-spacing-2x-small);
  }
  .g-xl-2,
  .gx-xl-2 {
    --blox-gutter-x: var(--blox-spacing-x-small);
  }
  .g-xl-2,
  .gy-xl-2 {
    --blox-gutter-y: var(--blox-spacing-x-small);
  }
  .g-xl-3,
  .gx-xl-3 {
    --blox-gutter-x: var(--blox-spacing-medium);
  }
  .g-xl-3,
  .gy-xl-3 {
    --blox-gutter-y: var(--blox-spacing-medium);
  }
  .g-xl-4,
  .gx-xl-4 {
    --blox-gutter-x: var(--blox-spacing-large);
  }
  .g-xl-4,
  .gy-xl-4 {
    --blox-gutter-y: var(--blox-spacing-large);
  }
  .g-xl-5,
  .gx-xl-5 {
    --blox-gutter-x: var(--blox-spacing-3x-large);
  }
  .g-xl-5,
  .gy-xl-5 {
    --blox-gutter-y: var(--blox-spacing-3x-large);
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --blox-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --blox-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --blox-gutter-x: var(--blox-spacing-2x-small);
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --blox-gutter-y: var(--blox-spacing-2x-small);
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --blox-gutter-x: var(--blox-spacing-x-small);
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --blox-gutter-y: var(--blox-spacing-x-small);
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --blox-gutter-x: var(--blox-spacing-medium);
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --blox-gutter-y: var(--blox-spacing-medium);
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --blox-gutter-x: var(--blox-spacing-large);
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --blox-gutter-y: var(--blox-spacing-large);
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --blox-gutter-x: var(--blox-spacing-3x-large);
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --blox-gutter-y: var(--blox-spacing-3x-large);
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}

#site-header-inner {
  display: flex;
  flex-direction: column;
}

#site-header-inner .left-region,
#site-header-inner .center-region,
#site-header-inner .right-region {
  display: flex;
  align-items: center;
}

#site-header-inner .left-region {
  justify-content: flex-start;
}

#site-header-inner .center-region {
  justify-content: center;
}

#site-header-inner .right-region {
  justify-content: flex-end;
}

#site-top-bar {
  background: var(--blox-top-bar-bg, --blox-body-bg);
  color: var(--blox-top-bar-color, --blox-body-color);
}

#site-masthead {
  background: var(--blox-masthead-bg, --blox-body-bg);
  color: var(--blox-masthead-color, --blox-body-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#main-navbar.navbar-top {
  order: -1;
}

#main-navbar-inner {
  background: var(--blox-navbar-bg, --blox-body-bg);
  color: var(--blox-navbar-color, --blox-body-color);
  box-shadow: var(--blox-navbar-box-shadow, 0px 8px 8px rgba(0, 0, 0, 0.06));
}

.main-nav,
.top-bar-nav {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.main-nav li a,
#main-navbar-inner .nav-drawer-icon {
  display: block;
  padding: var(--blox-navbar-item-padding, 1rem 0.75rem);
}

.top-bar-nav li {
  margin-right: var(--blox-spacing-x-small, 0.5rem);
}

#main-page-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Footer
-------------------------------------------------- */
#site-footer {
  background-color: var(--blox-footer-bg, #132432);
  color: var(--blox-light);
  font-size: var(--blox-font-size--1);
}

#site-footer a {
  color: var(--blox-light);
}

#site-footer a:hover {
  color: var(--blox-gray-400);
}

.site-index,
.site-copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-index-regions-horizontal .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}

.footer-index-regions {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}

.footer-index-regions.has-branding .footer-branding-end {
  order: 9;
}

/* Horizontal */
.footer-index-regions-horizontal {
  grid-template-columns: repeat(3, 1fr);
}

.footer-index-regions-horizontal > div {
  grid-column: auto / span 3;
}

@media screen and (min-width: 768px) {
  /* Horizontal - Region rows w/ branding */
  .footer-index-regions-horizontal.footer-index-regions-two.has-branding {
      grid-template-rows: repeat(2, auto);
  }

  .footer-index-regions-horizontal.footer-index-regions-three.has-branding {
      grid-template-rows: repeat(3, auto);
  }

  .footer-index-regions-horizontal.footer-index-regions-four.has-branding {
      grid-template-rows: repeat(4, auto);
  }

  /* Horizontal - Branding regions */
  .footer-index-regions-horizontal.has-branding .footer-branding-start {
      grid-column: 1 / span 1;
      grid-row: 1 / -1;
  }

  .footer-index-regions-horizontal.has-branding .footer-branding-end {
      grid-column: 3 / span 1;
      grid-row: 1 / -1;
  }

  /* Horizontal - Regular regions */
  .footer-index-regions-horizontal.has-branding > div {
      grid-column: auto / span 2;
  }
}

/* Vertical */
@media screen and (min-width: 768px) {
  /* Vertical - Two columns - Tablet */
  .footer-index-regions-vertical.footer-index-regions-two {
      grid-template-columns: repeat(2, 1fr);
  }

  /* Vertical - Two columns w/ branding - Tablet */
  .footer-index-regions-vertical.footer-index-regions-two.has-branding {
      grid-template-columns: repeat(3, 1fr);
  }

  /* Vertical - Three columns - Tablet */
  .footer-index-regions-vertical.footer-index-regions-three {
      grid-template-columns: repeat(3, 1fr);
  }

  /* Vertical - Three columns w/ branding - Tablet */
  .footer-index-regions-vertical.footer-index-regions-three.has-branding {
      grid-template-columns: repeat(4, 1fr);
  }

  /* Vertical - Four columns - Tablet */
  .footer-index-regions-vertical.footer-index-regions-four {
      grid-template-columns: repeat(4, 1fr);
  }

  /* Vertical - Four columns w/ branding - Tablet */
  .footer-index-regions-vertical.footer-index-regions-four.has-branding {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, auto);
  }

  .footer-index-regions-vertical.footer-index-regions-four.has-branding .footer-branding-start {
      grid-column: 1 / span 1;
      grid-row: 1 / span 2;
  }

  .footer-index-regions-vertical.footer-index-regions-four.has-branding .footer-branding-end {
      grid-column: 3 / span 1;
      grid-row: 1 / span 2;
  }

  .footer-index-regions-vertical.footer-index-regions-four.has-branding > div {
      grid-column: auto / span 1;
  }
}

@media screen and (min-width: 992px) {
  /* Vertical - Four columns w/ branding - Desktop */
  .footer-index-regions-vertical.footer-index-regions-four.has-branding {
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: auto;
  }

  .footer-index-regions-vertical.footer-index-regions-four.has-branding .footer-branding-start {
      grid-column: 1 / span 1;
      grid-row: 1 / span 1;
  }

  .footer-index-regions-vertical.footer-index-regions-four.has-branding .footer-branding-end {
      grid-column: 5 / span 1;
      grid-row: 1 / span 1;
  }

  .footer-index-regions-vertical.footer-index-regions-four.has-branding > div {
      grid-column: auto / span 1;
  }
}

.img-aspect-ratio-1x1 {
  aspect-ratio: 1 / 1;
}

.img-aspect-ratio-3x2 {
  aspect-ratio: 3 / 2;
}

.img-aspect-ratio-16x9 {
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
  .img-aspect-ratio-mobile-1x1 {
    aspect-ratio: 1 / 1;
  }

  .img-aspect-ratio-mobile-3x2 {
    aspect-ratio: 3 / 2;
  }

  .img-aspect-ratio-mobile-16x9 {
    aspect-ratio: 16 / 9;
  }
}

.asset-img-container {
  position: relative;
  overflow: hidden;
  background: var(--blox-pillarbox-color, var(--blox-dark));
}

.asset-img-blurred {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(40px);
  opacity: 0.6;
}

.asset-img {
  display: block;
  position: relative;
  margin: auto;
}

.img-pillarbox {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Editorial images
-------------------------------------------------- */
.editorial-image .asset-img-container {
  display: flex;
  margin-bottom: 0.5rem;
}

.editorial-image .asset-img-container picture {
    margin: auto;
}

.editorial-image .caption {
  color: var(--blox-secondary-color);
}

.editorial-image .caption .caption-text {
  font-size: 0.875rem;
}

.editorial-image .caption .caption-text p {
  margin-bottom: 0.25rem;
}

.editorial-image .caption .credit {
  font-size: 0.75rem;
}

.blox-flag,
.blox-tag {
  background-color: rgba(var(--blox-secondary-rgb), var(--blox-bg-opacity, 1));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: max(12px, 0.75em);
  line-height: 1;
  border-radius: 0.1875rem;
  white-space: nowrap;
  padding: 0.35em 0.6em;
  text-transform: uppercase;
  gap: 0.25em;
}

.blox-tag:hover {
  text-decoration: none;
  background-color: rgba(var(--blox-secondary-rgb), var(--blox-bg-opacity, 0.9));
}

/* Asset view
-------------------------------------------------- */
.asset-view .asset-header {
  margin-bottom: 1.5rem;
}

.asset-view .asset-header-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.asset-view .asset-header-top > * {
  padding-right: 0.75rem;
}

.asset-view .asset-kicker {
  font-size: 1.25rem;
}

.asset-view .asset-hammer {
  font-size: clamp(3rem, 10vw, 8rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

.asset-view .asset-title {
  margin-bottom: 0.5rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.asset-view .asset-subheadline {
  font-size: 1.5rem;
}

.asset-view .asset-summary {
  font-size: 1.25rem;
}

.asset-view .asset-meta {
  display: flex;
  flex-wrap: wrap;
}

.asset-view .asset-meta > * {
  padding-right: 0.75rem;
}

.asset-view .asset-content > p {
  font-family: var(--blox-font-serif);
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.asset-view .asset-tagline {
  position: relative;
  padding-top: 1rem;
}

.asset-view .asset-tagline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 37.5%;
  width: 25%;
  border-top: 1px solid var(--blox-border-color-translucent);
}

.asset-view .asset-related-content-container {
  margin-top: 2rem;
}

.asset-view .tncms-inline-relcontent,
.asset-view .asset-related-content {
  background: var(--blox-tertiary-bg);
  border: 1px solid var(--blox-border-color);
  border-top-width: 0.25rem;
  border-radius: var(--blox-border-radius);
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.asset-view .tncms-inline-relcontent > h4,
.asset-view .asset-related-content-title {
  font-size: 1rem;
}

.asset-view .tncms-inline-relcontent blockquote,
.asset-view .tncms-inline-relcontent blockquote > *:last-child,
.asset-view .asset-related-content-text > *:last-child {
  margin-bottom: 0;
}

.asset-view .asset-links {
  margin-top: 2rem;
}

.asset-view .asset-links-heading {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.asset-view .asset-tags,
.asset-view .asset-geotags {
  margin-top: 2rem;
}

.asset-view .asset-tags + .asset-geotags {
  margin-top: 0.125rem;
}

.asset-view .asset-related {
  margin-top: 2rem;
}
.asset-view .asset-related-group.asset-parents h3 {
  font-size: var(--blox-font-size-2);
  color: var(--blox-gray-600);
  border-bottom: 1px solid var(--blox-border-color);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.asset-view .related-content {
  display: flex;
  flex-direction: column;
  gap: 2rem 1.5rem;
}
.asset-view .related-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 576px) {
  .asset-view .related-content-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Inline assets
-------------------------------------------------- */
.tncms-inline-width-half,
.tncms-inline-width-one-third,
.tncms-inline-width-two-thirds {
  width: 75%;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:576px) {
  .tncms-inline-width-half,
  .tncms-inline-width-one-third,
  .tncms-inline-width-two-thirds {
    width: 50%;
    float: right;
    clear: right;
    margin-left: 1.75rem;
    margin-right: 0
  }
  .tncms-inline-width-half.tncms-inline-alignment-left,
  .tncms-inline-width-one-third.tncms-inline-alignment-left,
  .tncms-inline-width-two-thirds.tncms-inline-alignment-left {
    float: left;
    clear: left;
    margin-left: 0;
    margin-right: 1.75rem
  }
  .tncms-inline-width-half.tncms-inline-alignment-center,
  .tncms-inline-width-one-third.tncms-inline-alignment-center,
  .tncms-inline-width-two-thirds.tncms-inline-alignment-center {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:768px) {
  .tncms-inline-width-one-third {
    width: 33%
  }
  .tncms-inline-width-two-thirds {
    width: 66%
  }
}

/* VIDEO DEMO PAGE */
.asset-view.asset-type-video.asset-presentation-default .tn-video-title {
    display: none;
}

.asset-top-feature,
.tncms-inline-video,
.tncms-inline-audio{
    margin-bottom: 1rem;
}

.video-16x9,
.video-16x9 .tnt-video-container,
.video-16x9 tn-video,
.video-16x9 tn-video .video-js.vjs-fluid,
.video-16x9 tn-video .tn-video.tn-video-player {
    width: 100%;
    height: auto;
    max-height: 100vh;
    aspect-ratio: 16 / 9;
/*     padding-top: 0!important; */
    align-content: center;
}

body tn-video .tn-video-loader .tn-video-info {
    display: flex;
    align-items: left;
    padding: 0;
    background: none;
}

body tn-video .tn-video-loader .tn-video-details {
    margin-left: auto;
    padding: .25rem;
    background: rgba(0,0,0,0.5);
}

body tn-video .tn-video-loader .tn-video-details .tn-video-detail-item {
    display: none;
}
body tn-video .tn-video-loader .tn-video-details .tn-video-detail-item.tn-media-duration {
    display: inline-block;
}

/*
body tn-video .tn-video-loader .tn-video-details .tn-video-detail-item.tn-media-duration {
    display: block;
    padding: .25em;
    background: rgba(0,0,0,0.5);
    align-self: right;
}
*/


/* full frame
.asset-video-wrapper .asset-video {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    background: #000;
}

.tnt-video-container,
body tn-video,
body tn-video .video-js.vjs-fluid,
body tn-video .tn-video.tn-video-player {
    width: 100vw;
    height: 100vh;
    padding-top: 0!important;
    max-height: 100vh;
    max-width: 100vw;
}

/* body,
.row {
/*    overflow: auto!important; */
/*    width: 100%;
} */

/* .asset-video-wrapper .asset-video,
 body tn-video .video-js.vjs-fluid,
body tn-video .vjs-poster {
    width: 100%;
    height: auto;
    padding-top: 0;
    overflow: hidden;
    aspect-ratio: 9 / 16;

}
body tn-video.vjs-16-9 .video-js.vjs-fluid {
/*     aspect-ratio: 16 / 9; */
}

/* @media (orientation: landscape) {
    .asset-video-wrapper {
        display: flex;
    }

    .asset-video-wrapper .asset-video,
    body tn-video .video-js.vjs-fluid,
    body tn-video .vjs-poster {
        width: auto;
        height: 100vh;
        padding-top: 0;
        overflow: hidden;
        aspect-ratio: 9 / 16;
    }
    
} */
/*
.asset-video-wrapper .asset-video-body {
    padding: var(--blox-spacing-medium, 1rem);
}
*/


/*# sourceMappingURL=styles.css.map */