:root {

  --site-primary-rgb: 13, 110, 253;
  --site-success-rgb: 25, 135, 84;
  --site-info-rgb: 13, 202, 240;
  --site-warning-rgb: 255, 193, 7;
  --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-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);
}

 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;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

b,
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;
}

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] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]: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;
  }
}

.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-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%;
  }
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !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-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-warning {
  --site-text-opacity: 1;
  color: rgba(var(--site-warning-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;
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

.nav-panel {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .nav-panel .formwrap {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .nav-panel .formwrap img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .nav-panel .formwrap.checkbox-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .nav-panel .nodewrapunit {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .nav-panel .nodewrapunit, .nav-panel .nodewrapunit:hover {
      color: inherit;
      text-decoration: none; }
  .nav-panel .checkbox-iconfont + .nodewrapunit {
    vertical-align: -1px; }
  .nav-panel .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; }

@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;
}

section {
  background-color: #ffffff;
}

html, body {
  overflow-x: hidden;
}

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.checkbox-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,
.main-heading,
.page-h,
.section-h,
.topic-title {
  font-style: normal;
  line-height: 1.3;
}.block-subtitle,
.h-secondary,
.lead-sub {
  line-height: 1.3;
}

.domlayer {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.display-1,
.display-2,
.display-4,
.display-5,
.rootsegment,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
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;
}

.floatunit {
  color: #111111;
}

.layerbox {
  text-align: left;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}.block-action,
.cta-link,
.lead-btn,
.page-btn,
.section-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,
nav .cta-link,
nav .lead-btn,
nav .page-btn,
nav .section-action {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn .checkbox-iconfont,
.btn.btn-sm .checkbox-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .checkbox-iconfont,
.btn.btn-md .checkbox-iconfont {
  margin-left: 0.8rem;
}

.layoutnode .fieldnode {
  min-height: 100vh;
}

.layoutnode {
  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 .formwrap 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 .checkbox-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 {
  }

.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,
form .cta-link,
form .lead-btn,
form .page-btn,
form .section-action {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  min-height: 48px;
}

.fieldnode {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  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: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'checkbox2';
  font-display: swap;
  src: url('fonts/zoom2.woff2') format('woff2'), url('fonts/zoom2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="application-"], [class*=" application-"] {
  
  font-family: 'checkbox2' !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;
}
.application-accessibility-bulleted-list:before {
  content: "\e911";
}
.application-accessibility-contact-form:before {
  content: "\e91d";
}
.application-accessibility-database:before {
  content: "\e921";
}
.application-accessibility-laptop:before {
  content: "\e941";
}
.application-accessibility-letter:before {
  content: "\e945";
}
.application-accessibility-map-pin:before {
  content: "\e94c";
}
.application-accessibility-mobile-2:before {
  content: "\e94e";
}
.application-accessibility-phone:before {
  content: "\e95b";
}

.btn {
  border: none !important;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
}
.display-1 > .checkbox-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 600;
}
.display-2 > .checkbox-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
}
.display-4 > .checkbox-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
}
.display-5 > .checkbox-iconfont {
  font-size: 2.5rem;
}
.rootsegment {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
}
.rootsegment > .checkbox-iconfont {
  font-size: 1.1875rem;
}

@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.2 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .rootsegment {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((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.2 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.25 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.25 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .rootsegment {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
}

.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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,
.btn-primary:active {
  background-color: #009427 !important;
  border-color: #009427 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #00c734 !important;
  border-color: #00c734 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00c734 !important;
  border-color: #00c734 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #51cf72 !important;
  border-color: #51cf72 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus {
  color: inherit;
  background-color: #79da92 !important;
  border-color: #79da92 !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #000000 !important;
  background-color: #79da92 !important;
  border-color: #79da92 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffed39 !important;
  border-color: #ffed39 !important;
  color: #060500 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus {
  color: inherit;
  background-color: #fff26c !important;
  border-color: #fff26c !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #060500 !important;
  background-color: #fff26c !important;
  border-color: #fff26c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff164 !important;
  border-color: #fff164 !important;
  color: #312d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus {
  color: inherit;
  background-color: #fff697 !important;
  border-color: #fff697 !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #312d00 !important;
  background-color: #fff697 !important;
  border-color: #fff697 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333336 !important;
  border-color: #333336 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus {
  color: inherit;
  background-color: #4c4c50 !important;
  border-color: #4c4c50 !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #4c4c50 !important;
  border-color: #4c4c50 !important;
}
.btn-primary-outline {
  padding: 0 !important;
}
.btn-primary-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #009427;
  transition: all .3s ease;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #009427;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #003d10 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before {
  width: 100%;
  background-color: #003d10;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #009427 !important;
  border-color: #009427 !important;
}
.btn-secondary-outline {
  padding: 0 !important;
}
.btn-secondary-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before {
  width: 100%;
  background-color: #d4d4d4;
}

.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  padding: 0 !important;
}
.btn-info-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #51cf72;
  transition: all .3s ease;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #51cf72;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  color: #2c9e49 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before {
  width: 100%;
  background-color: #2c9e49;
}

.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #51cf72 !important;
  border-color: #51cf72 !important;
}
.btn-success-outline {
  padding: 0 !important;
}
.btn-success-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ffed39;
  transition: all .3s ease;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffed39;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  color: #e1cd00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before {
  width: 100%;
  background-color: #e1cd00;
}

.btn-success-outline:disabled {
  color: #393400 !important;
  background-color: #ffed39 !important;
  border-color: #ffed39 !important;
}
.btn-warning-outline {
  padding: 0 !important;
}
.btn-warning-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #fff164;
  transition: all .3s ease;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff164;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  color: #ffe90d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before {
  width: 100%;
  background-color: #ffe90d;
}

.btn-warning-outline:disabled {
  color: #645b00 !important;
  background-color: #fff164 !important;
  border-color: #fff164 !important;
}
.btn-danger-outline {
  padding: 0 !important;
}
.btn-danger-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before {
  width: 100%;
  background-color: #000000;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline {
  padding: 0 !important;
}
.btn-black-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #333336;
  transition: all .3s ease;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #333336;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  color: #090909 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before {
  width: 100%;
  background-color: #090909;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333336 !important;
  border-color: #333336 !important;
}
.btn-white-outline {
  padding: 0 !important;
}
.btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before {
  width: 100%;
  background-color: #d4d4d4;
}

.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #009427 !important;
}
.text-success {
  color: #ffed39 !important;
}
.text-info {
  color: #51cf72 !important;
}
.text-warning {
  color: #fff164 !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #002e0c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2bf00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #289244 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fde600 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #cccccc !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),
.cta-link .btn:not(.btn-form),
.lead-btn .btn:not(.btn-form),
.page-btn .btn:not(.btn-form),
.section-action .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #009427;
}

body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}.block-action .btn,
.cta-link .btn,
.lead-btn .btn,
.page-btn .btn,
.section-action .btn {
  position: relative;
  padding: 10px 16px;
  border-radius: 8px !important;
  font-weight: 500;
}.block-action .btn-white-outline,
.cta-link .btn-white-outline,
.lead-btn .btn-white-outline,
.page-btn .btn-white-outline,
.section-action .btn-white-outline {
  color: #ffffff !important;
}.block-action .btn-white-outline::before,
.cta-link .btn-white-outline::before,
.lead-btn .btn-white-outline::before,
.page-btn .btn-white-outline::before,
.section-action .btn-white-outline::before {
  background-color: #009427;
}.block-action .btn-white-outline:hover,
.cta-link .btn-white-outline:hover,
.lead-btn .btn-white-outline:hover,
.page-btn .btn-white-outline:hover,
.section-action .btn-white-outline:hover,
.block-action .btn-white-outline:focus,
.cta-link .btn-white-outline:focus,
.lead-btn .btn-white-outline:focus,
.page-btn .btn-white-outline:focus,
.section-action .btn-white-outline:focus {
  color: #009427 !important;
}.block-action .btn-white-outline:hover::before,
.cta-link .btn-white-outline:hover::before,
.lead-btn .btn-white-outline:hover::before,
.page-btn .btn-white-outline:hover::before,
.section-action .btn-white-outline:hover::before,
.block-action .btn-white-outline:focus::before,
.cta-link .btn-white-outline:focus::before,
.lead-btn .btn-white-outline:focus::before,
.page-btn .btn-white-outline:focus::before,
.section-action .btn-white-outline:focus::before {
  background-color: #009427;
}.block-action .btn-black-outline,
.cta-link .btn-black-outline,
.lead-btn .btn-black-outline,
.page-btn .btn-black-outline,
.section-action .btn-black-outline {
  color: #333336 !important;
}.block-action .btn-black-outline::before,
.cta-link .btn-black-outline::before,
.lead-btn .btn-black-outline::before,
.page-btn .btn-black-outline::before,
.section-action .btn-black-outline::before {
  background-color: #009427;
}.block-action .btn-black-outline:hover,
.cta-link .btn-black-outline:hover,
.lead-btn .btn-black-outline:hover,
.page-btn .btn-black-outline:hover,
.section-action .btn-black-outline:hover,
.block-action .btn-black-outline:focus,
.cta-link .btn-black-outline:focus,
.lead-btn .btn-black-outline:focus,
.page-btn .btn-black-outline:focus,
.section-action .btn-black-outline:focus {
  color: #009427 !important;
}.block-action .btn-black-outline:hover::before,
.cta-link .btn-black-outline:hover::before,
.lead-btn .btn-black-outline:hover::before,
.page-btn .btn-black-outline:hover::before,
.section-action .btn-black-outline:hover::before,
.block-action .btn-black-outline:focus::before,
.cta-link .btn-black-outline:focus::before,
.lead-btn .btn-black-outline:focus::before,
.page-btn .btn-black-outline:focus::before,
.section-action .btn-black-outline:focus::before {
  background-color: #009427;
}.block-action .btn-white,
.cta-link .btn-white,
.lead-btn .btn-white,
.page-btn .btn-white,
.section-action .btn-white {
  background-color: #ffffff !important;
  color: #333336 !important;
}.block-action .btn-white:hover,
.cta-link .btn-white:hover,
.lead-btn .btn-white:hover,
.page-btn .btn-white:hover,
.section-action .btn-white:hover,
.block-action .btn-white:focus,
.cta-link .btn-white:focus,
.lead-btn .btn-white:focus,
.page-btn .btn-white:focus,
.section-action .btn-white:focus {
  background-color: #009427 !important;
  color: #ffffff !important;
}.block-action .btn-black,
.cta-link .btn-black,
.lead-btn .btn-black,
.page-btn .btn-black,
.section-action .btn-black {
  background-color: #333336 !important;
  color: #ffffff !important;
}.block-action .btn-black:hover,
.cta-link .btn-black:hover,
.lead-btn .btn-black:hover,
.page-btn .btn-black:hover,
.section-action .btn-black:hover,
.block-action .btn-black:focus,
.cta-link .btn-black:focus,
.lead-btn .btn-black:focus,
.page-btn .btn-black:focus,
.section-action .btn-black:focus {
  background-color: #009427 !important;
  color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.zonelayer {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.partwrapbox .nav-panel {
  position: relative !important;
}
.partwrapbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.partwrapbox .nav-link {
  position: relative;
}
.partwrapbox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .partwrapbox .container {
    flex-wrap: nowrap;
  }
}
.partwrapbox .boxarea {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.partwrapbox .boxarea:hover {
  color: #ffe800 !important;
}
.partwrapbox .nav-item:focus,
.partwrapbox .nav-link:focus {
  outline: none;
}
.partwrapbox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.partwrapbox .navbar .formwrap img {
  width: auto;
  border-radius: 6px !important;
}
.partwrapbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partwrapbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partwrapbox .navbar .formwrap img {
    height: 3rem !important;
  }
  .partwrapbox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .partwrapbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .partwrapbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partwrapbox .navbar-brand {
  min-height: 96px;
  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;
}
.partwrapbox .navbar-brand .nodewrapunit {
  line-height: inherit !important;
  font-weight: 400;
}
.partwrapbox .navbar-brand .nodewrapunit:hover,
.partwrapbox .navbar-brand .nodewrapunit:focus {
  color: #51cf72 !important;
}
.partwrapbox .navbar-brand .formwrap a {
  outline: none;
}
.partwrapbox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.partwrapbox ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .partwrapbox ul.navbar-nav {
    padding: 0;
    background-color: #000000;
    border: none;
  }
}
.partwrapbox .navbar-buttons {
  text-align: center;
}
.partwrapbox .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.partwrapbox .navbar-buttons .btn .checkbox-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .partwrapbox .navbar-buttons .btn {
    width: auto !important;
  }
}
.partwrapbox 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;
}

