:root {

  --site-primary-rgb: 13, 110, 253;
  --site-secondary-rgb: 108, 117, 125;
  --site-success-rgb: 25, 135, 84;
  --site-info-rgb: 13, 202, 240;
  --site-white-rgb: 255, 255, 255;
  --site-body-font-family: var(--site-font-sans-serif);
  --site-body-font-size: 1rem;
  --site-body-font-weight: 400;
  --site-body-line-height: 1.5;
  --site-body-color: #212529;
  --site-body-color-rgb: 33, 37, 41;
  --site-body-bg: #fff;
  --site-emphasis-color-rgb: 0, 0, 0;
  --site-secondary-color: rgba(33, 37, 41, 0.75);
  --site-heading-color: inherit;
  --site-link-color: #0d6efd;
  --site-link-color-rgb: 13, 110, 253;
  --site-link-hover-color: #0a58ca;
  --site-link-hover-color-rgb: 10, 88, 202;
  --site-border-width: 1px;
  --site-border-style: solid;
  --site-border-color: #dee2e6;
  --site-border-color-translucent: rgba(0, 0, 0, 0.175);
  --site-border-radius: 0.375rem;
  --site-border-radius-sm: 0.25rem;
  --site-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--site-body-font-family);
  font-size: var(--site-body-font-size);
  font-weight: var(--site-body-font-weight);
  line-height: var(--site-body-line-height);
  color: var(--site-body-color);
  text-align: var(--site-body-text-align);
  background-color: var(--site-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--site-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

strong {
  font-weight: bolder;
}

a {
  color: rgba(var(--site-link-color-rgb), var(--site-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --site-link-color-rgb: var(--site-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
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=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-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;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.figure {
  display: inline-block;
}

.container,
.container-fluid {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --site-breakpoint-xs: 0;
  --site-breakpoint-sm: 576px;
  --site-breakpoint-md: 768px;
  --site-breakpoint-lg: 992px;
  --site-breakpoint-xl: 1200px;
  --site-breakpoint-xxl: 1400px;
}

.row {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--site-gutter-y));
  margin-right: calc(-0.5 * var(--site-gutter-x));
  margin-left: calc(-0.5 * var(--site-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-gutter-x) * 0.5);
  margin-top: var(--site-gutter-y);
}

.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .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%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .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%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--site-border-width));
  padding-bottom: calc(0.375rem + var(--site-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--site-border-width));
  padding-bottom: calc(0.5rem + var(--site-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--site-border-width));
  padding-bottom: calc(0.25rem + var(--site-border-width));
  font-size: 0.875rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --site-btn-padding-x: 0.75rem;
  --site-btn-padding-y: 0.375rem;
  --site-btn-font-family: ;
  --site-btn-font-size: 1rem;
  --site-btn-font-weight: 400;
  --site-btn-line-height: 1.5;
  --site-btn-color: var(--site-body-color);
  --site-btn-bg: transparent;
  --site-btn-border-width: var(--site-border-width);
  --site-btn-border-color: transparent;
  --site-btn-border-radius: var(--site-border-radius);
  --site-btn-hover-border-color: transparent;
  --site-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --site-btn-disabled-opacity: 0.65;
  --site-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--site-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--site-btn-padding-y) var(--site-btn-padding-x);
  font-family: var(--site-btn-font-family);
  font-size: var(--site-btn-font-size);
  font-weight: var(--site-btn-font-weight);
  line-height: var(--site-btn-line-height);
  color: var(--site-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--site-btn-border-width) solid var(--site-btn-border-color);
  border-radius: var(--site-btn-border-radius);
  background-color: var(--site-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--site-btn-color);
  background-color: var(--site-btn-bg);
  border-color: var(--site-btn-border-color);
}
.btn:focus-visible {
  color: var(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--site-btn-active-color);
  background-color: var(--site-btn-active-bg);
  border-color: var(--site-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--site-btn-disabled-color);
  pointer-events: none;
  background-color: var(--site-btn-disabled-bg);
  border-color: var(--site-btn-disabled-border-color);
  opacity: var(--site-btn-disabled-opacity);
}

.btn-primary {
  --site-btn-color: #fff;
  --site-btn-bg: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0b5ed7;
  --site-btn-hover-border-color: #0a58ca;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0a58ca;
  --site-btn-active-border-color: #0a53be;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #0d6efd;
  --site-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --site-btn-color: #fff;
  --site-btn-bg: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #5c636a;
  --site-btn-hover-border-color: #565e64;
  --site-btn-focus-shadow-rgb: 130, 138, 145;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #565e64;
  --site-btn-active-border-color: #51585e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #6c757d;
  --site-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --site-btn-color: #fff;
  --site-btn-bg: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #157347;
  --site-btn-hover-border-color: #146c43;
  --site-btn-focus-shadow-rgb: 60, 153, 110;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #146c43;
  --site-btn-active-border-color: #13653f;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #198754;
  --site-btn-disabled-border-color: #198754;
}

.btn-info {
  --site-btn-color: #000;
  --site-btn-bg: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #31d2f2;
  --site-btn-hover-border-color: #25cff2;
  --site-btn-focus-shadow-rgb: 11, 172, 204;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #3dd5f3;
  --site-btn-active-border-color: #25cff2;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #0dcaf0;
  --site-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --site-btn-color: #000;
  --site-btn-bg: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffca2c;
  --site-btn-hover-border-color: #ffc720;
  --site-btn-focus-shadow-rgb: 217, 164, 6;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffcd39;
  --site-btn-active-border-color: #ffc720;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #ffc107;
  --site-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --site-btn-color: #fff;
  --site-btn-bg: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #bb2d3b;
  --site-btn-hover-border-color: #b02a37;
  --site-btn-focus-shadow-rgb: 225, 83, 97;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #b02a37;
  --site-btn-active-border-color: #a52834;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #dc3545;
  --site-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --site-btn-color: #000;
  --site-btn-bg: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #d3d4d5;
  --site-btn-hover-border-color: #c6c7c8;
  --site-btn-focus-shadow-rgb: 211, 212, 213;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #c6c7c8;
  --site-btn-active-border-color: #babbbc;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #f8f9fa;
  --site-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --site-btn-color: #fff;
  --site-btn-bg: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #424649;
  --site-btn-hover-border-color: #373b3e;
  --site-btn-focus-shadow-rgb: 66, 70, 73;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #4d5154;
  --site-btn-active-border-color: #373b3e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #212529;
  --site-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --site-btn-color: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0d6efd;
  --site-btn-hover-border-color: #0d6efd;
  --site-btn-focus-shadow-rgb: 13, 110, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0d6efd;
  --site-btn-active-border-color: #0d6efd;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0d6efd;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0d6efd;
  --site-gradient: none;
}

.btn-outline-secondary {
  --site-btn-color: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #6c757d;
  --site-btn-hover-border-color: #6c757d;
  --site-btn-focus-shadow-rgb: 108, 117, 125;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #6c757d;
  --site-btn-active-border-color: #6c757d;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #6c757d;
  --site-gradient: none;
}

.btn-outline-success {
  --site-btn-color: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #198754;
  --site-btn-hover-border-color: #198754;
  --site-btn-focus-shadow-rgb: 25, 135, 84;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #198754;
  --site-btn-active-border-color: #198754;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #198754;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #198754;
  --site-gradient: none;
}

.btn-outline-info {
  --site-btn-color: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #0dcaf0;
  --site-btn-hover-border-color: #0dcaf0;
  --site-btn-focus-shadow-rgb: 13, 202, 240;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #0dcaf0;
  --site-btn-active-border-color: #0dcaf0;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0dcaf0;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0dcaf0;
  --site-gradient: none;
}

.btn-outline-warning {
  --site-btn-color: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffc107;
  --site-btn-hover-border-color: #ffc107;
  --site-btn-focus-shadow-rgb: 255, 193, 7;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffc107;
  --site-btn-active-border-color: #ffc107;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #ffc107;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #ffc107;
  --site-gradient: none;
}

.btn-outline-danger {
  --site-btn-color: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #dc3545;
  --site-btn-hover-border-color: #dc3545;
  --site-btn-focus-shadow-rgb: 220, 53, 69;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #dc3545;
  --site-btn-active-border-color: #dc3545;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #dc3545;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #dc3545;
  --site-gradient: none;
}

.btn-outline-light {
  --site-btn-color: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #f8f9fa;
  --site-btn-hover-border-color: #f8f9fa;
  --site-btn-focus-shadow-rgb: 248, 249, 250;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #f8f9fa;
  --site-btn-active-border-color: #f8f9fa;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #f8f9fa;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #f8f9fa;
  --site-gradient: none;
}

.btn-outline-dark {
  --site-btn-color: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #212529;
  --site-btn-hover-border-color: #212529;
  --site-btn-focus-shadow-rgb: 33, 37, 41;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #212529;
  --site-btn-active-border-color: #212529;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #212529;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #212529;
  --site-gradient: none;
}

