@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-rgb: 25, 135, 84;
  --bs-warning-rgb: 255, 193, 7;
  --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-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-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --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, 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;
  }
}

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,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.dockwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .dockwrap {
    font-size: 5rem;
  }
}

.boxholder {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .boxholder {
    font-size: 4.5rem;
  }
}

.ridge {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .ridge {
    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-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .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-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.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::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -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::file-selector-button {
    transition: none;
  }
}
.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 {
  --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: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);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  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-lg {
  --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);
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.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);
}

.navwrap {
  --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;
}
.navwrap .nav-link.active, .navwrap .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 .navwrap {
    flex-direction: row;
  }
  .navbar-expand-lg .navwrap .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-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.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);
}

.dockunit {
  --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);
}

.grip {
  --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);
  }
}

: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;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !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-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}

.quiz-section {
  background-image: url("images/shallow1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .neutralbox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .neutralbox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .neutralbox.interface-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 .interface-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .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; }



.quiz-section {
  background-image: url("images/shallow1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@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;
}

[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !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;
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-youtube:before {
  content: "\e0a5";
}

.quiz-section {
  background-image: url("images/shallow1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@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.interface-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.interface-section-title {
  font-style: normal;
  line-height: 1.3;
}

.interface-section-subtitle {
  line-height: 1.3;
}

.frameunit {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h4,
.dockwrap,
.boxholder,
.ridge,
.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 */
.stepbox {
  text-align: left;
}

.band {
  text-align: center;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.interface-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-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

nav .interface-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .interface-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.notch .layoutbase {
  min-height: 100vh;
}

.notch {
  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 .neutralbox 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 .navwrap.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .interface-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 .interface-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;
}

.layoutbase {
  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;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  background-image: url("images/shallow1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'workflow2';
  font-display: swap;
  src:  url('fonts/hue2.eot');
  src:  url('fonts/hue2.eot') format('embedded-opentype'),
    url('fonts/hue2.woff2') format('woff2'),
    url('fonts/hue2.woff') format('woff'),
    url('fonts/hue2.ttf') format('truetype'),
    url('fonts/hue2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  background-image: url("images/shallow1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.btn {
  border-width: 2px;
}
body {
  font-family: Zalando Sans SemiExpanded;
}
.dockwrap {
  font-family: 'Indie Flower', handwriting;
  font-size: 3.6rem;
  line-height: 1;
}
.dockwrap > .interface-iconfont {
  font-size: 4.5rem;
}
.boxholder {
  font-family: 'Indie Flower', handwriting;
  font-size: 3.2rem;
  line-height: 1.05;
}
.boxholder > .interface-iconfont {
  font-size: 4rem;
}
.ridge {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}
.ridge > .interface-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Indie Flower', handwriting;
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .interface-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
}
.display-7 > .interface-iconfont {
  font-size: 1.375rem;
}
/* ---- 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) {
  .dockwrap {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .dockwrap {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .boxholder {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .ridge {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.45 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .dockwrap {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .boxholder {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.05 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .ridge {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #012abe !important;
  border-color: #012abe !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #0135f1 !important;
  border-color: #0135f1 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0135f1 !important;
  border-color: #0135f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3360ff;
  color: #3360ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #0030db !important;
  background-color: transparent !important;
  border-color: #0030db !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3360ff !important;
  border-color: #3360ff !important;
}
.text-primary {
  color: #012abe !important;
}
.text-success {
  color: #3360ff !important;
}
.text-warning {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001459 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #002dcc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  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;
}
.dockunit {
  background-color: #70c770;
}
.grip {
  background-color: #000000;
}
.interface-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #012abe;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
  border-radius: 14px !important;
}
.form-control > .interface-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: #012abe !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .interface-iconfont {
  font-size: 1.25rem;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.interface-section-btn .btn {
  font-weight: 500;
  padding: 8px 32px;
  border-radius: 15px !important;
  transition: all .5s ease;
  padding: 18px 60px;
}
@media (max-width: 992px) {
  .interface-section-btn .btn {
    border-radius: 18px !important;
  }
}
@media (max-width: 1640px) {
  .interface-section-btn .btn {
    padding: 16px 42px;
  }
}
@media (max-width: 992px) {
  .interface-section-btn .btn {
    padding: 16px 32px;
  }
}
.btn-primary {
  background-image: linear-gradient(90deg, #012abe, #6601be, #9501be, #be5601) !important;
  background-size: 200% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  background-position: 100% 0;
}
img,
.card-wrap,
.card-wrapper,
.plan,
.card,
.item-wrapper,
.container,
.item-wrapper::before {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .plan,
  .card,
  .item-wrapper,
  .container,
  .item-wrapper::before {
    border-radius: 30px !important;
  }
}
.zonepad {
  border-radius: 18px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cellunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .cellunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.cellunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cellunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cellunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cellunit .navbar-brand .neutralbox a {
  outline: none;
}
.cellunit .navwrap {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cellunit .navwrap .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item {
    padding-left: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #012abe, #1c4eff, #ffffff);
}
.cellunit .navwrap .nav-item .nav-link:hover::before {
  width: 100%;
}
.cellunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.cellunit .neutralbox {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cellunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cellunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cellunit .container,
.cellunit .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cellunit .container,
  .cellunit .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cellunit .container,
  .cellunit .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cellunit .nav-item:focus,
.cellunit .nav-link:focus {
  outline: none;
}
.cellunit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cellunit .navbar .neutralbox img {
  width: auto;
}
.cellunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cellunit .navbar {
    min-height: 72px;
  }
  .cellunit .navbar .neutralbox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cellunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cellunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cellunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cellunit .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.cellunit ul.navwrap {
  flex-wrap: wrap;
}
.cellunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cellunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cellunit .navbar-dropdown {
  padding: 0 1rem;
}
.cellunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cellunit .navbar {
    height: 77px;
  }
  .cellunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cellunit .interface-section-btn {
  margin: -0.6rem -0.6rem;
}
.cellunit .interface-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cellunit .interface-section-btn .btn {
    width: auto !important;
  }
}
.cellunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cellunit .navbar-brand {
    margin-right: auto;
  }
  .cellunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cellunit .navwrap .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .cellunit .navbar-collapse {
    padding: 1rem;
  }
}
.interfacebox {
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.interfacebox .row {
  flex-direction: row-reverse;
}
.interfacebox .svg-container {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.interfacebox svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.interfacebox svg path {
  fill: #001666;
}
@media (max-width: 992px) {
  .interfacebox svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .interfacebox svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.interfacebox .interface-section-title {
  color: #1c4eff;
  text-align: center;
}
@media (min-width: 1400px) {
  .interfacebox .col-12 {
    padding: 0 2rem;
  }
  .interfacebox .row {
    margin: 0 -2rem;
  }
}
.interfacebox .frameunit,
.interfacebox .interface-section-btn {
  color: #ffffff;
  text-align: center;
}
.nodemap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/warm2.jpg");
}
.nodemap .row {
  justify-content: space-between;
}
.nodemap .card {
  justify-content: center;
}
.nodemap .modtrack {
  margin-bottom: 40px;
}
.nodemap .modtrack .interface-section-title {
  margin-bottom: 0;
}
.nodemap .interface-section-btn .btn::after,
.nodemap .interface-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.nodemap .interface-section-btn .btn:hover,
.nodemap .interface-section-btn .btn:focus {
  color: #ffffff !important;
}
.nodemap .interface-section-btn .btn:hover::after,
.nodemap .interface-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.nodemap .contentbox {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .nodemap .contentbox {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.nodemap .contentbox img {
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .nodemap .contentbox img {
    height: 350px;
  }
}
.nodemap .text-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .nodemap .text-wrapper {
    padding-left: 0;
  }
}
.nodemap .text-wrapper .frameunit {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemap .text-wrapper .frameunit {
    margin-bottom: 20px;
  }
}
.nodemap .interface-section-title {
  color: #ffffff;
}
.nodemap .frameunit {
  color: #c7c7c7;
}
.nodemap .frameunit,
.nodemap .text-wrap,
.nodemap .interface-section-btn {
  color: #ffffff;
}
.nodemap .interface-section-title {
  text-align: center;
  color: #1c4eff;
}
.treebox {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.treebox .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.treebox .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #012abe;
}
.treebox .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .treebox .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .treebox .text-content {
    max-width: none;
  }
}
.treebox .interface-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #012abe;
  border: 2px solid #012abe;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.treebox .interface-iconfont-social:before {
  padding: 0.6rem;
}
.treebox .interface-iconfont-social:hover {
  background-color: #012abe;
  color: #ffffff;
}
@media (max-width: 768px) {
  .treebox .icons {
    justify-content: center !important;
  }
  .treebox .text-content * {
    text-align: center;
  }
}
.treebox P {
  color: #ffffff;
  text-align: center;
}
.treebox .interface-section-title {
  color: #1c4eff;
  text-align: center;
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.holdwrap .container,
.holdwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .holdwrap .container,
  .holdwrap .container-fluid {
    padding: 0 20px;
  }
}
.holdwrap a {
  display: block;
}
.holdwrap a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1c4eff;
  border-bottom: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    padding: 50px 0;
  }
}
.holdwrap a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .holdwrap a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper img {
    margin: 0 auto;
  }
}
.holdwrap .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap .copy-wrapper {
    border-right: none;
  }
}
.holdwrap .copy-wrapper .copyright {
  margin-bottom: 0;
}
.holdwrap .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper {
    height: auto;
  }
}
.holdwrap .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.holdwrap .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.holdwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.holdwrap .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.holdwrap .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .card-wrapper {
    margin-bottom: 50px;
  }
}
.holdwrap .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #001666;
  border-radius: 24px;
}
.holdwrap .card-wrapper .card-wrap .interface-section-title {
  margin-bottom: 42px;
}
.holdwrap .card-wrapper .card-wrap .frameunit {
  margin-bottom: 42px;
}
.holdwrap .copyright {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-title {
  color: #3d4045;
}
.holdwrap .frameunit {
  color: #3d4045;
  text-align: center;
}
.holdwrap .list {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-btn {
  text-align: right;
}
.holdwrap .interface-section-title,
.holdwrap .interface-section-btn {
  text-align: center;
  color: #000000;
}
.cellunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .cellunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.cellunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cellunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cellunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cellunit .navbar-brand .neutralbox a {
  outline: none;
}
.cellunit .navwrap {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cellunit .navwrap .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item {
    padding-left: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #012abe, #1c4eff, #ffffff);
}
.cellunit .navwrap .nav-item .nav-link:hover::before {
  width: 100%;
}
.cellunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.cellunit .neutralbox {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cellunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cellunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cellunit .container,
.cellunit .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cellunit .container,
  .cellunit .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cellunit .container,
  .cellunit .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cellunit .nav-item:focus,
.cellunit .nav-link:focus {
  outline: none;
}
.cellunit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cellunit .navbar .neutralbox img {
  width: auto;
}
.cellunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cellunit .navbar {
    min-height: 72px;
  }
  .cellunit .navbar .neutralbox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cellunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cellunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cellunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cellunit .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.cellunit ul.navwrap {
  flex-wrap: wrap;
}
.cellunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cellunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cellunit .navbar-dropdown {
  padding: 0 1rem;
}
.cellunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cellunit .navbar {
    height: 77px;
  }
  .cellunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cellunit .interface-section-btn {
  margin: -0.6rem -0.6rem;
}
.cellunit .interface-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cellunit .interface-section-btn .btn {
    width: auto !important;
  }
}
.cellunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cellunit .navbar-brand {
    margin-right: auto;
  }
  .cellunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cellunit .navwrap .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .cellunit .navbar-collapse {
    padding: 1rem;
  }
}
.mainsegment {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.mainsegment .svg-container {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.mainsegment svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.mainsegment svg path {
  fill: #001666;
}
@media (max-width: 992px) {
  .mainsegment svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .mainsegment svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.mainsegment .interface-section-title {
  color: #1c4eff;
  text-align: center;
}
@media (min-width: 1400px) {
  .mainsegment .col-12 {
    padding: 0 2rem;
  }
  .mainsegment .row {
    margin: 0 -2rem;
  }
}
.mainsegment .frameunit,
.mainsegment .interface-section-btn {
  color: #ffffff;
  text-align: center;
}
.boxpad {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.boxpad .interface-section-subtitle {
  color: #491414;
}
.boxpad .interface-section-title {
  color: #1c4eff;
}
.view {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.view .text-wrapper {
  padding: 0 10%;
  position: relative;
}
@media (max-width: 768px) {
  .view .text-wrapper {
    padding: 0 32px;
  }
}
.view .text-wrapper .interface-iconfont {
  position: absolute;
  top: 0;
  left: 7%;
  color: #101511;
  font-size: 48px;
  z-index: 1;
}
@media (max-width: 768px) {
  .view .text-wrapper .interface-iconfont {
    left: 0;
  }
}
.view .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #012abe;
}
.view .text-wrapper .frameunit {
  position: relative;
  z-index: 2;
  margin: 0;
}
.view .frameunit {
  color: #e8e8e8;
}
.wrapper {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.wrapper .row {
  align-items: center;
}
@media (min-width: 992px) {
  .wrapper .text-wrapper {
    padding: 0 2rem;
  }
}
.wrapper img {
  border-radius: 2rem;
}
.wrapper .interface-section-title {
  text-align: center;
  color: #000000;
}
.wrapper .interface-section-subtitle {
  text-align: center;
  color: #1c4eff;
}
.wrapper .frameunit,
.wrapper .interface-section-btn {
  color: #ffffff;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.viewnode {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.viewnode .row {
  position: relative;
}
.viewnode .row .blur-circle {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #001f8d 50%, #000000);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .viewnode .row .blur-circle {
    display: none;
  }
}
.viewnode .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .viewnode .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .viewnode .row {
    padding: 0 24px;
  }
}
.viewnode .title {
  display: flex;
  align-items: center;
}
.viewnode .modtrack {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .viewnode .modtrack {
    margin-bottom: 32px;
  }
}
.viewnode .modtrack .interface-section-title {
  margin-bottom: 32px;
}
.viewnode .modtrack .interface-section-title span {
  position: relative;
  z-index: 1;
}
.viewnode .modtrack .interface-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #000000;
  z-index: -1;
}
.viewnode .modtrack .frameunit {
  margin: 0;
}
.viewnode .contentbox {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .viewnode .contentbox {
    margin-bottom: 32px;
  }
}
.viewnode .contentbox img {
  max-height: 500px;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .viewnode .contentbox img {
    width: 100%;
  }
}
.viewnode .interface-section-title {
  color: #1c4eff;
  text-align: center;
}
.viewnode .frameunit {
  color: #ffffff;
}
.padunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.padunit .interface-section-subtitle {
  color: #491414;
}
.padunit .interface-section-title {
  color: #1c4eff;
}
.body {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.body .text-wrapper {
  padding: 0 10%;
  position: relative;
}
@media (max-width: 768px) {
  .body .text-wrapper {
    padding: 0 32px;
  }
}
.body .text-wrapper .interface-iconfont {
  position: absolute;
  top: 0;
  left: 7%;
  color: #101511;
  font-size: 48px;
  z-index: 1;
}
@media (max-width: 768px) {
  .body .text-wrapper .interface-iconfont {
    left: 0;
  }
}
.body .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #012abe;
}
.body .text-wrapper .frameunit {
  position: relative;
  z-index: 2;
  margin: 0;
}
.body .frameunit {
  color: #e8e8e8;
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.holdwrap .container,
.holdwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .holdwrap .container,
  .holdwrap .container-fluid {
    padding: 0 20px;
  }
}
.holdwrap a {
  display: block;
}
.holdwrap a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1c4eff;
  border-bottom: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    padding: 50px 0;
  }
}
.holdwrap a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .holdwrap a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper img {
    margin: 0 auto;
  }
}
.holdwrap .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap .copy-wrapper {
    border-right: none;
  }
}
.holdwrap .copy-wrapper .copyright {
  margin-bottom: 0;
}
.holdwrap .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper {
    height: auto;
  }
}
.holdwrap .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.holdwrap .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.holdwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.holdwrap .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.holdwrap .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .card-wrapper {
    margin-bottom: 50px;
  }
}
.holdwrap .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #001666;
  border-radius: 24px;
}
.holdwrap .card-wrapper .card-wrap .interface-section-title {
  margin-bottom: 42px;
}
.holdwrap .card-wrapper .card-wrap .frameunit {
  margin-bottom: 42px;
}
.holdwrap .copyright {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-title {
  color: #3d4045;
}
.holdwrap .frameunit {
  color: #3d4045;
  text-align: center;
}
.holdwrap .list {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-btn {
  text-align: right;
}
.holdwrap .interface-section-title,
.holdwrap .interface-section-btn {
  text-align: center;
  color: #000000;
}
.cellunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .cellunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.cellunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cellunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cellunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cellunit .navbar-brand .neutralbox a {
  outline: none;
}
.cellunit .navwrap {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cellunit .navwrap .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item {
    padding-left: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #012abe, #1c4eff, #ffffff);
}
.cellunit .navwrap .nav-item .nav-link:hover::before {
  width: 100%;
}
.cellunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.cellunit .neutralbox {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cellunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cellunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cellunit .container,
.cellunit .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cellunit .container,
  .cellunit .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cellunit .container,
  .cellunit .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cellunit .nav-item:focus,
.cellunit .nav-link:focus {
  outline: none;
}
.cellunit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cellunit .navbar .neutralbox img {
  width: auto;
}
.cellunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cellunit .navbar {
    min-height: 72px;
  }
  .cellunit .navbar .neutralbox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cellunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cellunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cellunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cellunit .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.cellunit ul.navwrap {
  flex-wrap: wrap;
}
.cellunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cellunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cellunit .navbar-dropdown {
  padding: 0 1rem;
}
.cellunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cellunit .navbar {
    height: 77px;
  }
  .cellunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cellunit .interface-section-btn {
  margin: -0.6rem -0.6rem;
}
.cellunit .interface-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cellunit .interface-section-btn .btn {
    width: auto !important;
  }
}
.cellunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cellunit .navbar-brand {
    margin-right: auto;
  }
  .cellunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cellunit .navwrap .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .cellunit .navbar-collapse {
    padding: 1rem;
  }
}
.rowwrap {
  padding-top: 11rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #000000;
}
.rowwrap .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .rowwrap .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .rowwrap .container {
    padding: 0 24px;
  }
}
.rowwrap .row {
  justify-content: center;
}
.rowwrap .formgrid {
  position: relative;
  z-index: 1;
}
.rowwrap .formgrid .interface-section-title {
  margin-bottom: 32px;
}
.rowwrap .formgrid .text-wrapper .frameunit {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rowwrap .formgrid .text-wrapper .frameunit {
    width: 100%;
  }
}
.rowwrap .formgrid .interface-section-btn {
  margin-top: 22px;
}
.rowwrap .formgrid .interface-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.rowwrap .formgrid .interface-section-btn .btn:hover,
.rowwrap .formgrid .interface-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.rowwrap .unitbox {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.rowwrap .unitbox .inner {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.rowwrap .unitbox .decor_1 {
  background-color: #001666;
}
.rowwrap .unitbox .decor_2 {
  background-color: #001975;
}
.rowwrap .unitbox .decor_3 {
  background-color: #001f8d;
}
.rowwrap .unitbox .decor_4 {
  background-color: #001f8d;
}
.rowwrap .contentbox {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .rowwrap .contentbox {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.rowwrap .contentbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .75rem !important;
}
.rowwrap .contentbox::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  border-radius: .75rem;
  pointer-events: none;
}
.rowwrap .interface-section-title {
  color: #141414;
}
.rowwrap .frameunit {
  color: #141414;
}
.rowwrap .frameunit,
.rowwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.rowwrap .interface-section-title,
.rowwrap .interface-section-btn {
  color: #1c4eff;
  text-align: center;
}
.stackcol {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.stackcol .formgrid {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stackcol .formgrid {
    margin-bottom: 32px;
  }
}
.stackcol .formgrid .modtrack {
  margin-bottom: 16px;
}
.stackcol .formgrid .modtrack .interface-section-title {
  margin-bottom: 0;
}
.stackcol .formgrid .modtrack .interface-section-subtitle {
  margin-bottom: 0;
}
.stackcol .formgrid .text-wrapper .frameunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stackcol .formgrid .text-wrapper .frameunit {
    width: 100%;
  }
}
.stackcol .boxareaunit {
  margin: 0 -8px;
  align-items: center;
}
.stackcol .boxareaunit .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.stackcol .boxareaunit .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.stackcol .boxareaunit .item .item-wrapper .bodysegment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #1c4eff);
  opacity: .3;
}
.stackcol .boxareaunit .item .item-wrapper .colunit {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #1c4eff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .stackcol .boxareaunit .item .item-wrapper .colunit {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .stackcol .boxareaunit .item .item-wrapper .colunit {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .stackcol .boxareaunit .item .item-wrapper .colunit {
    left: -160%;
  }
}
.stackcol .boxareaunit .item .item-wrapper .colunit.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #1c4eff);
}
@media (max-width: 1200px) {
  .stackcol .boxareaunit .item .item-wrapper .colunit.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .stackcol .boxareaunit .item .item-wrapper .colunit.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .stackcol .boxareaunit .item .item-wrapper .colunit.reverse {
    left: auto;
    right: -160%;
  }
}
.stackcol .boxareaunit .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .stackcol .boxareaunit .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.stackcol .boxareaunit .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .stackcol .boxareaunit .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.stackcol .boxareaunit .item .item-wrapper .item-content .card-box .card-title_1,
.stackcol .boxareaunit .item .item-wrapper .item-content .card-box .card-title_2,
.stackcol .boxareaunit .item .item-wrapper .item-content .card-box .card-title_3,
.stackcol .boxareaunit .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.stackcol .boxareaunit .item .item-wrapper .item-content .card-box .card-text_1,
.stackcol .boxareaunit .item .item-wrapper .item-content .card-box .card-text_2,
.stackcol .boxareaunit .item .item-wrapper .item-content .card-box .card-text_3,
.stackcol .boxareaunit .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.stackcol .boxareaunit .item .item-wrapper .item-content .card-box .interface-section-btn {
  margin-top: 24px;
}
.stackcol .boxareaunit .item .item-wrapper .item-content .card-box .interface-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.stackcol .boxareaunit .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .stackcol .boxareaunit .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.stackcol .boxareaunit .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .stackcol .boxareaunit .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.stackcol .boxareaunit .item .item-wrapper .card_1 .card-box,
.stackcol .boxareaunit .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .stackcol .boxareaunit .item .item-wrapper .card_1 .card-box,
  .stackcol .boxareaunit .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.stackcol .boxareaunit .item .item-wrapper .card_1 {
  background-color: #000000;
  border-color: #001f8d;
}
.stackcol .boxareaunit .item .item-wrapper .card_2 {
  background-color: #000000;
  border-color: #001666;
}
.stackcol .boxareaunit .item .item-wrapper .card_3 {
  background-color: #000000;
  border-color: #001975;
}
.stackcol .boxareaunit .item .item-wrapper .card_4 {
  background-color: #000000;
  border-color: #012abe;
}
.stackcol .interface-section-title {
  color: #111111;
  text-align: center;
}
.stackcol .interface-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.stackcol .frameunit,
.stackcol .text-wrapper {
  color: #666666;
  text-align: center;
}
.stackcol .card-title_1 {
  color: #ffffff;
}
.stackcol .card-title_2 {
  color: #3360ff;
  text-align: center;
}
.stackcol .card-title_3 {
  color: #3360ff;
  text-align: center;
}
.stackcol .card-title_4 {
  color: #ffffff;
}
.stackcol .card-text_1 {
  color: #ffffff;
  text-align: center;
}
.stackcol .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.stackcol .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.stackcol .card-text_4 {
  color: #ffffff;
  text-align: center;
}
.stackcol .card-title_1,
.stackcol .interface-section-btn {
  text-align: center;
  color: #3360ff;
}
.stackcol .card-title_4,
.stackcol .interface-section-btn {
  text-align: center;
  color: #3360ff;
}
.partbox {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.partbox .card-box {
  padding: 2rem;
  width: 58.33%;
}
.partbox .img-wrapper {
  width: 41.66%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partbox .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.partbox .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #012abe;
}
.partbox .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .partbox .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.partbox .img1 {
  background: #001666;
}
.partbox .img2 {
  background: #001666;
}
.partbox .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.partbox .card-wrapper {
  background: #000000;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .partbox .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .partbox .card-wrapper {
    flex-direction: column;
  }
  .partbox .card-box {
    padding: 1rem;
  }
  .partbox .card-box,
  .partbox .img-wrapper {
    width: 100%;
  }
  .partbox .img-wrapper {
    padding: 4rem 1rem;
  }
  .partbox .bodylayer {
    flex-direction: column-reverse;
  }
}
.partbox .frameunit {
  color: #555555;
}
.partbox .card-title,
.partbox .card-box {
  color: #3360ff;
  text-align: center;
}
.partbox .frameunit,
.partbox .interface-section-btn {
  color: #ffffff;
}
.flow {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.flow .formgrid {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .flow .formgrid {
    margin-bottom: 32px;
  }
}
.flow .formgrid .modtrack {
  margin-bottom: 16px;
}
.flow .formgrid .modtrack .interface-section-title {
  margin-bottom: 0;
}
.flow .formgrid .modtrack .interface-section-subtitle {
  margin-bottom: 0;
}
.flow .formgrid .text-wrapper .frameunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .flow .formgrid .text-wrapper .frameunit {
    width: 100%;
  }
}
.flow .boxareaunit {
  margin: 0 -8px;
  align-items: center;
}
.flow .boxareaunit .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.flow .boxareaunit .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.flow .boxareaunit .item .item-wrapper .bodysegment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #1c4eff);
  opacity: .3;
}
.flow .boxareaunit .item .item-wrapper .colunit {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #1c4eff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .flow .boxareaunit .item .item-wrapper .colunit {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .flow .boxareaunit .item .item-wrapper .colunit {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .flow .boxareaunit .item .item-wrapper .colunit {
    left: -160%;
  }
}
.flow .boxareaunit .item .item-wrapper .colunit.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #1c4eff);
}
@media (max-width: 1200px) {
  .flow .boxareaunit .item .item-wrapper .colunit.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .flow .boxareaunit .item .item-wrapper .colunit.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .flow .boxareaunit .item .item-wrapper .colunit.reverse {
    left: auto;
    right: -160%;
  }
}
.flow .boxareaunit .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .flow .boxareaunit .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.flow .boxareaunit .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .flow .boxareaunit .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.flow .boxareaunit .item .item-wrapper .item-content .card-box .card-title_1,
.flow .boxareaunit .item .item-wrapper .item-content .card-box .card-title_2,
.flow .boxareaunit .item .item-wrapper .item-content .card-box .card-title_3,
.flow .boxareaunit .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.flow .boxareaunit .item .item-wrapper .item-content .card-box .card-text_1,
.flow .boxareaunit .item .item-wrapper .item-content .card-box .card-text_2,
.flow .boxareaunit .item .item-wrapper .item-content .card-box .card-text_3,
.flow .boxareaunit .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.flow .boxareaunit .item .item-wrapper .item-content .card-box .interface-section-btn {
  margin-top: 24px;
}
.flow .boxareaunit .item .item-wrapper .item-content .card-box .interface-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.flow .boxareaunit .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .flow .boxareaunit .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.flow .boxareaunit .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .flow .boxareaunit .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.flow .boxareaunit .item .item-wrapper .card_1 .card-box,
.flow .boxareaunit .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .flow .boxareaunit .item .item-wrapper .card_1 .card-box,
  .flow .boxareaunit .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.flow .boxareaunit .item .item-wrapper .card_1 {
  background-color: #000000;
  border-color: #001f8d;
}
.flow .boxareaunit .item .item-wrapper .card_2 {
  background-color: #000000;
  border-color: #001666;
}
.flow .boxareaunit .item .item-wrapper .card_3 {
  background-color: #000000;
  border-color: #001975;
}
.flow .boxareaunit .item .item-wrapper .card_4 {
  background-color: #000000;
  border-color: #012abe;
}
.flow .interface-section-title {
  color: #111111;
  text-align: center;
}
.flow .interface-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.flow .frameunit,
.flow .text-wrapper {
  color: #666666;
  text-align: center;
}
.flow .card-title_1 {
  color: #ffffff;
}
.flow .card-title_2 {
  color: #3360ff;
  text-align: center;
}
.flow .card-title_3 {
  color: #3360ff;
  text-align: center;
}
.flow .card-title_4 {
  color: #ffffff;
}
.flow .card-text_1 {
  color: #ffffff;
  text-align: center;
}
.flow .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.flow .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.flow .card-text_4 {
  color: #ffffff;
  text-align: center;
}
.flow .card-title_1,
.flow .interface-section-btn {
  text-align: center;
  color: #3360ff;
}
.flow .card-title_4,
.flow .interface-section-btn {
  text-align: center;
  color: #3360ff;
}
.layouter {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.layouter .card-box {
  padding: 2rem;
  width: 58.33%;
}
.layouter .img-wrapper {
  width: 41.66%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layouter .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.layouter .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #012abe;
}
.layouter .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .layouter .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.layouter .img1 {
  background: #001666;
}
.layouter .img2 {
  background: #001666;
}
.layouter .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.layouter .card-wrapper {
  background: #000000;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .layouter .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .layouter .card-wrapper {
    flex-direction: column;
  }
  .layouter .card-box {
    padding: 1rem;
  }
  .layouter .card-box,
  .layouter .img-wrapper {
    width: 100%;
  }
  .layouter .img-wrapper {
    padding: 4rem 1rem;
  }
  .layouter .bodylayer {
    flex-direction: column-reverse;
  }
}
.layouter .frameunit {
  color: #555555;
}
.layouter .card-title,
.layouter .card-box {
  color: #3360ff;
  text-align: center;
}
.layouter .frameunit,
.layouter .interface-section-btn {
  color: #ffffff;
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.holdwrap .container,
.holdwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .holdwrap .container,
  .holdwrap .container-fluid {
    padding: 0 20px;
  }
}
.holdwrap a {
  display: block;
}
.holdwrap a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1c4eff;
  border-bottom: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    padding: 50px 0;
  }
}
.holdwrap a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .holdwrap a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper img {
    margin: 0 auto;
  }
}
.holdwrap .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap .copy-wrapper {
    border-right: none;
  }
}
.holdwrap .copy-wrapper .copyright {
  margin-bottom: 0;
}
.holdwrap .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper {
    height: auto;
  }
}
.holdwrap .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.holdwrap .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.holdwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.holdwrap .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.holdwrap .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .card-wrapper {
    margin-bottom: 50px;
  }
}
.holdwrap .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #001666;
  border-radius: 24px;
}
.holdwrap .card-wrapper .card-wrap .interface-section-title {
  margin-bottom: 42px;
}
.holdwrap .card-wrapper .card-wrap .frameunit {
  margin-bottom: 42px;
}
.holdwrap .copyright {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-title {
  color: #3d4045;
}
.holdwrap .frameunit {
  color: #3d4045;
  text-align: center;
}
.holdwrap .list {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-btn {
  text-align: right;
}
.holdwrap .interface-section-title,
.holdwrap .interface-section-btn {
  text-align: center;
  color: #000000;
}
.cellunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .cellunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.cellunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cellunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cellunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cellunit .navbar-brand .neutralbox a {
  outline: none;
}
.cellunit .navwrap {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cellunit .navwrap .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item {
    padding-left: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #012abe, #1c4eff, #ffffff);
}
.cellunit .navwrap .nav-item .nav-link:hover::before {
  width: 100%;
}
.cellunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.cellunit .neutralbox {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cellunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cellunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cellunit .container,
.cellunit .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cellunit .container,
  .cellunit .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cellunit .container,
  .cellunit .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cellunit .nav-item:focus,
.cellunit .nav-link:focus {
  outline: none;
}
.cellunit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cellunit .navbar .neutralbox img {
  width: auto;
}
.cellunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cellunit .navbar {
    min-height: 72px;
  }
  .cellunit .navbar .neutralbox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cellunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cellunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cellunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cellunit .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.cellunit ul.navwrap {
  flex-wrap: wrap;
}
.cellunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cellunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cellunit .navbar-dropdown {
  padding: 0 1rem;
}
.cellunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cellunit .navbar {
    height: 77px;
  }
  .cellunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cellunit .interface-section-btn {
  margin: -0.6rem -0.6rem;
}
.cellunit .interface-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cellunit .interface-section-btn .btn {
    width: auto !important;
  }
}
.cellunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cellunit .navbar-brand {
    margin-right: auto;
  }
  .cellunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cellunit .navwrap .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .cellunit .navbar-collapse {
    padding: 1rem;
  }
}
.holdunit {
  overflow: hidden;
  background-color: #000000;
}
@media (max-width: 992px) {
  .holdunit .container {
    padding: 0 24px;
  }
}
.holdunit .formgrid {
  position: relative;
  z-index: 1;
}
.holdunit .formgrid .interface-section-subtitle {
  margin-bottom: 20px;
}
.holdunit .formgrid .interface-section-title {
  margin-bottom: 32px;
}
.holdunit .formgrid .frameunit {
  margin-bottom: 0;
}
.holdunit .formgrid .interface-section-btn {
  margin-top: 20px;
}
.holdunit .formgrid .interface-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.holdunit .formgrid .interface-section-btn .btn:hover,
.holdunit .formgrid .interface-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.holdunit .unitbox {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.holdunit .unitbox .inner {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.holdunit .unitbox .decor_1 {
  background-color: #001975;
}
.holdunit .unitbox .decor_2 {
  background-color: #001666;
}
.holdunit .unitbox .decor_3 {
  background-color: #001666;
}
.holdunit .unitbox .decor_4 {
  background-color: #001975;
}
.holdunit .interface-section-title {
  color: #141414;
}
.holdunit .interface-section-subtitle {
  color: #141414;
  text-align: center;
}
.holdunit .frameunit {
  color: #ffffff;
  text-align: center;
}
.holdunit .interface-section-title,
.holdunit .interface-section-btn {
  text-align: center;
  color: #1c4eff;
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.holdwrap .container,
.holdwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .holdwrap .container,
  .holdwrap .container-fluid {
    padding: 0 20px;
  }
}
.holdwrap a {
  display: block;
}
.holdwrap a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1c4eff;
  border-bottom: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    padding: 50px 0;
  }
}
.holdwrap a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .holdwrap a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper img {
    margin: 0 auto;
  }
}
.holdwrap .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap .copy-wrapper {
    border-right: none;
  }
}
.holdwrap .copy-wrapper .copyright {
  margin-bottom: 0;
}
.holdwrap .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper {
    height: auto;
  }
}
.holdwrap .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.holdwrap .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.holdwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.holdwrap .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.holdwrap .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .card-wrapper {
    margin-bottom: 50px;
  }
}
.holdwrap .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #001666;
  border-radius: 24px;
}
.holdwrap .card-wrapper .card-wrap .interface-section-title {
  margin-bottom: 42px;
}
.holdwrap .card-wrapper .card-wrap .frameunit {
  margin-bottom: 42px;
}
.holdwrap .copyright {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-title {
  color: #3d4045;
}
.holdwrap .frameunit {
  color: #3d4045;
  text-align: center;
}
.holdwrap .list {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-btn {
  text-align: right;
}
.holdwrap .interface-section-title,
.holdwrap .interface-section-btn {
  text-align: center;
  color: #000000;
}
.cellunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .cellunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.cellunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cellunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cellunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cellunit .navbar-brand .neutralbox a {
  outline: none;
}
.cellunit .navwrap {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cellunit .navwrap .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item {
    padding-left: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #012abe, #1c4eff, #ffffff);
}
.cellunit .navwrap .nav-item .nav-link:hover::before {
  width: 100%;
}
.cellunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.cellunit .neutralbox {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cellunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cellunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cellunit .container,
.cellunit .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cellunit .container,
  .cellunit .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cellunit .container,
  .cellunit .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cellunit .nav-item:focus,
.cellunit .nav-link:focus {
  outline: none;
}
.cellunit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cellunit .navbar .neutralbox img {
  width: auto;
}
.cellunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cellunit .navbar {
    min-height: 72px;
  }
  .cellunit .navbar .neutralbox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cellunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cellunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cellunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cellunit .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.cellunit ul.navwrap {
  flex-wrap: wrap;
}
.cellunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cellunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cellunit .navbar-dropdown {
  padding: 0 1rem;
}
.cellunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cellunit .navbar {
    height: 77px;
  }
  .cellunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cellunit .interface-section-btn {
  margin: -0.6rem -0.6rem;
}
.cellunit .interface-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cellunit .interface-section-btn .btn {
    width: auto !important;
  }
}
.cellunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cellunit .navbar-brand {
    margin-right: auto;
  }
  .cellunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cellunit .navwrap .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .cellunit .navbar-collapse {
    padding: 1rem;
  }
}
.bound {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.bound .row {
  flex-direction: row-reverse;
}
.bound .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.bound .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #012abe;
}
.bound .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .bound .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.bound .interface-section-title {
  color: #1c4eff;
  text-align: center;
}
@media (min-width: 1400px) {
  .bound .col-12 {
    padding: 0 2rem;
  }
  .bound .row {
    margin: 0 -2rem;
  }
}
.bound .frameunit,
.bound .interface-section-btn {
  color: #ffffff;
  text-align: center;
}
.wrapunit {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.wrapunit .layoutbase {
  background-color: #ffffff;
  opacity: 0.4;
}
.wrapunit .btn {
  min-height: 60px;
}
.wrapunit .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.wrapunit .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #012abe;
}
.wrapunit .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .wrapunit .svg-top {
    width: 1000px;
  }
}
.wrapunit .form-control {
  padding: 0rem;
  background-color: #001666;
  border: none!important;
  border-bottom: 2px solid #3360ff !important;
  border-color: #3360ff !important;
  color: #ffffff;
  transition: 0.4s;
  height: 60px;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 2rem;
  outline: none;
}
.wrapunit .form-control::-webkit-input-placeholder,
.wrapunit .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.wrapunit .form-control:-moz-placeholder,
.wrapunit .form-control:-moz-placeholder {
  color: #ffffff;
}
.wrapunit .form-control:hover,
.wrapunit .form-control:focus {
  background-color: #1a449a;
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.wrapunit .form-control:hover::-webkit-input-placeholder,
.wrapunit .form-control:focus::-webkit-input-placeholder,
.wrapunit .form-control:hover::-webkit-input-placeholder,
.wrapunit .form-control:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.wrapunit .form-control:hover:-moz-placeholder,
.wrapunit .form-control:focus:-moz-placeholder,
.wrapunit .form-control:hover:-moz-placeholder,
.wrapunit .form-control:focus:-moz-placeholder {
  color: #ffffff;
}
.wrapunit input::-webkit-clear-button {
  display: none;
}
.wrapunit input::-webkit-inner-spin-button {
  display: none;
}
.wrapunit input::-webkit-outer-spin-button {
  display: none;
}
.wrapunit input::-webkit-calendar-picker-indicator {
  display: none;
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.holdwrap .container,
.holdwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .holdwrap .container,
  .holdwrap .container-fluid {
    padding: 0 20px;
  }
}
.holdwrap a {
  display: block;
}
.holdwrap a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1c4eff;
  border-bottom: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    padding: 50px 0;
  }
}
.holdwrap a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .holdwrap a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper img {
    margin: 0 auto;
  }
}
.holdwrap .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap .copy-wrapper {
    border-right: none;
  }
}
.holdwrap .copy-wrapper .copyright {
  margin-bottom: 0;
}
.holdwrap .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper {
    height: auto;
  }
}
.holdwrap .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.holdwrap .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.holdwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.holdwrap .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.holdwrap .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .card-wrapper {
    margin-bottom: 50px;
  }
}
.holdwrap .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #001666;
  border-radius: 24px;
}
.holdwrap .card-wrapper .card-wrap .interface-section-title {
  margin-bottom: 42px;
}
.holdwrap .card-wrapper .card-wrap .frameunit {
  margin-bottom: 42px;
}
.holdwrap .copyright {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-title {
  color: #3d4045;
}
.holdwrap .frameunit {
  color: #3d4045;
  text-align: center;
}
.holdwrap .list {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-btn {
  text-align: right;
}
.holdwrap .interface-section-title,
.holdwrap .interface-section-btn {
  text-align: center;
  color: #000000;
}
.cellunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .cellunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.cellunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cellunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cellunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cellunit .navbar-brand .neutralbox a {
  outline: none;
}
.cellunit .navwrap {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cellunit .navwrap .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item {
    padding-left: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #012abe, #1c4eff, #ffffff);
}
.cellunit .navwrap .nav-item .nav-link:hover::before {
  width: 100%;
}
.cellunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.cellunit .neutralbox {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cellunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cellunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cellunit .container,
.cellunit .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cellunit .container,
  .cellunit .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cellunit .container,
  .cellunit .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cellunit .nav-item:focus,
.cellunit .nav-link:focus {
  outline: none;
}
.cellunit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cellunit .navbar .neutralbox img {
  width: auto;
}
.cellunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cellunit .navbar {
    min-height: 72px;
  }
  .cellunit .navbar .neutralbox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cellunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cellunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cellunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cellunit .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.cellunit ul.navwrap {
  flex-wrap: wrap;
}
.cellunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cellunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cellunit .navbar-dropdown {
  padding: 0 1rem;
}
.cellunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cellunit .navbar {
    height: 77px;
  }
  .cellunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cellunit .interface-section-btn {
  margin: -0.6rem -0.6rem;
}
.cellunit .interface-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cellunit .interface-section-btn .btn {
    width: auto !important;
  }
}
.cellunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cellunit .navbar-brand {
    margin-right: auto;
  }
  .cellunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cellunit .navwrap .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .cellunit .navbar-collapse {
    padding: 1rem;
  }
}
.scaffold {
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-color: #000000;
  overflow: hidden;
}
.scaffold .card {
  position: relative;
}
.scaffold .card .bodysegment {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #012abe, #053bff 50%, #012abe);
  filter: blur(4rem);
  pointer-events: none;
}
.scaffold .card .bodysegment::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.scaffold .formgrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .scaffold .formgrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .scaffold .formgrid {
    width: 100%;
  }
}
.scaffold .formgrid .stagebox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .scaffold .formgrid .stagebox {
    margin-bottom: 28px;
  }
}
.scaffold .formgrid .interface-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .scaffold .formgrid .interface-section-title {
    margin-bottom: 18px;
  }
}
.scaffold .formgrid .frameunit {
  margin-bottom: 0;
}
.scaffold .formgrid .interface-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .scaffold .formgrid .interface-section-btn {
    margin-top: 18px;
  }
}

.scaffold .stagebox {
  color: #ffffff;
  text-align: center;
}
.scaffold .interface-section-title {
  color: #ffffff;
}
.scaffold .frameunit {
  color: #ffffff;
  text-align: center;
}
.scaffold .interface-section-title,
.scaffold .interface-section-btn {
  text-align: center;
  color: #1c4eff;
}
.spanunit {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.spanunit .text-wrapper {
  padding: 0 10%;
  position: relative;
}
@media (max-width: 768px) {
  .spanunit .text-wrapper {
    padding: 0 32px;
  }
}
.spanunit .text-wrapper .interface-iconfont {
  position: absolute;
  top: 0;
  left: 7%;
  color: #101511;
  font-size: 48px;
  z-index: 1;
}
@media (max-width: 768px) {
  .spanunit .text-wrapper .interface-iconfont {
    left: 0;
  }
}
.spanunit .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #012abe;
}
.spanunit .text-wrapper .frameunit {
  position: relative;
  z-index: 2;
  margin: 0;
}
.spanunit .frameunit {
  color: #e8e8e8;
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.holdwrap .container,
.holdwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .holdwrap .container,
  .holdwrap .container-fluid {
    padding: 0 20px;
  }
}
.holdwrap a {
  display: block;
}
.holdwrap a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1c4eff;
  border-bottom: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    padding: 50px 0;
  }
}
.holdwrap a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .holdwrap a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper img {
    margin: 0 auto;
  }
}
.holdwrap .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap .copy-wrapper {
    border-right: none;
  }
}
.holdwrap .copy-wrapper .copyright {
  margin-bottom: 0;
}
.holdwrap .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper {
    height: auto;
  }
}
.holdwrap .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.holdwrap .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.holdwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.holdwrap .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.holdwrap .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .card-wrapper {
    margin-bottom: 50px;
  }
}
.holdwrap .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #001666;
  border-radius: 24px;
}
.holdwrap .card-wrapper .card-wrap .interface-section-title {
  margin-bottom: 42px;
}
.holdwrap .card-wrapper .card-wrap .frameunit {
  margin-bottom: 42px;
}
.holdwrap .copyright {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-title {
  color: #3d4045;
}
.holdwrap .frameunit {
  color: #3d4045;
  text-align: center;
}
.holdwrap .list {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-btn {
  text-align: right;
}
.holdwrap .interface-section-title,
.holdwrap .interface-section-btn {
  text-align: center;
  color: #000000;
}
.cellunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .cellunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.cellunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cellunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cellunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cellunit .navbar-brand .neutralbox a {
  outline: none;
}
.cellunit .navwrap {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cellunit .navwrap .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item {
    padding-left: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navwrap .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cellunit .navwrap .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #012abe, #1c4eff, #ffffff);
}
.cellunit .navwrap .nav-item .nav-link:hover::before {
  width: 100%;
}
.cellunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.cellunit .neutralbox {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cellunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cellunit .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cellunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cellunit .container,
.cellunit .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cellunit .container,
  .cellunit .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cellunit .container,
  .cellunit .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cellunit .nav-item:focus,
.cellunit .nav-link:focus {
  outline: none;
}
.cellunit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cellunit .navbar .neutralbox img {
  width: auto;
}
.cellunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cellunit .navbar {
    min-height: 72px;
  }
  .cellunit .navbar .neutralbox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cellunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cellunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cellunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cellunit .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.cellunit ul.navwrap {
  flex-wrap: wrap;
}
.cellunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cellunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cellunit .navbar-dropdown {
  padding: 0 1rem;
}
.cellunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cellunit .navbar {
    height: 77px;
  }
  .cellunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cellunit .interface-section-btn {
  margin: -0.6rem -0.6rem;
}
.cellunit .interface-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cellunit .interface-section-btn .btn {
    width: auto !important;
  }
}
.cellunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cellunit .navbar-brand {
    margin-right: auto;
  }
  .cellunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cellunit .navwrap .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .cellunit .navbar-collapse {
    padding: 1rem;
  }
}
.section {
  padding-top: 8rem;
  padding-bottom: 11rem;
  overflow: hidden;
  background-color: #000000;
}
.section .row {
  justify-content: center;
}
.section .modtrack {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .section .modtrack {
    margin-bottom: 30px;
  }
}
.section .modtrack .interface-section-title {
  margin-bottom: 0;
}
.section .modtrack .interface-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .section .formgrid {
    margin-bottom: 40px;
  }
}
.section .formgrid .text-wrapper .frameunit {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .section .formgrid .text-wrapper .frameunit {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section .formgrid .interface-section-btn .btn {
  margin-bottom: 0;
}
.section .card {
  justify-content: flex-end;
}
.section .contentbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .section .contentbox {
    display: block;
  }
}
.section .contentbox::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#1c4eff, transparent);
  filter: blur(100px);
}
.section .contentbox .nodetrack {
  position: relative;
  z-index: 1;
}
.section .contentbox .nodetrack img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .section .contentbox .nodetrack img {
    height: 350px;
  }
}
.section .interface-section-title {
  color: #3360ff;
  text-align: center;
}
.section .interface-section-subtitle {
  color: #ffffff;
}
.section .frameunit,
.section .text-wrapper {
  color: #ffffff;
}
.section .frameunit,
.section .text-wrapper,
.section .interface-section-btn {
  text-align: center;
}
.flexunit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.flexunit .bodysegment {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 70%;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #012abe 0, #012abe 40%, #000000 0);
  filter: blur(8rem);
  pointer-events: none;
}
@media (max-width: 992px) {
  .flexunit .bodysegment {
    bottom: -25%;
    height: 100%;
  }
}
.flexunit .formgrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .flexunit .formgrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .flexunit .formgrid {
    width: 100%;
    margin-bottom: 28px;
  }
}
.flexunit .formgrid .modtrack {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .flexunit .formgrid .modtrack {
    margin-bottom: 18px;
  }
}
.flexunit .formgrid .modtrack .interface-section-title {
  margin-bottom: 0;
}
.flexunit .formgrid .frameunit {
  margin-bottom: 0;
}
.flexunit .boxareaunit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.flexunit .boxareaunit .item {
  width: 25%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1640px) {
  .flexunit .boxareaunit .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .flexunit .boxareaunit .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.flexunit .boxareaunit .item:hover .item-wrapper::after,
.flexunit .boxareaunit .item:focus .item-wrapper::after {
  width: 100%;
  height: 200px;
  top: -155px;
}
.flexunit .boxareaunit .item .item-wrapper {
  position: relative;
  padding: 38px 46px 46px 46px;
  min-height: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .flexunit .boxareaunit .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.flexunit .boxareaunit .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001666;
  opacity: .5;
  backdrop-filter: blur(36px);
  z-index: 1;
  pointer-events: none;
}
.flexunit .boxareaunit .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #001666 30%, #012abe);
  filter: blur(2rem);
  z-index: 1;
  pointer-events: none;
  transition: all .5s ease;
}
.flexunit .boxareaunit .item .item-wrapper .stagebox {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.flexunit .boxareaunit .item .item-wrapper .stagebox .container {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #000000;
}
@media (max-width: 992px) {
  .flexunit .boxareaunit .item .item-wrapper .stagebox .container {
    padding: 10px 16px;
  }
}
.flexunit .boxareaunit .item .item-wrapper .stagebox .container .item-label {
  margin-bottom: 0;
}
.flexunit .boxareaunit .item .item-wrapper .card-box {
  position: relative;
  z-index: 2;
}
.flexunit .boxareaunit .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.flexunit .boxareaunit .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.flexunit .boxareaunit .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 38px;
  margin-bottom: 14px;
}
.flexunit .boxareaunit .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff);
  color: #ffffff;
  font-size: 15px;
}
.flexunit .boxareaunit .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flexunit .boxareaunit .item .item-wrapper .card-box .interface-section-btn {
  margin-top: 22px;
  width: 100%;
}
.flexunit .boxareaunit .item .item-wrapper .card-box .interface-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.flexunit .interface-section-title {
  color: #ffffff;
  text-align: center;
}
.flexunit .interface-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.flexunit .frameunit {
  color: #a997ce;
  text-align: center;
}
.flexunit .item-label {
  color: #ffffff;
}
.flexunit .item-title {
  color: #ffffff;
  text-align: center;
}
.flexunit .list {
  color: #a997ce;
}
.flexunit .item-label,
.flexunit .stagebox {
  text-align: center;
  color: #3360ff;
}
.wrapgrid {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.wrapgrid .modtrack {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .wrapgrid .modtrack {
    margin-bottom: 40px;
  }
}
.wrapgrid .modtrack .interface-section-title {
  margin-bottom: 16px;
}
.wrapgrid .modtrack .frameunit {
  margin-bottom: 0;
}
.wrapgrid .boxareaunit {
  justify-content: center;
  margin: 0 -12px;
}
.wrapgrid .boxareaunit .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .wrapgrid .boxareaunit .item {
    margin-bottom: 16px;
  }
}
.wrapgrid .boxareaunit .item .card_1 {
  background-color: #001666;
  overflow: hidden;
  position: relative;
}
.wrapgrid .boxareaunit .item .card_1 .stub {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.wrapgrid .boxareaunit .item .card_1 .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .wrapgrid .boxareaunit .item .card_1 .item-content {
    padding: 16px;
  }
}
.wrapgrid .boxareaunit .item .card_1 .item-content .tags-wrapper_1 {
  margin-bottom: 16px;
}
.wrapgrid .boxareaunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap {
  display: inline-flex;
  align-items: center;
}
.wrapgrid .boxareaunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.wrapgrid .boxareaunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content .interface-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #000000;
  margin-bottom: 0;
}
.wrapgrid .boxareaunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content .interface-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.wrapgrid .boxareaunit .item .card_1 .item-content .item-title_1 {
  margin-bottom: 16px;
}
.wrapgrid .boxareaunit .item .card_1 .item-content .interface-section-btn {
  margin-top: 16px;
}
.wrapgrid .boxareaunit .item .card_1 .item-content .interface-section-btn .btn {
  margin-bottom: 0;
}
.wrapgrid .boxareaunit .item .card_1 .item-img {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .wrapgrid .boxareaunit .item .card_1 .item-img {
    padding: 8px 16px 16px 16px;
  }
}
.wrapgrid .boxareaunit .item .card_1 .item-img img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .wrapgrid .boxareaunit .item .card_1 .item-img img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .wrapgrid .boxareaunit .item .card_1 .item-img img {
    height: 300px;
  }
}
.wrapgrid .boxareaunit .item .card_2 {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.wrapgrid .boxareaunit .item .card_2 .abstractbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #012abe;
  opacity: 1;
  pointer-events: none;
}
.wrapgrid .boxareaunit .item .card_2 .stub {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.wrapgrid .boxareaunit .item .card_2 .item-content {
  position: relative;
  z-index: 1;
  background-color: #000000;
}
.wrapgrid .boxareaunit .item .card_2 .item-content .card-box {
  padding: 40px;
}
@media (max-width: 992px) {
  .wrapgrid .boxareaunit .item .card_2 .item-content .card-box {
    padding: 16px;
  }
}
.wrapgrid .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 {
  margin-bottom: 16px;
}
.wrapgrid .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.wrapgrid .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #012abe 0, transparent 140%);
  z-index: -1;
}
.wrapgrid .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.wrapgrid .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content .interface-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #000000;
  margin-bottom: 0;
}
.wrapgrid .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content .interface-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.wrapgrid .boxareaunit .item .card_2 .item-content .card-box .item-title_2 {
  margin-bottom: 16px;
}
.wrapgrid .boxareaunit .item .card_2 .item-content .card-box .interface-section-btn {
  margin-top: 16px;
}
.wrapgrid .boxareaunit .item .card_2 .item-content .card-box .interface-section-btn .btn {
  margin-bottom: 0;
}
.wrapgrid .boxareaunit .item .card_2 .item-content .item-img {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .wrapgrid .boxareaunit .item .card_2 .item-content .item-img {
    padding: 8px 16px 16px 16px;
  }
}
.wrapgrid .boxareaunit .item .card_2 .item-content .item-img img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .wrapgrid .boxareaunit .item .card_2 .item-content .item-img img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .wrapgrid .boxareaunit .item .card_2 .item-content .item-img img {
    height: 300px;
  }
}
.wrapgrid .interface-section-title {
  color: #ffffff;
  text-align: center;
}
.wrapgrid .frameunit {
  color: #808080;
  text-align: center;
}
.wrapgrid .interface-tag_1 {
  color: #000000;
}
.wrapgrid .interface-tag_2 {
  color: #3360ff;
}
.wrapgrid .item-title_1 {
  color: #000000;
}
.wrapgrid .item-title_2 {
  color: #ffffff;
}
.wrapgrid .item-title_1,
.wrapgrid .interface-section-btn,
.wrapgrid .tags-wrapper_1 {
  color: #ffffff;
  text-align: center;
}
.wrapgrid .item-title_2,
.wrapgrid .interface-section-btn,
.wrapgrid .tags-wrapper_2 {
  text-align: center;
}
.corefield {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.corefield .bodysegment {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 70%;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #012abe 0, #012abe 40%, #000000 0);
  filter: blur(8rem);
  pointer-events: none;
}
@media (max-width: 992px) {
  .corefield .bodysegment {
    bottom: -25%;
    height: 100%;
  }
}
.corefield .formgrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .corefield .formgrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .corefield .formgrid {
    width: 100%;
    margin-bottom: 28px;
  }
}
.corefield .formgrid .modtrack {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .corefield .formgrid .modtrack {
    margin-bottom: 18px;
  }
}
.corefield .formgrid .modtrack .interface-section-title {
  margin-bottom: 0;
}
.corefield .formgrid .frameunit {
  margin-bottom: 0;
}
.corefield .boxareaunit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.corefield .boxareaunit .item {
  width: 25%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1640px) {
  .corefield .boxareaunit .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .corefield .boxareaunit .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.corefield .boxareaunit .item:hover .item-wrapper::after,
.corefield .boxareaunit .item:focus .item-wrapper::after {
  width: 100%;
  height: 200px;
  top: -155px;
}
.corefield .boxareaunit .item .item-wrapper {
  position: relative;
  padding: 38px 46px 46px 46px;
  min-height: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .corefield .boxareaunit .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.corefield .boxareaunit .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001666;
  opacity: .5;
  backdrop-filter: blur(36px);
  z-index: 1;
  pointer-events: none;
}
.corefield .boxareaunit .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #001666 30%, #012abe);
  filter: blur(2rem);
  z-index: 1;
  pointer-events: none;
  transition: all .5s ease;
}
.corefield .boxareaunit .item .item-wrapper .stagebox {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.corefield .boxareaunit .item .item-wrapper .stagebox .container {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #000000;
}
@media (max-width: 992px) {
  .corefield .boxareaunit .item .item-wrapper .stagebox .container {
    padding: 10px 16px;
  }
}
.corefield .boxareaunit .item .item-wrapper .stagebox .container .item-label {
  margin-bottom: 0;
}
.corefield .boxareaunit .item .item-wrapper .card-box {
  position: relative;
  z-index: 2;
}
.corefield .boxareaunit .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.corefield .boxareaunit .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.corefield .boxareaunit .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 38px;
  margin-bottom: 14px;
}
.corefield .boxareaunit .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff);
  color: #ffffff;
  font-size: 15px;
}
.corefield .boxareaunit .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.corefield .boxareaunit .item .item-wrapper .card-box .interface-section-btn {
  margin-top: 22px;
  width: 100%;
}
.corefield .boxareaunit .item .item-wrapper .card-box .interface-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.corefield .interface-section-title {
  color: #ffffff;
  text-align: center;
}
.corefield .interface-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.corefield .frameunit {
  color: #a997ce;
  text-align: center;
}
.corefield .item-label {
  color: #ffffff;
}
.corefield .item-title {
  color: #ffffff;
  text-align: center;
}
.corefield .list {
  color: #a997ce;
}
.corefield .item-label,
.corefield .stagebox {
  text-align: center;
  color: #3360ff;
}
.bandunit {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.bandunit .modtrack {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .bandunit .modtrack {
    margin-bottom: 40px;
  }
}
.bandunit .modtrack .interface-section-title {
  margin-bottom: 16px;
}
.bandunit .modtrack .frameunit {
  margin-bottom: 0;
}
.bandunit .boxareaunit {
  justify-content: center;
  margin: 0 -12px;
}
.bandunit .boxareaunit .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .bandunit .boxareaunit .item {
    margin-bottom: 16px;
  }
}
.bandunit .boxareaunit .item .card_1 {
  background-color: #001666;
  overflow: hidden;
  position: relative;
}
.bandunit .boxareaunit .item .card_1 .stub {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.bandunit .boxareaunit .item .card_1 .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .bandunit .boxareaunit .item .card_1 .item-content {
    padding: 16px;
  }
}
.bandunit .boxareaunit .item .card_1 .item-content .tags-wrapper_1 {
  margin-bottom: 16px;
}
.bandunit .boxareaunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap {
  display: inline-flex;
  align-items: center;
}
.bandunit .boxareaunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.bandunit .boxareaunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content .interface-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #000000;
  margin-bottom: 0;
}
.bandunit .boxareaunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content .interface-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.bandunit .boxareaunit .item .card_1 .item-content .item-title_1 {
  margin-bottom: 16px;
}
.bandunit .boxareaunit .item .card_1 .item-content .interface-section-btn {
  margin-top: 16px;
}
.bandunit .boxareaunit .item .card_1 .item-content .interface-section-btn .btn {
  margin-bottom: 0;
}
.bandunit .boxareaunit .item .card_1 .item-img {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .bandunit .boxareaunit .item .card_1 .item-img {
    padding: 8px 16px 16px 16px;
  }
}
.bandunit .boxareaunit .item .card_1 .item-img img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .bandunit .boxareaunit .item .card_1 .item-img img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .bandunit .boxareaunit .item .card_1 .item-img img {
    height: 300px;
  }
}
.bandunit .boxareaunit .item .card_2 {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.bandunit .boxareaunit .item .card_2 .abstractbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #012abe;
  opacity: 1;
  pointer-events: none;
}
.bandunit .boxareaunit .item .card_2 .stub {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.bandunit .boxareaunit .item .card_2 .item-content {
  position: relative;
  z-index: 1;
  background-color: #000000;
}
.bandunit .boxareaunit .item .card_2 .item-content .card-box {
  padding: 40px;
}
@media (max-width: 992px) {
  .bandunit .boxareaunit .item .card_2 .item-content .card-box {
    padding: 16px;
  }
}
.bandunit .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 {
  margin-bottom: 16px;
}
.bandunit .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.bandunit .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #012abe 0, transparent 140%);
  z-index: -1;
}
.bandunit .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.bandunit .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content .interface-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #000000;
  margin-bottom: 0;
}
.bandunit .boxareaunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content .interface-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.bandunit .boxareaunit .item .card_2 .item-content .card-box .item-title_2 {
  margin-bottom: 16px;
}
.bandunit .boxareaunit .item .card_2 .item-content .card-box .interface-section-btn {
  margin-top: 16px;
}
.bandunit .boxareaunit .item .card_2 .item-content .card-box .interface-section-btn .btn {
  margin-bottom: 0;
}
.bandunit .boxareaunit .item .card_2 .item-content .item-img {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .bandunit .boxareaunit .item .card_2 .item-content .item-img {
    padding: 8px 16px 16px 16px;
  }
}
.bandunit .boxareaunit .item .card_2 .item-content .item-img img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .bandunit .boxareaunit .item .card_2 .item-content .item-img img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .bandunit .boxareaunit .item .card_2 .item-content .item-img img {
    height: 300px;
  }
}
.bandunit .interface-section-title {
  color: #ffffff;
  text-align: center;
}
.bandunit .frameunit {
  color: #808080;
  text-align: center;
}
.bandunit .interface-tag_1 {
  color: #000000;
}
.bandunit .interface-tag_2 {
  color: #3360ff;
}
.bandunit .item-title_1 {
  color: #000000;
}
.bandunit .item-title_2 {
  color: #ffffff;
}
.bandunit .item-title_1,
.bandunit .interface-section-btn,
.bandunit .tags-wrapper_1 {
  color: #ffffff;
  text-align: center;
}
.bandunit .item-title_2,
.bandunit .interface-section-btn,
.bandunit .tags-wrapper_2 {
  text-align: center;
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.holdwrap .container,
.holdwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .holdwrap .container,
  .holdwrap .container-fluid {
    padding: 0 20px;
  }
}
.holdwrap a {
  display: block;
}
.holdwrap a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1c4eff;
  border-bottom: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    padding: 50px 0;
  }
}
.holdwrap a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .holdwrap a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper img {
    margin: 0 auto;
  }
}
.holdwrap .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap .copy-wrapper {
    border-right: none;
  }
}
.holdwrap .copy-wrapper .copyright {
  margin-bottom: 0;
}
.holdwrap .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper {
    height: auto;
  }
}
.holdwrap .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.holdwrap .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.holdwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.holdwrap .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.holdwrap .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .card-wrapper {
    margin-bottom: 50px;
  }
}
.holdwrap .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #001666;
  border-radius: 24px;
}
.holdwrap .card-wrapper .card-wrap .interface-section-title {
  margin-bottom: 42px;
}
.holdwrap .card-wrapper .card-wrap .frameunit {
  margin-bottom: 42px;
}
.holdwrap .copyright {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-title {
  color: #3d4045;
}
.holdwrap .frameunit {
  color: #3d4045;
  text-align: center;
}
.holdwrap .list {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-btn {
  text-align: right;
}
.holdwrap .interface-section-title,
.holdwrap .interface-section-btn {
  text-align: center;
  color: #000000;
}
.rootbox {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .rootbox .navbar-toggler {
    transform: scale(0.8);
  }
}
.rootbox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rootbox .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rootbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.rootbox .navbar-brand .neutralbox a {
  outline: none;
}
.rootbox .navwrap {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.rootbox .navwrap .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .rootbox .navwrap .nav-item {
    padding-left: 0 !important;
  }
}
.rootbox .navwrap .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .rootbox .navwrap .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.rootbox .navwrap .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #012abe, #1c4eff, #ffffff);
}
.rootbox .navwrap .nav-item .nav-link:hover::before {
  width: 100%;
}
.rootbox .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.rootbox .neutralbox {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.rootbox .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .rootbox .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .rootbox .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.rootbox .container,
.rootbox .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .rootbox .container,
  .rootbox .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .rootbox .container,
  .rootbox .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.rootbox .nav-item:focus,
.rootbox .nav-link:focus {
  outline: none;
}
.rootbox .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.rootbox .navbar .neutralbox img {
  width: auto;
}
.rootbox .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .rootbox .navbar {
    min-height: 72px;
  }
  .rootbox .navbar .neutralbox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .rootbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .rootbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootbox .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.rootbox ul.navwrap {
  flex-wrap: wrap;
}
.rootbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.rootbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootbox .navbar-dropdown {
  padding: 0 1rem;
}
.rootbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootbox .navbar {
    height: 77px;
  }
  .rootbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootbox .interface-section-btn {
  margin: -0.6rem -0.6rem;
}
.rootbox .interface-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .rootbox .interface-section-btn .btn {
    width: auto !important;
  }
}
.rootbox .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .rootbox .navbar-brand {
    margin-right: auto;
  }
  .rootbox .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .rootbox .navwrap .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .rootbox .navbar-collapse {
    padding: 1rem;
  }
}
.pathwrap {
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-color: #000000;
  overflow: hidden;
}
.pathwrap .card {
  position: relative;
}
.pathwrap .card .bodysegment {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #012abe, #053bff 50%, #012abe);
  filter: blur(4rem);
  pointer-events: none;
}
.pathwrap .card .bodysegment::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.pathwrap .formgrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .pathwrap .formgrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .pathwrap .formgrid {
    width: 100%;
  }
}
.pathwrap .formgrid .stagebox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .pathwrap .formgrid .stagebox {
    margin-bottom: 28px;
  }
}
.pathwrap .formgrid .interface-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .pathwrap .formgrid .interface-section-title {
    margin-bottom: 18px;
  }
}
.pathwrap .formgrid .frameunit {
  margin-bottom: 0;
}
.pathwrap .formgrid .interface-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .pathwrap .formgrid .interface-section-btn {
    margin-top: 18px;
  }
}

.pathwrap .stagebox {
  color: #ffffff;
  text-align: center;
}
.pathwrap .interface-section-title {
  color: #ffffff;
}
.pathwrap .frameunit {
  color: #ffffff;
  text-align: center;
}
.pathwrap .interface-section-title,
.pathwrap .interface-section-btn {
  text-align: center;
  color: #1c4eff;
}
.cell {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cell .text-wrapper {
  padding: 0 10%;
  position: relative;
}
@media (max-width: 768px) {
  .cell .text-wrapper {
    padding: 0 32px;
  }
}
.cell .text-wrapper .interface-iconfont {
  position: absolute;
  top: 0;
  left: 7%;
  color: #101511;
  font-size: 48px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cell .text-wrapper .interface-iconfont {
    left: 0;
  }
}
.cell .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #012abe;
}
.cell .text-wrapper .frameunit {
  position: relative;
  z-index: 2;
  margin: 0;
}
.cell .frameunit {
  color: #e8e8e8;
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.holdwrap .container,
.holdwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .holdwrap .container,
  .holdwrap .container-fluid {
    padding: 0 20px;
  }
}
.holdwrap a {
  display: block;
}
.holdwrap a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1c4eff;
  border-bottom: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    padding: 50px 0;
  }
}
.holdwrap a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .holdwrap a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper img {
    margin: 0 auto;
  }
}
.holdwrap .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap .copy-wrapper {
    border-right: none;
  }
}
.holdwrap .copy-wrapper .copyright {
  margin-bottom: 0;
}
.holdwrap .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper {
    height: auto;
  }
}
.holdwrap .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.holdwrap .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.holdwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.holdwrap .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.holdwrap .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .card-wrapper {
    margin-bottom: 50px;
  }
}
.holdwrap .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #001666;
  border-radius: 24px;
}
.holdwrap .card-wrapper .card-wrap .interface-section-title {
  margin-bottom: 42px;
}
.holdwrap .card-wrapper .card-wrap .frameunit {
  margin-bottom: 42px;
}
.holdwrap .copyright {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-title {
  color: #3d4045;
}
.holdwrap .frameunit {
  color: #3d4045;
  text-align: center;
}
.holdwrap .list {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-btn {
  text-align: right;
}
.holdwrap .interface-section-title,
.holdwrap .interface-section-btn {
  text-align: center;
  color: #000000;
}
.clusterunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .clusterunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.clusterunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.clusterunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clusterunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.clusterunit .navbar-brand .neutralbox a {
  outline: none;
}
.clusterunit .navwrap {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.clusterunit .navwrap .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .clusterunit .navwrap .nav-item {
    padding-left: 0 !important;
  }
}
.clusterunit .navwrap .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .clusterunit .navwrap .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.clusterunit .navwrap .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #012abe, #1c4eff, #ffffff);
}
.clusterunit .navwrap .nav-item .nav-link:hover::before {
  width: 100%;
}
.clusterunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.clusterunit .neutralbox {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.clusterunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .clusterunit .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .clusterunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.clusterunit .container,
.clusterunit .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .clusterunit .container,
  .clusterunit .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .clusterunit .container,
  .clusterunit .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.clusterunit .nav-item:focus,
.clusterunit .nav-link:focus {
  outline: none;
}
.clusterunit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.clusterunit .navbar .neutralbox img {
  width: auto;
}
.clusterunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .clusterunit .navbar {
    min-height: 72px;
  }
  .clusterunit .navbar .neutralbox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .clusterunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .clusterunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .clusterunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.clusterunit .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.clusterunit ul.navwrap {
  flex-wrap: wrap;
}
.clusterunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.clusterunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.clusterunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.clusterunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.clusterunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.clusterunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.clusterunit .navbar-dropdown {
  padding: 0 1rem;
}
.clusterunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .clusterunit .navbar {
    height: 77px;
  }
  .clusterunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.clusterunit .interface-section-btn {
  margin: -0.6rem -0.6rem;
}
.clusterunit .interface-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .clusterunit .interface-section-btn .btn {
    width: auto !important;
  }
}
.clusterunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .clusterunit .navbar-brand {
    margin-right: auto;
  }
  .clusterunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .clusterunit .navwrap .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .clusterunit .navbar-collapse {
    padding: 1rem;
  }
}
.blockrow {
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-color: #000000;
  overflow: hidden;
}
.blockrow .card {
  position: relative;
}
.blockrow .card .bodysegment {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #012abe, #053bff 50%, #012abe);
  filter: blur(4rem);
  pointer-events: none;
}
.blockrow .card .bodysegment::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.blockrow .formgrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .blockrow .formgrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .blockrow .formgrid {
    width: 100%;
  }
}
.blockrow .formgrid .stagebox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .blockrow .formgrid .stagebox {
    margin-bottom: 28px;
  }
}
.blockrow .formgrid .interface-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .blockrow .formgrid .interface-section-title {
    margin-bottom: 18px;
  }
}
.blockrow .formgrid .frameunit {
  margin-bottom: 0;
}
.blockrow .formgrid .interface-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .blockrow .formgrid .interface-section-btn {
    margin-top: 18px;
  }
}

.blockrow .stagebox {
  color: #ffffff;
  text-align: center;
}
.blockrow .interface-section-title {
  color: #ffffff;
}
.blockrow .frameunit {
  color: #ffffff;
  text-align: center;
}
.blockrow .interface-section-title,
.blockrow .interface-section-btn {
  text-align: center;
  color: #1c4eff;
}
.contentgrid {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.contentgrid .text-wrapper {
  padding: 0 10%;
  position: relative;
}
@media (max-width: 768px) {
  .contentgrid .text-wrapper {
    padding: 0 32px;
  }
}
.contentgrid .text-wrapper .interface-iconfont {
  position: absolute;
  top: 0;
  left: 7%;
  color: #101511;
  font-size: 48px;
  z-index: 1;
}
@media (max-width: 768px) {
  .contentgrid .text-wrapper .interface-iconfont {
    left: 0;
  }
}
.contentgrid .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #012abe;
}
.contentgrid .text-wrapper .frameunit {
  position: relative;
  z-index: 2;
  margin: 0;
}
.contentgrid .frameunit {
  color: #e8e8e8;
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.holdwrap .container,
.holdwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .holdwrap .container,
  .holdwrap .container-fluid {
    padding: 0 20px;
  }
}
.holdwrap a {
  display: block;
}
.holdwrap a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1c4eff;
  border-bottom: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    padding: 50px 0;
  }
}
.holdwrap a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .holdwrap a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper img {
    margin: 0 auto;
  }
}
.holdwrap .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap .copy-wrapper {
    border-right: none;
  }
}
.holdwrap .copy-wrapper .copyright {
  margin-bottom: 0;
}
.holdwrap .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper {
    height: auto;
  }
}
.holdwrap .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.holdwrap .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.holdwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.holdwrap .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.holdwrap .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .card-wrapper {
    margin-bottom: 50px;
  }
}
.holdwrap .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #001666;
  border-radius: 24px;
}
.holdwrap .card-wrapper .card-wrap .interface-section-title {
  margin-bottom: 42px;
}
.holdwrap .card-wrapper .card-wrap .frameunit {
  margin-bottom: 42px;
}
.holdwrap .copyright {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-title {
  color: #3d4045;
}
.holdwrap .frameunit {
  color: #3d4045;
  text-align: center;
}
.holdwrap .list {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-btn {
  text-align: right;
}
.holdwrap .interface-section-title,
.holdwrap .interface-section-btn {
  text-align: center;
  color: #000000;
}
.flexlayer {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .flexlayer .navbar-toggler {
    transform: scale(0.8);
  }
}
.flexlayer .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.flexlayer .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.flexlayer .navbar-brand .neutralbox a {
  outline: none;
}
.flexlayer .navwrap {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.flexlayer .navwrap .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .flexlayer .navwrap .nav-item {
    padding-left: 0 !important;
  }
}
.flexlayer .navwrap .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .flexlayer .navwrap .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.flexlayer .navwrap .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #012abe, #1c4eff, #ffffff);
}
.flexlayer .navwrap .nav-item .nav-link:hover::before {
  width: 100%;
}
.flexlayer .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.flexlayer .neutralbox {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.flexlayer .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .flexlayer .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .flexlayer .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.flexlayer .container,
.flexlayer .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .flexlayer .container,
  .flexlayer .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .flexlayer .container,
  .flexlayer .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.flexlayer .nav-item:focus,
.flexlayer .nav-link:focus {
  outline: none;
}
.flexlayer .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.flexlayer .navbar .neutralbox img {
  width: auto;
}
.flexlayer .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .flexlayer .navbar {
    min-height: 72px;
  }
  .flexlayer .navbar .neutralbox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .flexlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .flexlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .flexlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.flexlayer .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.flexlayer ul.navwrap {
  flex-wrap: wrap;
}
.flexlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.flexlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.flexlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.flexlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.flexlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.flexlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.flexlayer .navbar-dropdown {
  padding: 0 1rem;
}
.flexlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flexlayer .navbar {
    height: 77px;
  }
  .flexlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flexlayer .interface-section-btn {
  margin: -0.6rem -0.6rem;
}
.flexlayer .interface-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .flexlayer .interface-section-btn .btn {
    width: auto !important;
  }
}
.flexlayer .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .flexlayer .navbar-brand {
    margin-right: auto;
  }
  .flexlayer .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .flexlayer .navwrap .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .flexlayer .navbar-collapse {
    padding: 1rem;
  }
}
.fieldcore {
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-color: #000000;
  overflow: hidden;
}
.fieldcore .card {
  position: relative;
}
.fieldcore .card .bodysegment {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #012abe, #053bff 50%, #012abe);
  filter: blur(4rem);
  pointer-events: none;
}
.fieldcore .card .bodysegment::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.fieldcore .formgrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .fieldcore .formgrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .fieldcore .formgrid {
    width: 100%;
  }
}
.fieldcore .formgrid .stagebox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .fieldcore .formgrid .stagebox {
    margin-bottom: 28px;
  }
}
.fieldcore .formgrid .interface-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .fieldcore .formgrid .interface-section-title {
    margin-bottom: 18px;
  }
}
.fieldcore .formgrid .frameunit {
  margin-bottom: 0;
}
.fieldcore .formgrid .interface-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .fieldcore .formgrid .interface-section-btn {
    margin-top: 18px;
  }
}

.fieldcore .stagebox {
  color: #ffffff;
  text-align: center;
}
.fieldcore .interface-section-title {
  color: #ffffff;
}
.fieldcore .frameunit {
  color: #ffffff;
  text-align: center;
}
.fieldcore .interface-section-title,
.fieldcore .interface-section-btn {
  text-align: center;
  color: #1c4eff;
}
.nodewrapunit {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.nodewrapunit .text-wrapper {
  padding: 0 10%;
  position: relative;
}
@media (max-width: 768px) {
  .nodewrapunit .text-wrapper {
    padding: 0 32px;
  }
}
.nodewrapunit .text-wrapper .interface-iconfont {
  position: absolute;
  top: 0;
  left: 7%;
  color: #101511;
  font-size: 48px;
  z-index: 1;
}
@media (max-width: 768px) {
  .nodewrapunit .text-wrapper .interface-iconfont {
    left: 0;
  }
}
.nodewrapunit .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #012abe;
}
.nodewrapunit .text-wrapper .frameunit {
  position: relative;
  z-index: 2;
  margin: 0;
}
.nodewrapunit .frameunit {
  color: #e8e8e8;
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.holdwrap .container,
.holdwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .holdwrap .container,
  .holdwrap .container-fluid {
    padding: 0 20px;
  }
}
.holdwrap a {
  display: block;
}
.holdwrap a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1c4eff;
  border-bottom: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper {
    padding: 50px 0;
  }
}
.holdwrap a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .holdwrap a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .holdwrap a .logo-wrapper img {
    margin: 0 auto;
  }
}
.holdwrap .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1c4eff;
}
@media (max-width: 992px) {
  .holdwrap .copy-wrapper {
    border-right: none;
  }
}
.holdwrap .copy-wrapper .copyright {
  margin-bottom: 0;
}
.holdwrap .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper {
    height: auto;
  }
}
.holdwrap .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.holdwrap .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.holdwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdwrap .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.holdwrap .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.holdwrap .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .holdwrap .card-wrapper {
    margin-bottom: 50px;
  }
}
.holdwrap .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #001666;
  border-radius: 24px;
}
.holdwrap .card-wrapper .card-wrap .interface-section-title {
  margin-bottom: 42px;
}
.holdwrap .card-wrapper .card-wrap .frameunit {
  margin-bottom: 42px;
}
.holdwrap .copyright {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-title {
  color: #3d4045;
}
.holdwrap .frameunit {
  color: #3d4045;
  text-align: center;
}
.holdwrap .list {
  color: #ffffff;
  text-align: center;
}
.holdwrap .interface-section-btn {
  text-align: right;
}
.holdwrap .interface-section-title,
.holdwrap .interface-section-btn {
  text-align: center;
  color: #000000;
}


/* Base Cookie Banner */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.bar {
  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;
}

.bar.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: coolIn 0.8s ease-out forwards;
}

.bar p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.bar 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);
  transform: scale(1);
  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) {
  .bar {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .bar.show {
    transform: translateX(-50%) translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    animation: coolIn 0.8s ease-out forwards !important;
  }

  #cookieBanner button,
  .bar button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .bar {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }

  #cookieBanner button,
  .bar button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-5px);
    }
}

.navbar-brand {
    animation: shake 0.8s ease-in-out;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 56px 0;
  background: #f8f8f8;
}
.ttc-form .formgrid {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  padding: 16px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  border: 1px solid #ececec;
}
.ttc-form #customForm {
  width: 100%;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
}
.ttc-form #customForm * {
  color: #111111;
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  padding: 16px 14px;
  margin: 0;
  background: #ffffff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: border-color .15s ease, background-color .15s ease;
}
.ttc-form #customForm .form-control + .form-control {
  border-top: 0 !important;
}
.ttc-form #customForm .form-group {
  margin-bottom: 0;
  padding: 0 14px;
}
.ttc-form #customForm textarea.form-control {
  min-height: 180px;
  resize: vertical;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #8b8b8b;
}
.ttc-form #customForm ::placeholder {
  color: #8b8b8b;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #fff !important;
  border-color: #111111 !important;
}
.ttc-form #customForm .btn {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  border: 2px solid #111111;
  border-radius: 0 !important;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease, transform .08s ease;
  text-transform: uppercase;
}
.ttc-form #customForm .btn:hover {
  background: #000000;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 12px 14px;
  border-top: 1px solid #ececec;
  background: #fafafa;
}
.ttc-form #customForm a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: break-word;
}
.ttc-form #customForm a:hover {
  text-decoration-thickness: 2px;
}