.partwrapbox .nav-panel {
  padding: 0 1rem;
}
.partwrapbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partwrapbox .navbar {
    height: 70px;
  }
  .partwrapbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partwrapbox .navbar-nav {
  margin: 0 auto;
}
.partwrapbox .nav-item {
  padding: 0;
  margin: 0;
}
.partwrapbox .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #51cf72 !important;
}
.partwrapbox .nav-item .nav-link::after {
  color: #ffe800 !important;
  transform: rotate(0);
  transition: .3s;
}
.partwrapbox .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #51cf72, #ffe800 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.partwrapbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .partwrapbox .navbar {
    justify-content: flex-start !important;
  }
  .partwrapbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .partwrapbox .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .partwrapbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .partwrapbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .partwrapbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.partwrapbox .clusterbox {
  min-height: 90px;
}
.slot {
  background-color: #000000;
  overflow: hidden;
}
.slot::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #000000 10%, #ffed39 25%, #00bf32 100%);
  filter: blur(150px);
  pointer-events: none;
}
.slot::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.slot .clusterbox {
  margin: 0 -30px;
}
.slot .clusterbox .card {
  padding: 0 30px;
}
.slot .flow {
  position: relative;
  z-index: 1;
}
.slot .flow .areaunit .fieldset {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #ffffff;
}.slot .flow .block-title,
.slot .flow .chapter-title,
.slot .flow .header-text,
.slot .flow .lead-h2,
.slot .flow .main-heading,
.slot .flow .page-h,
.slot .flow .section-h,
.slot .flow .topic-title {
  margin-bottom: 24px;
}
.slot .flow .text-wrapper .domlayer {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .slot .flow .text-wrapper .domlayer {
    width: 100%;
  }
}.slot .flow .block-action,
.slot .flow .cta-link,
.slot .flow .lead-btn,
.slot .flow .page-btn,
.slot .flow .section-action {
  margin-top: 30px;
}
@media (max-width: 992px) {.slot .flow .block-action,
.slot .flow .cta-link,
.slot .flow .lead-btn,
.slot .flow .page-btn,
.slot .flow .section-action {
    margin-top: 10px;
  }
}
.slot .tileunit {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .slot .tileunit {
    padding: 20px;
    margin-top: 40px;
  }
}
.slot .tileunit .framecore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #fff164;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.slot .tileunit .panebox {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .slot .tileunit .panebox {
    min-height: auto;
    height: 300px;
  }
}
.slot .tileunit .panebox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slot .fieldset,
.slot .areaunit {
  color: #00bf32;
}.slot .block-title,
.slot .chapter-title,
.slot .header-text,
.slot .lead-h2,
.slot .main-heading,
.slot .page-h,
.slot .section-h,
.slot .topic-title {
  color: #ffffff;
}
.slot .domlayer,
.slot .text-wrapper {
  color: #ffffff;
}.slot .block-title,
.slot .chapter-title,
.slot .header-text,
.slot .lead-h2,
.slot .main-heading,
.slot .page-h,
.slot .section-h,
.slot .topic-title,
.slot .block-action,
.slot .cta-link,
.slot .lead-btn,
.slot .page-btn,
.slot .section-action {
  color: #ffffff;
}
.modulewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.modulewrap .sectionrow {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff164 0, #000000 43%, #51cf72 100%);
}
.modulewrap .fieldlayer {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff164 0, #000000 43%, #51cf72 100%);
}
.modulewrap .coverwrap {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff164 0, #000000 43%, #51cf72 100%);
}
@media (max-width: 992px) {
  .modulewrap .container {
    padding: 0 30px;
  }
}
.modulewrap .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}.modulewrap .splitunit .block-title,
.modulewrap .splitunit .chapter-title,
.modulewrap .splitunit .header-text,
.modulewrap .splitunit .lead-h2,
.modulewrap .splitunit .main-heading,
.modulewrap .splitunit .page-h,
.modulewrap .splitunit .section-h,
.modulewrap .splitunit .topic-title {
  margin-bottom: 40px;
}
.modulewrap .splitunit .text-wrapper .domlayer {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .modulewrap .splitunit .text-wrapper .domlayer {
    margin-bottom: 30px;
    width: 100%;
  }
}.modulewrap .block-title,
.modulewrap .chapter-title,
.modulewrap .header-text,
.modulewrap .lead-h2,
.modulewrap .main-heading,
.modulewrap .page-h,
.modulewrap .section-h,
.modulewrap .topic-title {
  color: #ffffff;
}
.modulewrap .domlayer,
.modulewrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}.modulewrap .block-title,
.modulewrap .chapter-title,
.modulewrap .header-text,
.modulewrap .lead-h2,
.modulewrap .main-heading,
.modulewrap .page-h,
.modulewrap .section-h,
.modulewrap .topic-title,
.modulewrap .block-action,
.modulewrap .cta-link,
.modulewrap .lead-btn,
.modulewrap .page-btn,
.modulewrap .section-action {
  text-align: center;
}
.flexunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.flexunit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .flexunit .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .flexunit .container {
    padding: 0 30px;
  }
}
.flexunit .splitunit {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #51cf72;
}
@media (max-width: 992px) {
  .flexunit .splitunit {
    display: block;
  }
}
.flexunit .splitunit .card {
  justify-content: center;
}
.flexunit .splitunit .clusterbox {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .flexunit .splitunit .clusterbox {
    width: 100%;
    padding: 40px 0 60px;
  }
}.flexunit .splitunit .clusterbox .block-title,
.flexunit .splitunit .clusterbox .chapter-title,
.flexunit .splitunit .clusterbox .header-text,
.flexunit .splitunit .clusterbox .lead-h2,
.flexunit .splitunit .clusterbox .main-heading,
.flexunit .splitunit .clusterbox .page-h,
.flexunit .splitunit .clusterbox .section-h,
.flexunit .splitunit .clusterbox .topic-title {
  margin-bottom: 35px;
}
.flexunit .splitunit .clusterbox .domlayer {
  margin-bottom: 40px;
}
.flexunit .splitunit .tileunit {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .flexunit .splitunit .tileunit {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.flexunit .splitunit .tileunit::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #fff164;
  opacity: .9;
  z-index: 1;
  right: 0;
  left: 6rem;
}
.flexunit .splitunit .tileunit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexunit .splitunit .tileunit .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .flexunit .splitunit .tileunit .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.flexunit .splitunit .tileunit .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .flexunit .splitunit .tileunit .list .item-wrap {
    display: block;
  }
}
.flexunit .splitunit .tileunit .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flexunit .splitunit .tileunit .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .flexunit .splitunit .tileunit .list .item-wrap::before {
    top: 10px;
  }
}.flexunit .block-title,
.flexunit .chapter-title,
.flexunit .header-text,
.flexunit .lead-h2,
.flexunit .main-heading,
.flexunit .page-h,
.flexunit .section-h,
.flexunit .topic-title {
  color: #144031;
}
.flexunit .domlayer {
  color: #ffffff;
}
.flexunit .list {
  color: #144031;
}.flexunit .block-title,
.flexunit .chapter-title,
.flexunit .header-text,
.flexunit .lead-h2,
.flexunit .main-heading,
.flexunit .page-h,
.flexunit .section-h,
.flexunit .topic-title,
.flexunit .block-action,
.flexunit .cta-link,
.flexunit .lead-btn,
.flexunit .page-btn,
.flexunit .section-action {
  color: #ffffff;
}
.unitrow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.unitrow .sectionrow {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff164 0, #000000 43%, #51cf72 100%);
}
.unitrow .fieldlayer {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff164 0, #000000 43%, #51cf72 100%);
}
@media (max-width: 992px) {
  .unitrow .container {
    padding: 0 30px;
  }
}
.unitrow .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}.unitrow .flow .block-title,
.unitrow .flow .chapter-title,
.unitrow .flow .header-text,
.unitrow .flow .lead-h2,
.unitrow .flow .main-heading,
.unitrow .flow .page-h,
.unitrow .flow .section-h,
.unitrow .flow .topic-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {.unitrow .flow .block-title,
.unitrow .flow .chapter-title,
.unitrow .flow .header-text,
.unitrow .flow .lead-h2,
.unitrow .flow .main-heading,
.unitrow .flow .page-h,
.unitrow .flow .section-h,
.unitrow .flow .topic-title {
    margin-bottom: 30px;
  }
}
.unitrow .text-wrapper {
  border-left: 1px solid #51cf72;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .unitrow .text-wrapper {
    padding-left: 20px;
  }
}
.unitrow .text-wrapper .domlayer {
  margin-bottom: 0;
}.unitrow .block-title,
.unitrow .chapter-title,
.unitrow .header-text,
.unitrow .lead-h2,
.unitrow .main-heading,
.unitrow .page-h,
.unitrow .section-h,
.unitrow .topic-title {
  color: #ffffff;
}
.unitrow .domlayer {
  color: #ffffff;
}
.shellunit {
  overflow: hidden;
  background-color: #000000;
}
@media (max-width: 992px) {
  .shellunit .container {
    padding: 0 24px;
  }
}
.shellunit .card {
  justify-content: center;
}.shellunit .flow .block-title,
.shellunit .flow .chapter-title,
.shellunit .flow .header-text,
.shellunit .flow .lead-h2,
.shellunit .flow .main-heading,
.shellunit .flow .page-h,
.shellunit .flow .section-h,
.shellunit .flow .topic-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {.shellunit .flow .block-title,
.shellunit .flow .chapter-title,
.shellunit .flow .header-text,
.shellunit .flow .lead-h2,
.shellunit .flow .main-heading,
.shellunit .flow .page-h,
.shellunit .flow .section-h,
.shellunit .flow .topic-title {
    margin-bottom: 80px;
  }
}
.shellunit .tileunit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.shellunit .tileunit .panebox {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .shellunit .tileunit .panebox {
    border-radius: 2rem !important;
  }
}
.shellunit .tileunit .panebox img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #232323;
  object-fit: cover;
}
@media (max-width: 992px) {
  .shellunit .tileunit .panebox img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #232323;
  }
}
.shellunit .tileunit .layoutbase {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #51cf72;
}
@media (max-width: 992px) {
  .shellunit .tileunit .layoutbase {
    width: 100px;
  }
}
.shellunit .tileunit .checkbox-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffed39;
  z-index: 2;
}
@media (max-width: 992px) {
  .shellunit .tileunit .checkbox-iconfont {
    display: none;
  }
}
.shellunit .tileunit .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.shellunit .tileunit .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.shellunit .tileunit .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .shellunit .text-wrapper {
    margin-top: 80px;
  }
}
.shellunit .text-wrapper .domlayer {
  margin-bottom: 0;
}.shellunit .block-title,
.shellunit .chapter-title,
.shellunit .header-text,
.shellunit .lead-h2,
.shellunit .main-heading,
.shellunit .page-h,
.shellunit .section-h,
.shellunit .topic-title {
  color: #ffffff;
}
.shellunit .domlayer {
  color: #202020;
}
.shellunit .domlayer {
  color: #ffffff;
}
.wrapgrid {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
@media (min-width: 1400px) {
  .wrapgrid .container {
    max-width: 1200px;
  }
}
.wrapgrid .row {
  justify-content: space-between;
}
.wrapgrid .text-wrapper {
  border-left: 4px solid #009427;
  padding-left: 2rem;
}
.wrapgrid .checkbox-main-subtitle {
  background: #009427;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #ffffff;
}
.wrapgrid .checkbox-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #009427;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .wrapgrid .checkbox-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.wrapgrid .panebox {
  overflow: hidden;
}
.wrapgrid .card-wrap .checkbox-main-subtitle:before {
  content: none;
}
.wrapgrid .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .wrapgrid .card-wrap {
    margin-bottom: 2rem;
  }
}
.wrapgrid .card-wrap .panebox img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}.wrapgrid .card-text,
.wrapgrid .block-action,
.wrapgrid .cta-link,
.wrapgrid .lead-btn,
.wrapgrid .page-btn,
.wrapgrid .section-action {
  color: #ffffff;
}
.wrapgrid .stageunit {
  color: #353535;
}.wrapgrid .block-title,
.wrapgrid .chapter-title,
.wrapgrid .header-text,
.wrapgrid .lead-h2,
.wrapgrid .main-heading,
.wrapgrid .page-h,
.wrapgrid .section-h,
.wrapgrid .topic-title {
  color: #ffffff;
}.wrapgrid .stageunit,
.wrapgrid .block-action,
.wrapgrid .cta-link,
.wrapgrid .lead-btn,
.wrapgrid .page-btn,
.wrapgrid .section-action {
  color: #ffffff;
}
.unitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.unitbox .framecore {
  width: 100%;
  height: 1px;
  background-color: #2cc354;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .unitbox .framecore {
    margin-bottom: 24px;
  }
}
.unitbox .innerwrap {
  margin: 0 -32px;
  justify-content: center;
}
.unitbox .innerwrap .card {
  padding: 0 32px;
}
.unitbox .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .unitbox .list-wrapper {
    margin-bottom: 24px;
  }
}
.unitbox .list-wrapper .drawbox {
  margin-bottom: 16px;
}
.unitbox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.unitbox .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.unitbox .list-wrapper .list .item-wrap:hover,
.unitbox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.unitbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.unitbox .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .unitbox .text-wrapper {
    margin-bottom: 24px;
  }
}
.unitbox .text-wrapper .drawbox {
  margin-bottom: 16px;
}
.unitbox .text-wrapper .domlayer {
  margin-bottom: 16px;
}
.unitbox .casing {
  margin-bottom: 0;
  color: #ffffff;
}
.unitbox .drawbox {
  color: #fff164;
}
.unitbox .domlayer,
.unitbox .text-wrapper {
  color: #9aa0a6;
}
.unitbox .list {
  color: #9aa0a6;
}.unitbox .domlayer,
.unitbox .block-action,
.unitbox .cta-link,
.unitbox .lead-btn,
.unitbox .page-btn,
.unitbox .section-action {
  color: #ffffff;
}
.unitbox .list,
.unitbox .item-wrap {
  color: #ffffff;
}
.partwrapbox .nav-panel {
  position: relative !important;
}
.partwrapbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.partwrapbox .nav-link {
  position: relative;
}
.partwrapbox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .partwrapbox .container {
    flex-wrap: nowrap;
  }
}
.partwrapbox .boxarea {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.partwrapbox .boxarea:hover {
  color: #ffe800 !important;
}
.partwrapbox .nav-item:focus,
.partwrapbox .nav-link:focus {
  outline: none;
}
.partwrapbox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.partwrapbox .navbar .formwrap img {
  width: auto;
  border-radius: 6px !important;
}
.partwrapbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partwrapbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partwrapbox .navbar .formwrap img {
    height: 3rem !important;
  }
  .partwrapbox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .partwrapbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .partwrapbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partwrapbox .navbar-brand {
  min-height: 96px;
  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;
}
.partwrapbox .navbar-brand .nodewrapunit {
  line-height: inherit !important;
  font-weight: 400;
}
.partwrapbox .navbar-brand .nodewrapunit:hover,
.partwrapbox .navbar-brand .nodewrapunit:focus {
  color: #51cf72 !important;
}
.partwrapbox .navbar-brand .formwrap a {
  outline: none;
}
.partwrapbox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.partwrapbox ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .partwrapbox ul.navbar-nav {
    padding: 0;
    background-color: #000000;
    border: none;
  }
}
.partwrapbox .navbar-buttons {
  text-align: center;
}
.partwrapbox .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.partwrapbox .navbar-buttons .btn .checkbox-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .partwrapbox .navbar-buttons .btn {
    width: auto !important;
  }
}
.partwrapbox 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;
}