.btn-link {
  --site-btn-font-weight: 400;
  --site-btn-color: var(--site-link-color);
  --site-btn-bg: transparent;
  --site-btn-border-color: transparent;
  --site-btn-hover-color: var(--site-link-hover-color);
  --site-btn-hover-border-color: transparent;
  --site-btn-active-color: var(--site-link-hover-color);
  --site-btn-active-border-color: transparent;
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-border-color: transparent;
  --site-btn-box-shadow: 0 0 0 #000;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--site-btn-color);
}
.btn-link:hover {
  color: var(--site-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --site-btn-padding-y: 0.5rem;
  --site-btn-padding-x: 1rem;
  --site-btn-font-size: 1.25rem;
  --site-btn-border-radius: var(--site-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --site-btn-padding-y: 0.25rem;
  --site-btn-padding-x: 0.5rem;
  --site-btn-font-size: 0.875rem;
  --site-btn-border-radius: var(--site-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--site-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--site-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--site-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --site-nav-link-padding-x: 1rem;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-link-color);
  --site-nav-link-hover-color: var(--site-link-hover-color);
  --site-nav-link-disabled-color: var(--site-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--site-nav-link-padding-y) var(--site-nav-link-padding-x);
  font-size: var(--site-nav-link-font-size);
  font-weight: var(--site-nav-link-font-weight);
  color: var(--site-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--site-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--site-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --site-navbar-padding-x: 0;
  --site-navbar-padding-y: 0.5rem;
  --site-navbar-color: rgba(var(--site-emphasis-color-rgb), 0.65);
  --site-navbar-hover-color: rgba(var(--site-emphasis-color-rgb), 0.8);
  --site-navbar-disabled-color: rgba(var(--site-emphasis-color-rgb), 0.3);
  --site-navbar-active-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-padding-y: 0.3125rem;
  --site-navbar-brand-margin-end: 1rem;
  --site-navbar-brand-font-size: 1.25rem;
  --site-navbar-brand-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-hover-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-nav-link-padding-x: 0.5rem;
  --site-navbar-toggler-padding-y: 0.25rem;
  --site-navbar-toggler-padding-x: 0.75rem;
  --site-navbar-toggler-font-size: 1.25rem;
--site-navbar-toggler-border-color: rgba(var(--site-emphasis-color-rgb), 0.15);
  --site-navbar-toggler-border-radius: var(--site-border-radius);
  --site-navbar-toggler-focus-width: 0.25rem;
  --site-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--site-navbar-padding-y) var(--site-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--site-navbar-brand-padding-y);
  padding-bottom: var(--site-navbar-brand-padding-y);
  margin-right: var(--site-navbar-brand-margin-end);
  font-size: var(--site-navbar-brand-font-size);
  color: var(--site-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--site-navbar-brand-hover-color);
}

.navbar-nav {
  --site-nav-link-padding-x: 0;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-navbar-color);
  --site-nav-link-hover-color: var(--site-navbar-hover-color);
  --site-nav-link-disabled-color: var(--site-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
 .navbar-nav .nav-link.show {
  color: var(--site-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--site-navbar-toggler-padding-y) var(--site-navbar-toggler-padding-x);
  font-size: var(--site-navbar-toggler-font-size);
  line-height: 1;
  color: var(--site-navbar-color);
  background-color: transparent;
  border: var(--site-border-width) solid var(--site-navbar-toggler-border-color);
  border-radius: var(--site-navbar-toggler-border-radius);
  transition: var(--site-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--site-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--site-navbar-nav-link-padding-x);
    padding-left: var(--site-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --site-card-spacer-y: 1rem;
  --site-card-spacer-x: 1rem;
  --site-card-title-spacer-y: 0.5rem;
  --site-card-title-color: ;
  --site-card-subtitle-color: ;
  --site-card-border-width: var(--site-border-width);
  --site-card-border-color: var(--site-border-color-translucent);
  --site-card-border-radius: var(--site-border-radius);
  --site-card-box-shadow: ;
  --site-card-inner-border-radius: calc(var(--site-border-radius) - (var(--site-border-width)));
  --site-card-cap-padding-y: 0.5rem;
  --site-card-cap-padding-x: 1rem;
  --site-card-cap-bg: rgba(var(--site-body-color-rgb), 0.03);
  --site-card-cap-color: ;
  --site-card-height: ;
  --site-card-color: ;
  --site-card-bg: var(--site-body-bg);
  --site-card-img-overlay-padding: 1rem;
  --site-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--site-card-height);
  color: var(--site-body-color);
  word-wrap: break-word;
  background-color: var(--site-card-bg);
  background-clip: border-box;
  border: var(--site-card-border-width) solid var(--site-card-border-color);
  border-radius: var(--site-card-border-radius);
}

.card-title {
  margin-bottom: var(--site-card-title-spacer-y);
  color: var(--site-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --site-alert-bg: transparent;
  --site-alert-padding-x: 1rem;
  --site-alert-padding-y: 1rem;
  --site-alert-margin-bottom: 1rem;
  --site-alert-color: inherit;
  --site-alert-border-color: transparent;
  --site-alert-border: var(--site-border-width) solid var(--site-alert-border-color);
  --site-alert-border-radius: var(--site-border-radius);
  --site-alert-link-color: inherit;
  position: relative;
  padding: var(--site-alert-padding-y) var(--site-alert-padding-x);
  margin-bottom: var(--site-alert-margin-bottom);
  color: var(--site-alert-color);
  background-color: var(--site-alert-bg);
  border: var(--site-alert-border);
  border-radius: var(--site-alert-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--site-progress-height);
  }
}

.btn-close {
  --site-btn-close-color: #000;
  --site-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --site-btn-close-opacity: 0.5;
  --site-btn-close-hover-opacity: 0.75;
  --site-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --site-btn-close-focus-opacity: 1;
  --site-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--site-btn-close-color);
  background: transparent var(--site-btn-close-bg) center/1em auto no-repeat;
  filter: var(--site-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--site-btn-close-opacity);
}
.btn-close:hover {
  color: var(--site-btn-close-color);
  text-decoration: none;
  opacity: var(--site-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--site-btn-close-focus-shadow);
  opacity: var(--site-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--site-btn-close-disabled-opacity);
}

.btn-close-white {
  --site-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --site-btn-close-filter: ;
}

:root {
  --site-carousel-indicator-active-bg: #fff;
  --site-carousel-caption-color: #fff;
  --site-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.border {
  border: var(--site-border-width) var(--site-border-style) var(--site-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-content-around {
  align-content: space-around !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.text-primary {
  --site-text-opacity: 1;
  color: rgba(var(--site-primary-rgb), var(--site-text-opacity)) !important;
}

.text-secondary {
  --site-text-opacity: 1;
  color: rgba(var(--site-secondary-rgb), var(--site-text-opacity)) !important;
}

.text-success {
  --site-text-opacity: 1;
  color: rgba(var(--site-success-rgb), var(--site-text-opacity)) !important;
}

.text-info {
  --site-text-opacity: 1;
  color: rgba(var(--site-info-rgb), var(--site-text-opacity)) !important;
}

.text-white {
  --site-text-opacity: 1;
  color: rgba(var(--site-white-rgb), var(--site-text-opacity)) !important;
}

.visible {
  visibility: visible !important;
}

.quiz-section {
  background-image: url("images/white2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.main-menu {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .main-menu .noteunit {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .main-menu .noteunit img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .main-menu .noteunit.resolution-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .main-menu .box {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .main-menu .box, .main-menu .box:hover {
      color: inherit;
      text-decoration: none; }
  .main-menu .resolution-iconfont + .box {
    vertical-align: -1px; }
  .main-menu .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

.quiz-section {
  background-image: url("images/white2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
@font-face {
  font-family: 'Socicon';
  src: url('fonts/glyphs2.woff2') format('woff2'), url('fonts/glyphs2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  background-image: url("images/white2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.resolution-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}.block-title,
.chapter-title,
.header-text,
.lead-h2,
.page-h,
.section-h,
.section-heading,
.topic-title {
  font-style: normal;
  line-height: 1.3;
}

.fieldwrap {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.display-1,
.display-2,
.display-4,
.display-5,
.strip,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

.holdbox {
  color: #111111;
}

.rowset {
  text-align: left;
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .media {
    width: auto;
  }
}.block-action {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}nav .block-action {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn .resolution-iconfont,
.btn.btn-sm .resolution-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .resolution-iconfont,
.btn.btn-md .resolution-iconfont {
  margin-left: 0.8rem;
}

[type=submit] {
  -webkit-appearance: none;
}

.domcore .bodyband {
  min-height: 100vh;
}

.domcore {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: flex;
}
.menu .navbar-brand span {
  display: flex;
  display: flex;
}
.menu .navbar-brand .navbar-brand {
  display: flex;
}
.menu .navbar-brand .noteunit img {
  display: flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .resolution-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: flex;
  }

.navbar-collapse {
  }

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: flex;
  }

.row {
  display: flex;
  }

.justify-content-center {
  }

.card-wrapper {
  }

.media {
  display: flex;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}form .block-action {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  min-height: 48px;
}

.bodyband {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
blockquote {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  background-image: url("images/white2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
@font-face {
  font-family: 'weight2';
  font-display: swap;
  src: url('fonts/workflow2.woff2') format('woff2'), url('fonts/workflow2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="scaling-"], [class*=" scaling-"] {
  
  font-family: 'weight2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scaling-symmetry-letter:before {
  content: "\e945";
}
.scaling-symmetry-map-pin:before {
  content: "\e94c";
}
.scaling-symmetry-phone:before {
  content: "\e95b";
}

.quiz-section {
  background-image: url("images/white2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .resolution-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .resolution-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}
.display-4 > .resolution-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-5 > .resolution-iconfont {
  font-size: 2.25rem;
}
.strip {
  font-family: 'Inter', sans-serif;
  font-size: 0.96rem;
  line-height: 1.4;
}
.strip > .resolution-iconfont {
  font-size: 1.2rem;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .strip {
    font-size: 0.768rem;
    font-size: calc( 0.986rem + (0.96 - 0.986) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.986rem + (0.96 - 0.986) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .strip {
    font-size: 0.768rem;
    font-size: calc( 0.986rem + (0.96 - 0.986) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.986rem + (0.96 - 0.986) * ((100vw - 62rem) / (87 - 62))));
  }
}

.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary {
  box-shadow: inset 0 10px 8px 0 #404040, inset 0 -2px 10px 0 #404040, 0 1px 2px 0 #000000, 0 10px 15px -5px #000000;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: inset 0 10px 8px 0 #595959, inset 0 -2px 10px 0 #595959, 0 1px 2px 0 #0d0d0d, 0 20px 40px -10px #1a1a1a;
  transform: translateY(-2px);
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary {
  box-shadow: inset 0 10px 8px 0 #fffbe3, inset 0 -2px 10px 0 #fffbe3, 0 1px 2px 0 #ffe44a, 0 10px 15px -5px #ffe864;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe864 !important;
  border-color: #ffe864 !important;
  color: #312a00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: inherit;
  background-color: #fff097 !important;
  border-color: #fff097 !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #ffec7e, 0 20px 40px -10px #fff097;
  transform: translateY(-2px);
}

.btn-secondary:disabled {
  color: #312a00 !important;
  background-color: #fff097 !important;
  border-color: #fff097 !important;
}
.btn-info {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 10px 15px -5px #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
}
.btn-info:hover,
.btn-info:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}

.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  box-shadow: inset 0 10px 8px 0 #ffec80, inset 0 -2px 10px 0 #ffec80, 0 1px 2px 0 #e6c300, 0 10px 15px -5px #ffd900;
}
.btn-success,
.btn-success:active {
  background-color: #ffd900 !important;
  border-color: #ffd900 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus {
  color: inherit;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
  box-shadow: inset 0 10px 8px 0 #fff4b3, inset 0 -2px 10px 0 #fff4b3, 0 1px 2px 0 #ffdd19, 0 20px 40px -10px #ffe133;
  transform: translateY(-2px);
}

.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-warning {
  box-shadow: inset 0 10px 8px 0 #404040, inset 0 -2px 10px 0 #404040, 0 1px 2px 0 #000000, 0 10px 15px -5px #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: inset 0 10px 8px 0 #595959, inset 0 -2px 10px 0 #595959, 0 1px 2px 0 #0d0d0d, 0 20px 40px -10px #1a1a1a;
  transform: translateY(-2px);
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 10px 15px -5px #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}

.btn-danger:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #ededed, 0 10px 15px -5px #fafafa;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
}
.btn-white:hover,
.btn-white:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}

.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: inset 0 10px 8px 0 #314a88, inset 0 -2px 10px 0 #314a88, 0 1px 2px 0 #080d17, 0 10px 15px -5px #0f172a;
}
.btn-black,
.btn-black:active {
  background-color: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus {
  color: inherit;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
  box-shadow: inset 0 10px 8px 0 #3e5fae, inset 0 -2px 10px 0 #3e5fae, 0 1px 2px 0 #16213d, 0 20px 40px -10px #1c2c50;
  transform: translateY(-2px);
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe864;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  color: #ffdb0d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #645500 !important;
  background-color: #ffe864 !important;
  border-color: #ffe864 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd900;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  color: #a88f00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffd900 !important;
  border-color: #ffd900 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f172a;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f172a !important;
  border-color: #0f172a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffe864 !important;
}
.text-success {
  color: #ffd900 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fdd700 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #998200 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}.block-action .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #000000;
}

blockquote {
  border-color: #000000;
}

html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}.block-action .btn {
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 12px !important;
  padding: 18px 26px;
  border: none !important;
}.block-action .btn-black {
  box-shadow: inset 0 10px 8px 0 #484848, 0 10px 15px -5px #949494;
  background-color: #0f172a !important;
}.block-action .btn-black:hover,
.block-action .btn-black:focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: inset 0 10px 8px 0 #404040, inset 0 -2px 10px 0 #404040, 0 1px 2px 0 #000000, 0 20px 40px -10px #000000;
}.block-action .btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #c7c7c7, 0 1px 2px 0 #c7c7c7, 0 10px 15px -5px #c7c7c7;
  background-color: #fafafa !important;
}.block-action .btn-white:hover,
.block-action .btn-white:focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: inset 0 10px 8px 0 #404040, inset 0 -2px 10px 0 #404040, 0 1px 2px 0 #000000, 0 20px 40px -10px #000000;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.gridrowunit {
  border-radius: 32px !important;
}
.drawbox {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.partlayer .main-menu {
  position: relative !important;
}
.partlayer .main-menu {
  position: absolute !important;
}
.partlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.partlayer .nav-link {
  position: relative;
}
.partlayer .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .partlayer .container {
    flex-wrap: nowrap;
  }
}
.partlayer .nav-item:focus,
.partlayer .nav-link:focus {
  outline: none;
}
.partlayer .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.partlayer .navbar .noteunit {
  margin-right: 1rem;
}
.partlayer .navbar .noteunit img {
  width: auto;
}
.partlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partlayer .navbar .noteunit img {
    height: 3rem !important;
  }
  .partlayer .navbar ul.navbar-nav li {
    margin: auto;
  }
  .partlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .partlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.partlayer .navbar-brand .box {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .partlayer .navbar-brand .box {
    line-height: 1.5;
  }
}
.partlayer .navbar-brand .box:hover,
.partlayer .navbar-brand .box:focus {
  color: #ffe864 !important;
}
.partlayer .navbar-brand .noteunit a {
  outline: none;
}
.partlayer .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.partlayer ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .partlayer ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.partlayer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.partlayer .main-menu {
  padding: 0 1rem;
}
.partlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partlayer .navbar {
    height: 70px;
  }
  .partlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partlayer .navbar-nav {
  width: 100%;
  justify-content: space-around;
  justify-content: flex-end;
  margin: 0;
}
.partlayer .nav-item {
  padding: 0;
  margin: 0;
}
.partlayer .nav-item .nav-link {
  padding: 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.partlayer .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.partlayer .nav-item .nav-link:hover,
.partlayer .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffe864 !important;
}
.partlayer .nav-item .nav-link:hover::after,
.partlayer .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.partlayer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .partlayer .navbar {
    justify-content: flex-start !important;
  }
  .partlayer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .partlayer .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .partlayer .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .partlayer .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .partlayer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.partlayer .fieldsetwrap {
  min-height: 70px;
}
.neutralbox {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("images/black1.jpg");
}
.neutralbox::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #000000 120%);
  pointer-events: none;
}
.neutralbox .card {
  justify-content: flex-end;
}
.neutralbox .domcellwrap .padunit {
  margin-bottom: 32px;
}.neutralbox .domcellwrap .block-title,
.neutralbox .domcellwrap .chapter-title,
.neutralbox .domcellwrap .header-text,
.neutralbox .domcellwrap .lead-h2,
.neutralbox .domcellwrap .page-h,
.neutralbox .domcellwrap .section-h,
.neutralbox .domcellwrap .section-heading,
.neutralbox .domcellwrap .topic-title {
  margin-bottom: 32px;
}
.neutralbox .domcellwrap .fieldwrap {
  margin-bottom: 0;
}.neutralbox .domcellwrap .block-action .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.neutralbox .padunit {
  color: #ffffff;
}.neutralbox .block-title,
.neutralbox .chapter-title,
.neutralbox .header-text,
.neutralbox .lead-h2,
.neutralbox .page-h,
.neutralbox .section-h,
.neutralbox .section-heading,
.neutralbox .topic-title {
  color: #ffe139;
}
.neutralbox .fieldwrap {
  color: #ffffff;
}
.alignwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.alignwrap .row {
  justify-content: center;
}
.alignwrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .alignwrap .domcellwrap {
    margin-bottom: 10px;
  }
}
.alignwrap .domcellwrap .footbox {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .alignwrap .domcellwrap .footbox {
    margin-bottom: 30px;
  }
}.alignwrap .domcellwrap .footbox .block-title,
.alignwrap .domcellwrap .footbox .chapter-title,
.alignwrap .domcellwrap .footbox .header-text,
.alignwrap .domcellwrap .footbox .lead-h2,
.alignwrap .domcellwrap .footbox .page-h,
.alignwrap .domcellwrap .footbox .section-h,
.alignwrap .domcellwrap .footbox .section-heading,
.alignwrap .domcellwrap .footbox .topic-title {
  margin-bottom: 0;
}
.alignwrap .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .alignwrap .domcellwrap .text-wrapper .fieldwrap {
    margin-bottom: 30px;
    width: 100%;
  }
}
.alignwrap .bodywrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .alignwrap .bodywrap {
    display: block;
  }
}
.alignwrap .bodywrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffe864, transparent);
  filter: blur(100px);
  right: auto;
  left: 0;
}
.alignwrap .bodywrap .depthbox {
  position: relative;
  z-index: 1;
}
.alignwrap .bodywrap .depthbox img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .alignwrap .bodywrap .depthbox img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .alignwrap .bodywrap .depthbox img {
    height: 350px;
    width: 100%;
  }
}.alignwrap .block-title,
.alignwrap .chapter-title,
.alignwrap .header-text,
.alignwrap .lead-h2,
.alignwrap .page-h,
.alignwrap .section-h,
.alignwrap .section-heading,
.alignwrap .topic-title {
  color: #ffe139;
}
.alignwrap .fieldwrap {
  color: #ffffff;
}
.packlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.packlayer .row {
  justify-content: center;
}
.packlayer .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .packlayer .domcellwrap {
    margin-bottom: 40px;
  }
}
.packlayer .domcellwrap .padunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .packlayer .domcellwrap .padunit {
    margin-bottom: 30px;
  }
}.packlayer .domcellwrap .block-title,
.packlayer .domcellwrap .chapter-title,
.packlayer .domcellwrap .header-text,
.packlayer .domcellwrap .lead-h2,
.packlayer .domcellwrap .page-h,
.packlayer .domcellwrap .section-h,
.packlayer .domcellwrap .section-heading,
.packlayer .domcellwrap .topic-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {.packlayer .domcellwrap .block-title,
.packlayer .domcellwrap .chapter-title,
.packlayer .domcellwrap .header-text,
.packlayer .domcellwrap .lead-h2,
.packlayer .domcellwrap .page-h,
.packlayer .domcellwrap .section-h,
.packlayer .domcellwrap .section-heading,
.packlayer .domcellwrap .topic-title {
    margin-bottom: 30px;
  }
}
.packlayer .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .packlayer .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.packlayer .bodywrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .packlayer .bodywrap {
    display: block;
  }
}
.packlayer .bodywrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffe139, transparent);
  filter: blur(100px);
}
.packlayer .bodywrap .depthbox {
  position: relative;
  z-index: 1;
}
.packlayer .bodywrap .depthbox img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .packlayer .bodywrap .depthbox img {
    height: 350px;
  }
}
.packlayer .padunit {
  color: #cbff5b;
}.packlayer .block-title,
.packlayer .chapter-title,
.packlayer .header-text,
.packlayer .lead-h2,
.packlayer .page-h,
.packlayer .section-h,
.packlayer .section-heading,
.packlayer .topic-title {
  color: #ffffff;
}
.packlayer .fieldwrap,
.packlayer .text-wrapper {
  color: #ffffff;
}
.framefield {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.framefield .footbox {
  margin-bottom: 40px;
}
.framefield .footbox .interfacerow {
  margin-bottom: 16px;
}.framefield .footbox .block-title,
.framefield .footbox .chapter-title,
.framefield .footbox .header-text,
.framefield .footbox .lead-h2,
.framefield .footbox .page-h,
.framefield .footbox .section-h,
.framefield .footbox .section-heading,
.framefield .footbox .topic-title {
  margin-bottom: 0;
}
.framefield .sectional {
  margin: 0 -20px;
}
.framefield .sectional .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framefield .sectional .item {
    margin-bottom: 20px;
  }
  .framefield .sectional .item:last-child {
    margin-bottom: 0;
  }
}
.framefield .sectional .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .framefield .sectional .item .item-wrapper {
    display: block;
  }
}
.framefield .sectional .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .framefield .sectional .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.framefield .sectional .item .item-wrapper .icon-wrapper .resolution-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ffe139);
  font-size: 80px;
}
@media (max-width: 992px) {
  .framefield .sectional .item .item-wrapper .icon-wrapper .resolution-iconfont {
    font-size: 50px;
  }
}
.framefield .sectional .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}.framefield .block-title,
.framefield .chapter-title,
.framefield .header-text,
.framefield .lead-h2,
.framefield .page-h,
.framefield .section-h,
.framefield .section-heading,
.framefield .topic-title {
  color: #ffe139;
}
.framefield .interfacerow {
  color: #ffffff;
}
.framefield .item-title {
  color: #ffffff;
}
.nestedbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nestedbox .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #bb9f00, 1px 0 10px -5px #c5a800;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.nestedbox .card-wrapper .domcellwrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap {
    margin-bottom: 40px;
  }
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .block-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .chapter-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .header-text,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .lead-h2,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .page-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-heading,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .topic-title {
  margin-bottom: 0;
}
.nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.nestedbox .card-wrapper .domcellwrap .block-action {
  margin-top: 10px;
}
.nestedbox .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
    margin-bottom: 12px;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffd900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.nestedbox .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.nestedbox .card-wrapper .copy-wrap .plate {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #ffd900;
}
.nestedbox .card-wrapper .copy-wrap .nodewrapunit {
  width: 100%;
  margin-bottom: 0;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title {
  color: #0f172a;
}
.nestedbox .fieldwrap,
.nestedbox .text-wrapper {
  color: #ffffff;
}
.nestedbox .resolution-list-title {
  color: #ffe139;
}
.nestedbox .list {
  color: #0f172a;
}
.nestedbox .nodewrapunit {
  color: #ffd900;
  text-align: center;
}
.nestedbox .list,
.nestedbox .item-wrap {
  color: #ffffff;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title,
.nestedbox .block-action,
.nestedbox .footbox {
  color: #ffd900;
}
.partlayer .main-menu {
  position: relative !important;
}
.partlayer .main-menu {
  position: absolute !important;
}
.partlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.partlayer .nav-link {
  position: relative;
}
.partlayer .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .partlayer .container {
    flex-wrap: nowrap;
  }
}
.partlayer .nav-item:focus,
.partlayer .nav-link:focus {
  outline: none;
}
.partlayer .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.partlayer .navbar .noteunit {
  margin-right: 1rem;
}
.partlayer .navbar .noteunit img {
  width: auto;
}
.partlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partlayer .navbar .noteunit img {
    height: 3rem !important;
  }
  .partlayer .navbar ul.navbar-nav li {
    margin: auto;
  }
  .partlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .partlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.partlayer .navbar-brand .box {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .partlayer .navbar-brand .box {
    line-height: 1.5;
  }
}
.partlayer .navbar-brand .box:hover,
.partlayer .navbar-brand .box:focus {
  color: #ffe864 !important;
}
.partlayer .navbar-brand .noteunit a {
  outline: none;
}
.partlayer .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.partlayer ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .partlayer ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.partlayer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.partlayer .main-menu {
  padding: 0 1rem;
}
.partlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partlayer .navbar {
    height: 70px;
  }
  .partlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partlayer .navbar-nav {
  width: 100%;
  justify-content: space-around;
  justify-content: flex-end;
  margin: 0;
}
.partlayer .nav-item {
  padding: 0;
  margin: 0;
}
.partlayer .nav-item .nav-link {
  padding: 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.partlayer .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.partlayer .nav-item .nav-link:hover,
.partlayer .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffe864 !important;
}
.partlayer .nav-item .nav-link:hover::after,
.partlayer .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.partlayer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .partlayer .navbar {
    justify-content: flex-start !important;
  }
  .partlayer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .partlayer .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .partlayer .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .partlayer .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .partlayer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.partlayer .fieldsetwrap {
  min-height: 70px;
}
.trackbox {
  padding-top: 9rem;
  padding-bottom: 9rem;
  position: relative;
  background-color: #000000;
}
.trackbox .depthbox img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .trackbox .depthbox img {
    padding: 12px 0;
  }
}
.trackbox .fieldsetwrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.trackbox .domcellwrap {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffe864;
  overflow: hidden;
  margin-right: 36px;
  margin-right: 0;
  margin-left: 36px;
}
@media (max-width: 1440px) {
  .trackbox .domcellwrap {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .trackbox .domcellwrap {
    padding: 26px 22px;
    margin: 0;
  }
}
@media (max-width: 1440px) {
  .trackbox .domcellwrap {
    margin-left: 22px;
  }
}
@media (max-width: 992px) {
  .trackbox .domcellwrap {
    margin: 0;
  }
}
.trackbox .domcellwrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.9;
  pointer-events: none;
}.trackbox .domcellwrap .block-title,
.trackbox .domcellwrap .chapter-title,
.trackbox .domcellwrap .header-text,
.trackbox .domcellwrap .lead-h2,
.trackbox .domcellwrap .page-h,
.trackbox .domcellwrap .section-h,
.trackbox .domcellwrap .section-heading,
.trackbox .domcellwrap .topic-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.trackbox .domcellwrap .fieldwrap {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .trackbox .domcellwrap .fieldwrap {
    width: 100%;
  }
}.trackbox .domcellwrap .block-action {
  position: relative;
  z-index: 2;
}.trackbox .domcellwrap .block-action .btn {
  margin-bottom: 0;
}.trackbox .block-title,
.trackbox .chapter-title,
.trackbox .header-text,
.trackbox .lead-h2,
.trackbox .page-h,
.trackbox .section-h,
.trackbox .section-heading,
.trackbox .topic-title {
  color: #191c25;
}
.trackbox .fieldwrap,
.trackbox .text-wrapper {
  color: #191c25;
  text-align: right;
}.trackbox .block-title,
.trackbox .chapter-title,
.trackbox .header-text,
.trackbox .lead-h2,
.trackbox .page-h,
.trackbox .section-h,
.trackbox .section-heading,
.trackbox .topic-title,
.trackbox .block-action {
  text-align: center;
  color: #ffe864;
}
.trackbox .fieldwrap {
  color: #ffffff;
  text-align: center;
}
.topwrap {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #000000;
}
@media (min-width: 1400px) {
  .topwrap .container {
    max-width: 1200px;
  }
}
.topwrap .row {
  justify-content: space-between;
}
.topwrap .text-wrapper {
  border-left: 4px solid #000000;
  padding-left: 2rem;
}
.topwrap .depthbox {
  overflow: hidden;
}
.topwrap .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .topwrap .card-wrap {
    margin-bottom: 2rem;
  }
}
.topwrap .card-wrap .depthbox img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}.topwrap .card-text,
.topwrap .block-action {
  color: #ffffff;
}
.topwrap .scaffold {
  color: #353535;
}
.topwrap .card-title {
  color: #000000;
}.topwrap .block-title,
.topwrap .chapter-title,
.topwrap .header-text,
.topwrap .lead-h2,
.topwrap .page-h,
.topwrap .section-h,
.topwrap .section-heading,
.topwrap .topic-title {
  color: #ffe139;
}.topwrap .scaffold,
.topwrap .block-action {
  color: #ffffff;
}
.slotwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.slotwrap blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.slotwrap .quote {
  color: #e43f3f;
}
.slotwrap .quote,
.slotwrap blockquote {
  color: #ffe864;
}.slotwrap .block-title,
.slotwrap .chapter-title,
.slotwrap .header-text,
.slotwrap .lead-h2,
.slotwrap .page-h,
.slotwrap .section-h,
.slotwrap .section-heading,
.slotwrap .topic-title {
  color: #ffe139;
}
.slotwrap .fieldwrap {
  color: #ffffff;
}
.tagbox {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.tagbox .row {
  flex-direction: row-reverse;
}.tagbox .block-title,
.tagbox .chapter-title,
.tagbox .header-text,
.tagbox .lead-h2,
.tagbox .page-h,
.tagbox .section-h,
.tagbox .section-heading,
.tagbox .topic-title {
  color: #ffe139;
}.tagbox .fieldwrap,
.tagbox .block-action {
  color: #ffffff;
}
.tagbox img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .tagbox .bodywrap {
    padding-right: 4rem;
  }
}
.nestedbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nestedbox .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #bb9f00, 1px 0 10px -5px #c5a800;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.nestedbox .card-wrapper .domcellwrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap {
    margin-bottom: 40px;
  }
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .block-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .chapter-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .header-text,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .lead-h2,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .page-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-heading,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .topic-title {
  margin-bottom: 0;
}
.nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.nestedbox .card-wrapper .domcellwrap .block-action {
  margin-top: 10px;
}
.nestedbox .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
    margin-bottom: 12px;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffd900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.nestedbox .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.nestedbox .card-wrapper .copy-wrap .plate {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #ffd900;
}
.nestedbox .card-wrapper .copy-wrap .nodewrapunit {
  width: 100%;
  margin-bottom: 0;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title {
  color: #0f172a;
}
.nestedbox .fieldwrap,
.nestedbox .text-wrapper {
  color: #ffffff;
}
.nestedbox .resolution-list-title {
  color: #ffe139;
}
.nestedbox .list {
  color: #0f172a;
}
.nestedbox .nodewrapunit {
  color: #ffd900;
  text-align: center;
}
.nestedbox .list,
.nestedbox .item-wrap {
  color: #ffffff;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title,
.nestedbox .block-action,
.nestedbox .footbox {
  color: #ffd900;
}
.partlayer .main-menu {
  position: relative !important;
}
.partlayer .main-menu {
  position: absolute !important;
}
.partlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.partlayer .nav-link {
  position: relative;
}
.partlayer .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .partlayer .container {
    flex-wrap: nowrap;
  }
}
.partlayer .nav-item:focus,
.partlayer .nav-link:focus {
  outline: none;
}
.partlayer .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.partlayer .navbar .noteunit {
  margin-right: 1rem;
}
.partlayer .navbar .noteunit img {
  width: auto;
}
.partlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partlayer .navbar .noteunit img {
    height: 3rem !important;
  }
  .partlayer .navbar ul.navbar-nav li {
    margin: auto;
  }
  .partlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .partlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.partlayer .navbar-brand .box {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .partlayer .navbar-brand .box {
    line-height: 1.5;
  }
}
.partlayer .navbar-brand .box:hover,
.partlayer .navbar-brand .box:focus {
  color: #ffe864 !important;
}
.partlayer .navbar-brand .noteunit a {
  outline: none;
}
.partlayer .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.partlayer ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .partlayer ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.partlayer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.partlayer .main-menu {
  padding: 0 1rem;
}
.partlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partlayer .navbar {
    height: 70px;
  }
  .partlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partlayer .navbar-nav {
  width: 100%;
  justify-content: space-around;
  justify-content: flex-end;
  margin: 0;
}
.partlayer .nav-item {
  padding: 0;
  margin: 0;
}
.partlayer .nav-item .nav-link {
  padding: 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.partlayer .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.partlayer .nav-item .nav-link:hover,
.partlayer .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffe864 !important;
}
.partlayer .nav-item .nav-link:hover::after,
.partlayer .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.partlayer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .partlayer .navbar {
    justify-content: flex-start !important;
  }
  .partlayer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .partlayer .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .partlayer .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .partlayer .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .partlayer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.partlayer .fieldsetwrap {
  min-height: 70px;
}
.inset {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.inset .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .inset .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .inset .container {
    padding: 15px;
  }
}
.inset .row {
  margin: 0 -5px;
}
.inset .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .inset .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.inset .bodywrap {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .inset .bodywrap {
    margin-bottom: 15px;
  }
}
.inset .bodywrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .inset .bodywrap img {
    position: static;
    height: 350px;
  }
}
.inset .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .inset .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .inset .card-wrapper {
    padding: 30px;
  }
}.inset .card-wrapper .card-wrap .footbox .block-title,
.inset .card-wrapper .card-wrap .footbox .chapter-title,
.inset .card-wrapper .card-wrap .footbox .header-text,
.inset .card-wrapper .card-wrap .footbox .lead-h2,
.inset .card-wrapper .card-wrap .footbox .page-h,
.inset .card-wrapper .card-wrap .footbox .section-h,
.inset .card-wrapper .card-wrap .footbox .section-heading,
.inset .card-wrapper .card-wrap .footbox .topic-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {.inset .card-wrapper .card-wrap .footbox .block-title,
.inset .card-wrapper .card-wrap .footbox .chapter-title,
.inset .card-wrapper .card-wrap .footbox .header-text,
.inset .card-wrapper .card-wrap .footbox .lead-h2,
.inset .card-wrapper .card-wrap .footbox .page-h,
.inset .card-wrapper .card-wrap .footbox .section-h,
.inset .card-wrapper .card-wrap .footbox .section-heading,
.inset .card-wrapper .card-wrap .footbox .topic-title {
    width: 100%;
  }
}
@media (max-width: 992px) {.inset .card-wrapper .card-wrap .footbox .block-title,
.inset .card-wrapper .card-wrap .footbox .chapter-title,
.inset .card-wrapper .card-wrap .footbox .header-text,
.inset .card-wrapper .card-wrap .footbox .lead-h2,
.inset .card-wrapper .card-wrap .footbox .page-h,
.inset .card-wrapper .card-wrap .footbox .section-h,
.inset .card-wrapper .card-wrap .footbox .section-heading,
.inset .card-wrapper .card-wrap .footbox .topic-title {
    margin-bottom: 20px;
  }
}
.inset .card-wrapper .card-wrap .text-wrapper .fieldwrap {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .inset .card-wrapper .card-wrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.inset .card-wrapper .card-wrap .block-action {
  margin-top: 20px;
}.inset .card-wrapper .card-wrap .block-action .btn {
  margin-bottom: 0;
}.inset .block-title,
.inset .chapter-title,
.inset .header-text,
.inset .lead-h2,
.inset .page-h,
.inset .section-h,
.inset .section-heading,
.inset .topic-title {
  color: #000000;
}
.inset .fieldwrap,
.inset .text-wrapper {
  color: #ffffff;
  text-align: center;
}.inset .block-title,
.inset .chapter-title,
.inset .header-text,
.inset .lead-h2,
.inset .page-h,
.inset .section-h,
.inset .section-heading,
.inset .topic-title,
.inset .block-action,
.inset .footbox {
  color: #ffe139;
  text-align: center;
}
.branchbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.branchbox::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffe139 -10%, transparent 80%);
}
.branchbox::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffe139 -10%, transparent 80%);
}
@media (max-width: 768px) {
  .branchbox .container {
    padding: 0 16px;
  }
}
.branchbox .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.branchbox .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.branchbox .domcellwrap {
  margin-bottom: 80px;
}.branchbox .domcellwrap .block-title,
.branchbox .domcellwrap .chapter-title,
.branchbox .domcellwrap .header-text,
.branchbox .domcellwrap .lead-h2,
.branchbox .domcellwrap .page-h,
.branchbox .domcellwrap .section-h,
.branchbox .domcellwrap .section-heading,
.branchbox .domcellwrap .topic-title {
  margin-bottom: 24px;
}.branchbox .domcellwrap .block-title span,
.branchbox .domcellwrap .chapter-title span,
.branchbox .domcellwrap .header-text span,
.branchbox .domcellwrap .lead-h2 span,
.branchbox .domcellwrap .page-h span,
.branchbox .domcellwrap .section-h span,
.branchbox .domcellwrap .section-heading span,
.branchbox .domcellwrap .topic-title span {
  color: #f1634f;
}
.branchbox .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.branchbox .item .item-wrapper {
  background-color: #000000;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .branchbox .item .item-wrapper {
    padding: 32px;
  }
}
.branchbox .item .item-wrapper .card-box .clusterbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .branchbox .item .item-wrapper .card-box .clusterbox {
    margin-bottom: 32px;
  }
}
.branchbox .item .item-wrapper .card-box .clusterbox .item-title {
  margin-bottom: 0;
}
.branchbox .item .item-wrapper .card-box .clusterbox .resolution-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.branchbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.branchbox .block-title,
.branchbox .chapter-title,
.branchbox .header-text,
.branchbox .lead-h2,
.branchbox .page-h,
.branchbox .section-h,
.branchbox .section-heading,
.branchbox .topic-title {
  color: #000000;
}
.branchbox .fieldwrap {
  color: #6f6f6f;
  text-align: center;
}
.branchbox .item-title {
  color: #ffe139;
}
.branchbox .item-text {
  color: #ffffff;
}.branchbox .block-title,
.branchbox .chapter-title,
.branchbox .header-text,
.branchbox .lead-h2,
.branchbox .page-h,
.branchbox .section-h,
.branchbox .section-heading,
.branchbox .topic-title,
.branchbox .block-action {
  text-align: center;
}
.flexunit {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}.flexunit .footbox .block-title,
.flexunit .footbox .chapter-title,
.flexunit .footbox .header-text,
.flexunit .footbox .lead-h2,
.flexunit .footbox .page-h,
.flexunit .footbox .section-h,
.flexunit .footbox .section-heading,
.flexunit .footbox .topic-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {.flexunit .footbox .block-title,
.flexunit .footbox .chapter-title,
.flexunit .footbox .header-text,
.flexunit .footbox .lead-h2,
.flexunit .footbox .page-h,
.flexunit .footbox .section-h,
.flexunit .footbox .section-heading,
.flexunit .footbox .topic-title {
    margin-bottom: 24px;
  }
}
.flexunit .domcellwrap {
  margin: 0 -8px;
}
.flexunit .domcellwrap .card {
  padding: 0 8px;
}
.flexunit .bodywrap {
  height: 100%;
}
@media (max-width: 992px) {
  .flexunit .bodywrap {
    margin-bottom: 12px;
  }
}
.flexunit .bodywrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .flexunit .bodywrap img {
    height: 300px;
  }
}
.flexunit .sectional {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .flexunit .sectional {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.flexunit .sectional .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #000000;
  padding: 64px;
}
@media (max-width: 1440px) {
  .flexunit .sectional .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .flexunit .sectional .item .item-wrapper {
    padding: 24px;
  }
}
.flexunit .sectional .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.flexunit .sectional .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}.flexunit .sectional .item .item-wrapper .card-box .block-action {
  margin-top: 24px;
}.flexunit .sectional .item .item-wrapper .card-box .block-action .btn {
  margin-bottom: 0;
}.flexunit .block-title,
.flexunit .chapter-title,
.flexunit .header-text,
.flexunit .lead-h2,
.flexunit .page-h,
.flexunit .section-h,
.flexunit .section-heading,
.flexunit .topic-title {
  color: #2c2c26;
}
.flexunit .card-title {
  color: #2c2c26;
}
.flexunit .card-text {
  color: #ffffff;
}
.flexunit .card-title {
  color: #ffe139;
}
.slot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.slot::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffe139 -10%, transparent 80%);
}
.slot::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffe139 -10%, transparent 80%);
}
@media (max-width: 768px) {
  .slot .container {
    padding: 0 16px;
  }
}
.slot .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.slot .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.slot .domcellwrap {
  margin-bottom: 80px;
}.slot .domcellwrap .block-title,
.slot .domcellwrap .chapter-title,
.slot .domcellwrap .header-text,
.slot .domcellwrap .lead-h2,
.slot .domcellwrap .page-h,
.slot .domcellwrap .section-h,
.slot .domcellwrap .section-heading,
.slot .domcellwrap .topic-title {
  margin-bottom: 24px;
}.slot .domcellwrap .block-title span,
.slot .domcellwrap .chapter-title span,
.slot .domcellwrap .header-text span,
.slot .domcellwrap .lead-h2 span,
.slot .domcellwrap .page-h span,
.slot .domcellwrap .section-h span,
.slot .domcellwrap .section-heading span,
.slot .domcellwrap .topic-title span {
  color: #f1634f;
}
.slot .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.slot .item .item-wrapper {
  background-color: #000000;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .slot .item .item-wrapper {
    padding: 32px;
  }
}
.slot .item .item-wrapper .card-box .clusterbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .slot .item .item-wrapper .card-box .clusterbox {
    margin-bottom: 32px;
  }
}
.slot .item .item-wrapper .card-box .clusterbox .item-title {
  margin-bottom: 0;
}
.slot .item .item-wrapper .card-box .clusterbox .resolution-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.slot .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.slot .block-title,
.slot .chapter-title,
.slot .header-text,
.slot .lead-h2,
.slot .page-h,
.slot .section-h,
.slot .section-heading,
.slot .topic-title {
  color: #000000;
}
.slot .fieldwrap {
  color: #6f6f6f;
  text-align: center;
}
.slot .item-title {
  color: #ffe139;
}
.slot .item-text {
  color: #ffffff;
}.slot .block-title,
.slot .chapter-title,
.slot .header-text,
.slot .lead-h2,
.slot .page-h,
.slot .section-h,
.slot .section-heading,
.slot .topic-title,
.slot .block-action {
  text-align: center;
}
.nestedbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nestedbox .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #bb9f00, 1px 0 10px -5px #c5a800;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.nestedbox .card-wrapper .domcellwrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap {
    margin-bottom: 40px;
  }
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .block-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .chapter-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .header-text,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .lead-h2,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .page-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-heading,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .topic-title {
  margin-bottom: 0;
}
.nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.nestedbox .card-wrapper .domcellwrap .block-action {
  margin-top: 10px;
}
.nestedbox .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
    margin-bottom: 12px;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffd900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.nestedbox .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.nestedbox .card-wrapper .copy-wrap .plate {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #ffd900;
}
.nestedbox .card-wrapper .copy-wrap .nodewrapunit {
  width: 100%;
  margin-bottom: 0;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title {
  color: #0f172a;
}
.nestedbox .fieldwrap,
.nestedbox .text-wrapper {
  color: #ffffff;
}
.nestedbox .resolution-list-title {
  color: #ffe139;
}
.nestedbox .list {
  color: #0f172a;
}
.nestedbox .nodewrapunit {
  color: #ffd900;
  text-align: center;
}
.nestedbox .list,
.nestedbox .item-wrap {
  color: #ffffff;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title,
.nestedbox .block-action,
.nestedbox .footbox {
  color: #ffd900;
}
.bodysegment .main-menu {
  position: relative !important;
}
.bodysegment .main-menu {
  position: absolute !important;
}
.bodysegment .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.bodysegment .nav-link {
  position: relative;
}
.bodysegment .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .bodysegment .container {
    flex-wrap: nowrap;
  }
}
.bodysegment .nav-item:focus,
.bodysegment .nav-link:focus {
  outline: none;
}
.bodysegment .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.bodysegment .navbar .noteunit {
  margin-right: 1rem;
}
.bodysegment .navbar .noteunit img {
  width: auto;
}
.bodysegment .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .bodysegment .navbar .nav-item .nav-link::before {
    display: none;
  }
  .bodysegment .navbar .noteunit img {
    height: 3rem !important;
  }
  .bodysegment .navbar ul.navbar-nav li {
    margin: auto;
  }
  .bodysegment .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .bodysegment .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.bodysegment .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.bodysegment .navbar-brand .box {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .bodysegment .navbar-brand .box {
    line-height: 1.5;
  }
}
.bodysegment .navbar-brand .box:hover,
.bodysegment .navbar-brand .box:focus {
  color: #ffe864 !important;
}
.bodysegment .navbar-brand .noteunit a {
  outline: none;
}
.bodysegment .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.bodysegment ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .bodysegment ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.bodysegment button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.bodysegment .main-menu {
  padding: 0 1rem;
}
.bodysegment a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bodysegment .navbar {
    height: 70px;
  }
  .bodysegment .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.bodysegment .navbar-nav {
  width: 100%;
  justify-content: space-around;
  justify-content: flex-end;
  margin: 0;
}
.bodysegment .nav-item {
  padding: 0;
  margin: 0;
}
.bodysegment .nav-item .nav-link {
  padding: 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.bodysegment .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.bodysegment .nav-item .nav-link:hover,
.bodysegment .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffe864 !important;
}
.bodysegment .nav-item .nav-link:hover::after,
.bodysegment .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.bodysegment .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .bodysegment .navbar {
    justify-content: flex-start !important;
  }
  .bodysegment .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .bodysegment .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .bodysegment .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .bodysegment .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .bodysegment .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.bodysegment .fieldsetwrap {
  min-height: 70px;
}
.neutralwrap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.neutralwrap .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .neutralwrap .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .neutralwrap .container {
    padding: 15px;
  }
}
.neutralwrap .row {
  margin: 0 -5px;
}
.neutralwrap .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .neutralwrap .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.neutralwrap .bodywrap {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .neutralwrap .bodywrap {
    margin-bottom: 15px;
  }
}
.neutralwrap .bodywrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .neutralwrap .bodywrap img {
    position: static;
    height: 350px;
  }
}
.neutralwrap .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .neutralwrap .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .neutralwrap .card-wrapper {
    padding: 30px;
  }
}.neutralwrap .card-wrapper .card-wrap .footbox .block-title,
.neutralwrap .card-wrapper .card-wrap .footbox .chapter-title,
.neutralwrap .card-wrapper .card-wrap .footbox .header-text,
.neutralwrap .card-wrapper .card-wrap .footbox .lead-h2,
.neutralwrap .card-wrapper .card-wrap .footbox .page-h,
.neutralwrap .card-wrapper .card-wrap .footbox .section-h,
.neutralwrap .card-wrapper .card-wrap .footbox .section-heading,
.neutralwrap .card-wrapper .card-wrap .footbox .topic-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {.neutralwrap .card-wrapper .card-wrap .footbox .block-title,
.neutralwrap .card-wrapper .card-wrap .footbox .chapter-title,
.neutralwrap .card-wrapper .card-wrap .footbox .header-text,
.neutralwrap .card-wrapper .card-wrap .footbox .lead-h2,
.neutralwrap .card-wrapper .card-wrap .footbox .page-h,
.neutralwrap .card-wrapper .card-wrap .footbox .section-h,
.neutralwrap .card-wrapper .card-wrap .footbox .section-heading,
.neutralwrap .card-wrapper .card-wrap .footbox .topic-title {
    width: 100%;
  }
}
@media (max-width: 992px) {.neutralwrap .card-wrapper .card-wrap .footbox .block-title,
.neutralwrap .card-wrapper .card-wrap .footbox .chapter-title,
.neutralwrap .card-wrapper .card-wrap .footbox .header-text,
.neutralwrap .card-wrapper .card-wrap .footbox .lead-h2,
.neutralwrap .card-wrapper .card-wrap .footbox .page-h,
.neutralwrap .card-wrapper .card-wrap .footbox .section-h,
.neutralwrap .card-wrapper .card-wrap .footbox .section-heading,
.neutralwrap .card-wrapper .card-wrap .footbox .topic-title {
    margin-bottom: 20px;
  }
}
.neutralwrap .card-wrapper .card-wrap .text-wrapper .fieldwrap {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .neutralwrap .card-wrapper .card-wrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.neutralwrap .card-wrapper .card-wrap .block-action {
  margin-top: 20px;
}.neutralwrap .card-wrapper .card-wrap .block-action .btn {
  margin-bottom: 0;
}.neutralwrap .block-title,
.neutralwrap .chapter-title,
.neutralwrap .header-text,
.neutralwrap .lead-h2,
.neutralwrap .page-h,
.neutralwrap .section-h,
.neutralwrap .section-heading,
.neutralwrap .topic-title {
  color: #000000;
}
.neutralwrap .fieldwrap,
.neutralwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}.neutralwrap .block-title,
.neutralwrap .chapter-title,
.neutralwrap .header-text,
.neutralwrap .lead-h2,
.neutralwrap .page-h,
.neutralwrap .section-h,
.neutralwrap .section-heading,
.neutralwrap .topic-title,
.neutralwrap .block-action,
.neutralwrap .footbox {
  color: #ffe139;
  text-align: center;
}
.linedockbox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}.linedockbox .footbox .block-title,
.linedockbox .footbox .chapter-title,
.linedockbox .footbox .header-text,
.linedockbox .footbox .lead-h2,
.linedockbox .footbox .page-h,
.linedockbox .footbox .section-h,
.linedockbox .footbox .section-heading,
.linedockbox .footbox .topic-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {.linedockbox .footbox .block-title,
.linedockbox .footbox .chapter-title,
.linedockbox .footbox .header-text,
.linedockbox .footbox .lead-h2,
.linedockbox .footbox .page-h,
.linedockbox .footbox .section-h,
.linedockbox .footbox .section-heading,
.linedockbox .footbox .topic-title {
    margin-bottom: 24px;
  }
}
.linedockbox .domcellwrap {
  margin: 0 -8px;
}
.linedockbox .domcellwrap .card {
  padding: 0 8px;
}
.linedockbox .bodywrap {
  height: 100%;
}
@media (max-width: 992px) {
  .linedockbox .bodywrap {
    margin-bottom: 12px;
  }
}
.linedockbox .bodywrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .linedockbox .bodywrap img {
    height: 300px;
  }
}
.linedockbox .sectional {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .linedockbox .sectional {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.linedockbox .sectional .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #000000;
  padding: 64px;
}
@media (max-width: 1440px) {
  .linedockbox .sectional .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .linedockbox .sectional .item .item-wrapper {
    padding: 24px;
  }
}
.linedockbox .sectional .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.linedockbox .sectional .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}.linedockbox .sectional .item .item-wrapper .card-box .block-action {
  margin-top: 24px;
}.linedockbox .sectional .item .item-wrapper .card-box .block-action .btn {
  margin-bottom: 0;
}.linedockbox .block-title,
.linedockbox .chapter-title,
.linedockbox .header-text,
.linedockbox .lead-h2,
.linedockbox .page-h,
.linedockbox .section-h,
.linedockbox .section-heading,
.linedockbox .topic-title {
  color: #2c2c26;
}
.linedockbox .card-title {
  color: #2c2c26;
}
.linedockbox .card-text {
  color: #ffffff;
}
.linedockbox .card-title {
  color: #ffe139;
}
.partunit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.partunit::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffe139 -10%, transparent 80%);
}
.partunit::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffe139 -10%, transparent 80%);
}
@media (max-width: 768px) {
  .partunit .container {
    padding: 0 16px;
  }
}
.partunit .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.partunit .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.partunit .domcellwrap {
  margin-bottom: 80px;
}.partunit .domcellwrap .block-title,
.partunit .domcellwrap .chapter-title,
.partunit .domcellwrap .header-text,
.partunit .domcellwrap .lead-h2,
.partunit .domcellwrap .page-h,
.partunit .domcellwrap .section-h,
.partunit .domcellwrap .section-heading,
.partunit .domcellwrap .topic-title {
  margin-bottom: 24px;
}.partunit .domcellwrap .block-title span,
.partunit .domcellwrap .chapter-title span,
.partunit .domcellwrap .header-text span,
.partunit .domcellwrap .lead-h2 span,
.partunit .domcellwrap .page-h span,
.partunit .domcellwrap .section-h span,
.partunit .domcellwrap .section-heading span,
.partunit .domcellwrap .topic-title span {
  color: #f1634f;
}
.partunit .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.partunit .item .item-wrapper {
  background-color: #000000;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .partunit .item .item-wrapper {
    padding: 32px;
  }
}
.partunit .item .item-wrapper .card-box .clusterbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .partunit .item .item-wrapper .card-box .clusterbox {
    margin-bottom: 32px;
  }
}
.partunit .item .item-wrapper .card-box .clusterbox .item-title {
  margin-bottom: 0;
}
.partunit .item .item-wrapper .card-box .clusterbox .resolution-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.partunit .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.partunit .block-title,
.partunit .chapter-title,
.partunit .header-text,
.partunit .lead-h2,
.partunit .page-h,
.partunit .section-h,
.partunit .section-heading,
.partunit .topic-title {
  color: #000000;
}
.partunit .fieldwrap {
  color: #6f6f6f;
  text-align: center;
}
.partunit .item-title {
  color: #ffe139;
}
.partunit .item-text {
  color: #ffffff;
}.partunit .block-title,
.partunit .chapter-title,
.partunit .header-text,
.partunit .lead-h2,
.partunit .page-h,
.partunit .section-h,
.partunit .section-heading,
.partunit .topic-title,
.partunit .block-action {
  text-align: center;
}
.bodybox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}.bodybox .footbox .block-title,
.bodybox .footbox .chapter-title,
.bodybox .footbox .header-text,
.bodybox .footbox .lead-h2,
.bodybox .footbox .page-h,
.bodybox .footbox .section-h,
.bodybox .footbox .section-heading,
.bodybox .footbox .topic-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {.bodybox .footbox .block-title,
.bodybox .footbox .chapter-title,
.bodybox .footbox .header-text,
.bodybox .footbox .lead-h2,
.bodybox .footbox .page-h,
.bodybox .footbox .section-h,
.bodybox .footbox .section-heading,
.bodybox .footbox .topic-title {
    margin-bottom: 24px;
  }
}
.bodybox .domcellwrap {
  margin: 0 -8px;
}
.bodybox .domcellwrap .card {
  padding: 0 8px;
}
.bodybox .bodywrap {
  height: 100%;
}
@media (max-width: 992px) {
  .bodybox .bodywrap {
    margin-bottom: 12px;
  }
}
.bodybox .bodywrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .bodybox .bodywrap img {
    height: 300px;
  }
}
.bodybox .sectional {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .bodybox .sectional {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.bodybox .sectional .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #000000;
  padding: 64px;
}
@media (max-width: 1440px) {
  .bodybox .sectional .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .bodybox .sectional .item .item-wrapper {
    padding: 24px;
  }
}
.bodybox .sectional .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.bodybox .sectional .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}.bodybox .sectional .item .item-wrapper .card-box .block-action {
  margin-top: 24px;
}.bodybox .sectional .item .item-wrapper .card-box .block-action .btn {
  margin-bottom: 0;
}.bodybox .block-title,
.bodybox .chapter-title,
.bodybox .header-text,
.bodybox .lead-h2,
.bodybox .page-h,
.bodybox .section-h,
.bodybox .section-heading,
.bodybox .topic-title {
  color: #2c2c26;
}
.bodybox .card-title {
  color: #2c2c26;
}
.bodybox .card-text {
  color: #ffffff;
}
.bodybox .card-title {
  color: #ffe139;
}
.nestedbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nestedbox .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #bb9f00, 1px 0 10px -5px #c5a800;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.nestedbox .card-wrapper .domcellwrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap {
    margin-bottom: 40px;
  }
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .block-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .chapter-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .header-text,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .lead-h2,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .page-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-heading,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .topic-title {
  margin-bottom: 0;
}
.nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.nestedbox .card-wrapper .domcellwrap .block-action {
  margin-top: 10px;
}
.nestedbox .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
    margin-bottom: 12px;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffd900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.nestedbox .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.nestedbox .card-wrapper .copy-wrap .plate {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #ffd900;
}
.nestedbox .card-wrapper .copy-wrap .nodewrapunit {
  width: 100%;
  margin-bottom: 0;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title {
  color: #0f172a;
}
.nestedbox .fieldwrap,
.nestedbox .text-wrapper {
  color: #ffffff;
}
.nestedbox .resolution-list-title {
  color: #ffe139;
}
.nestedbox .list {
  color: #0f172a;
}
.nestedbox .nodewrapunit {
  color: #ffd900;
  text-align: center;
}
.nestedbox .list,
.nestedbox .item-wrap {
  color: #ffffff;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title,
.nestedbox .block-action,
.nestedbox .footbox {
  color: #ffd900;
}
.partlayer .main-menu {
  position: relative !important;
}
.partlayer .main-menu {
  position: absolute !important;
}
.partlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.partlayer .nav-link {
  position: relative;
}
.partlayer .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .partlayer .container {
    flex-wrap: nowrap;
  }
}
.partlayer .nav-item:focus,
.partlayer .nav-link:focus {
  outline: none;
}
.partlayer .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.partlayer .navbar .noteunit {
  margin-right: 1rem;
}
.partlayer .navbar .noteunit img {
  width: auto;
}
.partlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partlayer .navbar .noteunit img {
    height: 3rem !important;
  }
  .partlayer .navbar ul.navbar-nav li {
    margin: auto;
  }
  .partlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .partlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.partlayer .navbar-brand .box {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .partlayer .navbar-brand .box {
    line-height: 1.5;
  }
}
.partlayer .navbar-brand .box:hover,
.partlayer .navbar-brand .box:focus {
  color: #ffe864 !important;
}
.partlayer .navbar-brand .noteunit a {
  outline: none;
}
.partlayer .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.partlayer ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .partlayer ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.partlayer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.partlayer .main-menu {
  padding: 0 1rem;
}
.partlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partlayer .navbar {
    height: 70px;
  }
  .partlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partlayer .navbar-nav {
  width: 100%;
  justify-content: space-around;
  justify-content: flex-end;
  margin: 0;
}
.partlayer .nav-item {
  padding: 0;
  margin: 0;
}
.partlayer .nav-item .nav-link {
  padding: 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.partlayer .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.partlayer .nav-item .nav-link:hover,
.partlayer .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffe864 !important;
}
.partlayer .nav-item .nav-link:hover::after,
.partlayer .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.partlayer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .partlayer .navbar {
    justify-content: flex-start !important;
  }
  .partlayer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .partlayer .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .partlayer .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .partlayer .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .partlayer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.partlayer .fieldsetwrap {
  min-height: 70px;
}
.outline {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
  background-image: linear-gradient(180deg, #171719 0%, #ffd900 38%, #000000 90%);
}
.outline .domcellwrap {
  position: relative;
  padding: 4px;
}
.outline .domcellwrap .plate {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .4;
  z-index: 1;
}
.outline .domcellwrap .layoutnode {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #ffe139 0%, #ffffff 50%, #ffe139 100%);
  filter: blur(40px) brightness(1);
  opacity: .5;
}
.outline .domcellwrap .fieldsetwrap {
  position: relative;
  z-index: 1;
  padding: 30px 30px 130px 30px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .outline .domcellwrap .fieldsetwrap {
    padding: 10px 10px 100px 10px;
  }
}
.outline .domcellwrap .fieldsetwrap .footbox {
  width: 100%;
}
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75%;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .outline .domcellwrap .fieldsetwrap .footbox .clusterbox {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .desc-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .block-title,
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .chapter-title,
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .header-text,
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .lead-h2,
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .page-h,
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .section-h,
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .section-heading,
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .topic-title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .text-wrapper .fieldwrap {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .outline .domcellwrap .fieldsetwrap .footbox .clusterbox .text-wrapper .fieldwrap {
    width: 100%;
  }
}
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .wrapunit {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .wrapunit .view {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  will-change: transform;
}
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #ffe139 0%, #ffffff 50%, #ffe139 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .frame_1 .view {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffe139 0%, #ffffff 50%, #ffe139 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.outline .domcellwrap .fieldsetwrap .footbox .clusterbox .frame_2 .view {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.outline .domcellwrap .fieldsetwrap .card-box {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .outline .domcellwrap .fieldsetwrap .card-box {
    padding: 0 10px;
  }
}.outline .domcellwrap .fieldsetwrap .card-box .block-action {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.outline .domcellwrap .fieldsetwrap .card-box .block-action {
    margin-top: 20px;
  }
}.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-primary,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-secondary,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-success,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-info,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-warning,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-danger,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-black,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-primary::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-secondary::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-success::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-info::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-warning::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-danger::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-black::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffe139 0%, #ffffff 50%, #ffe139 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-primary:hover,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-secondary:hover,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-success:hover,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-info:hover,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-warning:hover,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-danger:hover,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-black:hover,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-white:hover,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-primary:focus,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-secondary:focus,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-success:focus,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-info:focus,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-warning:focus,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-danger:focus,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-black:focus,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-primary:hover::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-secondary:hover::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-success:hover::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-info:hover::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-warning:hover::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-danger:hover::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-black:hover::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-white:hover::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-primary:focus::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-secondary:focus::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-success:focus::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-info:focus::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-warning:focus::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-danger:focus::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-black:focus::before,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-white:focus::before {
  opacity: 1;
}.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-primary-outline,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-secondary-outline,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-success-outline,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-info-outline,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-warning-outline,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-danger-outline,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-black-outline,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-white-outline {
  padding: 0;
  border: none !important;
}.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-primary-outline .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-secondary-outline .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-success-outline .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-info-outline .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-warning-outline .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-danger-outline .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-black-outline .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-white-outline .resolution-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffe139 0%, #ffffff 50%, #ffe139 100%) !important;
}.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-primary-outline:hover .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-secondary-outline:hover .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-success-outline:hover .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-info-outline:hover .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-warning-outline:hover .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-danger-outline:hover .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-black-outline:hover .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-white-outline:hover .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-primary-outline:focus .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-secondary-outline:focus .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-success-outline:focus .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-info-outline:focus .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-warning-outline:focus .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-danger-outline:focus .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-black-outline:focus .resolution-iconfont,
.outline .domcellwrap .fieldsetwrap .card-box .block-action .btn-white-outline:focus .resolution-iconfont {
  transform: rotate(0);
}
.outline .domcellwrap .fieldsetwrap .line-wrap {
  position: absolute;
  bottom: 10px;
  width: 98%;
  height: 20px;
  background-image: linear-gradient(90deg, #ffe139 0%, #ffffff 50%, #ffe139 100%);
}.outline .block-title,
.outline .chapter-title,
.outline .header-text,
.outline .lead-h2,
.outline .page-h,
.outline .section-h,
.outline .section-heading,
.outline .topic-title {
  color: #171719;
}
.outline .fieldwrap {
  color: #565661;
}.outline .block-title,
.outline .chapter-title,
.outline .header-text,
.outline .lead-h2,
.outline .page-h,
.outline .section-h,
.outline .section-heading,
.outline .topic-title,
.outline .block-action,
.outline .footbox {
  text-align: center;
  color: #ffe139;
}
.outline .fieldwrap,
.outline .text-wrapper {
  color: #ffffff;
}
.bodyunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .bodyunit .fieldsetwrap {
    margin-bottom: 32px;
  }
}.bodyunit .fieldsetwrap .block-title,
.bodyunit .fieldsetwrap .chapter-title,
.bodyunit .fieldsetwrap .header-text,
.bodyunit .fieldsetwrap .lead-h2,
.bodyunit .fieldsetwrap .page-h,
.bodyunit .fieldsetwrap .section-h,
.bodyunit .fieldsetwrap .section-heading,
.bodyunit .fieldsetwrap .topic-title {
  margin-bottom: 0;
}.bodyunit .fieldsetwrap .block-action {
  margin-top: 14px;
}.bodyunit .fieldsetwrap .block-action .btn {
  margin-bottom: 0;
}
.bodyunit .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bodyunit .text-wrapper .fieldwrap {
  display: inline-block;
  margin-bottom: 0;
}.bodyunit .block-title,
.bodyunit .chapter-title,
.bodyunit .header-text,
.bodyunit .lead-h2,
.bodyunit .page-h,
.bodyunit .section-h,
.bodyunit .section-heading,
.bodyunit .topic-title {
  color: #000000;
}
.bodyunit .fieldwrap,
.bodyunit .text-wrapper {
  color: #4f4f4f;
}
.bodyunit .list {
  color: #000000;
}.bodyunit .block-title,
.bodyunit .chapter-title,
.bodyunit .header-text,
.bodyunit .lead-h2,
.bodyunit .page-h,
.bodyunit .section-h,
.bodyunit .section-heading,
.bodyunit .topic-title,
.bodyunit .block-action {
  color: #ffe139;
}
.bodyunit .fieldwrap {
  color: #ffffff;
}
.piece {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #000000;
}.piece .domcellwrap .block-title,
.piece .domcellwrap .chapter-title,
.piece .domcellwrap .header-text,
.piece .domcellwrap .lead-h2,
.piece .domcellwrap .page-h,
.piece .domcellwrap .section-h,
.piece .domcellwrap .section-heading,
.piece .domcellwrap .topic-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {.piece .domcellwrap .block-title,
.piece .domcellwrap .chapter-title,
.piece .domcellwrap .header-text,
.piece .domcellwrap .lead-h2,
.piece .domcellwrap .page-h,
.piece .domcellwrap .section-h,
.piece .domcellwrap .section-heading,
.piece .domcellwrap .topic-title {
    margin-bottom: 22px;
  }
}
.piece .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .piece .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.piece .domcellwrap .block-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.piece .domcellwrap .block-action {
    margin-top: 12px;
  }
}
.piece .domcellwrap .bodywrap {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .piece .domcellwrap .bodywrap {
    margin-top: 22px;
  }
}
.piece .domcellwrap .bodywrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}.piece .block-title,
.piece .chapter-title,
.piece .header-text,
.piece .lead-h2,
.piece .page-h,
.piece .section-h,
.piece .section-heading,
.piece .topic-title,
.piece .block-action {
  color: #ffe139;
  text-align: center;
}
.piece .fieldwrap,
.piece .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.fieldnode {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .fieldnode .fieldsetwrap {
    margin-bottom: 32px;
  }
}.fieldnode .fieldsetwrap .block-title,
.fieldnode .fieldsetwrap .chapter-title,
.fieldnode .fieldsetwrap .header-text,
.fieldnode .fieldsetwrap .lead-h2,
.fieldnode .fieldsetwrap .page-h,
.fieldnode .fieldsetwrap .section-h,
.fieldnode .fieldsetwrap .section-heading,
.fieldnode .fieldsetwrap .topic-title {
  margin-bottom: 0;
}.fieldnode .fieldsetwrap .block-action {
  margin-top: 14px;
}.fieldnode .fieldsetwrap .block-action .btn {
  margin-bottom: 0;
}
.fieldnode .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fieldnode .text-wrapper .fieldwrap {
  display: inline-block;
  margin-bottom: 0;
}.fieldnode .block-title,
.fieldnode .chapter-title,
.fieldnode .header-text,
.fieldnode .lead-h2,
.fieldnode .page-h,
.fieldnode .section-h,
.fieldnode .section-heading,
.fieldnode .topic-title {
  color: #000000;
}
.fieldnode .fieldwrap,
.fieldnode .text-wrapper {
  color: #4f4f4f;
}
.fieldnode .list {
  color: #000000;
}.fieldnode .block-title,
.fieldnode .chapter-title,
.fieldnode .header-text,
.fieldnode .lead-h2,
.fieldnode .page-h,
.fieldnode .section-h,
.fieldnode .section-heading,
.fieldnode .topic-title,
.fieldnode .block-action {
  color: #ffe139;
}
.fieldnode .fieldwrap {
  color: #ffffff;
}
.nestedbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nestedbox .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #bb9f00, 1px 0 10px -5px #c5a800;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.nestedbox .card-wrapper .domcellwrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap {
    margin-bottom: 40px;
  }
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .block-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .chapter-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .header-text,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .lead-h2,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .page-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-heading,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .topic-title {
  margin-bottom: 0;
}
.nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.nestedbox .card-wrapper .domcellwrap .block-action {
  margin-top: 10px;
}
.nestedbox .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
    margin-bottom: 12px;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffd900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.nestedbox .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.nestedbox .card-wrapper .copy-wrap .plate {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #ffd900;
}
.nestedbox .card-wrapper .copy-wrap .nodewrapunit {
  width: 100%;
  margin-bottom: 0;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title {
  color: #0f172a;
}
.nestedbox .fieldwrap,
.nestedbox .text-wrapper {
  color: #ffffff;
}
.nestedbox .resolution-list-title {
  color: #ffe139;
}
.nestedbox .list {
  color: #0f172a;
}
.nestedbox .nodewrapunit {
  color: #ffd900;
  text-align: center;
}
.nestedbox .list,
.nestedbox .item-wrap {
  color: #ffffff;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title,
.nestedbox .block-action,
.nestedbox .footbox {
  color: #ffd900;
}
.partlayer .main-menu {
  position: relative !important;
}
.partlayer .main-menu {
  position: absolute !important;
}
.partlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.partlayer .nav-link {
  position: relative;
}
.partlayer .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .partlayer .container {
    flex-wrap: nowrap;
  }
}
.partlayer .nav-item:focus,
.partlayer .nav-link:focus {
  outline: none;
}
.partlayer .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.partlayer .navbar .noteunit {
  margin-right: 1rem;
}
.partlayer .navbar .noteunit img {
  width: auto;
}
.partlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partlayer .navbar .noteunit img {
    height: 3rem !important;
  }
  .partlayer .navbar ul.navbar-nav li {
    margin: auto;
  }
  .partlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .partlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.partlayer .navbar-brand .box {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .partlayer .navbar-brand .box {
    line-height: 1.5;
  }
}
.partlayer .navbar-brand .box:hover,
.partlayer .navbar-brand .box:focus {
  color: #ffe864 !important;
}
.partlayer .navbar-brand .noteunit a {
  outline: none;
}
.partlayer .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.partlayer ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .partlayer ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.partlayer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.partlayer .main-menu {
  padding: 0 1rem;
}
.partlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partlayer .navbar {
    height: 70px;
  }
  .partlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partlayer .navbar-nav {
  width: 100%;
  justify-content: space-around;
  justify-content: flex-end;
  margin: 0;
}
.partlayer .nav-item {
  padding: 0;
  margin: 0;
}
.partlayer .nav-item .nav-link {
  padding: 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.partlayer .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.partlayer .nav-item .nav-link:hover,
.partlayer .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffe864 !important;
}
.partlayer .nav-item .nav-link:hover::after,
.partlayer .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.partlayer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .partlayer .navbar {
    justify-content: flex-start !important;
  }
  .partlayer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .partlayer .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .partlayer .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .partlayer .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .partlayer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.partlayer .fieldsetwrap {
  min-height: 70px;
}
.containerwrap {
  padding-top: 5rem;
  background-color: #000000;
}
.containerwrap .domcellwrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.containerwrap .domcellwrap .footbox {
  margin-bottom: 40px;
}.containerwrap .domcellwrap .footbox .block-title,
.containerwrap .domcellwrap .footbox .chapter-title,
.containerwrap .domcellwrap .footbox .header-text,
.containerwrap .domcellwrap .footbox .lead-h2,
.containerwrap .domcellwrap .footbox .page-h,
.containerwrap .domcellwrap .footbox .section-h,
.containerwrap .domcellwrap .footbox .section-heading,
.containerwrap .domcellwrap .footbox .topic-title {
  margin-bottom: 16px;
}
.containerwrap .domcellwrap .footbox .text-wrapper .fieldwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .containerwrap .domcellwrap .footbox .text-wrapper .fieldwrap {
    width: 100%;
  }
}
.containerwrap .sectional {
  margin: 0 -10px;
}
.containerwrap .sectional .card {
  padding: 0 10px;
}
.containerwrap .card-wrapper {
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .containerwrap .card-wrapper {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.containerwrap .card-wrapper .clusterbox {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .containerwrap .card-wrapper .clusterbox {
    display: block;
    margin-bottom: 20px;
  }
}
.containerwrap .card-wrapper .clusterbox .icon-wrapper {
  width: 52px;
  min-width: 52px;
}
@media (max-width: 992px) {
  .containerwrap .card-wrapper .clusterbox .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.containerwrap .card-wrapper .clusterbox .icon-wrapper .resolution-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.containerwrap .card-wrapper .clusterbox .card-box {
  width: 100%;
}
.containerwrap .card-wrapper .clusterbox .card-box .item-title {
  margin-bottom: 0;
}
.containerwrap .card-wrapper .clusterbox .card-box .item-text {
  margin-bottom: 0;
}
.containerwrap .bodywrap {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .containerwrap .bodywrap {
    height: 320px;
  }
}
.containerwrap .bodywrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.containerwrap .padunit {
  color: #334155;
  text-align: center;
}.containerwrap .block-title,
.containerwrap .chapter-title,
.containerwrap .header-text,
.containerwrap .lead-h2,
.containerwrap .page-h,
.containerwrap .section-h,
.containerwrap .section-heading,
.containerwrap .topic-title {
  color: #0f172a;
  text-align: center;
}
.containerwrap .fieldwrap,
.containerwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.containerwrap .item-title {
  color: #0f172a;
}
.containerwrap .item-text {
  color: #475569;
}
.containerwrap label {
  color: #475569;
}.containerwrap .block-title,
.containerwrap .chapter-title,
.containerwrap .header-text,
.containerwrap .lead-h2,
.containerwrap .page-h,
.containerwrap .section-h,
.containerwrap .section-heading,
.containerwrap .topic-title,
.containerwrap .block-action {
  color: #ffe139;
}
.gripbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080808;
}
.gripbox .coverwrap {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .gripbox .coverwrap {
    padding: 0;
  }
}
.gripbox .coverwrap .spanlayer {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-10deg, transparent 75%, #ffe139 110%), linear-gradient(170deg, transparent 75%, #ffe139 110%);
}
.gripbox .footbox {
  position: relative;
  z-index: 1;
}.gripbox .footbox .clusterbox .block-title,
.gripbox .footbox .clusterbox .chapter-title,
.gripbox .footbox .clusterbox .header-text,
.gripbox .footbox .clusterbox .lead-h2,
.gripbox .footbox .clusterbox .page-h,
.gripbox .footbox .clusterbox .section-h,
.gripbox .footbox .clusterbox .section-heading,
.gripbox .footbox .clusterbox .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {.gripbox .footbox .clusterbox .block-title,
.gripbox .footbox .clusterbox .chapter-title,
.gripbox .footbox .clusterbox .header-text,
.gripbox .footbox .clusterbox .lead-h2,
.gripbox .footbox .clusterbox .page-h,
.gripbox .footbox .clusterbox .section-h,
.gripbox .footbox .clusterbox .section-heading,
.gripbox .footbox .clusterbox .topic-title {
    width: 100%;
  }
}
.gripbox .footbox .text-wrapper .fieldwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gripbox .footbox .text-wrapper .fieldwrap {
    width: 100%;
  }
}.gripbox .footbox .block-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.gripbox .footbox .block-action {
    margin-top: 14px;
  }
}.gripbox .block-title,
.gripbox .chapter-title,
.gripbox .header-text,
.gripbox .lead-h2,
.gripbox .page-h,
.gripbox .section-h,
.gripbox .section-heading,
.gripbox .topic-title,
.gripbox .footbox {
  color: #ffffff;
  text-align: center;
}
.gripbox .fieldwrap,
.gripbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}.gripbox .block-title,
.gripbox .chapter-title,
.gripbox .header-text,
.gripbox .lead-h2,
.gripbox .page-h,
.gripbox .section-h,
.gripbox .section-heading,
.gripbox .topic-title,
.gripbox .clusterbox,
.gripbox .block-action {
  color: #ffe139;
}
.nestedbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nestedbox .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #bb9f00, 1px 0 10px -5px #c5a800;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.nestedbox .card-wrapper .domcellwrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap {
    margin-bottom: 40px;
  }
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .block-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .chapter-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .header-text,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .lead-h2,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .page-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-heading,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .topic-title {
  margin-bottom: 0;
}
.nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.nestedbox .card-wrapper .domcellwrap .block-action {
  margin-top: 10px;
}
.nestedbox .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
    margin-bottom: 12px;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffd900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.nestedbox .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.nestedbox .card-wrapper .copy-wrap .plate {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #ffd900;
}
.nestedbox .card-wrapper .copy-wrap .nodewrapunit {
  width: 100%;
  margin-bottom: 0;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title {
  color: #0f172a;
}
.nestedbox .fieldwrap,
.nestedbox .text-wrapper {
  color: #ffffff;
}
.nestedbox .resolution-list-title {
  color: #ffe139;
}
.nestedbox .list {
  color: #0f172a;
}
.nestedbox .nodewrapunit {
  color: #ffd900;
  text-align: center;
}
.nestedbox .list,
.nestedbox .item-wrap {
  color: #ffffff;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title,
.nestedbox .block-action,
.nestedbox .footbox {
  color: #ffd900;
}
.partlayer .main-menu {
  position: relative !important;
}
.partlayer .main-menu {
  position: absolute !important;
}
.partlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.partlayer .nav-link {
  position: relative;
}
.partlayer .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .partlayer .container {
    flex-wrap: nowrap;
  }
}
.partlayer .nav-item:focus,
.partlayer .nav-link:focus {
  outline: none;
}
.partlayer .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.partlayer .navbar .noteunit {
  margin-right: 1rem;
}
.partlayer .navbar .noteunit img {
  width: auto;
}
.partlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partlayer .navbar .noteunit img {
    height: 3rem !important;
  }
  .partlayer .navbar ul.navbar-nav li {
    margin: auto;
  }
  .partlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .partlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.partlayer .navbar-brand .box {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .partlayer .navbar-brand .box {
    line-height: 1.5;
  }
}
.partlayer .navbar-brand .box:hover,
.partlayer .navbar-brand .box:focus {
  color: #ffe864 !important;
}
.partlayer .navbar-brand .noteunit a {
  outline: none;
}
.partlayer .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.partlayer ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .partlayer ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.partlayer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.partlayer .main-menu {
  padding: 0 1rem;
}
.partlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partlayer .navbar {
    height: 70px;
  }
  .partlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partlayer .navbar-nav {
  width: 100%;
  justify-content: space-around;
  justify-content: flex-end;
  margin: 0;
}
.partlayer .nav-item {
  padding: 0;
  margin: 0;
}
.partlayer .nav-item .nav-link {
  padding: 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.partlayer .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.partlayer .nav-item .nav-link:hover,
.partlayer .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffe864 !important;
}
.partlayer .nav-item .nav-link:hover::after,
.partlayer .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.partlayer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .partlayer .navbar {
    justify-content: flex-start !important;
  }
  .partlayer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .partlayer .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .partlayer .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .partlayer .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .partlayer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.partlayer .fieldsetwrap {
  min-height: 70px;
}
.rowsegmentbox {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #080808;
}
.rowsegmentbox .coverwrap {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .rowsegmentbox .coverwrap {
    padding: 0;
  }
}
.rowsegmentbox .coverwrap .spanlayer {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-10deg, transparent 75%, #ffe139 110%), linear-gradient(170deg, transparent 75%, #ffe139 110%);
}
.rowsegmentbox .footbox {
  position: relative;
  z-index: 1;
}.rowsegmentbox .footbox .clusterbox .block-title,
.rowsegmentbox .footbox .clusterbox .chapter-title,
.rowsegmentbox .footbox .clusterbox .header-text,
.rowsegmentbox .footbox .clusterbox .lead-h2,
.rowsegmentbox .footbox .clusterbox .page-h,
.rowsegmentbox .footbox .clusterbox .section-h,
.rowsegmentbox .footbox .clusterbox .section-heading,
.rowsegmentbox .footbox .clusterbox .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {.rowsegmentbox .footbox .clusterbox .block-title,
.rowsegmentbox .footbox .clusterbox .chapter-title,
.rowsegmentbox .footbox .clusterbox .header-text,
.rowsegmentbox .footbox .clusterbox .lead-h2,
.rowsegmentbox .footbox .clusterbox .page-h,
.rowsegmentbox .footbox .clusterbox .section-h,
.rowsegmentbox .footbox .clusterbox .section-heading,
.rowsegmentbox .footbox .clusterbox .topic-title {
    width: 100%;
  }
}
.rowsegmentbox .footbox .text-wrapper .fieldwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rowsegmentbox .footbox .text-wrapper .fieldwrap {
    width: 100%;
  }
}.rowsegmentbox .footbox .block-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.rowsegmentbox .footbox .block-action {
    margin-top: 14px;
  }
}.rowsegmentbox .block-title,
.rowsegmentbox .chapter-title,
.rowsegmentbox .header-text,
.rowsegmentbox .lead-h2,
.rowsegmentbox .page-h,
.rowsegmentbox .section-h,
.rowsegmentbox .section-heading,
.rowsegmentbox .topic-title,
.rowsegmentbox .footbox {
  color: #ffffff;
  text-align: center;
}
.rowsegmentbox .fieldwrap,
.rowsegmentbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}.rowsegmentbox .block-title,
.rowsegmentbox .chapter-title,
.rowsegmentbox .header-text,
.rowsegmentbox .lead-h2,
.rowsegmentbox .page-h,
.rowsegmentbox .section-h,
.rowsegmentbox .section-heading,
.rowsegmentbox .topic-title,
.rowsegmentbox .clusterbox,
.rowsegmentbox .block-action {
  color: #ffe139;
}
.layoutrow {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.layoutrow .fieldwrap {
  color: #ffffff;
}
.nestedbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nestedbox .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #bb9f00, 1px 0 10px -5px #c5a800;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.nestedbox .card-wrapper .domcellwrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap {
    margin-bottom: 40px;
  }
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .block-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .chapter-title,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .header-text,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .lead-h2,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .page-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-h,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .section-heading,
.nestedbox .card-wrapper .domcellwrap .footbox .clusterbox .topic-title {
  margin-bottom: 0;
}
.nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.nestedbox .card-wrapper .domcellwrap .block-action {
  margin-top: 10px;
}
.nestedbox .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .nestedbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
    margin-bottom: 12px;
  }
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffd900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .nestedbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.nestedbox .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.nestedbox .card-wrapper .copy-wrap .plate {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #ffd900;
}
.nestedbox .card-wrapper .copy-wrap .nodewrapunit {
  width: 100%;
  margin-bottom: 0;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title {
  color: #0f172a;
}
.nestedbox .fieldwrap,
.nestedbox .text-wrapper {
  color: #ffffff;
}
.nestedbox .resolution-list-title {
  color: #ffe139;
}
.nestedbox .list {
  color: #0f172a;
}
.nestedbox .nodewrapunit {
  color: #ffd900;
  text-align: center;
}
.nestedbox .list,
.nestedbox .item-wrap {
  color: #ffffff;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .topic-title,
.nestedbox .block-action,
.nestedbox .footbox {
  color: #ffd900;
}
.rowwrap .main-menu {
  position: relative !important;
}
.rowwrap .main-menu {
  position: absolute !important;
}
.rowwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.rowwrap .nav-link {
  position: relative;
}
.rowwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .rowwrap .container {
    flex-wrap: nowrap;
  }
}
.rowwrap .nav-item:focus,
.rowwrap .nav-link:focus {
  outline: none;
}
.rowwrap .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.rowwrap .navbar .noteunit {
  margin-right: 1rem;
}
.rowwrap .navbar .noteunit img {
  width: auto;
}
.rowwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .rowwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rowwrap .navbar .noteunit img {
    height: 3rem !important;
  }
  .rowwrap .navbar ul.navbar-nav li {
    margin: auto;
  }
  .rowwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .rowwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rowwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.rowwrap .navbar-brand .box {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .rowwrap .navbar-brand .box {
    line-height: 1.5;
  }
}
.rowwrap .navbar-brand .box:hover,
.rowwrap .navbar-brand .box:focus {
  color: #ffe864 !important;
}
.rowwrap .navbar-brand .noteunit a {
  outline: none;
}
.rowwrap .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.rowwrap ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .rowwrap ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.rowwrap button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.rowwrap .main-menu {
  padding: 0 1rem;
}
.rowwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rowwrap .navbar {
    height: 70px;
  }
  .rowwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rowwrap .navbar-nav {
  width: 100%;
  justify-content: space-around;
  justify-content: flex-end;
  margin: 0;
}
.rowwrap .nav-item {
  padding: 0;
  margin: 0;
}
.rowwrap .nav-item .nav-link {
  padding: 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.rowwrap .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.rowwrap .nav-item .nav-link:hover,
.rowwrap .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffe864 !important;
}
.rowwrap .nav-item .nav-link:hover::after,
.rowwrap .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.rowwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .rowwrap .navbar {
    justify-content: flex-start !important;
  }
  .rowwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .rowwrap .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .rowwrap .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .rowwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .rowwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.rowwrap .fieldsetwrap {
  min-height: 70px;
}
.treebox {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #080808;
}
.treebox .coverwrap {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .treebox .coverwrap {
    padding: 0;
  }
}
.treebox .coverwrap .spanlayer {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-10deg, transparent 75%, #ffe139 110%), linear-gradient(170deg, transparent 75%, #ffe139 110%);
}
.treebox .footbox {
  position: relative;
  z-index: 1;
}.treebox .footbox .clusterbox .block-title,
.treebox .footbox .clusterbox .chapter-title,
.treebox .footbox .clusterbox .header-text,
.treebox .footbox .clusterbox .lead-h2,
.treebox .footbox .clusterbox .page-h,
.treebox .footbox .clusterbox .section-h,
.treebox .footbox .clusterbox .section-heading,
.treebox .footbox .clusterbox .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {.treebox .footbox .clusterbox .block-title,
.treebox .footbox .clusterbox .chapter-title,
.treebox .footbox .clusterbox .header-text,
.treebox .footbox .clusterbox .lead-h2,
.treebox .footbox .clusterbox .page-h,
.treebox .footbox .clusterbox .section-h,
.treebox .footbox .clusterbox .section-heading,
.treebox .footbox .clusterbox .topic-title {
    width: 100%;
  }
}
.treebox .footbox .text-wrapper .fieldwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .treebox .footbox .text-wrapper .fieldwrap {
    width: 100%;
  }
}.treebox .footbox .block-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.treebox .footbox .block-action {
    margin-top: 14px;
  }
}.treebox .block-title,
.treebox .chapter-title,
.treebox .header-text,
.treebox .lead-h2,
.treebox .page-h,
.treebox .section-h,
.treebox .section-heading,
.treebox .topic-title,
.treebox .footbox {
  color: #ffffff;
  text-align: center;
}
.treebox .fieldwrap,
.treebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}.treebox .block-title,
.treebox .chapter-title,
.treebox .header-text,
.treebox .lead-h2,
.treebox .page-h,
.treebox .section-h,
.treebox .section-heading,
.treebox .topic-title,
.treebox .clusterbox,
.treebox .block-action {
  color: #ffe139;
}
.bridge {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.bridge .fieldwrap {
  color: #ffffff;
}
.shiftbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.shiftbox .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #bb9f00, 1px 0 10px -5px #c5a800;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .shiftbox .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.shiftbox .card-wrapper .domcellwrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .shiftbox .card-wrapper .domcellwrap {
    margin-bottom: 40px;
  }
}
.shiftbox .card-wrapper .domcellwrap .footbox .clusterbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.shiftbox .card-wrapper .domcellwrap .footbox .clusterbox .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}.shiftbox .card-wrapper .domcellwrap .footbox .clusterbox .block-title,
.shiftbox .card-wrapper .domcellwrap .footbox .clusterbox .chapter-title,
.shiftbox .card-wrapper .domcellwrap .footbox .clusterbox .header-text,
.shiftbox .card-wrapper .domcellwrap .footbox .clusterbox .lead-h2,
.shiftbox .card-wrapper .domcellwrap .footbox .clusterbox .page-h,
.shiftbox .card-wrapper .domcellwrap .footbox .clusterbox .section-h,
.shiftbox .card-wrapper .domcellwrap .footbox .clusterbox .section-heading,
.shiftbox .card-wrapper .domcellwrap .footbox .clusterbox .topic-title {
  margin-bottom: 0;
}
.shiftbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .shiftbox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.shiftbox .card-wrapper .domcellwrap .block-action {
  margin-top: 10px;
}
.shiftbox .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .shiftbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .shiftbox .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .shiftbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.shiftbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .shiftbox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
    margin-bottom: 12px;
  }
}
.shiftbox .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.shiftbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.shiftbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffd900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.shiftbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shiftbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.shiftbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.shiftbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.shiftbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .shiftbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .shiftbox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.shiftbox .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.shiftbox .card-wrapper .copy-wrap .plate {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #ffd900;
}
.shiftbox .card-wrapper .copy-wrap .nodewrapunit {
  width: 100%;
  margin-bottom: 0;
}.shiftbox .block-title,
.shiftbox .chapter-title,
.shiftbox .header-text,
.shiftbox .lead-h2,
.shiftbox .page-h,
.shiftbox .section-h,
.shiftbox .section-heading,
.shiftbox .topic-title {
  color: #0f172a;
}
.shiftbox .fieldwrap,
.shiftbox .text-wrapper {
  color: #ffffff;
}
.shiftbox .resolution-list-title {
  color: #ffe139;
}
.shiftbox .list {
  color: #0f172a;
}
.shiftbox .nodewrapunit {
  color: #ffd900;
  text-align: center;
}
.shiftbox .list,
.shiftbox .item-wrap {
  color: #ffffff;
}.shiftbox .block-title,
.shiftbox .chapter-title,
.shiftbox .header-text,
.shiftbox .lead-h2,
.shiftbox .page-h,
.shiftbox .section-h,
.shiftbox .section-heading,
.shiftbox .topic-title,
.shiftbox .block-action,
.shiftbox .footbox {
  color: #ffd900;
}
.matrix .main-menu {
  position: relative !important;
}
.matrix .main-menu {
  position: absolute !important;
}
.matrix .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.matrix .nav-link {
  position: relative;
}
.matrix .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .matrix .container {
    flex-wrap: nowrap;
  }
}
.matrix .nav-item:focus,
.matrix .nav-link:focus {
  outline: none;
}
.matrix .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.matrix .navbar .noteunit {
  margin-right: 1rem;
}
.matrix .navbar .noteunit img {
  width: auto;
}
.matrix .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .matrix .navbar .nav-item .nav-link::before {
    display: none;
  }
  .matrix .navbar .noteunit img {
    height: 3rem !important;
  }
  .matrix .navbar ul.navbar-nav li {
    margin: auto;
  }
  .matrix .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .matrix .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.matrix .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.matrix .navbar-brand .box {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .matrix .navbar-brand .box {
    line-height: 1.5;
  }
}
.matrix .navbar-brand .box:hover,
.matrix .navbar-brand .box:focus {
  color: #ffe864 !important;
}
.matrix .navbar-brand .noteunit a {
  outline: none;
}
.matrix .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.matrix ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .matrix ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.matrix button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.matrix .main-menu {
  padding: 0 1rem;
}
.matrix a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .matrix .navbar {
    height: 70px;
  }
  .matrix .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.matrix .navbar-nav {
  width: 100%;
  justify-content: space-around;
  justify-content: flex-end;
  margin: 0;
}
.matrix .nav-item {
  padding: 0;
  margin: 0;
}
.matrix .nav-item .nav-link {
  padding: 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.matrix .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.matrix .nav-item .nav-link:hover,
.matrix .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffe864 !important;
}
.matrix .nav-item .nav-link:hover::after,
.matrix .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.matrix .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .matrix .navbar {
    justify-content: flex-start !important;
  }
  .matrix .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .matrix .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .matrix .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .matrix .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .matrix .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.matrix .fieldsetwrap {
  min-height: 70px;
}
.chunk {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #080808;
}
.chunk .coverwrap {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .chunk .coverwrap {
    padding: 0;
  }
}
.chunk .coverwrap .spanlayer {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-10deg, transparent 75%, #ffe139 110%), linear-gradient(170deg, transparent 75%, #ffe139 110%);
}
.chunk .footbox {
  position: relative;
  z-index: 1;
}.chunk .footbox .clusterbox .block-title,
.chunk .footbox .clusterbox .chapter-title,
.chunk .footbox .clusterbox .header-text,
.chunk .footbox .clusterbox .lead-h2,
.chunk .footbox .clusterbox .page-h,
.chunk .footbox .clusterbox .section-h,
.chunk .footbox .clusterbox .section-heading,
.chunk .footbox .clusterbox .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {.chunk .footbox .clusterbox .block-title,
.chunk .footbox .clusterbox .chapter-title,
.chunk .footbox .clusterbox .header-text,
.chunk .footbox .clusterbox .lead-h2,
.chunk .footbox .clusterbox .page-h,
.chunk .footbox .clusterbox .section-h,
.chunk .footbox .clusterbox .section-heading,
.chunk .footbox .clusterbox .topic-title {
    width: 100%;
  }
}
.chunk .footbox .text-wrapper .fieldwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .chunk .footbox .text-wrapper .fieldwrap {
    width: 100%;
  }
}.chunk .footbox .block-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.chunk .footbox .block-action {
    margin-top: 14px;
  }
}.chunk .block-title,
.chunk .chapter-title,
.chunk .header-text,
.chunk .lead-h2,
.chunk .page-h,
.chunk .section-h,
.chunk .section-heading,
.chunk .topic-title,
.chunk .footbox {
  color: #ffffff;
  text-align: center;
}
.chunk .fieldwrap,
.chunk .text-wrapper {
  color: #ffffff;
  text-align: center;
}.chunk .block-title,
.chunk .chapter-title,
.chunk .header-text,
.chunk .lead-h2,
.chunk .page-h,
.chunk .section-h,
.chunk .section-heading,
.chunk .topic-title,
.chunk .clusterbox,
.chunk .block-action {
  color: #ffe139;
}
.wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.wrapper .fieldwrap {
  color: #ffffff;
}
.pad {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.pad .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #bb9f00, 1px 0 10px -5px #c5a800;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .pad .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.pad .card-wrapper .domcellwrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .pad .card-wrapper .domcellwrap {
    margin-bottom: 40px;
  }
}
.pad .card-wrapper .domcellwrap .footbox .clusterbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.pad .card-wrapper .domcellwrap .footbox .clusterbox .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}.pad .card-wrapper .domcellwrap .footbox .clusterbox .block-title,
.pad .card-wrapper .domcellwrap .footbox .clusterbox .chapter-title,
.pad .card-wrapper .domcellwrap .footbox .clusterbox .header-text,
.pad .card-wrapper .domcellwrap .footbox .clusterbox .lead-h2,
.pad .card-wrapper .domcellwrap .footbox .clusterbox .page-h,
.pad .card-wrapper .domcellwrap .footbox .clusterbox .section-h,
.pad .card-wrapper .domcellwrap .footbox .clusterbox .section-heading,
.pad .card-wrapper .domcellwrap .footbox .clusterbox .topic-title {
  margin-bottom: 0;
}
.pad .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pad .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.pad .card-wrapper .domcellwrap .block-action {
  margin-top: 10px;
}
.pad .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .pad .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .pad .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .pad .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.pad .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .pad .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
    margin-bottom: 12px;
  }
}
.pad .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.pad .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.pad .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffd900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.pad .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.pad .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.pad .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.pad .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.pad .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pad .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .pad .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.pad .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.pad .card-wrapper .copy-wrap .plate {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #ffd900;
}
.pad .card-wrapper .copy-wrap .nodewrapunit {
  width: 100%;
  margin-bottom: 0;
}.pad .block-title,
.pad .chapter-title,
.pad .header-text,
.pad .lead-h2,
.pad .page-h,
.pad .section-h,
.pad .section-heading,
.pad .topic-title {
  color: #0f172a;
}
.pad .fieldwrap,
.pad .text-wrapper {
  color: #ffffff;
}
.pad .resolution-list-title {
  color: #ffe139;
}
.pad .list {
  color: #0f172a;
}
.pad .nodewrapunit {
  color: #ffd900;
  text-align: center;
}
.pad .list,
.pad .item-wrap {
  color: #ffffff;
}.pad .block-title,
.pad .chapter-title,
.pad .header-text,
.pad .lead-h2,
.pad .page-h,
.pad .section-h,
.pad .section-heading,
.pad .topic-title,
.pad .block-action,
.pad .footbox {
  color: #ffd900;
}
.layoutbase .main-menu {
  position: relative !important;
}
.layoutbase .main-menu {
  position: absolute !important;
}
.layoutbase .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutbase .nav-link {
  position: relative;
}
.layoutbase .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .layoutbase .container {
    flex-wrap: nowrap;
  }
}
.layoutbase .nav-item:focus,
.layoutbase .nav-link:focus {
  outline: none;
}
.layoutbase .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.layoutbase .navbar .noteunit {
  margin-right: 1rem;
}
.layoutbase .navbar .noteunit img {
  width: auto;
}
.layoutbase .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbase .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbase .navbar .noteunit img {
    height: 3rem !important;
  }
  .layoutbase .navbar ul.navbar-nav li {
    margin: auto;
  }
  .layoutbase .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layoutbase .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutbase .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.layoutbase .navbar-brand .box {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .layoutbase .navbar-brand .box {
    line-height: 1.5;
  }
}
.layoutbase .navbar-brand .box:hover,
.layoutbase .navbar-brand .box:focus {
  color: #ffe864 !important;
}
.layoutbase .navbar-brand .noteunit a {
  outline: none;
}
.layoutbase .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.layoutbase ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layoutbase ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.layoutbase button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.layoutbase .main-menu {
  padding: 0 1rem;
}
.layoutbase a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbase .navbar {
    height: 70px;
  }
  .layoutbase .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutbase .navbar-nav {
  width: 100%;
  justify-content: space-around;
  justify-content: flex-end;
  margin: 0;
}
.layoutbase .nav-item {
  padding: 0;
  margin: 0;
}
.layoutbase .nav-item .nav-link {
  padding: 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.layoutbase .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.layoutbase .nav-item .nav-link:hover,
.layoutbase .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffe864 !important;
}
.layoutbase .nav-item .nav-link:hover::after,
.layoutbase .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.layoutbase .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layoutbase .navbar {
    justify-content: flex-start !important;
  }
  .layoutbase .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layoutbase .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .layoutbase .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layoutbase .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .layoutbase .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.layoutbase .fieldsetwrap {
  min-height: 70px;
}
.nodeunit {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #080808;
}
.nodeunit .coverwrap {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .nodeunit .coverwrap {
    padding: 0;
  }
}
.nodeunit .coverwrap .spanlayer {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-10deg, transparent 75%, #ffe139 110%), linear-gradient(170deg, transparent 75%, #ffe139 110%);
}
.nodeunit .footbox {
  position: relative;
  z-index: 1;
}.nodeunit .footbox .clusterbox .block-title,
.nodeunit .footbox .clusterbox .chapter-title,
.nodeunit .footbox .clusterbox .header-text,
.nodeunit .footbox .clusterbox .lead-h2,
.nodeunit .footbox .clusterbox .page-h,
.nodeunit .footbox .clusterbox .section-h,
.nodeunit .footbox .clusterbox .section-heading,
.nodeunit .footbox .clusterbox .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {.nodeunit .footbox .clusterbox .block-title,
.nodeunit .footbox .clusterbox .chapter-title,
.nodeunit .footbox .clusterbox .header-text,
.nodeunit .footbox .clusterbox .lead-h2,
.nodeunit .footbox .clusterbox .page-h,
.nodeunit .footbox .clusterbox .section-h,
.nodeunit .footbox .clusterbox .section-heading,
.nodeunit .footbox .clusterbox .topic-title {
    width: 100%;
  }
}
.nodeunit .footbox .text-wrapper .fieldwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodeunit .footbox .text-wrapper .fieldwrap {
    width: 100%;
  }
}.nodeunit .footbox .block-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.nodeunit .footbox .block-action {
    margin-top: 14px;
  }
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title,
.nodeunit .footbox {
  color: #ffffff;
  text-align: center;
}
.nodeunit .fieldwrap,
.nodeunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title,
.nodeunit .clusterbox,
.nodeunit .block-action {
  color: #ffe139;
}
.spanunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.spanunit .fieldwrap {
  color: #ffffff;
}
.stagebox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.stagebox .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #bb9f00, 1px 0 10px -5px #c5a800;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .stagebox .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.stagebox .card-wrapper .domcellwrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .stagebox .card-wrapper .domcellwrap {
    margin-bottom: 40px;
  }
}
.stagebox .card-wrapper .domcellwrap .footbox .clusterbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.stagebox .card-wrapper .domcellwrap .footbox .clusterbox .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}.stagebox .card-wrapper .domcellwrap .footbox .clusterbox .block-title,
.stagebox .card-wrapper .domcellwrap .footbox .clusterbox .chapter-title,
.stagebox .card-wrapper .domcellwrap .footbox .clusterbox .header-text,
.stagebox .card-wrapper .domcellwrap .footbox .clusterbox .lead-h2,
.stagebox .card-wrapper .domcellwrap .footbox .clusterbox .page-h,
.stagebox .card-wrapper .domcellwrap .footbox .clusterbox .section-h,
.stagebox .card-wrapper .domcellwrap .footbox .clusterbox .section-heading,
.stagebox .card-wrapper .domcellwrap .footbox .clusterbox .topic-title {
  margin-bottom: 0;
}
.stagebox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stagebox .card-wrapper .domcellwrap .text-wrapper .fieldwrap {
    width: 100%;
  }
}.stagebox .card-wrapper .domcellwrap .block-action {
  margin-top: 10px;
}
.stagebox .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .stagebox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .stagebox .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .stagebox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.stagebox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .stagebox .card-wrapper .nav-wrapper .nav-wrap .resolution-list-title {
    margin-bottom: 12px;
  }
}
.stagebox .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.stagebox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.stagebox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffd900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.stagebox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.stagebox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.stagebox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.stagebox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.stagebox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stagebox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .stagebox .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.stagebox .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.stagebox .card-wrapper .copy-wrap .plate {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #ffd900;
}
.stagebox .card-wrapper .copy-wrap .nodewrapunit {
  width: 100%;
  margin-bottom: 0;
}.stagebox .block-title,
.stagebox .chapter-title,
.stagebox .header-text,
.stagebox .lead-h2,
.stagebox .page-h,
.stagebox .section-h,
.stagebox .section-heading,
.stagebox .topic-title {
  color: #0f172a;
}
.stagebox .fieldwrap,
.stagebox .text-wrapper {
  color: #ffffff;
}
.stagebox .resolution-list-title {
  color: #ffe139;
}
.stagebox .list {
  color: #0f172a;
}
.stagebox .nodewrapunit {
  color: #ffd900;
  text-align: center;
}
.stagebox .list,
.stagebox .item-wrap {
  color: #ffffff;
}.stagebox .block-title,
.stagebox .chapter-title,
.stagebox .header-text,
.stagebox .lead-h2,
.stagebox .page-h,
.stagebox .section-h,
.stagebox .section-heading,
.stagebox .topic-title,
.stagebox .block-action,
.stagebox .footbox {
  color: #ffd900;
}

