@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-info-rgb: 13, 202, 240;
  --bs-danger-rgb: 220, 53, 69;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}


tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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;
}

.boxgrid {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .boxgrid {
    font-size: 5rem;
  }
}

.boxlayer {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .boxlayer {
    font-size: 4.5rem;
  }
}

.fold {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .fold {
    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 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-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 {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-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(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.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 {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-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(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.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(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-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(--bs-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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-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(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.section {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
 .section .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .section {
    flex-direction: row;
  }
  .navbar-expand-lg .section .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.layoutunit {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.clusterunit {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@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%;
  }
}

.d-flex {
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .bound {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .bound img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .bound.select-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .select-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown.navbar-fixed-top {
    position: fixed; }
  .navbar-dropdown .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; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.select-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.select-section-title {
  font-style: normal;
  line-height: 1.3;
}

.select-section-subtitle {
  line-height: 1.3;
}

.zonelayer {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.boxgrid,
.boxlayer,
.fold,
.display-5,
.display-7,
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;
  -webkit-transition-property: background-color, color;
  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;
}

/*! Base colors */

/*! Text-aligns */
.pane {
  text-align: left;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.select-section-btn {
  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 .select-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .select-iconfont,
.btn.btn-sm .select-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .select-iconfont,
.btn.btn-md .select-iconfont {
  margin-left: 0.8rem;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.containerwrap .colbox {
  min-height: 100vh;
}

.containerwrap {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@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: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .bound img {
  display: -webkit-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 .section.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .select-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.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 .select-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

.colbox {
  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;
}

.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: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'grid2';
  font-display: swap;
  src:  url('fonts/branding2.eot');
  src:  url('fonts/branding2.eot') format('embedded-opentype'),
    url('fonts/branding2.woff2') format('woff2'),
    url('fonts/branding2.woff') format('woff'),
    url('fonts/branding2.ttf') format('truetype'),
    url('fonts/branding2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="texture-"], [class*=" texture-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'grid2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.texture-3D-contact-form:before {
  content: "\e91d";
}
.texture-3D-cursor-click:before {
  content: "\e91f";
}
.texture-3D-globe-2:before {
  content: "\e934";
}
.texture-3D-letter:before {
  content: "\e945";
}
.texture-3D-phone:before {
  content: "\e95b";
}
.texture-3D-responsive-2:before {
  content: "\e969";
}
.texture-3D-rocket:before {
  content: "\e96c";
}
.texture-3D-sites:before {
  content: "\e978";
}
.texture-3D-users:before {
  content: "\e993";
}

.btn {
  border-width: 1px;
}
body {
  font-family: Stack Sans Headline;
}
.boxgrid {
  font-family: 'Nunito', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.boxgrid > .select-iconfont {
  font-size: 5rem;
}
.boxlayer {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.boxlayer > .select-iconfont {
  font-size: 3.75rem;
}
.fold {
  font-family: 'Epunda Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.fold > .select-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epunda Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .select-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
}
.display-7 > .select-iconfont {
  font-size: 1.3125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .boxgrid {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .boxgrid {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .boxlayer {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .fold {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .boxgrid {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .boxlayer {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .fold {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.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 .select-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e2024 !important;
  border-color: #1e2024 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #41454e !important;
  border-color: #41454e !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #41454e !important;
  border-color: #41454e !important;
}
.btn-secondary .select-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #083fac !important;
  border-color: #083fac !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: inherit;
  background-color: #0d5af4 !important;
  border-color: #0d5af4 !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d5af4 !important;
  border-color: #0d5af4 !important;
}
.btn-info .select-iconfont {
  background-color: #4d4d4d;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4d4d4d !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #4d4d4d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .select-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus {
  color: inherit;
  background-color: #262626 !important;
  border-color: #262626 !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-warning .select-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-warning,
.btn-warning:active {
  background-color: #1e2024 !important;
  border-color: #1e2024 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus {
  color: inherit;
  background-color: #41454e !important;
  border-color: #41454e !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #41454e !important;
  border-color: #41454e !important;
}
.btn-danger .select-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-danger,
.btn-danger:active {
  background-color: #3b7eff !important;
  border-color: #3b7eff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus {
  color: inherit;
  background-color: #88b0ff !important;
  border-color: #88b0ff !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #88b0ff !important;
  border-color: #88b0ff !important;
}
.btn-white .select-iconfont {
  background-color: #4d4d4d;
  color: #ffffff;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4d4d4d !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: #4d4d4d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .select-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus {
  color: inherit;
  background-color: #262626 !important;
  border-color: #262626 !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-primary-outline .select-iconfont {
  background-color: #1e2024;
  color: #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1e2024;
  color: #1e2024;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .select-iconfont,
.btn-primary-outline:focus .select-iconfont {
  background-color: #000000;
  color: #ffffff;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2024 !important;
  border-color: #1e2024 !important;
}
.btn-secondary-outline .select-iconfont {
  background-color: #083fac;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #083fac;
  color: #083fac;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  color: #042159 !important;
  background-color: transparent !important;
  border-color: #042159 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .select-iconfont,
.btn-secondary-outline:focus .select-iconfont {
  background-color: #042159;
  color: #ffffff;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #083fac !important;
  border-color: #083fac !important;
}
.btn-info-outline .select-iconfont {
  background-color: #ffffff;
  color: #666666;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .select-iconfont,
.btn-info-outline:focus .select-iconfont {
  background-color: #d4d4d4;
  color: #3b3b3b;
}

.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline .select-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .select-iconfont,
.btn-success-outline:focus .select-iconfont {
  background-color: #000000;
  color: #ffffff;
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline .select-iconfont {
  background-color: #1e2024;
  color: #ffffff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1e2024;
  color: #1e2024;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .select-iconfont,
.btn-warning-outline:focus .select-iconfont {
  background-color: #000000;
  color: #ffffff;
}

.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2024 !important;
  border-color: #1e2024 !important;
}
.btn-danger-outline .select-iconfont {
  background-color: #3b7eff;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3b7eff;
  color: #3b7eff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  color: #004ee3 !important;
  background-color: transparent !important;
  border-color: #004ee3 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .select-iconfont,
.btn-danger-outline:focus .select-iconfont {
  background-color: #004ee3;
  color: #ffffff;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3b7eff !important;
  border-color: #3b7eff !important;
}
.btn-black-outline .select-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .select-iconfont,
.btn-black-outline:focus .select-iconfont {
  background-color: #000000;
  color: #ffffff;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline .select-iconfont {
  background-color: #ffffff;
  color: #666666;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .select-iconfont,
.btn-white-outline:focus .select-iconfont {
  background-color: #d4d4d4;
  color: #3b3b3b;
}

.btn-white-outline:disabled {
  color: #4d4d4d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #1e2024 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-danger {
  color: #3b7eff !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0048d4 !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;
}
.layoutunit {
  background-color: #70c770;
}
.clusterunit {
  background-color: #3b7eff;
}
.select-section-btn .btn:not(.btn-form) {
  border-radius: 16px;
}
a,
a:hover {
  color: #1e2024;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Epunda Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 16px !important;
}
.form-control > .select-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1e2024 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .select-iconfont {
  font-size: 1.3125rem;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.select-section-btn .btn {
  font-weight: 500;
  padding: 8px 24px 8px 24px;
  min-height: 62px;
  min-height: 45px;
}
.select-section-btn .btn .select-iconfont {
  width: 48px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all .3s ease;
  margin-left: 20px;
  margin-right: -17px;
  width: 38px;
  height: 26px;
}
.select-section-btn .btn-primary .select-iconfont {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.select-section-btn .btn-primary:hover .select-iconfont,
.select-section-btn .btn-primary:focus .select-iconfont {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.select-section-btn .btn-white {
  color: #000000 !important;
}
.select-section-btn .btn-white .select-iconfont {
  background-color: #1e2024 !important;
  color: #ffffff !important;
}
.select-section-btn .btn-white:hover,
.select-section-btn .btn-white:focus {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.select-section-btn .btn-white:hover .select-iconfont,
.select-section-btn .btn-white:focus .select-iconfont {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.select-section-btn .btn-black {
  color: #ffffff !important;
}
.select-section-btn .btn-black .select-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.select-section-btn .btn-black:hover,
.select-section-btn .btn-black:focus {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.select-section-btn .btn-black:hover .select-iconfont,
.select-section-btn .btn-black:focus .select-iconfont {
  background-color: #1e2024 !important;
  color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper,
.grid-item::before {
  border-radius: 30px !important;
}
@media (max-width: 991px) {
  img,
  .card-wrap,
  .card-wrapper,
  .card,
  .item-wrapper,
  .grid-item::before {
    border-radius: 25px !important;
  }
}
.layoutgrid {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.nodeband {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.nodeband .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.nodeband .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nodeband .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nodeband .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.nodeband nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nodeband .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .nodeband .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .nodeband .select-section-btn-main {
    margin-top: 1rem;
  }
}
.nodeband .select-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .nodeband .select-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .nodeband .select-section-btn-main .btn {
    margin-left: 0;
  }
}
.nodeband .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.nodeband .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .nodeband .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .nodeband .nav-item {
    margin: 0 !important;
  }
}
.nodeband .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.nodeband .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.nodeband .nav-item .nav-link:hover,
.nodeband .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.nodeband .nav-item .nav-link:hover::before,
.nodeband .nav-item .nav-link:focus::before {
  width: 100%;
}
.nodeband .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nodeband .container {
  display: flex;
  margin: auto;
}
.nodeband .headbox {
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.nodeband .headbox:last-child {
  margin-right: 0;
}
.nodeband .headbox:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .nodeband .section {
    margin: 0;
  }
}
.nodeband .nav-item:focus,
.nodeband .nav-link:focus {
  outline: none;
}
.nodeband .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .nodeband .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.nodeband .navbar .bound img {
  object-fit: contain;
  border-radius: 100% !important;
}
.nodeband .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodeband .navbar .nav-item {
    padding: .5rem 0;
  }
  .nodeband .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .nodeband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeband .navbar .bound img {
    height: 3rem !important;
  }
  .nodeband .navbar ul.section {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .nodeband .navbar ul.section li {
    margin: 0;
  }
  .nodeband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .nodeband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeband .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodeband .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.nodeband .navbar-brand .bound a {
  outline: none;
}
.nodeband .navbar-expand-lg .section .nav-link {
  padding: 4px 0 !important;
}
.nodeband ul.section {
  flex-wrap: wrap;
  padding: 0;
}
.nodeband button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.nodeband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodeband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeband .navbar {
    height: 70px;
  }
  .nodeband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodeband .navbar-dropdown .bound {
  margin-right: 10px;
}
.nodeband .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .nodeband .section.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.nodeband .plane {
  min-width: 200px;
}
.nodeband .plane .depthbox {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.nodeband .plane .depthbox:hover,
.nodeband .plane .depthbox:focus {
  color: #ffffff;
}
.nodeband .navbar-caption {
  color: #ff8576;
}
.nodeband .depthbox {
  color: #ffffff;
  text-align: center;
}
.nodeband .select-section-subtitle,
.nodeband .select-section-btn {
  text-align: center;
}
.nodeband a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.nodecol {
  background-image: url("images/blue1.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.nodecol .boxcore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.nodecol .partwrapbox {
  position: relative;
  z-index: 1;
}
.nodecol .card {
  justify-content: flex-end;
}
.nodecol .gridcell {
  margin-bottom: 20px;
}
.nodecol .gridcell .select-section-title {
  margin-bottom: 0;
}
.nodecol .gridcell .select-section-subtitle {
  margin-bottom: 0;
}
.nodecol .text-wrapper .zonelayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodecol .text-wrapper .zonelayer {
    margin-bottom: 20px;
    width: 100%;
  }
}
.nodecol .select-section-title {
  color: #ffffff;
}
.nodecol .select-section-subtitle {
  color: #3b7eff;
}
.nodecol .zonelayer {
  color: #ffffff;
}
.nodecol .select-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .nodecol .select-section-btn {
    text-align: left;
  }
}
.nodecol .zonelayer,
.nodecol .text-wrapper {
  color: #ffffff;
}
.nodecol .select-section-title,
.nodecol .select-section-btn {
  color: #ffffff;
}
.modularbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.modularbox .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .modularbox .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .modularbox .container {
    padding: 0 24px;
  }
}
.modularbox .row {
  justify-content: center;
}
.modularbox .partwrapbox {
  border-radius: 40px;
  background-color: #001337;
  padding: 64px;
}
@media (max-width: 992px) {
  .modularbox .partwrapbox {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .modularbox .partwrapbox {
    padding: 32px;
  }
}
.modularbox .partwrapbox .select-section-title {
  margin-bottom: 0;
}
.modularbox .partwrapbox .zonelayer {
  margin: 16px 0 0;
}
.modularbox .select-section-title {
  color: #3b7eff;
}
.modularbox .zonelayer {
  color: #ffffff;
}
.netbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.netbox .gridcell {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .netbox .gridcell {
    margin-bottom: 25px;
  }
}
.netbox .gridcell .nodecore {
  margin-bottom: 25px;
}
.netbox .gridcell .nodecore .contentrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.netbox .gridcell .nodecore .contentrow .icon-wrapper .select-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.netbox .gridcell .nodecore .contentrow .fieldbox {
  margin-bottom: 0;
}
.netbox .gridcell .flowunit .select-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .netbox .gridcell .flowunit .select-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .netbox .gridcell .flowunit .select-section-title {
    width: 100%;
  }
}
.netbox .buildbox {
  margin: 0 -20px;
}
.netbox .buildbox .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .netbox .text-wrapper {
    margin-bottom: 25px;
  }
}
.netbox .text-wrapper .text-wrap .zonelayer {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .netbox .text-wrapper .text-wrap .zonelayer {
    width: 100%;
    margin-bottom: 25px;
  }
}
.netbox .text-wrapper .gridnode {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .netbox .text-wrapper .gridnode {
    margin-bottom: 25px;
  }
}
.netbox .text-wrapper .desc-wrapper .pack {
  display: inline-block;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .netbox .text-wrapper .desc-wrapper .pack {
    width: 100%;
  }
}
.netbox .traceunit img {
  height: 530px;
  width: 100%;
  object-fit: cover;
  height: 400px;
}
@media (max-width: 1440px) {
  .netbox .traceunit img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .netbox .traceunit img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .netbox .traceunit img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .netbox .list-wrapper {
    margin-top: 25px;
  }
}
.netbox .list-wrapper .select-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .netbox .list-wrapper .select-section-subtitle {
    margin-bottom: 25px;
  }
}
.netbox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.netbox .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.netbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.netbox .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #3b7eff;
  color: #3b7eff;
  border-radius: 100%;
}
.netbox .list-wrapper .select-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .netbox .list-wrapper .select-section-btn {
    margin-top: 15px;
  }
}
.netbox .fieldbox {
  color: #000000;
}
.netbox .select-section-title {
  color: #000000;
}
.netbox .zonelayer {
  color: #000000;
}
.netbox .gridnode {
  color: #ffffff;
}
.netbox .pack {
  color: #ffffff;
}
.netbox .select-section-subtitle {
  color: #000000;
}
.netbox .list {
  color: #000000;
}
.netbox .list,
.netbox .item-wrap {
  color: #ffffff;
}
.netbox .select-section-subtitle,
.netbox .select-section-btn {
  color: #ffffff;
}
.netbox .zonelayer .text-wrap {
  color: #ffffff;
}
.netbox .select-section-title,
.netbox .flowunit {
  color: #3b7eff;
}
.netbox .fieldbox,
.netbox .nodecore {
  color: #ffffff;
}
.wrapunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001337;
}
.wrapunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .wrapunit .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .wrapunit .container {
    padding: 0 24px;
  }
}
.wrapunit .row {
  justify-content: center;
}
.wrapunit .partwrapbox {
  border-radius: 40px;
  background-color: #000000;
  padding: 64px;
}
@media (max-width: 992px) {
  .wrapunit .partwrapbox {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .wrapunit .partwrapbox {
    padding: 32px;
  }
}
.wrapunit .partwrapbox .select-section-title {
  margin-bottom: 0;
}
.wrapunit .partwrapbox .zonelayer {
  margin: 16px 0 0;
}
.wrapunit .select-section-title {
  color: #3b7eff;
}
.wrapunit .zonelayer {
  color: #ffffff;
}
.innerwrapunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.innerwrapunit .partwrapbox {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .innerwrapunit .partwrapbox {
    margin-bottom: 32px;
  }
}
.innerwrapunit .partwrapbox .nodecore {
  margin-bottom: 32px;
}
.innerwrapunit .partwrapbox .nodecore .contentrow {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.innerwrapunit .partwrapbox .nodecore .contentrow .headbox .select-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.innerwrapunit .partwrapbox .nodecore .contentrow .fieldbox {
  margin-bottom: 0;
}
.innerwrapunit .partwrapbox .gridcell .select-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #0f3175, #3b7eff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .innerwrapunit .partwrapbox .gridcell .select-section-title {
    width: 100%;
  }
}
.innerwrapunit .partwrapbox .text-wrapper .zonelayer {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .innerwrapunit .partwrapbox .text-wrapper .zonelayer {
    width: 100%;
  }
}
.innerwrapunit .formcore {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.innerwrapunit .formcore .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .innerwrapunit .formcore .item {
    margin-bottom: 18px;
  }
}
.innerwrapunit .formcore .item .item-wrapper {
  height: 100%;
  background-color: #000000;
  border-top: 3px solid #3b7eff;
  box-shadow: 0 8px 15px -8px #083fac;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .innerwrapunit .formcore .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .innerwrapunit .formcore .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.innerwrapunit .formcore .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #0f3175;
}
@media (max-width: 992px) {
  .innerwrapunit .formcore .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.innerwrapunit .formcore .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .innerwrapunit .formcore .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.innerwrapunit .formcore .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.innerwrapunit .formcore .item .item-wrapper .item-content .icon-wrapper .select-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #083fac 130%);
  box-shadow: 0 8px 24px -5px #3b7eff;
}
.innerwrapunit .formcore .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.innerwrapunit .formcore .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.innerwrapunit .formcore .item .item-wrapper .item-content .select-section-btn {
  margin-top: 10px;
}
.innerwrapunit .formcore .item .item-wrapper .item-content .select-section-btn .btn {
  margin-bottom: 0;
}
.innerwrapunit .formcore .wrapbox .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .innerwrapunit .formcore .wrapbox .item-wrapper {
    display: block;
  }
}
.innerwrapunit .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .innerwrapunit .card_1 {
    width: 100%;
  }
}
.innerwrapunit .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .innerwrapunit .card_2 {
    width: 100%;
  }
}
.innerwrapunit .fieldbox,
.innerwrapunit .nodecore {
  color: #000000;
  text-align: center;
}
.innerwrapunit .select-section-title,
.innerwrapunit .gridcell {
  color: #000000;
}
.innerwrapunit .zonelayer,
.innerwrapunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.innerwrapunit .item-title {
  color: #000000;
}
.innerwrapunit .item-text {
  color: #ffffff;
}
.innerwrapunit .select-section-title,
.innerwrapunit .gridcell {
  text-align: center;
}
.tilebox {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .tilebox .zonelayer,
  .tilebox .hold {
    max-width: 95%;
  }
}
.tilebox .select-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.tilebox .select-section-title {
  color: #3b7eff;
}
.tilebox .zonelayer,
.tilebox .select-section-btn {
  color: #ffffff;
}
.tilebox .select-section-subtitle {
  color: #04492e;
}
.tilebox .hold,
.tilebox .select-section-btn {
  color: #ffffff;
}
.anchorbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.anchorbox .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000000, #083fac);
  box-shadow: 10px 10px 19px #001337, -10px -10px 19px #0f3175;
}
@media (max-width: 767px) {
  .anchorbox .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .anchorbox .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.anchorbox .alignbox {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.anchorbox .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.holdwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.holdwrap .formcore {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .holdwrap .formcore {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr;
  }
}
.holdwrap .select-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.holdwrap .gridcell .zonelayer {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .holdwrap .nav-wrapper {
    padding-left: 0;
  }
}
.holdwrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.holdwrap .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.holdwrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper .list .item-wrap:hover,
.holdwrap .nav-wrapper .list .item-wrap:focus {
  color: #3b7eff;
}
.holdwrap .casing .pathwrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.holdwrap .casing .pathwrap .soc-item:first-child {
  margin-top: 0;
}
.holdwrap .casing .pathwrap .soc-item .select-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.holdwrap .casing .pathwrap .soc-item .elementbox {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .pack {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .select-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.holdwrap .board {
  margin-bottom: 0;
  color: #3b7eff;
  text-align: center;
}
.holdwrap .zonelayer {
  color: #ffffff;
}
.holdwrap .list {
  color: #ffffff;
}
.holdwrap .elementbox {
  color: #ffffff;
}
.holdwrap .pack {
  color: #ffffff;
}
.holdwrap .list,
.holdwrap .item-wrap {
  text-align: justify;
}
.holdwrap .pack,
.holdwrap .select-section-btn {
  text-align: left;
}
.packlayer {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #000000;
}
@media (max-width: 992px) {
  .packlayer .container {
    padding: 0 24px;
  }
}
.packlayer .partwrapbox {
  position: relative;
  z-index: 1;
}
.packlayer .partwrapbox .select-section-subtitle {
  margin-bottom: 20px;
}
.packlayer .partwrapbox .select-section-title {
  margin-bottom: 32px;
}
.packlayer .partwrapbox .pack {
  margin-bottom: 56px;
}
.packlayer .partwrapbox .zonelayer {
  margin-bottom: 0;
}
.packlayer .partwrapbox .select-section-btn {
  margin-top: 20px;
}
.packlayer .partwrapbox .select-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.packlayer .partwrapbox .select-section-btn .btn:hover,
.packlayer .partwrapbox .select-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.packlayer .rowwrap {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.packlayer .rowwrap .dock {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.packlayer .rowwrap .decor_1 {
  background-color: #0f3175;
}
.packlayer .rowwrap .decor_2 {
  background-color: #001337;
}
.packlayer .rowwrap .decor_3 {
  background-color: #001337;
}
.packlayer .rowwrap .decor_4 {
  background-color: #0f3175;
}
.packlayer .select-section-title {
  color: #141414;
}
.packlayer .select-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.packlayer .pack {
  color: #ffffff;
  text-align: center;
}
.packlayer .zonelayer {
  color: #ffffff;
  text-align: center;
}
.packlayer .select-section-title,
.packlayer .select-section-btn {
  text-align: center;
  color: #3b7eff;
}
.pad {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
@media (max-width: 992px) {
  .pad .container {
    padding: 0 24px;
  }
}
.pad .row {
  justify-content: center;
}
.pad .partwrapbox {
  position: relative;
  z-index: 1;
}
.pad .partwrapbox .select-section-title {
  margin-bottom: 32px;
}
.pad .partwrapbox .text-wrapper .zonelayer {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pad .partwrapbox .text-wrapper .zonelayer {
    width: 100%;
  }
}
.pad .partwrapbox .select-section-btn {
  margin-top: 22px;
}
.pad .partwrapbox .select-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.pad .partwrapbox .select-section-btn .btn:hover,
.pad .partwrapbox .select-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.pad .rowwrap {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.pad .rowwrap .dock {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.pad .rowwrap .decor_1 {
  background-color: #0f3175;
}
.pad .rowwrap .decor_2 {
  background-color: #001337;
}
.pad .rowwrap .decor_3 {
  background-color: #001337;
}
.pad .rowwrap .decor_4 {
  background-color: #0f3175;
}
.pad .traceunit {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .pad .traceunit {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.pad .traceunit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
.pad .traceunit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  border-radius: .75rem;
  pointer-events: none;
}
.pad .select-section-title {
  color: #141414;
}
.pad .zonelayer {
  color: #141414;
}
.pad .select-section-title,
.pad .select-section-btn {
  color: #3b7eff;
}
.pad .zonelayer,
.pad .text-wrapper {
  color: #ffffff;
}
.boxwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .boxwrap .gridcell {
    margin-bottom: 50px;
  }
}
.boxwrap .gridcell .nodecore {
  margin-bottom: 25px;
}
.boxwrap .gridcell .nodecore .contentrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.boxwrap .gridcell .nodecore .contentrow .icon-wrapper .select-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.boxwrap .gridcell .nodecore .contentrow .fieldbox {
  margin-bottom: 0;
}
.boxwrap .gridcell .flowunit .select-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boxwrap .gridcell .flowunit .select-section-title {
    width: 100%;
  }
}
.boxwrap .formcore .item {
  margin-bottom: 50px;
}
.boxwrap .formcore .item:last-child {
  margin-bottom: 0;
}
.boxwrap .formcore .item .item-wrapper {
  display: flex;
  gap: 25px;
}
@media (max-width: 992px) {
  .boxwrap .formcore .item .item-wrapper {
    display: block;
  }
}
.boxwrap .formcore .item .item-wrapper .headbox {
  width: 60px;
}
@media (max-width: 992px) {
  .boxwrap .formcore .item .item-wrapper .headbox {
    width: 100%;
    margin-bottom: 15px;
  }
}
.boxwrap .formcore .item .item-wrapper .headbox .select-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.boxwrap .formcore .item .item-wrapper .card-box {
  width: 100%;
}
.boxwrap .formcore .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.boxwrap .formcore .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.boxwrap .fieldbox {
  color: #000000;
}
.boxwrap .select-section-title {
  color: #000000;
}
.boxwrap .item-title {
  color: #000000;
}
.boxwrap .item-text {
  color: #ffffff;
}
.boxwrap .item-title {
  color: #ffffff;
}
.boxwrap .select-section-title,
.boxwrap .flowunit {
  color: #3b7eff;
}
.boxwrap .fieldbox,
.boxwrap .nodecore {
  color: #ffffff;
}
.innerpad {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.innerpad .item:focus,
.innerpad span:focus {
  outline: none;
}
.innerpad .item {
  cursor: pointer;
}
.innerpad .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .innerpad .grid-container {
    grid-row-gap: 20px;
  }
}

.innerpad .grid-container-3 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  
  .innerpad .grid-container-3 {
    gap: 0 20px;
  }
}
.innerpad .select-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
.innerpad .stackcol {
  max-width: 800px;
}
.innerpad .container,
.innerpad .container-fluid {
  overflow: hidden;
}
.innerpad .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.innerpad .grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerpad .grid-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, transparent 40%, #000000 90%);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.innerpad .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .innerpad .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .innerpad .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .innerpad .grid-item img {
    height: 140px;
  }
}

.innerpad .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.domunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.domunit .decor-wrap_1 {
  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%, #0f3175 0, #000000 43%, #0f3175 100%);
}
.domunit .decor-wrap_2 {
  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%, #0f3175 0, #000000 43%, #0f3175 100%);
}
.domunit .decor-wrap_3 {
  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%, #0f3175 0, #000000 43%, #0f3175 100%);
}
@media (max-width: 992px) {
  .domunit .container {
    padding: 0 30px;
  }
}
.domunit .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.domunit .partwrapbox .select-section-title {
  margin-bottom: 40px;
}
.domunit .partwrapbox .text-wrapper .zonelayer {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .domunit .partwrapbox .text-wrapper .zonelayer {
    margin-bottom: 30px;
    width: 100%;
  }
}
.domunit .select-section-title {
  color: #ffffff;
}
.domunit .zonelayer,
.domunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.domunit .select-section-title,
.domunit .select-section-btn {
  text-align: center;
  color: #3b7eff;
}
.wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .wrapper .col-padding {
    padding-right: 4rem;
  }
}
.wrapper .clipwrap {
  background: #001337;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 767px) {
  .wrapper .clipwrap {
    max-width: 80%;
  }
}
.wrapper .hold {
  background: #fc898c;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media (min-width: 767px) {
  .wrapper .hold {
    max-width: 80%;
  }
}
.wrapper .zonelayer {
  color: #ffffff;
}
.wrapper .select-section-title {
  color: #ffffff;
}
.holdwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.holdwrap .formcore {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .holdwrap .formcore {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr;
  }
}
.holdwrap .select-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.holdwrap .gridcell .zonelayer {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .holdwrap .nav-wrapper {
    padding-left: 0;
  }
}
.holdwrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.holdwrap .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.holdwrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper .list .item-wrap:hover,
.holdwrap .nav-wrapper .list .item-wrap:focus {
  color: #3b7eff;
}
.holdwrap .casing .pathwrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.holdwrap .casing .pathwrap .soc-item:first-child {
  margin-top: 0;
}
.holdwrap .casing .pathwrap .soc-item .select-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.holdwrap .casing .pathwrap .soc-item .elementbox {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .pack {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .select-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.holdwrap .board {
  margin-bottom: 0;
  color: #3b7eff;
  text-align: center;
}
.holdwrap .zonelayer {
  color: #ffffff;
}
.holdwrap .list {
  color: #ffffff;
}
.holdwrap .elementbox {
  color: #ffffff;
}
.holdwrap .pack {
  color: #ffffff;
}
.holdwrap .list,
.holdwrap .item-wrap {
  text-align: justify;
}
.holdwrap .pack,
.holdwrap .select-section-btn {
  text-align: left;
}
.nodeband {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.nodeband .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.nodeband .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nodeband .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nodeband .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.nodeband nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nodeband .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .nodeband .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .nodeband .select-section-btn-main {
    margin-top: 1rem;
  }
}
.nodeband .select-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .nodeband .select-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .nodeband .select-section-btn-main .btn {
    margin-left: 0;
  }
}
.nodeband .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.nodeband .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .nodeband .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .nodeband .nav-item {
    margin: 0 !important;
  }
}
.nodeband .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.nodeband .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.nodeband .nav-item .nav-link:hover,
.nodeband .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.nodeband .nav-item .nav-link:hover::before,
.nodeband .nav-item .nav-link:focus::before {
  width: 100%;
}
.nodeband .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nodeband .container {
  display: flex;
  margin: auto;
}
.nodeband .headbox {
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.nodeband .headbox:last-child {
  margin-right: 0;
}
.nodeband .headbox:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .nodeband .section {
    margin: 0;
  }
}
.nodeband .nav-item:focus,
.nodeband .nav-link:focus {
  outline: none;
}
.nodeband .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .nodeband .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.nodeband .navbar .bound img {
  object-fit: contain;
  border-radius: 100% !important;
}
.nodeband .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodeband .navbar .nav-item {
    padding: .5rem 0;
  }
  .nodeband .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .nodeband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeband .navbar .bound img {
    height: 3rem !important;
  }
  .nodeband .navbar ul.section {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .nodeband .navbar ul.section li {
    margin: 0;
  }
  .nodeband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .nodeband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeband .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodeband .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.nodeband .navbar-brand .bound a {
  outline: none;
}
.nodeband .navbar-expand-lg .section .nav-link {
  padding: 4px 0 !important;
}
.nodeband ul.section {
  flex-wrap: wrap;
  padding: 0;
}
.nodeband button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.nodeband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodeband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeband .navbar {
    height: 70px;
  }
  .nodeband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodeband .navbar-dropdown .bound {
  margin-right: 10px;
}
.nodeband .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .nodeband .section.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.nodeband .plane {
  min-width: 200px;
}
.nodeband .plane .depthbox {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.nodeband .plane .depthbox:hover,
.nodeband .plane .depthbox:focus {
  color: #ffffff;
}
.nodeband .navbar-caption {
  color: #ff8576;
}
.nodeband .depthbox {
  color: #ffffff;
  text-align: center;
}
.nodeband .select-section-subtitle,
.nodeband .select-section-btn {
  text-align: center;
}
.nodeband a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.gridunit {
  padding-top: 8rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.gridunit .dock {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #001337;
  pointer-events: none;
}
@media (max-width: 992px) {
  .gridunit .dock {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.gridunit .row {
  position: relative;
  z-index: 1;
}
.gridunit .gridcell .select-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .gridunit .gridcell .select-section-title {
    margin-bottom: 46px;
  }
}
.gridunit .traceunit {
  margin-right: 18px;
  margin-right: 0;
  margin-left: 18px;
}
@media (max-width: 992px) {
  .gridunit .traceunit {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .gridunit .traceunit {
    margin-left: 0;
  }
}
.gridunit .traceunit img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .gridunit .traceunit img {
    height: 350px;
  }
}
.gridunit .partwrapbox {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .gridunit .partwrapbox {
    padding-top: 22px;
  }
}
.gridunit .partwrapbox .text-wrapper .zonelayer {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .gridunit .partwrapbox .text-wrapper .zonelayer {
    width: 100%;
    margin-bottom: 22px;
  }
}
.gridunit .partwrapbox .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .gridunit .partwrapbox .desc-wrapper {
    display: block;
  }
}
.gridunit .partwrapbox .desc-wrapper .pack {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gridunit .partwrapbox .desc-wrapper .pack {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.gridunit .partwrapbox .desc-wrapper .select-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .gridunit .partwrapbox .desc-wrapper .select-section-btn {
    width: 100%;
  }
}
.gridunit .partwrapbox .desc-wrapper .select-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .gridunit .partwrapbox .desc-wrapper .select-section-btn .btn {
    padding: 20px 32px;
  }
}
.gridunit .select-section-title {
  color: #3b7eff;
  text-align: center;
}
.gridunit .zonelayer {
  color: #51565c;
}
.gridunit .pack {
  color: #51565c;
}
.gridunit .zonelayer,
.gridunit .text-wrapper {
  color: #ffffff;
}
.gridunit .pack,
.gridunit .select-section-btn {
  color: #ffffff;
}
.objectbox {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .objectbox .zonelayer,
  .objectbox .hold {
    max-width: 95%;
  }
}
.objectbox .select-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.objectbox .select-section-title {
  color: #3b7eff;
}
.objectbox .zonelayer,
.objectbox .select-section-btn {
  color: #ffffff;
}
.objectbox .select-section-subtitle {
  color: #04492e;
}
.objectbox .hold,
.objectbox .select-section-btn {
  color: #ffffff;
}
.flowbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 768px) {
  .flowbox .container {
    padding: 0 26px;
  }
}
.flowbox .row {
  margin: 0;
}
@media (max-width: 992px) {
  .flowbox .row {
    margin: 0 -12px;
  }
}
.flowbox .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.flowbox .card:first-child {
  border-right: 1px solid #3b7eff;
}
@media (max-width: 992px) {
  .flowbox .card:first-child {
    border: none;
  }
}
.flowbox .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #3b7eff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .flowbox .card:first-child::before {
    display: none;
  }
}
.flowbox .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .flowbox .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .flowbox .card {
    padding: 0 12px;
  }
}
.flowbox .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .flowbox .card:last-child {
    padding: 0 12px;
  }
}
.flowbox .card:first-child {
  border-right: none;
  border-left: 1px solid #3b7eff;
}
@media (max-width: 992px) {
  .flowbox .card:first-child {
    border: none;
  }
}
.flowbox .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .flowbox .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .flowbox .card {
    padding: 0 12px;
  }
}
.flowbox .traceunit {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .flowbox .traceunit {
    padding: 0 0 40px 0;
  }
}
.flowbox .traceunit img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .flowbox .traceunit img {
    height: 300px;
  }
}
.flowbox .gridcell .flowunit {
  padding: 40px;
}
@media (max-width: 992px) {
  .flowbox .gridcell .flowunit {
    padding: 0;
  }
}
.flowbox .gridcell .flowunit .select-section-title {
  margin-bottom: 18px;
}
.flowbox .gridcell .flowunit .zonelayer {
  margin-bottom: 0;
}
.flowbox .select-section-title {
  color: #3b7eff;
}
.flowbox .zonelayer {
  color: #ffffff;
}
.area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.area .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .area .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .area .container {
    padding: 0 12px;
  }
}
.area .gridcell .select-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .area .gridcell .select-section-title {
    margin-bottom: 24px;
  }
}
.area .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #3b7eff;
  box-shadow: 4px 4px #3b7eff;
  background-color: #001337;
}
@media (max-width: 992px) {
  .area .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.area .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .area .card-wrapper .card-wrap {
    display: block;
  }
}
.area .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .area .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.area .card-wrapper .card-wrap .icon-wrapper .select-iconfont {
  font-size: 140px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .area .card-wrapper .card-wrap .icon-wrapper .select-iconfont {
    font-size: 100px;
  }
}
.area .card-wrapper .card-wrap .zonelayer {
  margin-bottom: 0;
}
.area .select-section-title {
  color: #3b7eff;
  text-align: center;
}
.area .select-section-subtitle {
  color: #222222;
}
.area .zonelayer {
  color: #ffffff;
}
.area .list {
  color: #222222;
}
.holdwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.holdwrap .formcore {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .holdwrap .formcore {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr;
  }
}
.holdwrap .select-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.holdwrap .gridcell .zonelayer {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .holdwrap .nav-wrapper {
    padding-left: 0;
  }
}
.holdwrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.holdwrap .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.holdwrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper .list .item-wrap:hover,
.holdwrap .nav-wrapper .list .item-wrap:focus {
  color: #3b7eff;
}
.holdwrap .casing .pathwrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.holdwrap .casing .pathwrap .soc-item:first-child {
  margin-top: 0;
}
.holdwrap .casing .pathwrap .soc-item .select-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.holdwrap .casing .pathwrap .soc-item .elementbox {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .pack {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .select-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.holdwrap .board {
  margin-bottom: 0;
  color: #3b7eff;
  text-align: center;
}
.holdwrap .zonelayer {
  color: #ffffff;
}
.holdwrap .list {
  color: #ffffff;
}
.holdwrap .elementbox {
  color: #ffffff;
}
.holdwrap .pack {
  color: #ffffff;
}
.holdwrap .list,
.holdwrap .item-wrap {
  text-align: justify;
}
.holdwrap .pack,
.holdwrap .select-section-btn {
  text-align: left;
}
.nodeband {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.nodeband .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.nodeband .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nodeband .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nodeband .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.nodeband nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nodeband .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .nodeband .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .nodeband .select-section-btn-main {
    margin-top: 1rem;
  }
}
.nodeband .select-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .nodeband .select-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .nodeband .select-section-btn-main .btn {
    margin-left: 0;
  }
}
.nodeband .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.nodeband .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .nodeband .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .nodeband .nav-item {
    margin: 0 !important;
  }
}
.nodeband .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.nodeband .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.nodeband .nav-item .nav-link:hover,
.nodeband .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.nodeband .nav-item .nav-link:hover::before,
.nodeband .nav-item .nav-link:focus::before {
  width: 100%;
}
.nodeband .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nodeband .container {
  display: flex;
  margin: auto;
}
.nodeband .headbox {
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.nodeband .headbox:last-child {
  margin-right: 0;
}
.nodeband .headbox:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .nodeband .section {
    margin: 0;
  }
}
.nodeband .nav-item:focus,
.nodeband .nav-link:focus {
  outline: none;
}
.nodeband .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .nodeband .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.nodeband .navbar .bound img {
  object-fit: contain;
  border-radius: 100% !important;
}
.nodeband .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodeband .navbar .nav-item {
    padding: .5rem 0;
  }
  .nodeband .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .nodeband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeband .navbar .bound img {
    height: 3rem !important;
  }
  .nodeband .navbar ul.section {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .nodeband .navbar ul.section li {
    margin: 0;
  }
  .nodeband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .nodeband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeband .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodeband .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.nodeband .navbar-brand .bound a {
  outline: none;
}
.nodeband .navbar-expand-lg .section .nav-link {
  padding: 4px 0 !important;
}
.nodeband ul.section {
  flex-wrap: wrap;
  padding: 0;
}
.nodeband button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.nodeband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodeband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeband .navbar {
    height: 70px;
  }
  .nodeband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodeband .navbar-dropdown .bound {
  margin-right: 10px;
}
.nodeband .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .nodeband .section.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.nodeband .plane {
  min-width: 200px;
}
.nodeband .plane .depthbox {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.nodeband .plane .depthbox:hover,
.nodeband .plane .depthbox:focus {
  color: #ffffff;
}
.nodeband .navbar-caption {
  color: #ff8576;
}
.nodeband .depthbox {
  color: #ffffff;
  text-align: center;
}
.nodeband .select-section-subtitle,
.nodeband .select-section-btn {
  text-align: center;
}
.nodeband a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.foldbox {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.foldbox .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .foldbox .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .foldbox .container {
    padding: 0 20px;
  }
}
.foldbox .row {
  margin: 0;
}
@media (max-width: 992px) {
  .foldbox .gridcell {
    margin-bottom: 50px;
  }
}
.foldbox .gridcell .select-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .foldbox .gridcell .select-section-title {
    margin-bottom: 32px;
  }
}
.foldbox .gridcell .zonelayer {
  margin-bottom: 32px;
}
.foldbox .traceunit {
  position: relative;
}
.foldbox .traceunit .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #001337 50%, #3b7eff 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.foldbox .traceunit img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .foldbox .traceunit img {
    height: 350px;
  }
}
.foldbox .select-section-title {
  color: #ffffff;
}
.foldbox .zonelayer {
  color: #ffffff;
  text-align: center;
}
.foldbox .gridnode {
  color: #f5fd7b;
}
.foldbox .pack {
  color: #ffffff;
}
.foldbox .select-section-title,
.foldbox .select-section-btn {
  color: #3b7eff;
  text-align: center;
}
.unitbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.unitbox .gridcell {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .unitbox .gridcell {
    margin-bottom: 40px;
  }
}
.unitbox .gridcell .select-section-title {
  margin-bottom: 0;
}
.unitbox .gridcell .select-section-subtitle {
  margin-bottom: 0;
}
.unitbox .gridcell .zonelayer {
  margin-top: 16px;
  margin-bottom: 0;
}
.unitbox .select-section-title {
  color: #808080;
}
.unitbox .select-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.unitbox .zonelayer {
  color: #ffffff;
  text-align: center;
}
.unitbox label {
  color: #ffffff;
}
.unitbox .select-section-title,
.unitbox .select-section-btn {
  text-align: center;
  color: #3b7eff;
}
.unitbox .select-section-subtitle {
  text-align: center;
}
.coreunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.coreunit .row {
  position: relative;
}
.coreunit .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #083fac 50%, #001337);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .coreunit .row .blur-circle {
    display: none;
  }
}
.coreunit .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .coreunit .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .coreunit .row {
    padding: 0 24px;
  }
}
.coreunit .title {
  display: flex;
  align-items: center;
}
.coreunit .gridcell {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .coreunit .gridcell {
    margin-bottom: 32px;
  }
}
.coreunit .gridcell .select-section-title {
  margin-bottom: 10px;
}
.coreunit .gridcell .select-section-title span {
  position: relative;
  z-index: 1;
}
.coreunit .gridcell .select-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #0f3175;
  z-index: -1;
}
.coreunit .gridcell .zonelayer {
  margin-bottom: 0;
}
.coreunit .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #ffffff;
  z-index: 2;
}
.coreunit .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #0f3175;
  border-radius: 100%;
  margin-right: 16px;
}
.coreunit .card .card-number .gridnode {
  margin-bottom: 0;
}
.coreunit .card .select-card-title {
  margin-bottom: 0;
  width: 80%;
}
.coreunit .select-section-title {
  color: #f4efe8;
}
.coreunit .zonelayer {
  color: #f4efe8;
  text-align: left;
}
.coreunit .gridnode {
  color: #ffffff;
}
.coreunit .select-card-title {
  color: #111111;
}
.coreunit .select-section-btn {
  margin-top: 20px;
}
.coreunit .select-section-title,
.coreunit .select-section-btn {
  color: #3b7eff;
}
.boxsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxsegment .card-wrapper {
  padding: 60px 30px 60px 80px;
  background-color: #001337;
  overflow: hidden;
}
@media (max-width: 992px) {
  .boxsegment .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.boxsegment .card-wrapper .gridcell .select-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .boxsegment .card-wrapper .gridcell .select-section-title {
    margin-bottom: 20px;
  }
}
.boxsegment .card-wrapper .gridcell .text-wrapper .zonelayer {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boxsegment .card-wrapper .gridcell .text-wrapper .zonelayer {
    width: 100%;
  }
}
.boxsegment .card-wrapper .gridcell .select-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .boxsegment .card-wrapper .gridcell .select-section-btn {
    margin-top: 10px;
  }
}
.boxsegment .card-wrapper .traceunit {
  position: relative;
  min-height: 220px;
  height: 100%;
}
@media (max-width: 992px) {
  .boxsegment .card-wrapper .traceunit {
    margin-top: 30px;
    margin-bottom: -20px;
    min-height: auto;
    height: 300px;
  }
}
.boxsegment .card-wrapper .traceunit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .boxsegment .card-wrapper .traceunit img {
    height: 100%;
    bottom: 0;
  }
}
.boxsegment .select-section-title {
  color: #ffffff;
}
.boxsegment .zonelayer {
  color: #ffffff;
}
.boxsegment .select-section-title,
.boxsegment .select-section-btn {
  color: #3b7eff;
  text-align: center;
}
.holdwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.holdwrap .formcore {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .holdwrap .formcore {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr;
  }
}
.holdwrap .select-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.holdwrap .gridcell .zonelayer {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .holdwrap .nav-wrapper {
    padding-left: 0;
  }
}
.holdwrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.holdwrap .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.holdwrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper .list .item-wrap:hover,
.holdwrap .nav-wrapper .list .item-wrap:focus {
  color: #3b7eff;
}
.holdwrap .casing .pathwrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.holdwrap .casing .pathwrap .soc-item:first-child {
  margin-top: 0;
}
.holdwrap .casing .pathwrap .soc-item .select-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.holdwrap .casing .pathwrap .soc-item .elementbox {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .pack {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .select-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.holdwrap .board {
  margin-bottom: 0;
  color: #3b7eff;
  text-align: center;
}
.holdwrap .zonelayer {
  color: #ffffff;
}
.holdwrap .list {
  color: #ffffff;
}
.holdwrap .elementbox {
  color: #ffffff;
}
.holdwrap .pack {
  color: #ffffff;
}
.holdwrap .list,
.holdwrap .item-wrap {
  text-align: justify;
}
.holdwrap .pack,
.holdwrap .select-section-btn {
  text-align: left;
}
.nodeband {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.nodeband .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.nodeband .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nodeband .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nodeband .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.nodeband nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nodeband .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .nodeband .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .nodeband .select-section-btn-main {
    margin-top: 1rem;
  }
}
.nodeband .select-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .nodeband .select-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .nodeband .select-section-btn-main .btn {
    margin-left: 0;
  }
}
.nodeband .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.nodeband .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .nodeband .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .nodeband .nav-item {
    margin: 0 !important;
  }
}
.nodeband .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.nodeband .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.nodeband .nav-item .nav-link:hover,
.nodeband .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.nodeband .nav-item .nav-link:hover::before,
.nodeband .nav-item .nav-link:focus::before {
  width: 100%;
}
.nodeband .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nodeband .container {
  display: flex;
  margin: auto;
}
.nodeband .headbox {
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.nodeband .headbox:last-child {
  margin-right: 0;
}
.nodeband .headbox:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .nodeband .section {
    margin: 0;
  }
}
.nodeband .nav-item:focus,
.nodeband .nav-link:focus {
  outline: none;
}
.nodeband .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .nodeband .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.nodeband .navbar .bound img {
  object-fit: contain;
  border-radius: 100% !important;
}
.nodeband .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodeband .navbar .nav-item {
    padding: .5rem 0;
  }
  .nodeband .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .nodeband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeband .navbar .bound img {
    height: 3rem !important;
  }
  .nodeband .navbar ul.section {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .nodeband .navbar ul.section li {
    margin: 0;
  }
  .nodeband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .nodeband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeband .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodeband .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.nodeband .navbar-brand .bound a {
  outline: none;
}
.nodeband .navbar-expand-lg .section .nav-link {
  padding: 4px 0 !important;
}
.nodeband ul.section {
  flex-wrap: wrap;
  padding: 0;
}
.nodeband button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.nodeband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodeband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeband .navbar {
    height: 70px;
  }
  .nodeband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodeband .navbar-dropdown .bound {
  margin-right: 10px;
}
.nodeband .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .nodeband .section.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.nodeband .plane {
  min-width: 200px;
}
.nodeband .plane .depthbox {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.nodeband .plane .depthbox:hover,
.nodeband .plane .depthbox:focus {
  color: #ffffff;
}
.nodeband .navbar-caption {
  color: #ff8576;
}
.nodeband .depthbox {
  color: #ffffff;
  text-align: center;
}
.nodeband .select-section-subtitle,
.nodeband .select-section-btn {
  text-align: center;
}
.nodeband a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.colpad {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("images/clear1.jpg");
}
.colpad .partwrapbox .gridcell .select-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .colpad .partwrapbox .gridcell .select-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .colpad .partwrapbox .gridcell .select-section-title {
    width: 100%;
  }
}
.colpad .partwrapbox .text-wrap .zonelayer {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .colpad .partwrapbox .text-wrap .zonelayer {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .colpad .partwrapbox .text-wrap .zonelayer {
    width: 100%;
  }
}
.colpad .partwrapbox .select-section-btn {
  margin-top: 20px;
}
.colpad .select-section-title {
  color: #ffffff;
}
.colpad .zonelayer {
  color: #ffffff;
}
.colpad .select-section-title,
.colpad .gridcell,
.colpad .select-section-btn {
  color: #3b7eff;
}
.coverwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.coverwrap .right {
  display: flex;
  flex-direction: column;
}
.coverwrap .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.coverwrap .row {
  justify-content: center;
}
.coverwrap ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.coverwrap li {
  margin-bottom: 16px;
}
.coverwrap li:last-child {
  margin-bottom: 0;
}
.coverwrap a:hover,
.coverwrap a:focus {
  color: #3f69ff !important;
}
.coverwrap .list {
  color: #ffffff;
}
.holdwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.holdwrap .formcore {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .holdwrap .formcore {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr;
  }
}
.holdwrap .select-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.holdwrap .gridcell .zonelayer {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .holdwrap .nav-wrapper {
    padding-left: 0;
  }
}
.holdwrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.holdwrap .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.holdwrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper .list .item-wrap:hover,
.holdwrap .nav-wrapper .list .item-wrap:focus {
  color: #3b7eff;
}
.holdwrap .casing .pathwrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.holdwrap .casing .pathwrap .soc-item:first-child {
  margin-top: 0;
}
.holdwrap .casing .pathwrap .soc-item .select-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.holdwrap .casing .pathwrap .soc-item .elementbox {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .pack {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .select-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.holdwrap .board {
  margin-bottom: 0;
  color: #3b7eff;
  text-align: center;
}
.holdwrap .zonelayer {
  color: #ffffff;
}
.holdwrap .list {
  color: #ffffff;
}
.holdwrap .elementbox {
  color: #ffffff;
}
.holdwrap .pack {
  color: #ffffff;
}
.holdwrap .list,
.holdwrap .item-wrap {
  text-align: justify;
}
.holdwrap .pack,
.holdwrap .select-section-btn {
  text-align: left;
}
.nodeband {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.nodeband .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.nodeband .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nodeband .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nodeband .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.nodeband nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nodeband .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .nodeband .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .nodeband .select-section-btn-main {
    margin-top: 1rem;
  }
}
.nodeband .select-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .nodeband .select-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .nodeband .select-section-btn-main .btn {
    margin-left: 0;
  }
}
.nodeband .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.nodeband .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .nodeband .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .nodeband .nav-item {
    margin: 0 !important;
  }
}
.nodeband .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.nodeband .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.nodeband .nav-item .nav-link:hover,
.nodeband .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.nodeband .nav-item .nav-link:hover::before,
.nodeband .nav-item .nav-link:focus::before {
  width: 100%;
}
.nodeband .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nodeband .container {
  display: flex;
  margin: auto;
}
.nodeband .headbox {
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.nodeband .headbox:last-child {
  margin-right: 0;
}
.nodeband .headbox:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .nodeband .section {
    margin: 0;
  }
}
.nodeband .nav-item:focus,
.nodeband .nav-link:focus {
  outline: none;
}
.nodeband .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .nodeband .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.nodeband .navbar .bound img {
  object-fit: contain;
  border-radius: 100% !important;
}
.nodeband .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodeband .navbar .nav-item {
    padding: .5rem 0;
  }
  .nodeband .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .nodeband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeband .navbar .bound img {
    height: 3rem !important;
  }
  .nodeband .navbar ul.section {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .nodeband .navbar ul.section li {
    margin: 0;
  }
  .nodeband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .nodeband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeband .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodeband .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.nodeband .navbar-brand .bound a {
  outline: none;
}
.nodeband .navbar-expand-lg .section .nav-link {
  padding: 4px 0 !important;
}
.nodeband ul.section {
  flex-wrap: wrap;
  padding: 0;
}
.nodeband button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.nodeband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodeband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeband .navbar {
    height: 70px;
  }
  .nodeband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodeband .navbar-dropdown .bound {
  margin-right: 10px;
}
.nodeband .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .nodeband .section.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.nodeband .plane {
  min-width: 200px;
}
.nodeband .plane .depthbox {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.nodeband .plane .depthbox:hover,
.nodeband .plane .depthbox:focus {
  color: #ffffff;
}
.nodeband .navbar-caption {
  color: #ff8576;
}
.nodeband .depthbox {
  color: #ffffff;
  text-align: center;
}
.nodeband .select-section-subtitle,
.nodeband .select-section-btn {
  text-align: center;
}
.nodeband a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.drawwrap {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("images/clear1.jpg");
}
.drawwrap .partwrapbox .gridcell .select-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .drawwrap .partwrapbox .gridcell .select-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .drawwrap .partwrapbox .gridcell .select-section-title {
    width: 100%;
  }
}
.drawwrap .partwrapbox .text-wrap .zonelayer {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .drawwrap .partwrapbox .text-wrap .zonelayer {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .drawwrap .partwrapbox .text-wrap .zonelayer {
    width: 100%;
  }
}
.drawwrap .partwrapbox .select-section-btn {
  margin-top: 20px;
}
.drawwrap .select-section-title {
  color: #ffffff;
}
.drawwrap .zonelayer {
  color: #ffffff;
}
.drawwrap .select-section-title,
.drawwrap .gridcell,
.drawwrap .select-section-btn {
  color: #3b7eff;
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boardwrap .right {
  display: flex;
  flex-direction: column;
}
.boardwrap .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.boardwrap .row {
  justify-content: center;
}
.boardwrap ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.boardwrap li {
  margin-bottom: 16px;
}
.boardwrap li:last-child {
  margin-bottom: 0;
}
.boardwrap a:hover,
.boardwrap a:focus {
  color: #3f69ff !important;
}
.boardwrap .list {
  color: #ffffff;
}
.holdwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.holdwrap .formcore {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .holdwrap .formcore {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr;
  }
}
.holdwrap .select-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.holdwrap .gridcell .zonelayer {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .holdwrap .nav-wrapper {
    padding-left: 0;
  }
}
.holdwrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.holdwrap .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.holdwrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper .list .item-wrap:hover,
.holdwrap .nav-wrapper .list .item-wrap:focus {
  color: #3b7eff;
}
.holdwrap .casing .pathwrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.holdwrap .casing .pathwrap .soc-item:first-child {
  margin-top: 0;
}
.holdwrap .casing .pathwrap .soc-item .select-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.holdwrap .casing .pathwrap .soc-item .elementbox {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .pack {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .select-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.holdwrap .board {
  margin-bottom: 0;
  color: #3b7eff;
  text-align: center;
}
.holdwrap .zonelayer {
  color: #ffffff;
}
.holdwrap .list {
  color: #ffffff;
}
.holdwrap .elementbox {
  color: #ffffff;
}
.holdwrap .pack {
  color: #ffffff;
}
.holdwrap .list,
.holdwrap .item-wrap {
  text-align: justify;
}
.holdwrap .pack,
.holdwrap .select-section-btn {
  text-align: left;
}
.nodeband {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.nodeband .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.nodeband .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nodeband .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nodeband .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.nodeband nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nodeband .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .nodeband .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .nodeband .select-section-btn-main {
    margin-top: 1rem;
  }
}
.nodeband .select-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .nodeband .select-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .nodeband .select-section-btn-main .btn {
    margin-left: 0;
  }
}
.nodeband .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.nodeband .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .nodeband .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .nodeband .nav-item {
    margin: 0 !important;
  }
}
.nodeband .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.nodeband .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.nodeband .nav-item .nav-link:hover,
.nodeband .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.nodeband .nav-item .nav-link:hover::before,
.nodeband .nav-item .nav-link:focus::before {
  width: 100%;
}
.nodeband .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nodeband .container {
  display: flex;
  margin: auto;
}
.nodeband .headbox {
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.nodeband .headbox:last-child {
  margin-right: 0;
}
.nodeband .headbox:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .nodeband .section {
    margin: 0;
  }
}
.nodeband .nav-item:focus,
.nodeband .nav-link:focus {
  outline: none;
}
.nodeband .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .nodeband .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.nodeband .navbar .bound img {
  object-fit: contain;
  border-radius: 100% !important;
}
.nodeband .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodeband .navbar .nav-item {
    padding: .5rem 0;
  }
  .nodeband .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .nodeband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeband .navbar .bound img {
    height: 3rem !important;
  }
  .nodeband .navbar ul.section {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .nodeband .navbar ul.section li {
    margin: 0;
  }
  .nodeband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .nodeband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeband .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodeband .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.nodeband .navbar-brand .bound a {
  outline: none;
}
.nodeband .navbar-expand-lg .section .nav-link {
  padding: 4px 0 !important;
}
.nodeband ul.section {
  flex-wrap: wrap;
  padding: 0;
}
.nodeband button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.nodeband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodeband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeband .navbar {
    height: 70px;
  }
  .nodeband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodeband .navbar-dropdown .bound {
  margin-right: 10px;
}
.nodeband .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .nodeband .section.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.nodeband .plane {
  min-width: 200px;
}
.nodeband .plane .depthbox {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.nodeband .plane .depthbox:hover,
.nodeband .plane .depthbox:focus {
  color: #ffffff;
}
.nodeband .navbar-caption {
  color: #ff8576;
}
.nodeband .depthbox {
  color: #ffffff;
  text-align: center;
}
.nodeband .select-section-subtitle,
.nodeband .select-section-btn {
  text-align: center;
}
.nodeband a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.target {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("images/clear1.jpg");
}
.target .partwrapbox .gridcell .select-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .target .partwrapbox .gridcell .select-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .target .partwrapbox .gridcell .select-section-title {
    width: 100%;
  }
}
.target .partwrapbox .text-wrap .zonelayer {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .target .partwrapbox .text-wrap .zonelayer {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .target .partwrapbox .text-wrap .zonelayer {
    width: 100%;
  }
}
.target .partwrapbox .select-section-btn {
  margin-top: 20px;
}
.target .select-section-title {
  color: #ffffff;
}
.target .zonelayer {
  color: #ffffff;
}
.target .select-section-title,
.target .gridcell,
.target .select-section-btn {
  color: #3b7eff;
}
.stacksegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.stacksegment .right {
  display: flex;
  flex-direction: column;
}
.stacksegment .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.stacksegment .row {
  justify-content: center;
}
.stacksegment ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.stacksegment li {
  margin-bottom: 16px;
}
.stacksegment li:last-child {
  margin-bottom: 0;
}
.stacksegment a:hover,
.stacksegment a:focus {
  color: #3f69ff !important;
}
.stacksegment .list {
  color: #ffffff;
}
.holdwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.holdwrap .formcore {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .holdwrap .formcore {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr;
  }
}
.holdwrap .select-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.holdwrap .gridcell .zonelayer {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .holdwrap .nav-wrapper {
    padding-left: 0;
  }
}
.holdwrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.holdwrap .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.holdwrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper .list .item-wrap:hover,
.holdwrap .nav-wrapper .list .item-wrap:focus {
  color: #3b7eff;
}
.holdwrap .casing .pathwrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.holdwrap .casing .pathwrap .soc-item:first-child {
  margin-top: 0;
}
.holdwrap .casing .pathwrap .soc-item .select-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.holdwrap .casing .pathwrap .soc-item .elementbox {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .pack {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .select-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.holdwrap .board {
  margin-bottom: 0;
  color: #3b7eff;
  text-align: center;
}
.holdwrap .zonelayer {
  color: #ffffff;
}
.holdwrap .list {
  color: #ffffff;
}
.holdwrap .elementbox {
  color: #ffffff;
}
.holdwrap .pack {
  color: #ffffff;
}
.holdwrap .list,
.holdwrap .item-wrap {
  text-align: justify;
}
.holdwrap .pack,
.holdwrap .select-section-btn {
  text-align: left;
}
.nodeband {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.nodeband .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.nodeband .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nodeband .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nodeband .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.nodeband nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nodeband .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .nodeband .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .nodeband .select-section-btn-main {
    margin-top: 1rem;
  }
}
.nodeband .select-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .nodeband .select-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .nodeband .select-section-btn-main .btn {
    margin-left: 0;
  }
}
.nodeband .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.nodeband .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .nodeband .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .nodeband .nav-item {
    margin: 0 !important;
  }
}
.nodeband .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.nodeband .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.nodeband .nav-item .nav-link:hover,
.nodeband .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.nodeband .nav-item .nav-link:hover::before,
.nodeband .nav-item .nav-link:focus::before {
  width: 100%;
}
.nodeband .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nodeband .container {
  display: flex;
  margin: auto;
}
.nodeband .headbox {
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.nodeband .headbox:last-child {
  margin-right: 0;
}
.nodeband .headbox:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .nodeband .section {
    margin: 0;
  }
}
.nodeband .nav-item:focus,
.nodeband .nav-link:focus {
  outline: none;
}
.nodeband .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .nodeband .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.nodeband .navbar .bound img {
  object-fit: contain;
  border-radius: 100% !important;
}
.nodeband .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodeband .navbar .nav-item {
    padding: .5rem 0;
  }
  .nodeband .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .nodeband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeband .navbar .bound img {
    height: 3rem !important;
  }
  .nodeband .navbar ul.section {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .nodeband .navbar ul.section li {
    margin: 0;
  }
  .nodeband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .nodeband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeband .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodeband .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.nodeband .navbar-brand .bound a {
  outline: none;
}
.nodeband .navbar-expand-lg .section .nav-link {
  padding: 4px 0 !important;
}
.nodeband ul.section {
  flex-wrap: wrap;
  padding: 0;
}
.nodeband button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.nodeband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodeband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeband .navbar {
    height: 70px;
  }
  .nodeband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodeband .navbar-dropdown .bound {
  margin-right: 10px;
}
.nodeband .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .nodeband .section.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.nodeband .plane {
  min-width: 200px;
}
.nodeband .plane .depthbox {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.nodeband .plane .depthbox:hover,
.nodeband .plane .depthbox:focus {
  color: #ffffff;
}
.nodeband .navbar-caption {
  color: #ff8576;
}
.nodeband .depthbox {
  color: #ffffff;
  text-align: center;
}
.nodeband .select-section-subtitle,
.nodeband .select-section-btn {
  text-align: center;
}
.nodeband a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.domcellwrap {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("images/clear1.jpg");
}
.domcellwrap .partwrapbox .gridcell .select-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .domcellwrap .partwrapbox .gridcell .select-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .domcellwrap .partwrapbox .gridcell .select-section-title {
    width: 100%;
  }
}
.domcellwrap .partwrapbox .text-wrap .zonelayer {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .domcellwrap .partwrapbox .text-wrap .zonelayer {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .domcellwrap .partwrapbox .text-wrap .zonelayer {
    width: 100%;
  }
}
.domcellwrap .partwrapbox .select-section-btn {
  margin-top: 20px;
}
.domcellwrap .select-section-title {
  color: #ffffff;
}
.domcellwrap .zonelayer {
  color: #ffffff;
}
.domcellwrap .select-section-title,
.domcellwrap .gridcell,
.domcellwrap .select-section-btn {
  color: #3b7eff;
}
.shellwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellwrap .right {
  display: flex;
  flex-direction: column;
}
.shellwrap .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.shellwrap .row {
  justify-content: center;
}
.shellwrap ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.shellwrap li {
  margin-bottom: 16px;
}
.shellwrap li:last-child {
  margin-bottom: 0;
}
.shellwrap a:hover,
.shellwrap a:focus {
  color: #3f69ff !important;
}
.shellwrap .list {
  color: #ffffff;
}
.holdwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.holdwrap .formcore {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .holdwrap .formcore {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .holdwrap .formcore {
    grid-template-columns: 1fr;
  }
}
.holdwrap .select-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.holdwrap .gridcell .zonelayer {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .holdwrap .nav-wrapper {
    padding-left: 0;
  }
}
.holdwrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.holdwrap .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.holdwrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdwrap .nav-wrapper .list .item-wrap:hover,
.holdwrap .nav-wrapper .list .item-wrap:focus {
  color: #3b7eff;
}
.holdwrap .casing .pathwrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.holdwrap .casing .pathwrap .soc-item:first-child {
  margin-top: 0;
}
.holdwrap .casing .pathwrap .soc-item .select-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.holdwrap .casing .pathwrap .soc-item .elementbox {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .pack {
  margin-bottom: 0;
}
.holdwrap .desc-wrapper .select-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.holdwrap .board {
  margin-bottom: 0;
  color: #3b7eff;
  text-align: center;
}
.holdwrap .zonelayer {
  color: #ffffff;
}
.holdwrap .list {
  color: #ffffff;
}
.holdwrap .elementbox {
  color: #ffffff;
}
.holdwrap .pack {
  color: #ffffff;
}
.holdwrap .list,
.holdwrap .item-wrap {
  text-align: justify;
}
.holdwrap .pack,
.holdwrap .select-section-btn {
  text-align: left;
}
.nodeband {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.nodeband .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
}
.nodeband .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nodeband .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nodeband .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.nodeband nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nodeband .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .nodeband .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .nodeband .select-section-btn-main {
    margin-top: 1rem;
  }
}
.nodeband .select-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .nodeband .select-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .nodeband .select-section-btn-main .btn {
    margin-left: 0;
  }
}
.nodeband .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.nodeband .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .nodeband .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .nodeband .nav-item {
    margin: 0 !important;
  }
}
.nodeband .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.nodeband .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.nodeband .nav-item .nav-link:hover,
.nodeband .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.nodeband .nav-item .nav-link:hover::before,
.nodeband .nav-item .nav-link:focus::before {
  width: 100%;
}
.nodeband .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nodeband .container {
  display: flex;
  margin: auto;
}
.nodeband .headbox {
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.nodeband .headbox:last-child {
  margin-right: 0;
}
.nodeband .headbox:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .nodeband .section {
    margin: 0;
  }
}
.nodeband .nav-item:focus,
.nodeband .nav-link:focus {
  outline: none;
}
.nodeband .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .nodeband .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.nodeband .navbar .bound img {
  object-fit: contain;
  border-radius: 100% !important;
}
.nodeband .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodeband .navbar .nav-item {
    padding: .5rem 0;
  }
  .nodeband .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .nodeband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeband .navbar .bound img {
    height: 3rem !important;
  }
  .nodeband .navbar ul.section {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .nodeband .navbar ul.section li {
    margin: 0;
  }
  .nodeband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .nodeband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeband .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodeband .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.nodeband .navbar-brand .bound a {
  outline: none;
}
.nodeband .navbar-expand-lg .section .nav-link {
  padding: 4px 0 !important;
}
.nodeband ul.section {
  flex-wrap: wrap;
  padding: 0;
}
.nodeband button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.nodeband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodeband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeband .navbar {
    height: 70px;
  }
  .nodeband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodeband .navbar-dropdown .bound {
  margin-right: 10px;
}
.nodeband .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .nodeband .section.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.nodeband .plane {
  min-width: 200px;
}
.nodeband .plane .depthbox {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.nodeband .plane .depthbox:hover,
.nodeband .plane .depthbox:focus {
  color: #ffffff;
}
.nodeband .navbar-caption {
  color: #ff8576;
}
.nodeband .depthbox {
  color: #ffffff;
  text-align: center;
}
.nodeband .select-section-subtitle,
.nodeband .select-section-btn {
  text-align: center;
}
.nodeband a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}


/* Base Cookie Banner */
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}

.boxbridge {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}

.boxbridge.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: spinIn 0.8s ease-out forwards;
}

.boxbridge p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.boxbridge button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}

#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .boxbridge {
    left: 50%;
    bottom: 16px;
    max-width: 480px;
    width: calc(100% - 32px);
    padding: 15px;
    border-radius: 10px;
    transform: translate(-50%, 0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }

  .boxbridge.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: spinIn 0.8s ease-out forwards;
    transform-origin: center bottom;
  }

  #cookieBanner button,
  .boxbridge button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .boxbridge {
    bottom: 16px;
    width: calc(100% - 16px);
    padding: 10px;
  }

  #cookieBanner button,
  .boxbridge button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes fadeZoomIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.navbar-brand {
    animation: fadeZoomIn 1s ease-out;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 32px;
  background: rgba(255,255,255,0.08);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ttc-form #customForm {
  width: 100%;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #e9f3ff;
}
.ttc-form #customForm * {
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  background: rgba(5,18,40,0.82) !important;
  border: 1px solid rgba(135,186,255,0.45) !important;
  border-radius: 14px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #e9f3ff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.35);
  transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease, transform .08s ease;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: rgba(9,29,66,0.95) !important;
  border-color: #57b4ff !important;
  box-shadow: 0 0 0 1px rgba(9,176,255,0.7),0 0 22px rgba(87,180,255,0.4);
  transform: translateY(-1px);
}
.ttc-form #customForm textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.ttc-form #customForm ::placeholder {
  color: rgba(188,210,238,0.85);
}
.ttc-form #customForm .blocklayer,
.ttc-form #customForm .sidebox {
  background: rgba(5,18,40,0.75);
  border-radius: 16px !important;
  border: 1px solid rgba(135,186,255,0.35);
  padding: 16px 16px 14px;
  margin-bottom: 18px;
}
.ttc-form #customForm .rowunit,
.ttc-form #customForm .nestbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #e9f3ff;
}
.ttc-form #customForm .nodemodule,
.ttc-form #customForm .region {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #57b4ff;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px !important;
  border: none;
  cursor: pointer;
  background: radial-gradient(circle at 20% 0,#7ed4ff 0,#2b8dff 45%,#1260d1 100%);
  color: #f7fbff;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .08s ease, box-shadow .16s ease, opacity .16s ease;
}
.ttc-form #customForm .btn:hover {
  transform: translateY(-1px);
  opacity: .97;
}
.ttc-form #customForm .btn:active {
  transform: translateY(0);
  opacity: .94;
}
.ttc-form #customForm .alert {
  border-radius: 14px !important;
  font-size: 14px;
  background: rgba(20,60,20,0.75);
  border: 1px solid rgba(120,255,150,0.5);
  color: #d8ffe6;
  padding: 12px 14px;
  margin-bottom: 16px;
  box-shadow: 0 0 12px rgba(80,255,130,0.25);
}
.ttc-form #customForm a {
  color: #7fd0ff;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm small,
.ttc-form #customForm p {
  color: rgba(214,227,246,0.9);
}
@media (max-width: 991px) {
  .ttc-form {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .ttc-form {
    padding: 20px 14px;
  }
}
/* cssform-end */