.partwrapbox .nav-panel {
  padding: 0 1rem;
}
.partwrapbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partwrapbox .navbar {
    height: 70px;
  }
  .partwrapbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partwrapbox .navbar-nav {
  margin: 0 auto;
}
.partwrapbox .nav-item {
  padding: 0;
  margin: 0;
}
.partwrapbox .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #51cf72 !important;
}
.partwrapbox .nav-item .nav-link::after {
  color: #ffe800 !important;
  transform: rotate(0);
  transition: .3s;
}
.partwrapbox .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #51cf72, #ffe800 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.partwrapbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .partwrapbox .navbar {
    justify-content: flex-start !important;
  }
  .partwrapbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .partwrapbox .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .partwrapbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .partwrapbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .partwrapbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.partwrapbox .clusterbox {
  min-height: 90px;
}
.rowwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.rowwrap .splitunit {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .rowwrap .splitunit {
    padding: 30px 20px;
  }
}
.rowwrap .splitunit .panebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rowwrap .splitunit .panebox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rowwrap .splitunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #000000 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.rowwrap .splitunit .clusterbox {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .rowwrap .splitunit .clusterbox {
    width: 100%;
  }
}
.rowwrap .splitunit .clusterbox .desc-wrapper .drawbox {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}.rowwrap .splitunit .clusterbox .block-title,
.rowwrap .splitunit .clusterbox .chapter-title,
.rowwrap .splitunit .clusterbox .header-text,
.rowwrap .splitunit .clusterbox .lead-h2,
.rowwrap .splitunit .clusterbox .main-heading,
.rowwrap .splitunit .clusterbox .page-h,
.rowwrap .splitunit .clusterbox .section-h,
.rowwrap .splitunit .clusterbox .topic-title {
  margin-bottom: 32px;
}
.rowwrap .splitunit .clusterbox .domlayer {
  margin-bottom: 0;
}.rowwrap .splitunit .clusterbox .block-action,
.rowwrap .splitunit .clusterbox .cta-link,
.rowwrap .splitunit .clusterbox .lead-btn,
.rowwrap .splitunit .clusterbox .page-btn,
.rowwrap .splitunit .clusterbox .section-action {
  margin-top: 64px;
}.rowwrap .splitunit .clusterbox .block-action .btn,
.rowwrap .splitunit .clusterbox .cta-link .btn,
.rowwrap .splitunit .clusterbox .lead-btn .btn,
.rowwrap .splitunit .clusterbox .page-btn .btn,
.rowwrap .splitunit .clusterbox .section-action .btn {
  margin-bottom: 0;
}.rowwrap .block-title,
.rowwrap .chapter-title,
.rowwrap .header-text,
.rowwrap .lead-h2,
.rowwrap .main-heading,
.rowwrap .page-h,
.rowwrap .section-h,
.rowwrap .topic-title {
  color: #404349;
}
.rowwrap .domlayer {
  color: #ffffff;
}
.rowwrap .drawbox {
  color: #b19a7c;
}.rowwrap .block-title,
.rowwrap .chapter-title,
.rowwrap .header-text,
.rowwrap .lead-h2,
.rowwrap .main-heading,
.rowwrap .page-h,
.rowwrap .section-h,
.rowwrap .topic-title,
.rowwrap .block-action,
.rowwrap .cta-link,
.rowwrap .lead-btn,
.rowwrap .page-btn,
.rowwrap .section-action {
  color: #ffffff;
}
.zonefield {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080808;
}
.zonefield .viewsegment {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .zonefield .viewsegment {
    padding: 0;
  }
}
.zonefield .viewsegment .tilecell {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-10deg, transparent 75%, #51cf72 110%), linear-gradient(170deg, transparent 75%, #51cf72 110%);
}
.zonefield .flow {
  position: relative;
  z-index: 1;
}.zonefield .flow .host .block-title,
.zonefield .flow .host .chapter-title,
.zonefield .flow .host .header-text,
.zonefield .flow .host .lead-h2,
.zonefield .flow .host .main-heading,
.zonefield .flow .host .page-h,
.zonefield .flow .host .section-h,
.zonefield .flow .host .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {.zonefield .flow .host .block-title,
.zonefield .flow .host .chapter-title,
.zonefield .flow .host .header-text,
.zonefield .flow .host .lead-h2,
.zonefield .flow .host .main-heading,
.zonefield .flow .host .page-h,
.zonefield .flow .host .section-h,
.zonefield .flow .host .topic-title {
    width: 100%;
  }
}
.zonefield .flow .text-wrapper .domlayer {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonefield .flow .text-wrapper .domlayer {
    width: 100%;
  }
}.zonefield .flow .block-action,
.zonefield .flow .cta-link,
.zonefield .flow .lead-btn,
.zonefield .flow .page-btn,
.zonefield .flow .section-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.zonefield .flow .block-action,
.zonefield .flow .cta-link,
.zonefield .flow .lead-btn,
.zonefield .flow .page-btn,
.zonefield .flow .section-action {
    margin-top: 14px;
  }
}.zonefield .block-title,
.zonefield .chapter-title,
.zonefield .header-text,
.zonefield .lead-h2,
.zonefield .main-heading,
.zonefield .page-h,
.zonefield .section-h,
.zonefield .topic-title,
.zonefield .flow {
  color: #ffffff;
  text-align: center;
}
.zonefield .domlayer,
.zonefield .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.interfacerow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080808;
}
.interfacerow .splitunit {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .interfacerow .splitunit {
    position: relative;
    top: 0;
    margin-bottom: 32px;
  }
}.interfacerow .splitunit .block-title,
.interfacerow .splitunit .chapter-title,
.interfacerow .splitunit .header-text,
.interfacerow .splitunit .lead-h2,
.interfacerow .splitunit .main-heading,
.interfacerow .splitunit .page-h,
.interfacerow .splitunit .section-h,
.interfacerow .splitunit .topic-title {
  margin-bottom: 16px;
}
.interfacerow .splitunit .text-wrapper .domlayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .interfacerow .splitunit .text-wrapper .domlayer {
    width: 100%;
  }
}.interfacerow .splitunit .block-action,
.interfacerow .splitunit .cta-link,
.interfacerow .splitunit .lead-btn,
.interfacerow .splitunit .page-btn,
.interfacerow .splitunit .section-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.interfacerow .splitunit .block-action,
.interfacerow .splitunit .cta-link,
.interfacerow .splitunit .lead-btn,
.interfacerow .splitunit .page-btn,
.interfacerow .splitunit .section-action {
    margin-top: 14px;
  }
}
.interfacerow .tileunit {
  padding: 28px;
  background-image: linear-gradient(90deg, #51cf72, #fff164);
}
@media (max-width: 992px) {
  .interfacerow .tileunit {
    padding: 20px;
  }
}
.interfacerow .tileunit img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .interfacerow .tileunit img {
    height: 300px;
  }
}.interfacerow .block-title,
.interfacerow .chapter-title,
.interfacerow .header-text,
.interfacerow .lead-h2,
.interfacerow .main-heading,
.interfacerow .page-h,
.interfacerow .section-h,
.interfacerow .topic-title {
  color: #ffffff;
}
.interfacerow .domlayer {
  color: #b9b9b9;
}
.interfacerow .item-text {
  color: #ffffff;
}
.interfacerow .domlayer,
.interfacerow .text-wrapper {
  color: #ffffff;
}
.gridbody {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080808;
}
.gridbody .viewsegment {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .gridbody .viewsegment {
    padding: 0;
  }
}
.gridbody .viewsegment .tilecell {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-10deg, transparent 75%, #fff164 110%), linear-gradient(170deg, transparent 75%, #fff164 110%);
}
.gridbody .flow {
  position: relative;
  z-index: 1;
}.gridbody .flow .host .block-title,
.gridbody .flow .host .chapter-title,
.gridbody .flow .host .header-text,
.gridbody .flow .host .lead-h2,
.gridbody .flow .host .main-heading,
.gridbody .flow .host .page-h,
.gridbody .flow .host .section-h,
.gridbody .flow .host .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {.gridbody .flow .host .block-title,
.gridbody .flow .host .chapter-title,
.gridbody .flow .host .header-text,
.gridbody .flow .host .lead-h2,
.gridbody .flow .host .main-heading,
.gridbody .flow .host .page-h,
.gridbody .flow .host .section-h,
.gridbody .flow .host .topic-title {
    width: 100%;
  }
}
.gridbody .flow .text-wrapper .domlayer {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gridbody .flow .text-wrapper .domlayer {
    width: 100%;
  }
}.gridbody .flow .block-action,
.gridbody .flow .cta-link,
.gridbody .flow .lead-btn,
.gridbody .flow .page-btn,
.gridbody .flow .section-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.gridbody .flow .block-action,
.gridbody .flow .cta-link,
.gridbody .flow .lead-btn,
.gridbody .flow .page-btn,
.gridbody .flow .section-action {
    margin-top: 14px;
  }
}.gridbody .block-title,
.gridbody .chapter-title,
.gridbody .header-text,
.gridbody .lead-h2,
.gridbody .main-heading,
.gridbody .page-h,
.gridbody .section-h,
.gridbody .topic-title,
.gridbody .flow {
  color: #ffffff;
  text-align: center;
}
.gridbody .domlayer,
.gridbody .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.moduleunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #000000;
}.moduleunit .splitunit .block-title,
.moduleunit .splitunit .chapter-title,
.moduleunit .splitunit .header-text,
.moduleunit .splitunit .lead-h2,
.moduleunit .splitunit .main-heading,
.moduleunit .splitunit .page-h,
.moduleunit .splitunit .section-h,
.moduleunit .splitunit .topic-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {.moduleunit .splitunit .block-title,
.moduleunit .splitunit .chapter-title,
.moduleunit .splitunit .header-text,
.moduleunit .splitunit .lead-h2,
.moduleunit .splitunit .main-heading,
.moduleunit .splitunit .page-h,
.moduleunit .splitunit .section-h,
.moduleunit .splitunit .topic-title {
    margin-bottom: 22px;
  }
}
.moduleunit .splitunit .text-wrapper .domlayer {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .moduleunit .splitunit .text-wrapper .domlayer {
    width: 100%;
  }
}.moduleunit .splitunit .block-action,
.moduleunit .splitunit .cta-link,
.moduleunit .splitunit .lead-btn,
.moduleunit .splitunit .page-btn,
.moduleunit .splitunit .section-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.moduleunit .splitunit .block-action,
.moduleunit .splitunit .cta-link,
.moduleunit .splitunit .lead-btn,
.moduleunit .splitunit .page-btn,
.moduleunit .splitunit .section-action {
    margin-top: 12px;
  }
}
.moduleunit .splitunit .tileunit {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .moduleunit .splitunit .tileunit {
    margin-top: 22px;
  }
}
.moduleunit .splitunit .tileunit img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}.moduleunit .block-title,
.moduleunit .chapter-title,
.moduleunit .header-text,
.moduleunit .lead-h2,
.moduleunit .main-heading,
.moduleunit .page-h,
.moduleunit .section-h,
.moduleunit .topic-title,
.moduleunit .block-action,
.moduleunit .cta-link,
.moduleunit .lead-btn,
.moduleunit .page-btn,
.moduleunit .section-action {
  color: #ffffff;
  text-align: center;
}
.moduleunit .domlayer,
.moduleunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.unitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.unitbox .framecore {
  width: 100%;
  height: 1px;
  background-color: #2cc354;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .unitbox .framecore {
    margin-bottom: 24px;
  }
}
.unitbox .innerwrap {
  margin: 0 -32px;
  justify-content: center;
}
.unitbox .innerwrap .card {
  padding: 0 32px;
}
.unitbox .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .unitbox .list-wrapper {
    margin-bottom: 24px;
  }
}
.unitbox .list-wrapper .drawbox {
  margin-bottom: 16px;
}
.unitbox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.unitbox .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.unitbox .list-wrapper .list .item-wrap:hover,
.unitbox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.unitbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.unitbox .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .unitbox .text-wrapper {
    margin-bottom: 24px;
  }
}
.unitbox .text-wrapper .drawbox {
  margin-bottom: 16px;
}
.unitbox .text-wrapper .domlayer {
  margin-bottom: 16px;
}
.unitbox .casing {
  margin-bottom: 0;
  color: #ffffff;
}
.unitbox .drawbox {
  color: #fff164;
}
.unitbox .domlayer,
.unitbox .text-wrapper {
  color: #9aa0a6;
}
.unitbox .list {
  color: #9aa0a6;
}.unitbox .domlayer,
.unitbox .block-action,
.unitbox .cta-link,
.unitbox .lead-btn,
.unitbox .page-btn,
.unitbox .section-action {
  color: #ffffff;
}
.unitbox .list,
.unitbox .item-wrap {
  color: #ffffff;
}
.partwrapbox .nav-panel {
  position: relative !important;
}
.partwrapbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.partwrapbox .nav-link {
  position: relative;
}
.partwrapbox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .partwrapbox .container {
    flex-wrap: nowrap;
  }
}
.partwrapbox .boxarea {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.partwrapbox .boxarea:hover {
  color: #ffe800 !important;
}
.partwrapbox .nav-item:focus,
.partwrapbox .nav-link:focus {
  outline: none;
}
.partwrapbox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.partwrapbox .navbar .formwrap img {
  width: auto;
  border-radius: 6px !important;
}
.partwrapbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partwrapbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partwrapbox .navbar .formwrap img {
    height: 3rem !important;
  }
  .partwrapbox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .partwrapbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .partwrapbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partwrapbox .navbar-brand {
  min-height: 96px;
  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;
}
.partwrapbox .navbar-brand .nodewrapunit {
  line-height: inherit !important;
  font-weight: 400;
}
.partwrapbox .navbar-brand .nodewrapunit:hover,
.partwrapbox .navbar-brand .nodewrapunit:focus {
  color: #51cf72 !important;
}
.partwrapbox .navbar-brand .formwrap a {
  outline: none;
}
.partwrapbox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.partwrapbox ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .partwrapbox ul.navbar-nav {
    padding: 0;
    background-color: #000000;
    border: none;
  }
}
.partwrapbox .navbar-buttons {
  text-align: center;
}
.partwrapbox .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.partwrapbox .navbar-buttons .btn .checkbox-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .partwrapbox .navbar-buttons .btn {
    width: auto !important;
  }
}
.partwrapbox 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;
}