.hint-panel {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  left: auto;
  width: min(860px, calc(100vw - 32px));
  max-width: 860px;
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.985);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
}

.hint-panel *,
.hint-panel *::before,
.hint-panel *::after {
  box-sizing: border-box;
}

.topbox {
  position: relative;
  width: 100%;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(145deg, #2c211b 0%, #1e1713 52%, #241b16 100%);
  border: 1px solid rgba(206, 164, 108, 0.26);
  box-shadow: 0 24px 56px rgba(10, 7, 5, 0.38);
  overflow: hidden;
}

.topbox::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f1c27d 0%, #c58a52 52%, #f3d39c 100%);
}

.topbox::after {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 194, 125, 0.14) 0%, rgba(241, 194, 125, 0) 72%);
  pointer-events: none;
}

.layerbox {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 230px;
  gap: 18px;
  align-items: center;
}

.formunit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.emblem-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(229, 199, 154, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.netbox {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.casing {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dompart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.boxwrap {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(241, 194, 125, 0.10);
  border: 1px solid rgba(241, 194, 125, 0.18);
  color: #f2d2a4;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.corewrapbox {
  display: inline-block;
  color: #fff2e4;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 600;
}

.info-text {
  margin: 0;
  color: #e7d8ca;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.68;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.partbox {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.footer-links-text {
  display: block;
  color: #bfae9f;
  font-size: 12px;
  line-height: 1.4;
}

.doc-links-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.doc-links-line a {
  display: inline-block;
  color: #f0c88d;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(240, 200, 141, 0.34);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.doc-links-line a:hover {
  color: #ffe2b8;
  border-bottom-color: #ffe2b8;
}

.doc-links-line span {
  display: inline-block;
  color: #bfae9f;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.boxcore {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

#panelClose {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: linear-gradient(135deg, #f1c27d 0%, #c58a52 100%);
  color: #2d2019;
  box-shadow: 0 12px 24px rgba(197, 138, 82, 0.22);
}

#panelClose:hover {
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .hint-panel {
    width: min(680px, calc(100vw - 28px));
    max-width: 680px;
  }

  .layerbox {
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: start;
  }

  .boxcore {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  #panelClose {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .hint-panel {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: none;
  }

  .topbox {
    padding: 16px;
    border-radius: 20px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .layerbox {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .formunit {
    justify-content: center;
  }

  .casing {
    align-items: center;
    text-align: center;
  }

  .dompart {
    justify-content: center;
  }

  .corewrapbox {
    font-size: 18px;
    text-align: center;
  }

  .info-text {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .partbox {
    align-items: center;
    text-align: center;
  }

  .doc-links-line {
    justify-content: center;
  }

  .boxcore {
    flex-direction: column;
    width: 100%;
  }

  #panelClose {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .hint-panel {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .topbox {
    padding: 14px;
    border-radius: 18px;
  }

  .emblem-icon-wrap {
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .netbox {
    width: 40px;
    height: 40px;
  }

  .corewrapbox {
    font-size: 17px;
  }

  .footer-links-text,
  .doc-links-line a,
  .doc-links-line span {
    font-size: 12px;
  }
}

@keyframes skewIn {
    0% {
        transform: skewX(-30deg);
        opacity: 0;
    }
    100% {
        transform: skewX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: skewIn 1s ease-out;
}

.base-main-check {
  padding: 0 !important;
  background: transparent;
}
.base-main-check .col-row {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background: linear-gradient(180deg, #fffefb 0%, #f8f6f1 100%);
  border: 1px solid #e8e2d6;
  border-radius: 32px;
  box-shadow: 0 26px 60px rgba(24, 24, 27, 0.08);
  overflow: hidden;
}
.base-main-check .card-panel {
  padding: 40px 40px 32px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #ece7dc;
  text-align: center;
}
.base-main-check .padbox {
  display: inline-flex;
  padding: 8px 18px;
  border-radius: 999px;
  background: #f4efe3;
  color: #a16207;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.base-main-check .fieldcore {
  margin: 18px 0 10px;
  color: #27272a;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
}
.base-main-check .partwrapbox {
  margin: 0 auto;
  max-width: 520px;
  color: #52525b;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.base-main-check .plain-soft-panel {
  padding: 32px 40px 40px;
  color: #27272a;
}
.base-main-check .plain-soft-panel *,
.base-main-check .plain-soft-panel *::before,
.base-main-check .plain-soft-panel *::after {
  box-sizing: border-box;
}
.base-main-check .plain-soft-panel [hidden] {
  display: none !important;
}
.base-main-check .phasebox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.base-main-check .page-block {
  display: flex;
  flex-direction: column;
  align-self: start;
}
.base-main-check .post-round-status {
  grid-column: 1 / -1;
}
.base-main-check .note-flag {
  display: block;
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}
.base-main-check .link-pane {
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid #ddd6c8 !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #27272a !important;
  font-size: 15px;
  box-shadow: none !important;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.base-main-check input.link-pane {
  line-height: normal;
}
.base-main-check .link-pane::placeholder {
  color: #a1a1aa;
  opacity: 1;
  text-align: center;
}
.base-main-check .link-pane:focus {
  outline: none;
  border-color: #a16207 !important;
  box-shadow: 0 0 0 4px rgba(161, 98, 7, 0.12) !important;
}
.base-main-check select.link-pane,
.base-main-check .alignbox {
  line-height: normal;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a16207' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 16px !important;
  cursor: pointer;
}
.base-main-check select.link-pane option {
  background: #fffefb;
  color: #27272a;
}
.base-main-check textarea.link-pane {
  height: auto;
  min-height: 180px;
  padding: 15px 18px;
  resize: vertical;
  text-align: left;
}
.base-main-check textarea.link-pane::placeholder {
  text-align: left;
}
.base-main-check .foot-center-head {
  padding: 18px 22px;
  border: 1px solid #e7e0d3;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}
.base-main-check .mod-wide-tag {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.base-main-check .light-dark-entry {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #a16207;
  cursor: pointer;
}
.base-main-check .main-mini-footer {
  color: #52525b;
  font-size: 14px;
  line-height: 1.75;
  cursor: pointer;
}
.base-main-check .main-mini-footer a {
  color: #a16207;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
  transition: color 0.2s ease;
}
.base-main-check .main-mini-footer a:hover {
  color: #854d0e;
}
.base-main-check .list-unit {
  display: flex;
  justify-content: center;
  width: 100%;
}
.base-main-check .card-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 15px 36px;
  border: 1px solid #a16207;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ca8a04 0%, #a16207 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(161, 98, 7, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.base-main-check .card-chip:hover {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  box-shadow: 0 14px 36px rgba(161, 98, 7, 0.36);
  transform: translateY(-2px);
}
.base-main-check .card-chip:active {
  transform: translateY(0);
  box-shadow: 0 4px 14px rgba(161, 98, 7, 0.22);
}
.base-main-check .cell {
  margin: 0;
  color: #71717a;
  font-size: 12.5px;
  line-height: 1.8;
  text-align: center;
  padding: 0 8px;
}
.base-main-check .col-input {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 14px;
  text-align: center;
}
.base-main-check .input-primary-area {
  background: #f7fee7;
  border: 1px solid #d9f99d;
  color: #3f6212;
}
.base-main-check .alt-small-side {
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #9a3412;
}
@media (max-width: 767px) {
  .base-main-check {
    padding: 0 12px !important;
  }
  .base-main-check .card-panel {
    padding: 28px 20px 24px;
  }
  .base-main-check .plain-soft-panel {
    padding: 24px 20px 28px;
  }
  .base-main-check .fieldcore {
    font-size: 26px;
  }
  .base-main-check .card-chip {
    width: 100%;
    min-width: 0;
  }
}

.quiz-section {
  background-image: url("images/white2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.hint-panel {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  left: auto;
  width: min(860px, calc(100vw - 32px));
  max-width: 860px;
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.985);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
}

.hint-panel *,
.hint-panel *::before,
.hint-panel *::after {
  box-sizing: border-box;
}

.hint-panel.appeared {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.hint-panel.removed {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.985);
}

.topbox {
  position: relative;
  width: 100%;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(145deg, #2c211b 0%, #1e1713 52%, #241b16 100%);
  border: 1px solid rgba(206, 164, 108, 0.26);
  box-shadow: 0 24px 56px rgba(10, 7, 5, 0.38);
  overflow: hidden;
}

.topbox::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f1c27d 0%, #c58a52 52%, #f3d39c 100%);
}

.topbox::after {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 194, 125, 0.14) 0%, rgba(241, 194, 125, 0) 72%);
  pointer-events: none;
}

.layerbox {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 230px;
  gap: 18px;
  align-items: center;
}

.formunit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.emblem-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(229, 199, 154, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.netbox {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.casing {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dompart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.boxwrap {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(241, 194, 125, 0.10);
  border: 1px solid rgba(241, 194, 125, 0.18);
  color: #f2d2a4;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.corewrapbox {
  display: inline-block;
  color: #fff2e4;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 600;
}

.info-text {
  margin: 0;
  color: #e7d8ca;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.68;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.partbox {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.footer-links-text {
  display: block;
  color: #bfae9f;
  font-size: 12px;
  line-height: 1.4;
}

.doc-links-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.doc-links-line a {
  display: inline-block;
  color: #f0c88d;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(240, 200, 141, 0.34);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.doc-links-line a:hover {
  color: #ffe2b8;
  border-bottom-color: #ffe2b8;
}

.doc-links-line span {
  display: inline-block;
  color: #bfae9f;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.boxcore {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

#panelClose {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: linear-gradient(135deg, #f1c27d 0%, #c58a52 100%);
  color: #2d2019;
  box-shadow: 0 12px 24px rgba(197, 138, 82, 0.22);
}

#panelClose:hover {
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .hint-panel {
    width: min(680px, calc(100vw - 28px));
    max-width: 680px;
  }

  .layerbox {
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: start;
  }

  .boxcore {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  #panelClose {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .hint-panel {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: none;
  }

  .topbox {
    padding: 16px;
    border-radius: 20px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .layerbox {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .formunit {
    justify-content: center;
  }

  .casing {
    align-items: center;
    text-align: center;
  }

  .dompart {
    justify-content: center;
  }

  .corewrapbox {
    font-size: 18px;
    text-align: center;
  }

  .info-text {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .partbox {
    align-items: center;
    text-align: center;
  }

  .doc-links-line {
    justify-content: center;
  }

  .boxcore {
    flex-direction: column;
    width: 100%;
  }

  #panelClose {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .hint-panel {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .topbox {
    padding: 14px;
    border-radius: 18px;
  }

  .emblem-icon-wrap {
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .netbox {
    width: 40px;
    height: 40px;
  }

  .corewrapbox {
    font-size: 17px;
  }

  .footer-links-text,
  .doc-links-line a,
  .doc-links-line span {
    font-size: 12px;
  }
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
