@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-rgb: 25, 135, 84;
  --bs-danger-rgb: 220, 53, 69;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}

*,
*::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);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

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;
}

.modtrack {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .modtrack {
    font-size: 4.5rem;
  }
}

.tilepad {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .tilepad {
    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-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.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.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.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-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.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);
}

.node {
  --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;
}
 .node .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 .node {
    flex-direction: row;
  }
  .navbar-expand-lg .node .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);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.partunit {
  --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);
}

.branchbox {
  --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;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !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-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.quiz-section {
  background-image: url("images/white1.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 .flowunit {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .flowunit img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .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 .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/white1.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;
}

.quiz-section {
  background-image: url("images/white1.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 {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.prototype-section-title {
  font-style: normal;
  line-height: 1.3;
}

.prototype-section-subtitle {
  line-height: 1.3;
}

.layoutgrid {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.modtrack,
.tilepad,
.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 */
.boxbridge {
  color: #ffffff;
}

.innerwrapunit {
  color: #111111;
}

/*! Text-aligns */
.gridunit {
  text-align: left;
}

/*! Font-weight  */

.boxareaunit {
  font-weight: 400;
}

.padwrap {
  font-weight: 500;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.noteunit {
  align-self: center;
}

.noteunit img {
  width: 100%;
}

@media (max-width: 991px) {
  .noteunit {
    width: 100% !important;
  }
}
/*! Buttons */
.prototype-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;
}

nav .prototype-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.boxareaunit {
  font-weight: 400;
}

.padwrap {
  font-weight: 500;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! 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 .flowunit 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 .node.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.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 .prototype-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;
}

ul {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 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;
  }
}

.item {
  position: relative;
}
.quiz-section {
  background-image: url("images/white1.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: 'icon2';
  font-display: swap;
  src:  url('fonts/symmetry2.eot');
  src:  url('fonts/symmetry2.eot') format('embedded-opentype'),
    url('fonts/symmetry2.woff2') format('woff2'),
    url('fonts/symmetry2.woff') format('woff'),
    url('fonts/symmetry2.ttf') format('truetype'),
    url('fonts/symmetry2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  background-image: url("images/white1.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;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
body {
  font-family: Rethink Sans;
}
.modtrack {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.tilepad {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
/* ---- 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: 768px) {
  .modtrack {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .tilepad {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-primary,
.btn-primary:active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #ddc061 !important;
  border-color: #ddc061 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ddc061 !important;
  border-color: #ddc061 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4d6bbb !important;
  border-color: #4d6bbb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus {
  color: inherit;
  background-color: #728ac9 !important;
  border-color: #728ac9 !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #728ac9 !important;
  border-color: #728ac9 !important;
}
.text-primary {
  color: #d4af37 !important;
}
.text-success {
  color: #ffd751 !important;
}
.text-danger {
  color: #d4af37 !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #886f1d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #eab400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #886f1d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.partunit {
  background-color: #70c770;
}
.branchbox {
  background-color: #d4af37;
}
.prototype-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #d4af37;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #d4af37 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.prototype-section-btn .btn {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
img {
  border-radius: .3rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.framegrid .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .framegrid .container,
  .framegrid .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .framegrid .container {
    max-width: 1162px;
  }
}
.framegrid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
  opacity: 1;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
.framegrid .navbar-caption {
  font-weight: 600;
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #0d2977;
}
.framegrid .navbar .flowunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .flowunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.node li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .flowunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .node .nav-link {
  padding: 0;
}
.framegrid ul.node {
  flex-wrap: wrap;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framegrid .btn {
  border-radius: 30px;
}
.domunit {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #0d2977;
  background-color: #fcf2c8;
}
.domunit .card-wrapper {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .domunit .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.domunit .depthbox img {
  border-radius: 50px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid;
  border-color: #0d2977;
}
@media (min-width: 992px) {
  .domunit .depthbox img {
    min-height: 840px;
  }
}
.domunit .prototype-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .domunit .prototype-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .domunit .prototype-section-btn {
    margin-right: 1.5rem;
  }
}
.domunit .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.domunit .btn:hover,
.domunit .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .domunit .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.domunit .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.domunit .btn:hover:before,
.domunit .btn:focus:before {
  left: -1px;
  top: -2px;
}
.domunit .card-title,
.domunit .prototype-section-btn {
  color: #0d2977;
}
.domunit .layoutgrid {
  color: #0d2977;
}
.unitfield {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #0d2977;
}
.unitfield .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unitfield .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .unitfield .container {
    padding: 0 30px;
  }
}
.unitfield .row {
  position: relative;
}
.unitfield .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .unitfield .row img {
    top: auto;
    width: 100%;
  }
}
.unitfield .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #fcf2c8;
  position: relative;
}
@media (max-width: 768px) {
  .unitfield .text-wrapper {
    padding: 40px 16px;
  }
}
.unitfield .text-wrapper .prototype-section-title {
  margin-bottom: 40px;
}
.unitfield .text-wrapper .layoutgrid {
  margin-bottom: 0;
}
.unitfield .layoutgrid {
  color: #0d2977;
  text-align: center;
}
.unitfield .prototype-section-title {
  text-align: center;
  color: #0d2977;
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcf2c8;
}
.boardwrap .dockbox {
  display: flex;
  justify-content: center;
}
.boardwrap .dockbox .card-wrapper {
  background-color: #0d2977;
  border: 2px solid #0d2977;
  width: 98%;
  padding: 82px;
  -webkit-flex: inherit;
  background-image: linear-gradient(transparent 50%, #4d6bbb);
}
@media (max-width: 1440px) {
  .boardwrap .dockbox .card-wrapper {
    width: 98%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .boardwrap .dockbox .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.boardwrap .dockbox .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .boardwrap .dockbox .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.boardwrap .dockbox .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.boardwrap .dockbox .card-wrapper .clusterbox .prototype-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .boardwrap .dockbox .card-wrapper .clusterbox .prototype-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.boardwrap .dockbox .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boardwrap .dockbox .card-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.boardwrap .dockbox .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boardwrap .dockbox .card-wrapper .list .item-wrap:hover,
.boardwrap .dockbox .card-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.boardwrap .prototype-section-title {
  color: #3a001d;
}
.boardwrap .list {
  color: #3a001d;
  text-align: center;
}
.boardwrap .prototype-section-title,
.boardwrap .clusterbox,
.boardwrap .logo-wrapper {
  text-align: center;
}
.boardwrap .prototype-section-title,
.boardwrap .prototype-section-btn,
.boardwrap .logo-wrapper,
.boardwrap .clusterbox {
  color: #d4af37;
}
.boardwrap .list,
.boardwrap .item-wrap {
  color: #ffdf57;
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0951;
}
.partbox .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .partbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .partbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container {
    padding: 0 14px;
  }
}
.partbox .row {
  justify-content: center;
}
.partbox .depthbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .depthbox {
    margin-bottom: 32px;
  }
}
.partbox .depthbox img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.partbox .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.partbox .nav-wrapper .prototype-list-title {
  opacity: 1;
  margin-bottom: 22px;
}
.partbox .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.partbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.partbox .nav-wrapper .list .item-wrap:hover,
.partbox .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.partbox .outerpad {
  opacity: .9;
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.partbox .layoutgrid,
.partbox .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.partbox .prototype-list-title {
  color: #ffffff;
}
.partbox .list {
  color: #ffffff;
}
.partbox .prototype-list-title,
.partbox .depthbox {
  text-align: justify;
  color: #d4af37;
}
.partbox .list,
.partbox .item-wrap {
  text-align: left;
}
.framegrid .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .framegrid .container,
  .framegrid .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .framegrid .container {
    max-width: 1162px;
  }
}
.framegrid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
  opacity: 1;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
.framegrid .navbar-caption {
  font-weight: 600;
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #0d2977;
}
.framegrid .navbar .flowunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .flowunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.node li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .flowunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .node .nav-link {
  padding: 0;
}
.framegrid ul.node {
  flex-wrap: wrap;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framegrid .btn {
  border-radius: 30px;
}
.levelwrap {
  background: #fcf2c8;
  background-image: linear-gradient(90deg, #fcf2c8 50%, #d4af37 50%);
}
@media (max-width: 767px) {
  .levelwrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.levelwrap .row {
  align-items: center;
}
@media (min-width: 768px) {
  .levelwrap .row {
    padding: 0 12px;
  }
}
.levelwrap .depthbox {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.levelwrap .depthbox img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.levelwrap .col-text {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 15px;
}
.levelwrap .col-text .shellwrap {
  display: none;
}
@media (min-width: 768px) {
  .levelwrap .col-text {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .levelwrap .col-text {
    padding-left: 1rem;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .levelwrap .col-text .shellwrap {
    display: block;
    position: absolute;
    height: 100%;
    width: 197px;
    z-index: 1;
    top: 0;
    left: 99%;
    bottom: 0;
  }
  .levelwrap .col-text .shellwrap path {
    fill: #fcf2c8;
  }
}
.levelwrap .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .levelwrap .text-wrapper {
    min-height: 560px;
    justify-content: center;
  }
}
.levelwrap .prototype-section-title {
  margin-bottom: 12px;
  width: 100%;
  color: #0d2977;
  text-align: center;
}
.levelwrap .layoutgrid {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.levelwrap .btn-container {
  width: 100%;
}
.levelwrap .prototype-section-btn {
  display: flex;
  flex-wrap: wrap;
}
.levelwrap .prototype-section-btn .btn {
  width: 370px;
  height: 56px;
}
@media (max-width: 575px) {
  .levelwrap .prototype-section-btn .btn {
    width: 100%;
  }
}
.levelwrap .layoutgrid,
.levelwrap .prototype-section-btn {
  text-align: center;
  color: #0d2977;
}
.boxcore {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fcf2c8;
}
.boxcore .dockbox {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .boxcore .dockbox {
    margin-bottom: 32px;
  }
}
.boxcore .dockbox .clusterbox .prototype-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .boxcore .dockbox .clusterbox .prototype-section-title {
    width: 100%;
  }
}
.boxcore .dockbox .text-wrapper .layoutgrid {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boxcore .dockbox .text-wrapper .layoutgrid {
    width: 100%;
  }
}
.boxcore .neutralwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.boxcore .neutralwrap .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .boxcore .neutralwrap .item {
    margin-bottom: 18px;
  }
}
.boxcore .neutralwrap .item .item-wrapper {
  height: 100%;
  background-color: #0d2977;
  border-top: 3px solid #d4af37;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .boxcore .neutralwrap .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .boxcore .neutralwrap .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.boxcore .neutralwrap .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .boxcore .neutralwrap .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.boxcore .neutralwrap .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .boxcore .neutralwrap .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.boxcore .neutralwrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.boxcore .neutralwrap .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.boxcore .neutralwrap .item .item-wrapper .item-content .prototype-section-btn {
  margin-top: 10px;
}
.boxcore .neutralwrap .item .item-wrapper .item-content .prototype-section-btn .btn {
  margin-bottom: 0;
}
.boxcore .neutralwrap .tilenode .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .boxcore .neutralwrap .tilenode .item-wrapper {
    display: block;
  }
}
.boxcore .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .boxcore .card_1 {
    width: 100%;
  }
}
.boxcore .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .boxcore .card_2 {
    width: 100%;
  }
}
.boxcore .prototype-section-title,
.boxcore .clusterbox {
  color: #000000;
}
.boxcore .layoutgrid,
.boxcore .text-wrapper {
  color: #515151;
  text-align: center;
}
.boxcore .item-title {
  color: #000000;
}
.boxcore .item-text {
  color: #ffdf57;
  text-align: center;
}
.boxcore .prototype-section-title,
.boxcore .clusterbox {
  text-align: center;
}
.boxcore .item-title {
  text-align: center;
  color: #ffdf57;
}
.rowgrid {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fcf2c8;
}
.rowgrid .dockbox {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .rowgrid .dockbox {
    margin-bottom: 32px;
  }
}
.rowgrid .dockbox .clusterbox .prototype-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .rowgrid .dockbox .clusterbox .prototype-section-title {
    width: 100%;
  }
}
.rowgrid .dockbox .text-wrapper .layoutgrid {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rowgrid .dockbox .text-wrapper .layoutgrid {
    width: 100%;
  }
}
.rowgrid .neutralwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.rowgrid .neutralwrap .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .rowgrid .neutralwrap .item {
    margin-bottom: 18px;
  }
}
.rowgrid .neutralwrap .item .item-wrapper {
  height: 100%;
  background-color: #0d2977;
  border-top: 3px solid #d4af37;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .rowgrid .neutralwrap .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .rowgrid .neutralwrap .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.rowgrid .neutralwrap .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .rowgrid .neutralwrap .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.rowgrid .neutralwrap .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .rowgrid .neutralwrap .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.rowgrid .neutralwrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.rowgrid .neutralwrap .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.rowgrid .neutralwrap .item .item-wrapper .item-content .prototype-section-btn {
  margin-top: 10px;
}
.rowgrid .neutralwrap .item .item-wrapper .item-content .prototype-section-btn .btn {
  margin-bottom: 0;
}
.rowgrid .neutralwrap .tilenode .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .rowgrid .neutralwrap .tilenode .item-wrapper {
    display: block;
  }
}
.rowgrid .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .rowgrid .card_1 {
    width: 100%;
  }
}
.rowgrid .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .rowgrid .card_2 {
    width: 100%;
  }
}
.rowgrid .prototype-section-title,
.rowgrid .clusterbox {
  color: #000000;
}
.rowgrid .layoutgrid,
.rowgrid .text-wrapper {
  color: #515151;
  text-align: center;
}
.rowgrid .item-title {
  color: #000000;
}
.rowgrid .item-text {
  color: #ffdf57;
  text-align: center;
}
.rowgrid .prototype-section-title,
.rowgrid .clusterbox {
  text-align: center;
}
.rowgrid .item-title {
  text-align: center;
  color: #ffdf57;
}
.stepbox {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fcf2c8;
}
.stepbox .dockbox {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .stepbox .dockbox {
    margin-bottom: 32px;
  }
}
.stepbox .dockbox .clusterbox .prototype-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .stepbox .dockbox .clusterbox .prototype-section-title {
    width: 100%;
  }
}
.stepbox .dockbox .text-wrapper .layoutgrid {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stepbox .dockbox .text-wrapper .layoutgrid {
    width: 100%;
  }
}
.stepbox .neutralwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.stepbox .neutralwrap .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .stepbox .neutralwrap .item {
    margin-bottom: 18px;
  }
}
.stepbox .neutralwrap .item .item-wrapper {
  height: 100%;
  background-color: #0d2977;
  border-top: 3px solid #d4af37;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .stepbox .neutralwrap .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .stepbox .neutralwrap .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.stepbox .neutralwrap .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .stepbox .neutralwrap .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.stepbox .neutralwrap .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .stepbox .neutralwrap .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.stepbox .neutralwrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.stepbox .neutralwrap .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.stepbox .neutralwrap .item .item-wrapper .item-content .prototype-section-btn {
  margin-top: 10px;
}
.stepbox .neutralwrap .item .item-wrapper .item-content .prototype-section-btn .btn {
  margin-bottom: 0;
}
.stepbox .neutralwrap .tilenode .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .stepbox .neutralwrap .tilenode .item-wrapper {
    display: block;
  }
}
.stepbox .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .stepbox .card_1 {
    width: 100%;
  }
}
.stepbox .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .stepbox .card_2 {
    width: 100%;
  }
}
.stepbox .prototype-section-title,
.stepbox .clusterbox {
  color: #000000;
}
.stepbox .layoutgrid,
.stepbox .text-wrapper {
  color: #515151;
  text-align: center;
}
.stepbox .item-title {
  color: #000000;
}
.stepbox .item-text {
  color: #ffdf57;
  text-align: center;
}
.stepbox .prototype-section-title,
.stepbox .clusterbox {
  text-align: center;
}
.stepbox .item-title {
  text-align: center;
  color: #ffdf57;
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0951;
}
.partbox .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .partbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .partbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container {
    padding: 0 14px;
  }
}
.partbox .row {
  justify-content: center;
}
.partbox .depthbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .depthbox {
    margin-bottom: 32px;
  }
}
.partbox .depthbox img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.partbox .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.partbox .nav-wrapper .prototype-list-title {
  opacity: 1;
  margin-bottom: 22px;
}
.partbox .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.partbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.partbox .nav-wrapper .list .item-wrap:hover,
.partbox .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.partbox .outerpad {
  opacity: .9;
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.partbox .layoutgrid,
.partbox .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.partbox .prototype-list-title {
  color: #ffffff;
}
.partbox .list {
  color: #ffffff;
}
.partbox .prototype-list-title,
.partbox .depthbox {
  text-align: justify;
  color: #d4af37;
}
.partbox .list,
.partbox .item-wrap {
  text-align: left;
}
.framegrid .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .framegrid .container,
  .framegrid .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .framegrid .container {
    max-width: 1162px;
  }
}
.framegrid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
  opacity: 1;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
.framegrid .navbar-caption {
  font-weight: 600;
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #0d2977;
}
.framegrid .navbar .flowunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .flowunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.node li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .flowunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .node .nav-link {
  padding: 0;
}
.framegrid ul.node {
  flex-wrap: wrap;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framegrid .btn {
  border-radius: 30px;
}
.domtrack {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e5ba06;
}
.domtrack .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #fcf2c8;
}
.domtrack img {
  width: 100%;
}
.domtrack p {
  margin-top: 6rem;
}
.domtrack .dockbox {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.domtrack .dockbox {
  padding-top: 6rem;
}
.domtrack h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .domtrack .dockbox {
    padding-top: 0rem;
  }
  .domtrack p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .domtrack .back {
    width: 100%;
    height: 75%;
  }
  .domtrack .dockbox {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .domtrack p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .domtrack .dockbox {
    padding: 0rem;
    padding-top: 4rem;
  }
  .domtrack h4 {
    right: 2rem;
  }
}
.domtrack .layoutgrid,
.domtrack .prototype-section-btn {
  color: #0d2977;
}
.nodemodule {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e5ba06;
}
.nodemodule .container {
  max-width: 1140px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .nodemodule .container {
    padding: 0 30px !important;
  }
}
.nodemodule .row {
  justify-content: center;
}
.nodemodule .prototype-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .nodemodule .prototype-section-title {
    text-align: center !important;
  }
}
.nodemodule .prototype-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .nodemodule .prototype-section-subtitle {
    text-align: center !important;
  }
}
.nodemodule .cluster {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.nodemodule .card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  width: 32%;
  margin: 10px 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .nodemodule .card {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .nodemodule .card {
    width: 100%;
  }
}
.nodemodule .card:nth-child(1) {
  background-color: #0d2977;
  border-radius: 30px 144px 30px 30px;
}
.nodemodule .card:nth-child(1):hover {
  border-radius: 120px 0 0 120px;
}
.nodemodule .card:nth-child(2) {
  background-color: #ffefad;
  border-radius: 118px 30px 30px 30px;
}
.nodemodule .card:nth-child(2):hover {
  border-radius: 0 120px 0 0;
}
.nodemodule .card:nth-child(3) {
  background-color: #14389a;
  border-radius: 30px 140px 30px 30px;
}
.nodemodule .card:nth-child(3):hover {
  border-radius: 0 120px;
}
.nodemodule .card:nth-child(4) {
  background-color: #ffeb96;
  border-radius: 23px 80px 23px 23px;
}
.nodemodule .card:nth-child(4):hover {
  border-radius: 120px 0 0 0;
}
.nodemodule .card:nth-child(5) {
  background-color: #3051ac;
  border-radius: 30px 30px 114px 30px;
}
.nodemodule .card:nth-child(5):hover {
  border-radius: 120px 0 0 0;
}
.nodemodule .card:nth-child(6) {
  background-color: #fcf2c8;
  border-radius: 140px 30px 30px 30px;
}
.nodemodule .card:nth-child(6):hover {
  border-radius: 0 120px 0 0;
}
.nodemodule .card-wrap {
  padding: 10px;
  width: 100%;
}
.nodemodule .card-title {
  margin-bottom: 0;
  width: 100%;
}
.nodemodule .card-title-1 {
  color: #ffffff;
  text-align: center;
}
.nodemodule .card-title-2 {
  color: #0d2977;
  text-align: center;
}
.nodemodule .card-title-3 {
  color: #ffffff;
  text-align: center;
}
.nodemodule .card-title-4 {
  color: #0d2977;
  text-align: center;
}
.nodemodule .card-title-5 {
  color: #ffffff;
  text-align: center;
}
.nodemodule .card-title-6 {
  color: #0d2977;
  text-align: center;
}
.nodemodule .card-text {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
}
.nodemodule .card-text-1 {
  color: #ffffff;
  text-align: center;
}
.nodemodule .card-text-2 {
  color: #1d191f;
  text-align: center;
}
.nodemodule .card-text-3 {
  color: #ffffff;
  text-align: center;
}
.nodemodule .card-text-4 {
  color: #1d191f;
  text-align: center;
}
.nodemodule .card-text-5 {
  color: #ffffff;
  text-align: center;
}
.nodemodule .card-text-6 {
  color: #0d2977;
  text-align: center;
}
.dock {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d2977;
}
.dock .clusterbox .prototype-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .dock .clusterbox .prototype-section-title {
    margin-bottom: 40px;
  }
}
.dock .neutralwrap .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .dock .neutralwrap .item {
    margin-bottom: 2px;
  }
}
.dock .neutralwrap .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #fcf2c8;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .dock .neutralwrap .item .item-wrapper {
    display: block;
  }
}
.dock .neutralwrap .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .dock .neutralwrap .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.dock .neutralwrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.dock .neutralwrap .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.dock .neutralwrap .item .item-wrapper .card-box .prototype-section-btn .btn {
  margin-bottom: 0;
}
.dock .neutralwrap .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .dock .neutralwrap .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.dock .neutralwrap .item .item-wrapper .item-img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .dock .neutralwrap .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .dock .neutralwrap .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.dock .prototype-section-title {
  color: #0f0f0f;
}
.dock .card-title {
  color: #0f0f0f;
}
.dock .card-text {
  color: #0d2977;
  text-align: center;
}
.dock .card-title,
.dock .prototype-section-btn {
  text-align: center;
  color: #0d2977;
}
.platebox {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e5ba06;
}
.platebox .container {
  max-width: 1140px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .platebox .container {
    padding: 0 30px !important;
  }
}
.platebox .row {
  justify-content: center;
}
.platebox .prototype-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .platebox .prototype-section-title {
    text-align: center !important;
  }
}
.platebox .prototype-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .platebox .prototype-section-subtitle {
    text-align: center !important;
  }
}
.platebox .cluster {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.platebox .card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  width: 32%;
  margin: 10px 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .platebox .card {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .platebox .card {
    width: 100%;
  }
}
.platebox .card:nth-child(1) {
  background-color: #0d2977;
  border-radius: 30px 144px 30px 30px;
}
.platebox .card:nth-child(1):hover {
  border-radius: 120px 0 0 120px;
}
.platebox .card:nth-child(2) {
  background-color: #ffefad;
  border-radius: 118px 30px 30px 30px;
}
.platebox .card:nth-child(2):hover {
  border-radius: 0 120px 0 0;
}
.platebox .card:nth-child(3) {
  background-color: #14389a;
  border-radius: 30px 140px 30px 30px;
}
.platebox .card:nth-child(3):hover {
  border-radius: 0 120px;
}
.platebox .card:nth-child(4) {
  background-color: #ffeb96;
  border-radius: 23px 80px 23px 23px;
}
.platebox .card:nth-child(4):hover {
  border-radius: 120px 0 0 0;
}
.platebox .card:nth-child(5) {
  background-color: #3051ac;
  border-radius: 30px 30px 114px 30px;
}
.platebox .card:nth-child(5):hover {
  border-radius: 120px 0 0 0;
}
.platebox .card:nth-child(6) {
  background-color: #fcf2c8;
  border-radius: 140px 30px 30px 30px;
}
.platebox .card:nth-child(6):hover {
  border-radius: 0 120px 0 0;
}
.platebox .card-wrap {
  padding: 10px;
  width: 100%;
}
.platebox .card-title {
  margin-bottom: 0;
  width: 100%;
}
.platebox .card-title-1 {
  color: #ffffff;
  text-align: center;
}
.platebox .card-title-2 {
  color: #0d2977;
  text-align: center;
}
.platebox .card-title-3 {
  color: #ffffff;
  text-align: center;
}
.platebox .card-title-4 {
  color: #0d2977;
  text-align: center;
}
.platebox .card-title-5 {
  color: #ffffff;
  text-align: center;
}
.platebox .card-title-6 {
  color: #0d2977;
  text-align: center;
}
.platebox .card-text {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
}
.platebox .card-text-1 {
  color: #ffffff;
  text-align: center;
}
.platebox .card-text-2 {
  color: #1d191f;
  text-align: center;
}
.platebox .card-text-3 {
  color: #ffffff;
  text-align: center;
}
.platebox .card-text-4 {
  color: #1d191f;
  text-align: center;
}
.platebox .card-text-5 {
  color: #ffffff;
  text-align: center;
}
.platebox .card-text-6 {
  color: #0d2977;
  text-align: center;
}
.moduleunit {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #0d2977;
}
.moduleunit .neutralwrap {
  margin: 0 -32px;
  justify-content: center;
}
.moduleunit .neutralwrap .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .moduleunit .clusterbox {
    margin-bottom: 48px;
  }
}
.moduleunit .clusterbox .prototype-section-title {
  margin-bottom: 24px;
}
.moduleunit .clusterbox .text-wrapper .layoutgrid {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .moduleunit .clusterbox .text-wrapper .layoutgrid {
    width: 100%;
  }
}
.moduleunit .depthbox img {
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .moduleunit .depthbox img {
    height: 350px;
  }
}
.moduleunit .prototype-section-title {
  color: #ffffff;
}
.moduleunit .layoutgrid,
.moduleunit .text-wrapper {
  color: #fcf2c8;
  text-align: center;
}
.moduleunit .prototype-section-title,
.moduleunit .prototype-section-btn {
  color: #fcf2c8;
  text-align: center;
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0951;
}
.partbox .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .partbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .partbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container {
    padding: 0 14px;
  }
}
.partbox .row {
  justify-content: center;
}
.partbox .depthbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .depthbox {
    margin-bottom: 32px;
  }
}
.partbox .depthbox img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.partbox .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.partbox .nav-wrapper .prototype-list-title {
  opacity: 1;
  margin-bottom: 22px;
}
.partbox .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.partbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.partbox .nav-wrapper .list .item-wrap:hover,
.partbox .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.partbox .outerpad {
  opacity: .9;
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.partbox .layoutgrid,
.partbox .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.partbox .prototype-list-title {
  color: #ffffff;
}
.partbox .list {
  color: #ffffff;
}
.partbox .prototype-list-title,
.partbox .depthbox {
  text-align: justify;
  color: #d4af37;
}
.partbox .list,
.partbox .item-wrap {
  text-align: left;
}
.framegrid .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .framegrid .container,
  .framegrid .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .framegrid .container {
    max-width: 1162px;
  }
}
.framegrid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
  opacity: 1;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
.framegrid .navbar-caption {
  font-weight: 600;
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #0d2977;
}
.framegrid .navbar .flowunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .flowunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.node li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .flowunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .node .nav-link {
  padding: 0;
}
.framegrid ul.node {
  flex-wrap: wrap;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framegrid .btn {
  border-radius: 30px;
}
.area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4af37;
}
.area .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .area .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .area .container {
    padding: 0 16px;
  }
}
.area .row {
  border-radius: 20px;
  background-color: #0d2977;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .area .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .area .row {
    padding: 45px 4px;
  }
}
.area .row .card {
  justify-content: center;
}
.area .clusterbox {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .area .clusterbox {
    padding: 0;
    margin-bottom: 45px;
  }
}
.area .clusterbox .prototype-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .area .clusterbox .prototype-section-title {
    margin-bottom: 32px;
  }
}
.area .clusterbox .layoutgrid {
  margin-bottom: 0;
}
.area .clusterbox .prototype-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .area .clusterbox .prototype-section-btn {
    margin-top: 30px;
  }
}
.area .depthbox img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #d4af37;
}
@media (max-width: 1440px) {
  .area .depthbox img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .area .depthbox img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .area .depthbox img {
    height: 350px;
  }
}
.area .prototype-section-subtitle {
  color: #d1cece;
}
.area .prototype-section-title {
  color: #192227;
}
.area .layoutgrid {
  color: #192227;
}
.area .prototype-section-title,
.area .prototype-section-btn {
  color: #ffeb96;
  text-align: center;
}
.area .layoutgrid,
.area .prototype-section-btn {
  color: #fcf2c8;
  text-align: center;
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0951;
}
.partbox .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .partbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .partbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container {
    padding: 0 14px;
  }
}
.partbox .row {
  justify-content: center;
}
.partbox .depthbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .depthbox {
    margin-bottom: 32px;
  }
}
.partbox .depthbox img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.partbox .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.partbox .nav-wrapper .prototype-list-title {
  opacity: 1;
  margin-bottom: 22px;
}
.partbox .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.partbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.partbox .nav-wrapper .list .item-wrap:hover,
.partbox .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.partbox .outerpad {
  opacity: .9;
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.partbox .layoutgrid,
.partbox .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.partbox .prototype-list-title {
  color: #ffffff;
}
.partbox .list {
  color: #ffffff;
}
.partbox .prototype-list-title,
.partbox .depthbox {
  text-align: justify;
  color: #d4af37;
}
.partbox .list,
.partbox .item-wrap {
  text-align: left;
}
.framegrid .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .framegrid .container,
  .framegrid .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .framegrid .container {
    max-width: 1162px;
  }
}
.framegrid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
  opacity: 1;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
.framegrid .navbar-caption {
  font-weight: 600;
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #0d2977;
}
.framegrid .navbar .flowunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .flowunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.node li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .flowunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .node .nav-link {
  padding: 0;
}
.framegrid ul.node {
  flex-wrap: wrap;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framegrid .btn {
  border-radius: 30px;
}
.nodewrap {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fcf2c8;
}
.nodewrap .container-fluid {
  padding: 0 5rem;
}
.nodewrap .img-block {
  align-self: center;
}
.nodewrap .prototype-section-title {
  padding-bottom: 2rem;
  color: #0d2977;
  text-align: center;
}
.nodewrap .prototype-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.nodewrap .noteunit {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .nodewrap .noteunit img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .nodewrap .container-fluid {
    padding: 0 1rem;
  }
  .nodewrap .noteunit {
    margin-top: 1rem;
  }
  .nodewrap .prototype-section-title {
    text-align: center !important;
  }
  .nodewrap .prototype-section-subtitle {
    text-align: center !important;
  }
  .nodewrap .prototype-section-btn {
    text-align: center !important;
  }
}
.nodewrap .prototype-section-subtitle,
.nodewrap .prototype-section-btn {
  color: #0d2977;
  text-align: center;
}
.unitgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d2977;
}
.unitgrid .card {
  justify-content: flex-end;
}
.unitgrid .clusterbox .prototype-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .unitgrid .clusterbox .prototype-section-title {
    margin-bottom: 32px;
  }
}
.unitgrid .desc-wrapper .domcellwrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .unitgrid .desc-wrapper .domcellwrap {
    margin-bottom: 32px;
  }
}
.unitgrid .text-wrapper .layoutgrid {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unitgrid .text-wrapper .layoutgrid {
    width: 100%;
  }
}
.unitgrid .prototype-section-title {
  color: #d4af37;
  text-align: center;
}
.unitgrid .domcellwrap {
  color: #ffeb96;
  text-align: center;
}
.unitgrid .layoutgrid,
.unitgrid .text-wrapper {
  color: #ffefad;
  text-align: center;
}
.wrapcontainer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fcf2c8;
}
.wrapcontainer .outer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.wrapcontainer .splitunit {
  align-items: center;
  justify-content: space-between;
}
.wrapcontainer .splitunit .card {
  justify-content: space-between;
}
.wrapcontainer .dockbox {
  padding: 0 28px 0 120px;
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .wrapcontainer .dockbox {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .wrapcontainer .dockbox {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1640px) {
  .wrapcontainer .dockbox {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .wrapcontainer .dockbox {
    padding: 0;
  }
}
.wrapcontainer .dockbox .prototype-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .wrapcontainer .dockbox .prototype-section-title {
    margin-bottom: 16px;
  }
}
.wrapcontainer .dockbox .text-wrapper .layoutgrid {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .wrapcontainer .dockbox .text-wrapper .layoutgrid {
    margin-bottom: 16px;
  }
}
.wrapcontainer .shiftbox {
  padding: 0 120px 0 28px;
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .wrapcontainer .shiftbox {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .wrapcontainer .shiftbox {
    padding: 0;
  }
}
@media (max-width: 1640px) {
  .wrapcontainer .shiftbox {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .wrapcontainer .shiftbox {
    padding: 0;
  }
}
.wrapcontainer .shiftbox img {
  height: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .wrapcontainer .shiftbox img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wrapcontainer .prototype-section-title {
  color: #150764;
}
.wrapcontainer .layoutgrid {
  color: #150764;
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0951;
}
.partbox .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .partbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .partbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container {
    padding: 0 14px;
  }
}
.partbox .row {
  justify-content: center;
}
.partbox .depthbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .depthbox {
    margin-bottom: 32px;
  }
}
.partbox .depthbox img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.partbox .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.partbox .nav-wrapper .prototype-list-title {
  opacity: 1;
  margin-bottom: 22px;
}
.partbox .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.partbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.partbox .nav-wrapper .list .item-wrap:hover,
.partbox .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.partbox .outerpad {
  opacity: .9;
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.partbox .layoutgrid,
.partbox .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.partbox .prototype-list-title {
  color: #ffffff;
}
.partbox .list {
  color: #ffffff;
}
.partbox .prototype-list-title,
.partbox .depthbox {
  text-align: justify;
  color: #d4af37;
}
.partbox .list,
.partbox .item-wrap {
  text-align: left;
}
.framegrid .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .framegrid .container,
  .framegrid .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .framegrid .container {
    max-width: 1162px;
  }
}
.framegrid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
  opacity: 1;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
.framegrid .navbar-caption {
  font-weight: 600;
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #0d2977;
}
.framegrid .navbar .flowunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .flowunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.node li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .flowunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .node .nav-link {
  padding: 0;
}
.framegrid ul.node {
  flex-wrap: wrap;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framegrid .btn {
  border-radius: 30px;
}
.rowwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffefad;
}
.rowwrap .dockbox {
  display: flex;
  justify-content: center;
}
.rowwrap .dockbox .card-wrapper {
  background-color: #0d2977;
  border: 2px solid #4d6bbb;
  width: 88%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .rowwrap .dockbox .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .rowwrap .dockbox .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.rowwrap .dockbox .card-wrapper .clusterbox .prototype-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .rowwrap .dockbox .card-wrapper .clusterbox .prototype-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.rowwrap .dockbox .card-wrapper .text-wrapper .layoutgrid {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .rowwrap .dockbox .card-wrapper .text-wrapper .layoutgrid {
    width: 100%;
    margin-bottom: 22px;
  }
}
.rowwrap .prototype-section-title {
  color: #3a001d;
}
.rowwrap .layoutgrid,
.rowwrap .text-wrapper {
  color: #fcf2c8;
  text-align: center;
}
.rowwrap .prototype-section-title,
.rowwrap .prototype-section-btn,
.rowwrap .clusterbox {
  text-align: center;
  color: #ffeb96;
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0951;
}
.partbox .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .partbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .partbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container {
    padding: 0 14px;
  }
}
.partbox .row {
  justify-content: center;
}
.partbox .depthbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .depthbox {
    margin-bottom: 32px;
  }
}
.partbox .depthbox img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.partbox .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.partbox .nav-wrapper .prototype-list-title {
  opacity: 1;
  margin-bottom: 22px;
}
.partbox .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.partbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.partbox .nav-wrapper .list .item-wrap:hover,
.partbox .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.partbox .outerpad {
  opacity: .9;
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.partbox .layoutgrid,
.partbox .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.partbox .prototype-list-title {
  color: #ffffff;
}
.partbox .list {
  color: #ffffff;
}
.partbox .prototype-list-title,
.partbox .depthbox {
  text-align: justify;
  color: #d4af37;
}
.partbox .list,
.partbox .item-wrap {
  text-align: left;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcf2c8;
}
.layoutbase .text-wrap {
  width: 100%;
}
.layoutbase .boxsegment {
  margin-bottom: 0;
  color: #0d2977;
  text-align: center;
}
.layoutbase .layoutgrid {
  padding-top: 10px;
  color: #0d2977;
}
.layoutbase .track {
  margin-top: 40px;
  color: #0d2977;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.framegrid .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .framegrid .container,
  .framegrid .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .framegrid .container {
    max-width: 1162px;
  }
}
.framegrid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
  opacity: 1;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
.framegrid .navbar-caption {
  font-weight: 600;
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #0d2977;
}
.framegrid .navbar .flowunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .flowunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.node li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .flowunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .node .nav-link {
  padding: 0;
}
.framegrid ul.node {
  flex-wrap: wrap;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framegrid .btn {
  border-radius: 30px;
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0951;
}
.partbox .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .partbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .partbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container {
    padding: 0 14px;
  }
}
.partbox .row {
  justify-content: center;
}
.partbox .depthbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .depthbox {
    margin-bottom: 32px;
  }
}
.partbox .depthbox img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.partbox .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.partbox .nav-wrapper .prototype-list-title {
  opacity: 1;
  margin-bottom: 22px;
}
.partbox .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.partbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.partbox .nav-wrapper .list .item-wrap:hover,
.partbox .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.partbox .outerpad {
  opacity: .9;
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.partbox .layoutgrid,
.partbox .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.partbox .prototype-list-title {
  color: #ffffff;
}
.partbox .list {
  color: #ffffff;
}
.partbox .prototype-list-title,
.partbox .depthbox {
  text-align: justify;
  color: #d4af37;
}
.partbox .list,
.partbox .item-wrap {
  text-align: left;
}
.coreunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcf2c8;
}
.coreunit .text-wrap {
  width: 100%;
}
.coreunit .boxsegment {
  margin-bottom: 0;
  color: #0d2977;
  text-align: center;
}
.coreunit .layoutgrid {
  padding-top: 10px;
  color: #0d2977;
}
.coreunit .track {
  margin-top: 40px;
  color: #0d2977;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.framegrid .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .framegrid .container,
  .framegrid .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .framegrid .container {
    max-width: 1162px;
  }
}
.framegrid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
  opacity: 1;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
.framegrid .navbar-caption {
  font-weight: 600;
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #0d2977;
}
.framegrid .navbar .flowunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .flowunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.node li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .flowunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .node .nav-link {
  padding: 0;
}
.framegrid ul.node {
  flex-wrap: wrap;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framegrid .btn {
  border-radius: 30px;
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0951;
}
.partbox .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .partbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .partbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container {
    padding: 0 14px;
  }
}
.partbox .row {
  justify-content: center;
}
.partbox .depthbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .depthbox {
    margin-bottom: 32px;
  }
}
.partbox .depthbox img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.partbox .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.partbox .nav-wrapper .prototype-list-title {
  opacity: 1;
  margin-bottom: 22px;
}
.partbox .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.partbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.partbox .nav-wrapper .list .item-wrap:hover,
.partbox .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.partbox .outerpad {
  opacity: .9;
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.partbox .layoutgrid,
.partbox .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.partbox .prototype-list-title {
  color: #ffffff;
}
.partbox .list {
  color: #ffffff;
}
.partbox .prototype-list-title,
.partbox .depthbox {
  text-align: justify;
  color: #d4af37;
}
.partbox .list,
.partbox .item-wrap {
  text-align: left;
}
.framegrid .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .framegrid .container,
  .framegrid .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .framegrid .container {
    max-width: 1162px;
  }
}
.framegrid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
  opacity: 1;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
.framegrid .navbar-caption {
  font-weight: 600;
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #0d2977;
}
.framegrid .navbar .flowunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .flowunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.node li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .flowunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .node .nav-link {
  padding: 0;
}
.framegrid ul.node {
  flex-wrap: wrap;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framegrid .btn {
  border-radius: 30px;
}
.drawunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcf2c8;
}
.drawunit .text-wrap {
  width: 100%;
}
.drawunit .boxsegment {
  margin-bottom: 0;
  color: #0d2977;
  text-align: center;
}
.drawunit .layoutgrid {
  padding-top: 10px;
  color: #0d2977;
}
.drawunit .track {
  margin-top: 40px;
  color: #0d2977;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0951;
}
.partbox .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .partbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .partbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container {
    padding: 0 14px;
  }
}
.partbox .row {
  justify-content: center;
}
.partbox .depthbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .depthbox {
    margin-bottom: 32px;
  }
}
.partbox .depthbox img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.partbox .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.partbox .nav-wrapper .prototype-list-title {
  opacity: 1;
  margin-bottom: 22px;
}
.partbox .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.partbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.partbox .nav-wrapper .list .item-wrap:hover,
.partbox .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.partbox .outerpad {
  opacity: .9;
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.partbox .layoutgrid,
.partbox .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.partbox .prototype-list-title {
  color: #ffffff;
}
.partbox .list {
  color: #ffffff;
}
.partbox .prototype-list-title,
.partbox .depthbox {
  text-align: justify;
  color: #d4af37;
}
.partbox .list,
.partbox .item-wrap {
  text-align: left;
}
.subunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcf2c8;
}
.subunit .text-wrap {
  width: 100%;
}
.subunit .boxsegment {
  margin-bottom: 0;
  color: #0d2977;
  text-align: center;
}
.subunit .layoutgrid {
  padding-top: 10px;
  color: #0d2977;
}
.subunit .track {
  margin-top: 40px;
  color: #0d2977;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.framegrid .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .framegrid .container,
  .framegrid .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .framegrid .container {
    max-width: 1162px;
  }
}
.framegrid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
  opacity: 1;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
.framegrid .navbar-caption {
  font-weight: 600;
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #0d2977;
}
.framegrid .navbar .flowunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .flowunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.node li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .flowunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .node .nav-link {
  padding: 0;
}
.framegrid ul.node {
  flex-wrap: wrap;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framegrid .btn {
  border-radius: 30px;
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0951;
}
.partbox .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .partbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .partbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .partbox .container {
    padding: 0 14px;
  }
}
.partbox .row {
  justify-content: center;
}
.partbox .depthbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .depthbox {
    margin-bottom: 32px;
  }
}
.partbox .depthbox img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.partbox .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.partbox .nav-wrapper .prototype-list-title {
  opacity: 1;
  margin-bottom: 22px;
}
.partbox .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.partbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.partbox .nav-wrapper .list .item-wrap:hover,
.partbox .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.partbox .outerpad {
  opacity: .9;
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.partbox .layoutgrid,
.partbox .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.partbox .prototype-list-title {
  color: #ffffff;
}
.partbox .list {
  color: #ffffff;
}
.partbox .prototype-list-title,
.partbox .depthbox {
  text-align: justify;
  color: #d4af37;
}
.partbox .list,
.partbox .item-wrap {
  text-align: left;
}


/* Base Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.footbox {
  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;
}

.footbox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: flipIn 0.8s ease-out forwards;
}

.footbox p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.footbox button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2),
              -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}

#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .footbox {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 16px;
    transform: translateX(-50%) translateY(0);
    width: calc(100% - 32px);
    max-width: 480px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    z-index: 2147483647;
  }

  .footbox.show {
    animation: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  #cookieBanner button,
  .footbox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .footbox {
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    padding: 10px;
  }

  #cookieBanner button,
  .footbox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes bounceRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

.navbar-brand {
    animation: bounceRight 1s ease-in-out;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 60px 0;
  background: transparent;
}

.ttc-form .dockbox {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(4, 18, 66, 0.06);
  padding: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
}

.ttc-form #customForm {
  width: 100%;
  color: #0a1033;
  font-size: 16px;
  font-weight: 400;
}

.ttc-form #customForm * {
  color: #0a1033;
  box-sizing: border-box;
}

.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #d5d8eb !important;
  border-radius: 0 !important;
  padding: 16px 18px;
  margin-bottom: 18px;
  background: #f5f7ff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: all 0.25s ease;
}

.ttc-form #customForm textarea.form-control {
  min-height: 160px;
  resize: vertical;
  border-radius: 0 !important;
}

.ttc-form #customForm ::-moz-placeholder {
  color: #7b84a8;
}

.ttc-form #customForm ::placeholder {
  color: #7b84a8;
}

.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #ffffff !important;
  border-color: #5672ff !important;
  box-shadow: 0 0 0 2px rgba(86, 114, 255, 0.15) !important;
}

.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 0 !important;
  background: #5672ff;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ttc-form #customForm .btn:hover {
  background: #415cf0;
}

.ttc-form #customForm small {
  font-size: 12px;
  color: #7b84a8;
}

.ttc-form #customForm a {
  color: #5672ff;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  border: 1px solid #d5d8eb;
  background: #f5f7ff;
  padding: 16px;
  border-radius: 0 !important;
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.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: 15px;
  line-height: 1.6;
  color: #0a1033;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
  word-break: normal;
}

.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: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  background: #d0f0d9;
  border: 1px solid #7fbf8c;
  color: #1f3a25;
}

@media (min-width: 992px) {
  .ttc-form {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .ttc-form {
    padding: 40px 16px;
  }
  .ttc-form .dockbox {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-control {
    font-size: 15px;
    padding: 12px 14px;
    margin-bottom: 14px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 20px;
  }
  .ttc-form #customForm [data-for="consent_processing"] > div,
  .ttc-form #customForm [data-for="consent_contact"] > div {
    padding: 14px;
  }
  .ttc-form #customForm [data-for="consent_processing"] label,
  .ttc-form #customForm [data-for="consent_contact"] label {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .ttc-form .dockbox {
    padding: 20px 15px;
  }
  .ttc-form #customForm [data-for="consent_processing"] label,
  .ttc-form #customForm [data-for="consent_contact"] label {
    font-size: 13px;
    line-height: 1.4;
  }
}
/* cssform-end */

.quiz-section {
  background-image: url("images/white1.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;
}