.partwrapbox .nav-panel {
  padding: 0 1rem;
}
.partwrapbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partwrapbox .navbar {
    height: 70px;
  }
  .partwrapbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partwrapbox .navbar-nav {
  margin: 0 auto;
}
.partwrapbox .nav-item {
  padding: 0;
  margin: 0;
}
.partwrapbox .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #51cf72 !important;
}
.partwrapbox .nav-item .nav-link::after {
  color: #ffe800 !important;
  transform: rotate(0);
  transition: .3s;
}
.partwrapbox .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #51cf72, #ffe800 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.partwrapbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .partwrapbox .navbar {
    justify-content: flex-start !important;
  }
  .partwrapbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .partwrapbox .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .partwrapbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .partwrapbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .partwrapbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.partwrapbox .clusterbox {
  min-height: 90px;
}
.footbox {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
}
.footbox::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #000000 10%, #2cc354 25%, #ffed39 100%);
  filter: blur(150px);
  pointer-events: none;
}
.footbox::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.footbox .splitunit {
  position: relative;
  z-index: 1;
}
.footbox .splitunit .areaunit .fieldset {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}.footbox .splitunit .block-title,
.footbox .splitunit .chapter-title,
.footbox .splitunit .header-text,
.footbox .splitunit .lead-h2,
.footbox .splitunit .main-heading,
.footbox .splitunit .page-h,
.footbox .splitunit .section-h,
.footbox .splitunit .topic-title {
  margin-bottom: 24px;
}
.footbox .splitunit .text-wrapper .domlayer {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .footbox .splitunit .text-wrapper .domlayer {
    width: 100%;
  }
}.footbox .splitunit .block-action,
.footbox .splitunit .cta-link,
.footbox .splitunit .lead-btn,
.footbox .splitunit .page-btn,
.footbox .splitunit .section-action {
  margin-top: 30px;
}
@media (max-width: 992px) {.footbox .splitunit .block-action,
.footbox .splitunit .cta-link,
.footbox .splitunit .lead-btn,
.footbox .splitunit .page-btn,
.footbox .splitunit .section-action {
    margin-top: 10px;
  }
}
.footbox .fieldset,
.footbox .areaunit {
  color: #ffffff;
  text-align: center;
}.footbox .block-title,
.footbox .chapter-title,
.footbox .header-text,
.footbox .lead-h2,
.footbox .main-heading,
.footbox .page-h,
.footbox .section-h,
.footbox .topic-title {
  color: #ffffff;
}
.footbox .domlayer,
.footbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}.footbox .block-title,
.footbox .chapter-title,
.footbox .header-text,
.footbox .lead-h2,
.footbox .main-heading,
.footbox .page-h,
.footbox .section-h,
.footbox .topic-title,
.footbox .block-action,
.footbox .cta-link,
.footbox .lead-btn,
.footbox .page-btn,
.footbox .section-action {
  text-align: center;
}
.cellunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cellunit .splitunit {
  margin: 0 -30px;
}
.cellunit .splitunit .card {
  padding: 0 30px;
}
.cellunit .fieldset {
  margin-bottom: 16px;
  color: #ffffff;
}
.cellunit .host {
  margin-bottom: 16px;
}.cellunit .host .block-title,
.cellunit .host .chapter-title,
.cellunit .host .header-text,
.cellunit .host .lead-h2,
.cellunit .host .main-heading,
.cellunit .host .page-h,
.cellunit .host .section-h,
.cellunit .host .topic-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #51cf72 20%, #fff164);
  margin-bottom: 0;
}
.cellunit .text-wrapper .domlayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cellunit .text-wrapper .domlayer {
    width: 100%;
  }
}.cellunit .block-action,
.cellunit .cta-link,
.cellunit .lead-btn,
.cellunit .page-btn,
.cellunit .section-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cellunit .tileunit {
    margin-top: 40px;
  }
}
.cellunit .tileunit img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cellunit .tileunit img {
    height: 300px;
  }
}.cellunit .block-title,
.cellunit .chapter-title,
.cellunit .header-text,
.cellunit .lead-h2,
.cellunit .main-heading,
.cellunit .page-h,
.cellunit .section-h,
.cellunit .topic-title {
  color: #ffedd6;
}
.cellunit .domlayer {
  color: #ffedd6;
}.cellunit .domlayer,
.cellunit .text-wrapper,
.cellunit .block-action,
.cellunit .cta-link,
.cellunit .lead-btn,
.cellunit .page-btn,
.cellunit .section-action {
  color: #ffffff;
}
.sidewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.sidewrap .splitunit {
  margin: 0 -30px;
}
.sidewrap .splitunit .card {
  padding: 0 30px;
}
.sidewrap .card {
  justify-content: flex-end;
}.sidewrap .block-title,
.sidewrap .chapter-title,
.sidewrap .header-text,
.sidewrap .lead-h2,
.sidewrap .main-heading,
.sidewrap .page-h,
.sidewrap .section-h,
.sidewrap .topic-title {
  color: #ffffff;
}
@media (max-width: 992px) {.sidewrap .block-title,
.sidewrap .chapter-title,
.sidewrap .header-text,
.sidewrap .lead-h2,
.sidewrap .main-heading,
.sidewrap .page-h,
.sidewrap .section-h,
.sidewrap .topic-title {
    margin-bottom: 40px;
  }
}
.sidewrap .fieldset {
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .sidewrap .text-wrapper {
    margin-bottom: 40px;
  }
}
.sidewrap .text-wrapper .domlayer {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #51cf72 20%, #fff164);
  margin-bottom: 0;
}.sidewrap .block-action,
.sidewrap .cta-link,
.sidewrap .lead-btn,
.sidewrap .page-btn,
.sidewrap .section-action {
  margin-top: 14px;
}
.sidewrap .domlayer {
  color: #ffedd6;
}
.bandwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.bandwrap .splitunit {
  margin: 0 -30px;
}
.bandwrap .splitunit .card {
  padding: 0 30px;
}
.bandwrap .fieldset {
  margin-bottom: 16px;
  color: #ffffff;
}
.bandwrap .host {
  margin-bottom: 16px;
}.bandwrap .host .block-title,
.bandwrap .host .chapter-title,
.bandwrap .host .header-text,
.bandwrap .host .lead-h2,
.bandwrap .host .main-heading,
.bandwrap .host .page-h,
.bandwrap .host .section-h,
.bandwrap .host .topic-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #51cf72 20%, #fff164);
  margin-bottom: 0;
}
.bandwrap .text-wrapper .domlayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bandwrap .text-wrapper .domlayer {
    width: 100%;
  }
}.bandwrap .block-action,
.bandwrap .cta-link,
.bandwrap .lead-btn,
.bandwrap .page-btn,
.bandwrap .section-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .bandwrap .tileunit {
    margin-top: 40px;
  }
}
.bandwrap .tileunit img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .bandwrap .tileunit img {
    height: 300px;
  }
}.bandwrap .block-title,
.bandwrap .chapter-title,
.bandwrap .header-text,
.bandwrap .lead-h2,
.bandwrap .main-heading,
.bandwrap .page-h,
.bandwrap .section-h,
.bandwrap .topic-title {
  color: #ffedd6;
}
.bandwrap .domlayer {
  color: #ffedd6;
}.bandwrap .domlayer,
.bandwrap .text-wrapper,
.bandwrap .block-action,
.bandwrap .cta-link,
.bandwrap .lead-btn,
.bandwrap .page-btn,
.bandwrap .section-action {
  color: #ffffff;
}
.framegrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.framegrid .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .framegrid .card {
    margin-bottom: 40px;
  }
}
.framegrid .flow .fieldset {
  margin-bottom: 20px;
}.framegrid .flow .block-title,
.framegrid .flow .chapter-title,
.framegrid .flow .header-text,
.framegrid .flow .lead-h2,
.framegrid .flow .main-heading,
.framegrid .flow .page-h,
.framegrid .flow .section-h,
.framegrid .flow .topic-title {
  margin-bottom: 20px;
}.framegrid .block-action .btn,
.framegrid .cta-link .btn,
.framegrid .lead-btn .btn,
.framegrid .page-btn .btn,
.framegrid .section-action .btn {
  margin-bottom: 0;
}
.framegrid .text-wrapper .domlayer {
  margin-bottom: 0;
}
.framegrid .fieldset {
  color: #51cf72;
}.framegrid .block-title,
.framegrid .chapter-title,
.framegrid .header-text,
.framegrid .lead-h2,
.framegrid .main-heading,
.framegrid .page-h,
.framegrid .section-h,
.framegrid .topic-title {
  color: #ffffff;
}
.framegrid .domlayer {
  color: #ffffff;
}
.blocklayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.blocklayer .card-wrapper {
  border: 8px solid #fff164;
  box-shadow: 0 10px 25px -20px #000000;
}
.blocklayer .card-wrapper .card-wrap {
  position: relative;
  padding: 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .blocklayer .card-wrapper .card-wrap {
    padding: 20px;
  }
}
.blocklayer .card-wrapper .card-wrap .tileunit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blocklayer .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}.blocklayer .card-wrapper .card-wrap .block-title,
.blocklayer .card-wrapper .card-wrap .chapter-title,
.blocklayer .card-wrapper .card-wrap .header-text,
.blocklayer .card-wrapper .card-wrap .lead-h2,
.blocklayer .card-wrapper .card-wrap .main-heading,
.blocklayer .card-wrapper .card-wrap .page-h,
.blocklayer .card-wrapper .card-wrap .section-h,
.blocklayer .card-wrapper .card-wrap .topic-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.blocklayer .card-wrapper .card-wrap .text-wrapper {
  position: relative;
  z-index: 1;
}
.blocklayer .card-wrapper .card-wrap .text-wrapper .domlayer {
  display: inline-block;
  width: 60%;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .blocklayer .card-wrapper .card-wrap .text-wrapper .domlayer {
    width: 100%;
  }
}.blocklayer .card-wrapper .card-wrap .block-action,
.blocklayer .card-wrapper .card-wrap .cta-link,
.blocklayer .card-wrapper .card-wrap .lead-btn,
.blocklayer .card-wrapper .card-wrap .page-btn,
.blocklayer .card-wrapper .card-wrap .section-action {
  margin-top: 32px;
  position: relative;
  z-index: 1;
}.blocklayer .card-wrapper .card-wrap .block-action .btn,
.blocklayer .card-wrapper .card-wrap .cta-link .btn,
.blocklayer .card-wrapper .card-wrap .lead-btn .btn,
.blocklayer .card-wrapper .card-wrap .page-btn .btn,
.blocklayer .card-wrapper .card-wrap .section-action .btn {
  margin-bottom: 0;
}.blocklayer .block-title,
.blocklayer .chapter-title,
.blocklayer .header-text,
.blocklayer .lead-h2,
.blocklayer .main-heading,
.blocklayer .page-h,
.blocklayer .section-h,
.blocklayer .topic-title {
  color: #ffffff;
}
.blocklayer .domlayer {
  color: #ffffff;
}.blocklayer .block-title,
.blocklayer .chapter-title,
.blocklayer .header-text,
.blocklayer .lead-h2,
.blocklayer .main-heading,
.blocklayer .page-h,
.blocklayer .section-h,
.blocklayer .topic-title,
.blocklayer .block-action,
.blocklayer .cta-link,
.blocklayer .lead-btn,
.blocklayer .page-btn,
.blocklayer .section-action {
  text-align: center;
}
.blocklayer .domlayer,
.blocklayer .text-wrapper {
  text-align: center;
}
.unitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.unitbox .framecore {
  width: 100%;
  height: 1px;
  background-color: #2cc354;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .unitbox .framecore {
    margin-bottom: 24px;
  }
}
.unitbox .innerwrap {
  margin: 0 -32px;
  justify-content: center;
}
.unitbox .innerwrap .card {
  padding: 0 32px;
}
.unitbox .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .unitbox .list-wrapper {
    margin-bottom: 24px;
  }
}
.unitbox .list-wrapper .drawbox {
  margin-bottom: 16px;
}
.unitbox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.unitbox .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.unitbox .list-wrapper .list .item-wrap:hover,
.unitbox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.unitbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.unitbox .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .unitbox .text-wrapper {
    margin-bottom: 24px;
  }
}
.unitbox .text-wrapper .drawbox {
  margin-bottom: 16px;
}
.unitbox .text-wrapper .domlayer {
  margin-bottom: 16px;
}
.unitbox .casing {
  margin-bottom: 0;
  color: #ffffff;
}
.unitbox .drawbox {
  color: #fff164;
}
.unitbox .domlayer,
.unitbox .text-wrapper {
  color: #9aa0a6;
}
.unitbox .list {
  color: #9aa0a6;
}.unitbox .domlayer,
.unitbox .block-action,
.unitbox .cta-link,
.unitbox .lead-btn,
.unitbox .page-btn,
.unitbox .section-action {
  color: #ffffff;
}
.unitbox .list,
.unitbox .item-wrap {
  color: #ffffff;
}
.partwrapbox .nav-panel {
  position: relative !important;
}
.partwrapbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.partwrapbox .nav-link {
  position: relative;
}
.partwrapbox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .partwrapbox .container {
    flex-wrap: nowrap;
  }
}
.partwrapbox .boxarea {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.partwrapbox .boxarea:hover {
  color: #ffe800 !important;
}
.partwrapbox .nav-item:focus,
.partwrapbox .nav-link:focus {
  outline: none;
}
.partwrapbox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.partwrapbox .navbar .formwrap img {
  width: auto;
  border-radius: 6px !important;
}
.partwrapbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partwrapbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partwrapbox .navbar .formwrap img {
    height: 3rem !important;
  }
  .partwrapbox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .partwrapbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .partwrapbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partwrapbox .navbar-brand {
  min-height: 96px;
  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;
}
.partwrapbox .navbar-brand .nodewrapunit {
  line-height: inherit !important;
  font-weight: 400;
}
.partwrapbox .navbar-brand .nodewrapunit:hover,
.partwrapbox .navbar-brand .nodewrapunit:focus {
  color: #51cf72 !important;
}
.partwrapbox .navbar-brand .formwrap a {
  outline: none;
}
.partwrapbox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.partwrapbox ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .partwrapbox ul.navbar-nav {
    padding: 0;
    background-color: #000000;
    border: none;
  }
}
.partwrapbox .navbar-buttons {
  text-align: center;
}
.partwrapbox .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.partwrapbox .navbar-buttons .btn .checkbox-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .partwrapbox .navbar-buttons .btn {
    width: auto !important;
  }
}
.partwrapbox 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;
}