.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  background: #fcfcfc;
  padding: 16px 14px;
  border-radius: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #dcdcdc;
  margin: 0;
}

.ttc-form #customForm [data-for="consent_processing"] > div {
  border-top: 0;
}

.ttc-form #customForm [data-for="consent_contact"] > div {
  border-top: 0;
}

.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for="consent_processing"] label,
.ttc-form #customForm [data-for="consent_contact"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  cursor: pointer;
  margin: 0;
  flex-wrap: wrap;
  word-break: break-word;
}

.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_processing"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_contact"] input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #111111;
}

.ttc-form #customForm .alert {
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #ececec;
  background: #fffef2;
  color: #222222;
  padding: 14px 16px;
}

@media (min-width: 992px) {
  .ttc-form { padding: 72px 0; }
}
@media (max-width: 767px) {
  .ttc-form { padding: 36px 14px; }
  .ttc-form .formgrid { margin: 16px auto 0; max-width: 100%; }
  .ttc-form #customForm .form-control { font-size: 15px; padding: 14px 12px; }
  .ttc-form #customForm .btn { font-size: 13px; padding: 16px 16px; }
}
@media (max-width: 420px) {
  .ttc-form .formgrid { padding: 0; }
}
/* cssform-end */

.quiz-section {
  background-image: url("images/shallow1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.bar.show {
  visibility: visible;
  opacity: 1;
}