.partwrapbox .nav-panel {
  padding: 0 1rem;
}
.partwrapbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partwrapbox .navbar {
    height: 70px;
  }
  .partwrapbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partwrapbox .navbar-nav {
  margin: 0 auto;
}
.partwrapbox .nav-item {
  padding: 0;
  margin: 0;
}
.partwrapbox .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #51cf72 !important;
}
.partwrapbox .nav-item .nav-link::after {
  color: #ffe800 !important;
  transform: rotate(0);
  transition: .3s;
}
.partwrapbox .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #51cf72, #ffe800 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.partwrapbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .partwrapbox .navbar {
    justify-content: flex-start !important;
  }
  .partwrapbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .partwrapbox .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .partwrapbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .partwrapbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .partwrapbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.partwrapbox .clusterbox {
  min-height: 90px;
}
.grid {
  background-color: #000000;
}
.grid .innerwrap {
  margin: 0 -20px;
}
.grid .innerwrap .card {
  padding: 0 20px;
  justify-content: center;
}
.grid .splitunit {
  position: relative;
  padding: 100px 40px;
  min-height: 500px;
}
@media (max-width: 992px) {
  .grid .splitunit {
    padding: 40px 24px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .grid .splitunit {
    padding: 40px 12px;
  }
}
.grid .splitunit .tileunit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid .splitunit .modwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.9;
  pointer-events: none;
}
.grid .splitunit .clusterbox {
  position: relative;
  z-index: 1;
}.grid .splitunit .clusterbox .block-title,
.grid .splitunit .clusterbox .chapter-title,
.grid .splitunit .clusterbox .header-text,
.grid .splitunit .clusterbox .lead-h2,
.grid .splitunit .clusterbox .main-heading,
.grid .splitunit .clusterbox .page-h,
.grid .splitunit .clusterbox .section-h,
.grid .splitunit .clusterbox .topic-title {
  margin-bottom: 24px;
}
.grid .splitunit .clusterbox .text-wrapper .domlayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .grid .splitunit .clusterbox .text-wrapper .domlayer {
    width: 100%;
  }
}.grid .splitunit .clusterbox .block-action,
.grid .splitunit .clusterbox .cta-link,
.grid .splitunit .clusterbox .lead-btn,
.grid .splitunit .clusterbox .page-btn,
.grid .splitunit .clusterbox .section-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.grid .panebox img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .grid .panebox img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .grid .panebox img {
    height: 300px;
  }
}
.grid .image_1 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .grid .image_1 {
    margin-bottom: 24px;
  }
}
.grid .image_2 {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.grid .image_2 img {
  margin-bottom: -40px;
}
@media (max-width: 992px) {
  .grid .image_2 img {
    margin-top: 24px;
  }
}.grid .block-title,
.grid .chapter-title,
.grid .header-text,
.grid .lead-h2,
.grid .main-heading,
.grid .page-h,
.grid .section-h,
.grid .topic-title {
  color: #ffffff;
}
.grid .domlayer,
.grid .text-wrapper {
  color: #ffffff;
  text-align: center;
}.grid .block-title,
.grid .chapter-title,
.grid .header-text,
.grid .lead-h2,
.grid .main-heading,
.grid .page-h,
.grid .section-h,
.grid .topic-title,
.grid .block-action,
.grid .cta-link,
.grid .lead-btn,
.grid .page-btn,
.grid .section-action {
  text-align: center;
}
.wrapbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.wrapbox .splitunit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapbox .splitunit::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #51cf72 10%, #2cc354 25%, #ffed39 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .wrapbox .splitunit::before {
    width: 300px;
    height: 300px;
  }
}
.wrapbox .clusterbox {
  position: relative;
  margin: 0 -40px;
}
.wrapbox .clusterbox .card {
  padding: 0 40px;
}
.wrapbox .clusterbox .flow .areaunit {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.wrapbox .clusterbox .flow .areaunit .tilegrid {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.wrapbox .clusterbox .flow .areaunit .tilegrid .boxarea .checkbox-iconfont {
  display: flex;
  font-size: 24px;
}
.wrapbox .clusterbox .flow .areaunit .tilegrid .fieldset {
  margin-bottom: 0;
}.wrapbox .clusterbox .flow .block-title,
.wrapbox .clusterbox .flow .chapter-title,
.wrapbox .clusterbox .flow .header-text,
.wrapbox .clusterbox .flow .lead-h2,
.wrapbox .clusterbox .flow .main-heading,
.wrapbox .clusterbox .flow .page-h,
.wrapbox .clusterbox .flow .section-h,
.wrapbox .clusterbox .flow .topic-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {.wrapbox .clusterbox .flow .block-title,
.wrapbox .clusterbox .flow .chapter-title,
.wrapbox .clusterbox .flow .header-text,
.wrapbox .clusterbox .flow .lead-h2,
.wrapbox .clusterbox .flow .main-heading,
.wrapbox .clusterbox .flow .page-h,
.wrapbox .clusterbox .flow .section-h,
.wrapbox .clusterbox .flow .topic-title {
    margin-bottom: 20px;
  }
}
.wrapbox .clusterbox .flow .text-wrapper .domlayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .wrapbox .clusterbox .flow .text-wrapper .domlayer {
    width: 100%;
  }
}.wrapbox .block-action,
.wrapbox .cta-link,
.wrapbox .lead-btn,
.wrapbox .page-btn,
.wrapbox .section-action {
  margin-top: 30px;
}
@media (max-width: 992px) {.wrapbox .block-action,
.wrapbox .cta-link,
.wrapbox .lead-btn,
.wrapbox .page-btn,
.wrapbox .section-action {
    margin-top: 10px;
  }
}
.wrapbox .fieldset {
  color: #9ba9c4;
}.wrapbox .block-title,
.wrapbox .chapter-title,
.wrapbox .header-text,
.wrapbox .lead-h2,
.wrapbox .main-heading,
.wrapbox .page-h,
.wrapbox .section-h,
.wrapbox .topic-title {
  color: #ffffff;
}
.wrapbox .domlayer,
.wrapbox .text-wrapper {
  color: #ffffff;
}
.wrapbox label {
  color: #9ba9c4;
}
.wrapbox .fieldset,
.wrapbox .areaunit {
  color: #2cc354;
}
.anchorbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.anchorbox .splitunit {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .anchorbox .splitunit {
    position: relative;
    top: 0;
    margin-bottom: 32px;
  }
}.anchorbox .splitunit .block-title,
.anchorbox .splitunit .chapter-title,
.anchorbox .splitunit .header-text,
.anchorbox .splitunit .lead-h2,
.anchorbox .splitunit .main-heading,
.anchorbox .splitunit .page-h,
.anchorbox .splitunit .section-h,
.anchorbox .splitunit .topic-title {
  margin-bottom: 16px;
}
.anchorbox .splitunit .text-wrapper .domlayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .anchorbox .splitunit .text-wrapper .domlayer {
    width: 100%;
  }
}
.anchorbox .layoutwrap .item {
  margin-bottom: 16px;
}
.anchorbox .layoutwrap .item:last-child {
  margin-bottom: 0;
}
.anchorbox .layoutwrap .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #000000;
  padding: 24px;
}
@media (max-width: 992px) {
  .anchorbox .layoutwrap .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .anchorbox .layoutwrap .item .item-wrapper .boxarea {
    margin-bottom: 20px;
  }
}
.anchorbox .layoutwrap .item .item-wrapper .boxarea .checkbox-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffed39, #00bf32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.anchorbox .layoutwrap .item .item-wrapper .item-content {
  width: 100%;
}
.anchorbox .layoutwrap .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}.anchorbox .block-title,
.anchorbox .chapter-title,
.anchorbox .header-text,
.anchorbox .lead-h2,
.anchorbox .main-heading,
.anchorbox .page-h,
.anchorbox .section-h,
.anchorbox .topic-title {
  color: #ffffff;
}
.anchorbox .domlayer {
  color: #b9b9b9;
}
.anchorbox .item-text {
  color: #ffffff;
}
.anchorbox .domlayer,
.anchorbox .text-wrapper {
  color: #ffffff;
}
.unitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.unitbox .framecore {
  width: 100%;
  height: 1px;
  background-color: #2cc354;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .unitbox .framecore {
    margin-bottom: 24px;
  }
}
.unitbox .innerwrap {
  margin: 0 -32px;
  justify-content: center;
}
.unitbox .innerwrap .card {
  padding: 0 32px;
}
.unitbox .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .unitbox .list-wrapper {
    margin-bottom: 24px;
  }
}
.unitbox .list-wrapper .drawbox {
  margin-bottom: 16px;
}
.unitbox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.unitbox .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.unitbox .list-wrapper .list .item-wrap:hover,
.unitbox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.unitbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.unitbox .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .unitbox .text-wrapper {
    margin-bottom: 24px;
  }
}
.unitbox .text-wrapper .drawbox {
  margin-bottom: 16px;
}
.unitbox .text-wrapper .domlayer {
  margin-bottom: 16px;
}
.unitbox .casing {
  margin-bottom: 0;
  color: #ffffff;
}
.unitbox .drawbox {
  color: #fff164;
}
.unitbox .domlayer,
.unitbox .text-wrapper {
  color: #9aa0a6;
}
.unitbox .list {
  color: #9aa0a6;
}.unitbox .domlayer,
.unitbox .block-action,
.unitbox .cta-link,
.unitbox .lead-btn,
.unitbox .page-btn,
.unitbox .section-action {
  color: #ffffff;
}
.unitbox .list,
.unitbox .item-wrap {
  color: #ffffff;
}
.partwrapbox .nav-panel {
  position: relative !important;
}
.partwrapbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.partwrapbox .nav-link {
  position: relative;
}
.partwrapbox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .partwrapbox .container {
    flex-wrap: nowrap;
  }
}
.partwrapbox .boxarea {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.partwrapbox .boxarea:hover {
  color: #ffe800 !important;
}
.partwrapbox .nav-item:focus,
.partwrapbox .nav-link:focus {
  outline: none;
}
.partwrapbox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.partwrapbox .navbar .formwrap img {
  width: auto;
  border-radius: 6px !important;
}
.partwrapbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partwrapbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partwrapbox .navbar .formwrap img {
    height: 3rem !important;
  }
  .partwrapbox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .partwrapbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .partwrapbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partwrapbox .navbar-brand {
  min-height: 96px;
  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;
}
.partwrapbox .navbar-brand .nodewrapunit {
  line-height: inherit !important;
  font-weight: 400;
}
.partwrapbox .navbar-brand .nodewrapunit:hover,
.partwrapbox .navbar-brand .nodewrapunit:focus {
  color: #51cf72 !important;
}
.partwrapbox .navbar-brand .formwrap a {
  outline: none;
}
.partwrapbox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.partwrapbox ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .partwrapbox ul.navbar-nav {
    padding: 0;
    background-color: #000000;
    border: none;
  }
}
.partwrapbox .navbar-buttons {
  text-align: center;
}
.partwrapbox .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.partwrapbox .navbar-buttons .btn .checkbox-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .partwrapbox .navbar-buttons .btn {
    width: auto !important;
  }
}
.partwrapbox 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;
}

.partwrapbox .nav-panel {
  padding: 0 1rem;
}
.partwrapbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partwrapbox .navbar {
    height: 70px;
  }
  .partwrapbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partwrapbox .navbar-nav {
  margin: 0 auto;
}
.partwrapbox .nav-item {
  padding: 0;
  margin: 0;
}
.partwrapbox .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #51cf72 !important;
}
.partwrapbox .nav-item .nav-link::after {
  color: #ffe800 !important;
  transform: rotate(0);
  transition: .3s;
}
.partwrapbox .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #51cf72, #ffe800 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.partwrapbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .partwrapbox .navbar {
    justify-content: flex-start !important;
  }
  .partwrapbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .partwrapbox .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .partwrapbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .partwrapbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .partwrapbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.partwrapbox .clusterbox {
  min-height: 90px;
}
.gridunitbox {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("images/solid1.jpeg");
}
.gridunitbox .splitunit .flow .host {
  display: inline-flex;
  gap: 4px;
}
.gridunitbox .splitunit .flow .host .shiftbox {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #51cf72;
  border-radius: 100%;
  margin-top: 6px;
}.gridunitbox .splitunit .flow .host .block-title,
.gridunitbox .splitunit .flow .host .chapter-title,
.gridunitbox .splitunit .flow .host .header-text,
.gridunitbox .splitunit .flow .host .lead-h2,
.gridunitbox .splitunit .flow .host .main-heading,
.gridunitbox .splitunit .flow .host .page-h,
.gridunitbox .splitunit .flow .host .section-h,
.gridunitbox .splitunit .flow .host .topic-title {
  margin-bottom: 0;
}.gridunitbox .splitunit .notch .block-subtitle,
.gridunitbox .splitunit .notch .h-secondary,
.gridunitbox .splitunit .notch .lead-sub {
  margin-bottom: 0;
}
.gridunitbox .splitunit .text-wrapper .domlayer {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .gridunitbox .splitunit .text-wrapper .domlayer {
    width: 100%;
    margin-top: 24px;
  }
}.gridunitbox .splitunit .block-action,
.gridunitbox .splitunit .cta-link,
.gridunitbox .splitunit .lead-btn,
.gridunitbox .splitunit .page-btn,
.gridunitbox .splitunit .section-action {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.gridunitbox .splitunit .block-action,
.gridunitbox .splitunit .cta-link,
.gridunitbox .splitunit .lead-btn,
.gridunitbox .splitunit .page-btn,
.gridunitbox .splitunit .section-action {
    margin-top: 14px;
  }
}
.gridunitbox .splitunit .desc-wrapper .drawbox {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .gridunitbox .splitunit .desc-wrapper .drawbox {
    width: 100%;
    margin-top: 24px;
  }
}.gridunitbox .block-title,
.gridunitbox .chapter-title,
.gridunitbox .header-text,
.gridunitbox .lead-h2,
.gridunitbox .main-heading,
.gridunitbox .page-h,
.gridunitbox .section-h,
.gridunitbox .topic-title {
  color: #ffffff;
}.gridunitbox .block-subtitle,
.gridunitbox .h-secondary,
.gridunitbox .lead-sub,
.gridunitbox .notch {
  color: #fff164;
  text-align: center;
}
.gridunitbox .domlayer,
.gridunitbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.gridunitbox .drawbox,
.gridunitbox .desc-wrapper {
  color: #ffffff;
  text-align: center;
}.gridunitbox .block-title,
.gridunitbox .chapter-title,
.gridunitbox .header-text,
.gridunitbox .lead-h2,
.gridunitbox .main-heading,
.gridunitbox .page-h,
.gridunitbox .section-h,
.gridunitbox .topic-title,
.gridunitbox .flow,
.gridunitbox .block-action,
.gridunitbox .cta-link,
.gridunitbox .lead-btn,
.gridunitbox .page-btn,
.gridunitbox .section-action {
  text-align: center;
  color: #51cf72;
}
.unitband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.unitband .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .unitband .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .unitband .container {
    padding: 0;
  }
}
.unitband .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .unitband .flow {
    padding: 0 16px;
  }
}.unitband .flow .block-title,
.unitband .flow .chapter-title,
.unitband .flow .header-text,
.unitband .flow .lead-h2,
.unitband .flow .main-heading,
.unitband .flow .page-h,
.unitband .flow .section-h,
.unitband .flow .topic-title {
  margin-bottom: 0;
}
.unitband .flow .domlayer {
  margin: 30px 0 0 0;
}.unitband .block-title,
.unitband .chapter-title,
.unitband .header-text,
.unitband .lead-h2,
.unitband .main-heading,
.unitband .page-h,
.unitband .section-h,
.unitband .topic-title {
  color: #263652;
}
.unitband .domlayer {
  color: #ffffff;
}
.unitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.unitbox .framecore {
  width: 100%;
  height: 1px;
  background-color: #2cc354;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .unitbox .framecore {
    margin-bottom: 24px;
  }
}
.unitbox .innerwrap {
  margin: 0 -32px;
  justify-content: center;
}
.unitbox .innerwrap .card {
  padding: 0 32px;
}
.unitbox .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .unitbox .list-wrapper {
    margin-bottom: 24px;
  }
}
.unitbox .list-wrapper .drawbox {
  margin-bottom: 16px;
}
.unitbox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.unitbox .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.unitbox .list-wrapper .list .item-wrap:hover,
.unitbox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.unitbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.unitbox .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .unitbox .text-wrapper {
    margin-bottom: 24px;
  }
}
.unitbox .text-wrapper .drawbox {
  margin-bottom: 16px;
}
.unitbox .text-wrapper .domlayer {
  margin-bottom: 16px;
}
.unitbox .casing {
  margin-bottom: 0;
  color: #ffffff;
}
.unitbox .drawbox {
  color: #fff164;
}
.unitbox .domlayer,
.unitbox .text-wrapper {
  color: #9aa0a6;
}
.unitbox .list {
  color: #9aa0a6;
}.unitbox .domlayer,
.unitbox .block-action,
.unitbox .cta-link,
.unitbox .lead-btn,
.unitbox .page-btn,
.unitbox .section-action {
  color: #ffffff;
}
.unitbox .list,
.unitbox .item-wrap {
  color: #ffffff;
}
.drawunit .nav-panel {
  position: relative !important;
}
.drawunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.drawunit .nav-link {
  position: relative;
}
.drawunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .drawunit .container {
    flex-wrap: nowrap;
  }
}
.drawunit .boxarea {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.drawunit .boxarea:hover {
  color: #ffe800 !important;
}
.drawunit .nav-item:focus,
.drawunit .nav-link:focus {
  outline: none;
}
.drawunit .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.drawunit .navbar .formwrap img {
  width: auto;
  border-radius: 6px !important;
}
.drawunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .drawunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .drawunit .navbar .formwrap img {
    height: 3rem !important;
  }
  .drawunit .navbar ul.navbar-nav li {
    margin: auto;
  }
  .drawunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .drawunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.drawunit .navbar-brand {
  min-height: 96px;
  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;
}
.drawunit .navbar-brand .nodewrapunit {
  line-height: inherit !important;
  font-weight: 400;
}
.drawunit .navbar-brand .nodewrapunit:hover,
.drawunit .navbar-brand .nodewrapunit:focus {
  color: #51cf72 !important;
}
.drawunit .navbar-brand .formwrap a {
  outline: none;
}
.drawunit .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.drawunit ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .drawunit ul.navbar-nav {
    padding: 0;
    background-color: #000000;
    border: none;
  }
}
.drawunit .navbar-buttons {
  text-align: center;
}
.drawunit .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.drawunit .navbar-buttons .btn .checkbox-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .drawunit .navbar-buttons .btn {
    width: auto !important;
  }
}
.drawunit 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;
}

.drawunit .nav-panel {
  padding: 0 1rem;
}
.drawunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .drawunit .navbar {
    height: 70px;
  }
  .drawunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.drawunit .navbar-nav {
  margin: 0 auto;
}
.drawunit .nav-item {
  padding: 0;
  margin: 0;
}
.drawunit .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #51cf72 !important;
}
.drawunit .nav-item .nav-link::after {
  color: #ffe800 !important;
  transform: rotate(0);
  transition: .3s;
}
.drawunit .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #51cf72, #ffe800 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.drawunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .drawunit .navbar {
    justify-content: flex-start !important;
  }
  .drawunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .drawunit .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .drawunit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .drawunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .drawunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.drawunit .clusterbox {
  min-height: 90px;
}
.slotunit {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("images/solid1.jpeg");
}
.slotunit .splitunit .flow .host {
  display: inline-flex;
  gap: 4px;
}
.slotunit .splitunit .flow .host .shiftbox {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #51cf72;
  border-radius: 100%;
  margin-top: 6px;
}.slotunit .splitunit .flow .host .block-title,
.slotunit .splitunit .flow .host .chapter-title,
.slotunit .splitunit .flow .host .header-text,
.slotunit .splitunit .flow .host .lead-h2,
.slotunit .splitunit .flow .host .main-heading,
.slotunit .splitunit .flow .host .page-h,
.slotunit .splitunit .flow .host .section-h,
.slotunit .splitunit .flow .host .topic-title {
  margin-bottom: 0;
}.slotunit .splitunit .notch .block-subtitle,
.slotunit .splitunit .notch .h-secondary,
.slotunit .splitunit .notch .lead-sub {
  margin-bottom: 0;
}
.slotunit .splitunit .text-wrapper .domlayer {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .slotunit .splitunit .text-wrapper .domlayer {
    width: 100%;
    margin-top: 24px;
  }
}.slotunit .splitunit .block-action,
.slotunit .splitunit .cta-link,
.slotunit .splitunit .lead-btn,
.slotunit .splitunit .page-btn,
.slotunit .splitunit .section-action {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.slotunit .splitunit .block-action,
.slotunit .splitunit .cta-link,
.slotunit .splitunit .lead-btn,
.slotunit .splitunit .page-btn,
.slotunit .splitunit .section-action {
    margin-top: 14px;
  }
}
.slotunit .splitunit .desc-wrapper .drawbox {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .slotunit .splitunit .desc-wrapper .drawbox {
    width: 100%;
    margin-top: 24px;
  }
}.slotunit .block-title,
.slotunit .chapter-title,
.slotunit .header-text,
.slotunit .lead-h2,
.slotunit .main-heading,
.slotunit .page-h,
.slotunit .section-h,
.slotunit .topic-title {
  color: #ffffff;
}.slotunit .block-subtitle,
.slotunit .h-secondary,
.slotunit .lead-sub,
.slotunit .notch {
  color: #fff164;
  text-align: center;
}
.slotunit .domlayer,
.slotunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.slotunit .drawbox,
.slotunit .desc-wrapper {
  color: #ffffff;
  text-align: center;
}.slotunit .block-title,
.slotunit .chapter-title,
.slotunit .header-text,
.slotunit .lead-h2,
.slotunit .main-heading,
.slotunit .page-h,
.slotunit .section-h,
.slotunit .topic-title,
.slotunit .flow,
.slotunit .block-action,
.slotunit .cta-link,
.slotunit .lead-btn,
.slotunit .page-btn,
.slotunit .section-action {
  text-align: center;
  color: #51cf72;
}
.fold {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.fold .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .fold .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .fold .container {
    padding: 0;
  }
}
.fold .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .fold .flow {
    padding: 0 16px;
  }
}.fold .flow .block-title,
.fold .flow .chapter-title,
.fold .flow .header-text,
.fold .flow .lead-h2,
.fold .flow .main-heading,
.fold .flow .page-h,
.fold .flow .section-h,
.fold .flow .topic-title {
  margin-bottom: 0;
}
.fold .flow .domlayer {
  margin: 30px 0 0 0;
}.fold .block-title,
.fold .chapter-title,
.fold .header-text,
.fold .lead-h2,
.fold .main-heading,
.fold .page-h,
.fold .section-h,
.fold .topic-title {
  color: #263652;
}
.fold .domlayer {
  color: #ffffff;
}
.rootwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.rootwrap .framecore {
  width: 100%;
  height: 1px;
  background-color: #2cc354;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .rootwrap .framecore {
    margin-bottom: 24px;
  }
}
.rootwrap .innerwrap {
  margin: 0 -32px;
  justify-content: center;
}
.rootwrap .innerwrap .card {
  padding: 0 32px;
}
.rootwrap .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .rootwrap .list-wrapper {
    margin-bottom: 24px;
  }
}
.rootwrap .list-wrapper .drawbox {
  margin-bottom: 16px;
}
.rootwrap .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.rootwrap .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.rootwrap .list-wrapper .list .item-wrap:hover,
.rootwrap .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.rootwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.rootwrap .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .rootwrap .text-wrapper {
    margin-bottom: 24px;
  }
}
.rootwrap .text-wrapper .drawbox {
  margin-bottom: 16px;
}
.rootwrap .text-wrapper .domlayer {
  margin-bottom: 16px;
}
.rootwrap .casing {
  margin-bottom: 0;
  color: #ffffff;
}
.rootwrap .drawbox {
  color: #fff164;
}
.rootwrap .domlayer,
.rootwrap .text-wrapper {
  color: #9aa0a6;
}
.rootwrap .list {
  color: #9aa0a6;
}.rootwrap .domlayer,
.rootwrap .block-action,
.rootwrap .cta-link,
.rootwrap .lead-btn,
.rootwrap .page-btn,
.rootwrap .section-action {
  color: #ffffff;
}
.rootwrap .list,
.rootwrap .item-wrap {
  color: #ffffff;
}
.treebox .nav-panel {
  position: relative !important;
}
.treebox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.treebox .nav-link {
  position: relative;
}
.treebox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .treebox .container {
    flex-wrap: nowrap;
  }
}
.treebox .boxarea {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.treebox .boxarea:hover {
  color: #ffe800 !important;
}
.treebox .nav-item:focus,
.treebox .nav-link:focus {
  outline: none;
}
.treebox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.treebox .navbar .formwrap img {
  width: auto;
  border-radius: 6px !important;
}
.treebox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .treebox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .treebox .navbar .formwrap img {
    height: 3rem !important;
  }
  .treebox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .treebox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .treebox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.treebox .navbar-brand {
  min-height: 96px;
  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;
}
.treebox .navbar-brand .nodewrapunit {
  line-height: inherit !important;
  font-weight: 400;
}
.treebox .navbar-brand .nodewrapunit:hover,
.treebox .navbar-brand .nodewrapunit:focus {
  color: #51cf72 !important;
}
.treebox .navbar-brand .formwrap a {
  outline: none;
}
.treebox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.treebox ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .treebox ul.navbar-nav {
    padding: 0;
    background-color: #000000;
    border: none;
  }
}
.treebox .navbar-buttons {
  text-align: center;
}
.treebox .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.treebox .navbar-buttons .btn .checkbox-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .treebox .navbar-buttons .btn {
    width: auto !important;
  }
}
.treebox 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;
}

.treebox .nav-panel {
  padding: 0 1rem;
}
.treebox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .treebox .navbar {
    height: 70px;
  }
  .treebox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.treebox .navbar-nav {
  margin: 0 auto;
}
.treebox .nav-item {
  padding: 0;
  margin: 0;
}
.treebox .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #51cf72 !important;
}
.treebox .nav-item .nav-link::after {
  color: #ffe800 !important;
  transform: rotate(0);
  transition: .3s;
}
.treebox .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #51cf72, #ffe800 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.treebox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .treebox .navbar {
    justify-content: flex-start !important;
  }
  .treebox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .treebox .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .treebox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .treebox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .treebox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.treebox .clusterbox {
  min-height: 90px;
}
.bound {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("images/solid1.jpeg");
}
.bound .splitunit .flow .host {
  display: inline-flex;
  gap: 4px;
}
.bound .splitunit .flow .host .shiftbox {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #51cf72;
  border-radius: 100%;
  margin-top: 6px;
}.bound .splitunit .flow .host .block-title,
.bound .splitunit .flow .host .chapter-title,
.bound .splitunit .flow .host .header-text,
.bound .splitunit .flow .host .lead-h2,
.bound .splitunit .flow .host .main-heading,
.bound .splitunit .flow .host .page-h,
.bound .splitunit .flow .host .section-h,
.bound .splitunit .flow .host .topic-title {
  margin-bottom: 0;
}.bound .splitunit .notch .block-subtitle,
.bound .splitunit .notch .h-secondary,
.bound .splitunit .notch .lead-sub {
  margin-bottom: 0;
}
.bound .splitunit .text-wrapper .domlayer {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .bound .splitunit .text-wrapper .domlayer {
    width: 100%;
    margin-top: 24px;
  }
}.bound .splitunit .block-action,
.bound .splitunit .cta-link,
.bound .splitunit .lead-btn,
.bound .splitunit .page-btn,
.bound .splitunit .section-action {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.bound .splitunit .block-action,
.bound .splitunit .cta-link,
.bound .splitunit .lead-btn,
.bound .splitunit .page-btn,
.bound .splitunit .section-action {
    margin-top: 14px;
  }
}
.bound .splitunit .desc-wrapper .drawbox {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .bound .splitunit .desc-wrapper .drawbox {
    width: 100%;
    margin-top: 24px;
  }
}.bound .block-title,
.bound .chapter-title,
.bound .header-text,
.bound .lead-h2,
.bound .main-heading,
.bound .page-h,
.bound .section-h,
.bound .topic-title {
  color: #ffffff;
}.bound .block-subtitle,
.bound .h-secondary,
.bound .lead-sub,
.bound .notch {
  color: #fff164;
  text-align: center;
}
.bound .domlayer,
.bound .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.bound .drawbox,
.bound .desc-wrapper {
  color: #ffffff;
  text-align: center;
}.bound .block-title,
.bound .chapter-title,
.bound .header-text,
.bound .lead-h2,
.bound .main-heading,
.bound .page-h,
.bound .section-h,
.bound .topic-title,
.bound .flow,
.bound .block-action,
.bound .cta-link,
.bound .lead-btn,
.bound .page-btn,
.bound .section-action {
  text-align: center;
  color: #51cf72;
}
.core {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.core .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .core .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .core .container {
    padding: 0;
  }
}
.core .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .core .flow {
    padding: 0 16px;
  }
}.core .flow .block-title,
.core .flow .chapter-title,
.core .flow .header-text,
.core .flow .lead-h2,
.core .flow .main-heading,
.core .flow .page-h,
.core .flow .section-h,
.core .flow .topic-title {
  margin-bottom: 0;
}
.core .flow .domlayer {
  margin: 30px 0 0 0;
}.core .block-title,
.core .chapter-title,
.core .header-text,
.core .lead-h2,
.core .main-heading,
.core .page-h,
.core .section-h,
.core .topic-title {
  color: #263652;
}
.core .domlayer {
  color: #ffffff;
}
.tilemap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tilemap .framecore {
  width: 100%;
  height: 1px;
  background-color: #2cc354;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilemap .framecore {
    margin-bottom: 24px;
  }
}
.tilemap .innerwrap {
  margin: 0 -32px;
  justify-content: center;
}
.tilemap .innerwrap .card {
  padding: 0 32px;
}
.tilemap .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .tilemap .list-wrapper {
    margin-bottom: 24px;
  }
}
.tilemap .list-wrapper .drawbox {
  margin-bottom: 16px;
}
.tilemap .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tilemap .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tilemap .list-wrapper .list .item-wrap:hover,
.tilemap .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.tilemap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tilemap .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .tilemap .text-wrapper {
    margin-bottom: 24px;
  }
}
.tilemap .text-wrapper .drawbox {
  margin-bottom: 16px;
}
.tilemap .text-wrapper .domlayer {
  margin-bottom: 16px;
}
.tilemap .casing {
  margin-bottom: 0;
  color: #ffffff;
}
.tilemap .drawbox {
  color: #fff164;
}
.tilemap .domlayer,
.tilemap .text-wrapper {
  color: #9aa0a6;
}
.tilemap .list {
  color: #9aa0a6;
}.tilemap .domlayer,
.tilemap .block-action,
.tilemap .cta-link,
.tilemap .lead-btn,
.tilemap .page-btn,
.tilemap .section-action {
  color: #ffffff;
}
.tilemap .list,
.tilemap .item-wrap {
  color: #ffffff;
}
.framefield .nav-panel {
  position: relative !important;
}
.framefield .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framefield .nav-link {
  position: relative;
}
.framefield .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .framefield .container {
    flex-wrap: nowrap;
  }
}
.framefield .boxarea {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.framefield .boxarea:hover {
  color: #ffe800 !important;
}
.framefield .nav-item:focus,
.framefield .nav-link:focus {
  outline: none;
}
.framefield .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.framefield .navbar .formwrap img {
  width: auto;
  border-radius: 6px !important;
}
.framefield .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framefield .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framefield .navbar .formwrap img {
    height: 3rem !important;
  }
  .framefield .navbar ul.navbar-nav li {
    margin: auto;
  }
  .framefield .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .framefield .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framefield .navbar-brand {
  min-height: 96px;
  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;
}
.framefield .navbar-brand .nodewrapunit {
  line-height: inherit !important;
  font-weight: 400;
}
.framefield .navbar-brand .nodewrapunit:hover,
.framefield .navbar-brand .nodewrapunit:focus {
  color: #51cf72 !important;
}
.framefield .navbar-brand .formwrap a {
  outline: none;
}
.framefield .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.framefield ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .framefield ul.navbar-nav {
    padding: 0;
    background-color: #000000;
    border: none;
  }
}
.framefield .navbar-buttons {
  text-align: center;
}
.framefield .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.framefield .navbar-buttons .btn .checkbox-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .framefield .navbar-buttons .btn {
    width: auto !important;
  }
}
.framefield 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;
}

.framefield .nav-panel {
  padding: 0 1rem;
}
.framefield a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framefield .navbar {
    height: 70px;
  }
  .framefield .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framefield .navbar-nav {
  margin: 0 auto;
}
.framefield .nav-item {
  padding: 0;
  margin: 0;
}
.framefield .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #51cf72 !important;
}
.framefield .nav-item .nav-link::after {
  color: #ffe800 !important;
  transform: rotate(0);
  transition: .3s;
}
.framefield .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #51cf72, #ffe800 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.framefield .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .framefield .navbar {
    justify-content: flex-start !important;
  }
  .framefield .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .framefield .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .framefield .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .framefield .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .framefield .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.framefield .clusterbox {
  min-height: 90px;
}
.coverbox {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("images/solid1.jpeg");
}
.coverbox .splitunit .flow .host {
  display: inline-flex;
  gap: 4px;
}
.coverbox .splitunit .flow .host .shiftbox {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #51cf72;
  border-radius: 100%;
  margin-top: 6px;
}.coverbox .splitunit .flow .host .block-title,
.coverbox .splitunit .flow .host .chapter-title,
.coverbox .splitunit .flow .host .header-text,
.coverbox .splitunit .flow .host .lead-h2,
.coverbox .splitunit .flow .host .main-heading,
.coverbox .splitunit .flow .host .page-h,
.coverbox .splitunit .flow .host .section-h,
.coverbox .splitunit .flow .host .topic-title {
  margin-bottom: 0;
}.coverbox .splitunit .notch .block-subtitle,
.coverbox .splitunit .notch .h-secondary,
.coverbox .splitunit .notch .lead-sub {
  margin-bottom: 0;
}
.coverbox .splitunit .text-wrapper .domlayer {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .coverbox .splitunit .text-wrapper .domlayer {
    width: 100%;
    margin-top: 24px;
  }
}.coverbox .splitunit .block-action,
.coverbox .splitunit .cta-link,
.coverbox .splitunit .lead-btn,
.coverbox .splitunit .page-btn,
.coverbox .splitunit .section-action {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.coverbox .splitunit .block-action,
.coverbox .splitunit .cta-link,
.coverbox .splitunit .lead-btn,
.coverbox .splitunit .page-btn,
.coverbox .splitunit .section-action {
    margin-top: 14px;
  }
}
.coverbox .splitunit .desc-wrapper .drawbox {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .coverbox .splitunit .desc-wrapper .drawbox {
    width: 100%;
    margin-top: 24px;
  }
}.coverbox .block-title,
.coverbox .chapter-title,
.coverbox .header-text,
.coverbox .lead-h2,
.coverbox .main-heading,
.coverbox .page-h,
.coverbox .section-h,
.coverbox .topic-title {
  color: #ffffff;
}.coverbox .block-subtitle,
.coverbox .h-secondary,
.coverbox .lead-sub,
.coverbox .notch {
  color: #fff164;
  text-align: center;
}
.coverbox .domlayer,
.coverbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.coverbox .drawbox,
.coverbox .desc-wrapper {
  color: #ffffff;
  text-align: center;
}.coverbox .block-title,
.coverbox .chapter-title,
.coverbox .header-text,
.coverbox .lead-h2,
.coverbox .main-heading,
.coverbox .page-h,
.coverbox .section-h,
.coverbox .topic-title,
.coverbox .flow,
.coverbox .block-action,
.coverbox .cta-link,
.coverbox .lead-btn,
.coverbox .page-btn,
.coverbox .section-action {
  text-align: center;
  color: #51cf72;
}
.padbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.padbox .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .padbox .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .padbox .container {
    padding: 0;
  }
}
.padbox .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .padbox .flow {
    padding: 0 16px;
  }
}.padbox .flow .block-title,
.padbox .flow .chapter-title,
.padbox .flow .header-text,
.padbox .flow .lead-h2,
.padbox .flow .main-heading,
.padbox .flow .page-h,
.padbox .flow .section-h,
.padbox .flow .topic-title {
  margin-bottom: 0;
}
.padbox .flow .domlayer {
  margin: 30px 0 0 0;
}.padbox .block-title,
.padbox .chapter-title,
.padbox .header-text,
.padbox .lead-h2,
.padbox .main-heading,
.padbox .page-h,
.padbox .section-h,
.padbox .topic-title {
  color: #263652;
}
.padbox .domlayer {
  color: #ffffff;
}
.stacksegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.stacksegment .framecore {
  width: 100%;
  height: 1px;
  background-color: #2cc354;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .stacksegment .framecore {
    margin-bottom: 24px;
  }
}
.stacksegment .innerwrap {
  margin: 0 -32px;
  justify-content: center;
}
.stacksegment .innerwrap .card {
  padding: 0 32px;
}
.stacksegment .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .stacksegment .list-wrapper {
    margin-bottom: 24px;
  }
}
.stacksegment .list-wrapper .drawbox {
  margin-bottom: 16px;
}
.stacksegment .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.stacksegment .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.stacksegment .list-wrapper .list .item-wrap:hover,
.stacksegment .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.stacksegment .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.stacksegment .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .stacksegment .text-wrapper {
    margin-bottom: 24px;
  }
}
.stacksegment .text-wrapper .drawbox {
  margin-bottom: 16px;
}
.stacksegment .text-wrapper .domlayer {
  margin-bottom: 16px;
}
.stacksegment .casing {
  margin-bottom: 0;
  color: #ffffff;
}
.stacksegment .drawbox {
  color: #fff164;
}
.stacksegment .domlayer,
.stacksegment .text-wrapper {
  color: #9aa0a6;
}
.stacksegment .list {
  color: #9aa0a6;
}.stacksegment .domlayer,
.stacksegment .block-action,
.stacksegment .cta-link,
.stacksegment .lead-btn,
.stacksegment .page-btn,
.stacksegment .section-action {
  color: #ffffff;
}
.stacksegment .list,
.stacksegment .item-wrap {
  color: #ffffff;
}

.info-popup {
  position: fixed;
  left: max(12px, calc(50vw - 490px));
  right: max(12px, calc(50vw - 490px));
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.info-popup *,
.info-popup *::before,
.info-popup *::after {
  box-sizing: border-box;
}

.mainbox {
  position: relative;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: start;
  width: 100%;
  padding: 20px 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, #fffefb 0%, #f7f8f3 100%);
  border: 1px solid #d9e3d4;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
  overflow: hidden;
}

.mainbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8cc84b 0%, #3fa067 100%);
}

.mainbox::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140, 200, 75, 0.10) 0%, rgba(140, 200, 75, 0) 72%);
  pointer-events: none;
}

.stepwrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.dialog-icon-wrap {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dfe7da;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(63, 160, 103, 0.08);
}

.platebox {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.bodysegment {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef8eb;
  border: 1px solid #d8ecd1;
  color: #3d7e48;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zoneunit {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.buildbox {
  margin: 0;
  color: #203126;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
}

.strip {
  margin: 0;
  color: #33443a;
  font-size: clamp(13px, 1vw, 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;
}

.aux-links-text {
  display: block;
  margin: 0;
  color: #6a7d70;
  font-size: 12px;
  line-height: 1.4;
}

.legal-links-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.legal-links-row a {
  display: inline-block;
  color: #2f8a57;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(47, 138, 87, 0.38);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.legal-links-row a:hover {
  color: #236843;
  border-bottom-color: #236843;
}

.legal-links-row span {
  display: inline-block;
  color: #6a7d70;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.fieldwrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

#acknowledgeBtn {
  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, #8cc84b 0%, #53b46c 100%);
  color: #163120;
  box-shadow: 0 12px 24px rgba(83, 180, 108, 0.18);
}

#acknowledgeBtn:hover {
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .info-popup {
    left: 12px;
    right: 12px;
  }

  .mainbox {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .fieldwrap {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  #acknowledgeBtn {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .info-popup {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .mainbox {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mainbox::before {
    left: 12px;
    right: 12px;
    top: 0;
    bottom: auto;
    width: auto;
    height: 6px;
  }

  .stepwrap {
    align-items: center;
    text-align: center;
  }

  .zoneunit {
    align-items: center;
    text-align: center;
  }

  .buildbox {
    font-size: 18px;
    text-align: center;
  }

  .strip {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .partbox {
    align-items: center;
    text-align: center;
  }

  .legal-links-row {
    justify-content: center;
  }

  .fieldwrap {
    flex-direction: column;
    width: 100%;
  }

  #acknowledgeBtn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .info-popup {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .mainbox {
    padding: 14px;
    border-radius: 18px;
  }

  .dialog-icon-wrap {
    width: 66px;
    height: 66px;
    border-radius: 20px;
  }

  .platebox {
    width: 42px;
    height: 42px;
  }

  .buildbox {
    font-size: 17px;
  }

  .aux-links-text,
  .legal-links-row a,
  .legal-links-row span {
    font-size: 12px;
  }
}

@keyframes bounceRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

.navbar-brand {
    animation: bounceRight 1s ease-in-out;
}

.lane-text { padding: 0 !important; background: transparent; }
.app-row {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #161515;
  border: 1px solid #332e28;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  color: #ffffff !important;
}
.slot-wrap {
  padding: 40px 40px 30px;
  border-bottom: 1px solid #332e28;
  background: #111010;
}
.mod-body {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #d4af37;
  color: #d4af37 !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.item-panel {
  margin: 0 0 14px;
  color: #ffffff !important;
  font-size: 38px;
  line-height: 1.07;
  font-weight: 800;
}
.pane-link {
  margin: 0 0 28px;
  color: rgba(255,255,255,0.86) !important;
  font-size: 15px;
  line-height: 1.8;
}
.patternunit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.zonepad {
  padding: 14px 16px;
  border-left: 2px solid #d4af37;
  background: rgba(212,175,55,0.07);
}
.menu-dark-wrap {
  display: block;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.bar-main-wrap {
  display: block;
  color: rgba(255,255,255,0.82) !important;
  font-size: 13px;
  line-height: 1.65;
}
.root-pane {
  padding: 32px 40px 40px;
  background: #161515;
}
.root-pane *,
.root-pane *::before,
.root-pane *::after {
  box-sizing: border-box;
}
.root-pane [hidden] {
  display: none !important;
}
.alt-alert {
  margin-bottom: 22px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.6;
  border-left: 3px solid;
}
.stackbox {
  background: #1a0f0f;
  border-color: #e05252;
  color: #ffffff !important;
}
.box-info {
  background: #1a1508;
  border-color: #d4af37;
  color: #ffffff !important;
}
.list-check {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 22px;
}
.list-holder {
  grid-column: 1 / -1;
}
.unitcol {
  display: block;
  margin-bottom: 8px;
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.layout {
  color: rgba(255,255,255,0.72) !important;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.frame {
  width: 100%;
  padding: 12px 14px;
  background: #111010;
  border: 1px solid #332e28;
  color: #ffffff !important;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.frame::placeholder {
  color: rgba(255,255,255,0.48) !important;
}
.frame:focus {
  border-color: #d4af37;
  background: #181410;
  color: #ffffff !important;
}
.form-inner {
  cursor: pointer;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23d4af37'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.form-inner option {
  background: #161515;
  color: #ffffff;
}
textarea.frame {
  min-height: 160px;
  resize: vertical;
}
.card-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.tag-chip {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #d4af37;
  cursor: pointer;
}
.site-active-layout {
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1.75;
}
.site-active-layout a {
  color: #d4af37 !important;
  text-decoration: underline;
}
.main-group {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: transparent;
  border: 2px solid #d4af37;
  color: #d4af37 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, color 0.2s;
}
.main-group:hover {
  background: #d4af37;
  color: #111010 !important;
}
.areawrap {
  margin: 0;
  color: rgba(255,255,255,0.76) !important;
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 860px) {
  .lane-text { padding: 0 12px !important; }
  .slot-wrap, .root-pane {
    padding-left: 20px;
    padding-right: 20px;
  }
  .list-check, .patternunit {
    grid-template-columns: 1fr;
  }
  .item-panel {
    font-size: 28px;
  }
}

.info-popup {
  position: fixed;
  left: max(12px, calc(50vw - 490px));
  right: max(12px, calc(50vw - 490px));
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.info-popup *,
.info-popup *::before,
.info-popup *::after {
  box-sizing: border-box;
}

.info-popup.ready {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.info-popup.left {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

.mainbox {
  position: relative;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: start;
  width: 100%;
  padding: 20px 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, #fffefb 0%, #f7f8f3 100%);
  border: 1px solid #d9e3d4;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
  overflow: hidden;
}

.mainbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8cc84b 0%, #3fa067 100%);
}

.mainbox::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140, 200, 75, 0.10) 0%, rgba(140, 200, 75, 0) 72%);
  pointer-events: none;
}

.stepwrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.dialog-icon-wrap {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dfe7da;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(63, 160, 103, 0.08);
}

.platebox {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.bodysegment {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef8eb;
  border: 1px solid #d8ecd1;
  color: #3d7e48;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zoneunit {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.buildbox {
  margin: 0;
  color: #203126;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
}

.strip {
  margin: 0;
  color: #33443a;
  font-size: clamp(13px, 1vw, 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;
}

.aux-links-text {
  display: block;
  margin: 0;
  color: #6a7d70;
  font-size: 12px;
  line-height: 1.4;
}

.legal-links-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.legal-links-row a {
  display: inline-block;
  color: #2f8a57;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(47, 138, 87, 0.38);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.legal-links-row a:hover {
  color: #236843;
  border-bottom-color: #236843;
}

.legal-links-row span {
  display: inline-block;
  color: #6a7d70;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.fieldwrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

#acknowledgeBtn {
  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, #8cc84b 0%, #53b46c 100%);
  color: #163120;
  box-shadow: 0 12px 24px rgba(83, 180, 108, 0.18);
}

#acknowledgeBtn:hover {
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .info-popup {
    left: 12px;
    right: 12px;
  }

  .mainbox {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .fieldwrap {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  #acknowledgeBtn {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .info-popup {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .mainbox {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mainbox::before {
    left: 12px;
    right: 12px;
    top: 0;
    bottom: auto;
    width: auto;
    height: 6px;
  }

  .stepwrap {
    align-items: center;
    text-align: center;
  }

  .zoneunit {
    align-items: center;
    text-align: center;
  }

  .buildbox {
    font-size: 18px;
    text-align: center;
  }

  .strip {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .partbox {
    align-items: center;
    text-align: center;
  }

  .legal-links-row {
    justify-content: center;
  }

  .fieldwrap {
    flex-direction: column;
    width: 100%;
  }

  #acknowledgeBtn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .info-popup {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .mainbox {
    padding: 14px;
    border-radius: 18px;
  }

  .dialog-icon-wrap {
    width: 66px;
    height: 66px;
    border-radius: 20px;
  }

  .platebox {
    width: 42px;
    height: 42px;
  }

  .buildbox {
    font-size: 17px;
  }

  .aux-links-text,
  .legal-links-row a,
  .legal-links-row 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%;
}
