:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-warning-rgb: 255, 193, 7;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-xxl: 2rem;
}

*,
*::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);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h4, .h4, h3, .h3, h2, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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;
  }
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

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;
}

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;
}

.sidebox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .sidebox {
    font-size: 5rem;
  }
}

.sidewrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .sidewrap {
    font-size: 4.5rem;
  }
}

.fieldset {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .fieldset {
    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: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.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);
}

.edgebox {
  --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;
}
.edgebox .nav-link.active, .edgebox .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 .edgebox {
    flex-direction: row;
  }
  .navbar-expand-lg .edgebox .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 > hr {
  margin-right: 0;
  margin-left: 0;
}

.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);
}

.coverunit {
  --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);
}

.gridtrack {
  --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;
}

.dockunit {
  position: fixed !important;
}

.top-50 {
  top: 50% !important;
}

.pad {
  left: 50% !important;
}

.fieldwrap {
  transform: translate(-50%, -50%) !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;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.text-center {
  text-align: center !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-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .domlayer {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .domlayer 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; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #161616;
  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;
}

.graphic-section-title {
  font-style: normal;
  line-height: 1.3;
}

.graphic-section-subtitle {
  line-height: 1.3;
}

.gridnode {
  font-style: normal;
  line-height: 1.7;
}


h2,
h3,
h4,
h6,
.sidebox,
.sidewrap,
.fieldset,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -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 */
.patch {
  color: #ffffff;
}

/*! Text-aligns */
.boxholder {
  text-align: left;
}

.coversegment {
  text-align: center;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.graphic-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 .graphic-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[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 .domlayer 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 .edgebox.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: #161616;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.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;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .graphic-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

.layoutunit {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.item {
  position: relative;
}
@font-face {
  font-family: 'template2';
  font-display: swap;
  src:  url('fonts/zoom2.eot');
  src:  url('fonts/zoom2.eot') format('embedded-opentype'),
    url('fonts/zoom2.ttf') format('truetype'),
    url('fonts/zoom2.woff') format('woff'),
    url('fonts/zoom2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.sidebox {
  font-family: 'Figtree', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.sidewrap {
  font-family: 'Figtree', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.fieldset {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.35rem;
  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: 992px) {
  .sidebox {
    font-size: 1.28rem;
  }
}
@media (max-width: 768px) {
  .sidebox {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .sidewrap {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .fieldset {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background: linear-gradient(to bottom, #f77d06 0 33.33333333%, #f77d06 33.33333333%, #bf2a2d 66.66666667%, #bf2a2d 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #f77d06 0 33.33333333%, #f77d06 33.33333333%, #bf2a2d 66.66666667%, #bf2a2d 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background: #a25204 !important;
  border: none !important;
}
.text-primary {
  color: #f77d06 !important;
}
.text-warning {
  color: #f77d06 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #934b04 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934b04 !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;
}
.coverunit {
  background-color: #70c770;
}
.gridtrack {
  background-color: #6d1100;
}
a,
a:hover {
  color: #f77d06;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.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: #f77d06 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: calc(1420px + 3vw);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.container-fluid {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}

strong {
  font-weight: 700 !important;
}
.graphic-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 25px 35px;
  border-radius: 80px;
  font-weight: 700 !important;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: none !important;
  overflow: hidden;
}
.gridbody {
  background-color: transparent;
}
.gridbody .navbar-dropdown {
  background-color: #0c0116 !important;
  padding: 0;
}
.gridbody .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .gridbody .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .gridbody .menu_box .navbar-collapse {
    background-color: #0c0116 !important;
    transition: all 0s ease 0s;
  }
}
.gridbody .navbar-dropdown {
  position: relative !important;
}
.gridbody .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.gridbody .btn:hover {
  box-shadow: none;
}
.gridbody .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .gridbody .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .gridbody .nav-item {
    margin: 0 !important;
  }
}
.gridbody .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.gridbody .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.gridbody .nav-item .nav-link:hover::before,
.gridbody .nav-item .nav-link:focus::before {
  width: 100%;
}
.gridbody .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gridbody .container {
  display: flex;
  margin: auto;
}
.gridbody .edgebox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .gridbody .edgebox {
    margin: 0;
  }
}
.gridbody .nav-item:focus,
.gridbody .nav-link:focus {
  outline: none;
}
.gridbody .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .gridbody .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.gridbody .navbar .domlayer img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.gridbody .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridbody .navbar .nav-item {
    padding: .5rem 0;
  }
  .gridbody .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .gridbody .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridbody .navbar .domlayer img {
    height: 3rem !important;
  }
  .gridbody .navbar ul.edgebox {
    overflow: hidden;
  }
  .gridbody .navbar ul.edgebox li {
    margin: 0;
  }
  .gridbody .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .gridbody .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridbody .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;
}
.gridbody .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.gridbody .navbar-brand .domlayer a {
  outline: none;
}
.gridbody .navbar-expand-lg .edgebox .nav-link {
  margin: 8px 12px !important;
}
.gridbody ul.edgebox {
  flex-wrap: wrap;
  padding: 0;
}
.gridbody button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c0116;
  background: #3c2355;
}
.gridbody button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f77d06;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gridbody a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridbody .navbar {
    height: 70px;
  }
  .gridbody .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridbody .navbar-dropdown .domlayer {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .gridbody .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.gridbody .navbar-caption:hover {
  color: #f77d06;
}
@media (min-width: 992px) {
  .gridbody .edgebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.gridbody .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f77d06;
}
.gridbody .graphic-section-subtitle {
  color: #000000;
  text-align: center;
}
.gridbody .navbar-caption {
  color: #000000;
}
.gridbody .gridnode {
  color: #9a9a9a;
  text-align: center;
}
.gridbody .graphic-section-subtitle,
.gridbody .graphic-section-btn {
  text-align: center;
}
.gridbody a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.interfacerow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("images/thick1.jpg");
}
.interfacerow .band {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f77d06;
}
.interfacerow .bound {
  justify-content: center;
}
.interfacerow .card-wrapper {
  padding: 190px 32px;
  background-color: #19072a;
  border: 1px solid #f77d06;
}
@media (max-width: 1640px) {
  .interfacerow .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .interfacerow .card-wrapper {
    padding: 40px 20px;
  }
}
.interfacerow .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .interfacerow .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.interfacerow .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-flex;
}
.interfacerow .card-wrapper .graphic-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .interfacerow .card-wrapper .graphic-section-title {
    margin-bottom: 16px;
  }
}
.interfacerow .card-wrapper .text-wrapper .gridnode {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .interfacerow .card-wrapper .text-wrapper .gridnode {
    width: 100%;
    margin-bottom: 16px;
  }
}
.interfacerow .graphic-section-title {
  color: #150764;
}
.interfacerow .gridnode,
.interfacerow .text-wrapper {
  color: #f77d06;
  text-align: center;
}
.interfacerow .graphic-section-title,
.interfacerow .graphic-section-btn,
.interfacerow .logo-wrapper {
  text-align: center;
  color: #f77d06;
}
.layoutnode {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #19072a;
  background-image: radial-gradient(at 100% -70%, #2a1340, #19072a, #19072a);
}
.layoutnode .layoutunit {
  backdrop-filter: blur(3.5px);
}
.layoutnode img {
  width: 100%;
  transform: scale(2);
  height: 230px;
  z-index: 0;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .layoutnode img {
    transform: scale(1) translateX(0);
  }
}
.layoutnode .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .layoutnode .card-wrapper {
    padding: 2rem 1rem;
  }
}
.layoutnode .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #f77d06;
  border-radius: 30px;
}
.layoutnode .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #f77d06;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .layoutnode .card-wrapper {
    margin-bottom: 2rem;
  }
}
.layoutnode .graphic-section-title,
.layoutnode .graphic-section-subtitle,
.layoutnode .gridnode,
.layoutnode .graphic-section-btn {
  position: relative;
  z-index: 1;
}
.layoutnode .col-12 {
  position: relative;
}
.layoutnode .graphic-section-title {
  color: #ffffff;
}
.layoutnode .gridnode,
.layoutnode .graphic-section-btn {
  color: #ffffff;
}
.layoutnode .graphic-section-subtitle {
  color: #263d5a;
}
.gridcell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #19072a;
}
.gridcell .gridnode,
.gridcell .graphic-section-btn {
  color: #f77d06;
  text-align: center;
}
@media (max-width: 991px) {
  .gridcell .graphic-section-title,
  .gridcell .graphic-section-btn,
  .gridcell .gridnode {
    text-align: center;
  }
}
.gridcell .graphic-section-subtitle {
  color: #f77d06;
  letter-spacing: 6px;
}
.trackbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0116;
}
.trackbox .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .trackbox .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .trackbox .container {
    padding: 0 28px;
  }
}
.trackbox .partwrapbox .logo-wrapper {
  margin-bottom: 35px;
}
.trackbox .partwrapbox .logo-wrapper img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.trackbox .partwrapbox .graphic-section-title {
  margin-bottom: 30px;
}
.trackbox .partwrapbox .rootbox {
  margin-bottom: 35px;
}
.trackbox .partwrapbox .rootbox .link-wrap {
  display: block;
}
.trackbox .partwrapbox .rootbox .link-wrap:hover .levelwrap::after,
.trackbox .partwrapbox .rootbox .link-wrap:focus .levelwrap::after {
  width: 100%;
}
.trackbox .partwrapbox .rootbox .link-wrap .levelwrap {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.trackbox .partwrapbox .rootbox .link-wrap .levelwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #f77d06;
}
.trackbox .partwrapbox .patternbox {
  margin-bottom: 0;
}
.trackbox .graphic-section-title {
  color: #000000;
}
.trackbox .levelwrap,
.trackbox .link-wrap {
  color: #f77d06;
  text-align: center;
}
.trackbox .patternbox {
  color: #f77d06;
  text-align: center;
}
.trackbox .graphic-section-title,
.trackbox .logo-wrapper {
  text-align: center;
}
.trackbox .graphic-section-title,
.trackbox .graphic-section-btn,
.trackbox .logo-wrapper {
  color: #f77d06;
}
.gridbody {
  background-color: transparent;
}
.gridbody .navbar-dropdown {
  background-color: #0c0116 !important;
  padding: 0;
}
.gridbody .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .gridbody .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .gridbody .menu_box .navbar-collapse {
    background-color: #0c0116 !important;
    transition: all 0s ease 0s;
  }
}
.gridbody .navbar-dropdown {
  position: relative !important;
}
.gridbody .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.gridbody .btn:hover {
  box-shadow: none;
}
.gridbody .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .gridbody .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .gridbody .nav-item {
    margin: 0 !important;
  }
}
.gridbody .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.gridbody .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.gridbody .nav-item .nav-link:hover::before,
.gridbody .nav-item .nav-link:focus::before {
  width: 100%;
}
.gridbody .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gridbody .container {
  display: flex;
  margin: auto;
}
.gridbody .edgebox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .gridbody .edgebox {
    margin: 0;
  }
}
.gridbody .nav-item:focus,
.gridbody .nav-link:focus {
  outline: none;
}
.gridbody .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .gridbody .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.gridbody .navbar .domlayer img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.gridbody .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridbody .navbar .nav-item {
    padding: .5rem 0;
  }
  .gridbody .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .gridbody .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridbody .navbar .domlayer img {
    height: 3rem !important;
  }
  .gridbody .navbar ul.edgebox {
    overflow: hidden;
  }
  .gridbody .navbar ul.edgebox li {
    margin: 0;
  }
  .gridbody .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .gridbody .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridbody .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;
}
.gridbody .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.gridbody .navbar-brand .domlayer a {
  outline: none;
}
.gridbody .navbar-expand-lg .edgebox .nav-link {
  margin: 8px 12px !important;
}
.gridbody ul.edgebox {
  flex-wrap: wrap;
  padding: 0;
}
.gridbody button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c0116;
  background: #3c2355;
}
.gridbody button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f77d06;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gridbody a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridbody .navbar {
    height: 70px;
  }
  .gridbody .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridbody .navbar-dropdown .domlayer {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .gridbody .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.gridbody .navbar-caption:hover {
  color: #f77d06;
}
@media (min-width: 992px) {
  .gridbody .edgebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.gridbody .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f77d06;
}
.gridbody .graphic-section-subtitle {
  color: #000000;
  text-align: center;
}
.gridbody .navbar-caption {
  color: #000000;
}
.gridbody .gridnode {
  color: #9a9a9a;
  text-align: center;
}
.gridbody .graphic-section-subtitle,
.gridbody .graphic-section-btn {
  text-align: center;
}
.gridbody a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.nodecol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #f77d06;
  background-color: #19072a;
}
.nodecol .card {
  justify-content: center;
}
.nodecol .partwrapbox {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .nodecol .partwrapbox {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .nodecol .partwrapbox {
    padding: 0;
    margin-bottom: 32px;
  }
}
.nodecol .partwrapbox .graphic-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .nodecol .partwrapbox .graphic-section-btn {
    margin-bottom: 22px;
  }
}
.nodecol .partwrapbox .graphic-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodecol .partwrapbox .graphic-section-title {
    margin-bottom: 32px;
  }
}
.nodecol .partwrapbox .text-wrapper .gridnode {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodecol .partwrapbox .text-wrapper .gridnode {
    margin-bottom: 32px;
  }
}
.nodecol .shellcell {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .nodecol .shellcell {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .nodecol .shellcell {
    padding-right: 0;
  }
}
.nodecol .shellcell img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #f77d06;
  box-shadow: -10px 10px 0 0 #f77d06;
}
@media (max-width: 992px) {
  .nodecol .shellcell img {
    box-shadow: -5px 5px 0 0 #f77d06;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .nodecol .shellcell img {
    box-shadow: -5px 5px 0 0 #f77d06;
  }
}
.nodecol .graphic-section-title {
  color: #ffffff;
}
.nodecol .gridnode {
  color: #ffffff;
}
.nodecol .gridnode,
.nodecol .text-wrapper {
  color: #f77d06;
  text-align: center;
}
.nodecol .graphic-section-title,
.nodecol .graphic-section-btn {
  color: #f77d06;
  text-align: center;
}
.rowwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #19072a;
}
.rowwrap .deck .graphic-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .rowwrap .deck .graphic-section-title {
    margin-bottom: 30px;
  }
}
.rowwrap .linedock .item {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .rowwrap .linedock .item {
    margin-bottom: 30px;
  }
}
.rowwrap .linedock .item:nth-child(2n) .item-wrapper {
  margin-left: 130px;
}
@media (max-width: 1440px) {
  .rowwrap .linedock .item:nth-child(2n) .item-wrapper {
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .rowwrap .linedock .item:nth-child(2n) .item-wrapper {
    margin-left: 0;
  }
}
.rowwrap .linedock .item:nth-child(2n) .item-wrapper .shellcell .item-img img {
  height: 510px;
}
@media (max-width: 992px) {
  .rowwrap .linedock .item:nth-child(2n) .item-wrapper .shellcell .item-img img {
    height: 300px;
  }
}
.rowwrap .linedock .item:hover .item-wrapper .shellcell .graphic-section-btn,
.rowwrap .linedock .item:focus .item-wrapper .shellcell .graphic-section-btn {
  opacity: 1;
}
.rowwrap .linedock .item .item-wrapper {
  height: 100%;
}
.rowwrap .linedock .item .item-wrapper .shellcell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.rowwrap .linedock .item .item-wrapper .shellcell .graphic-section-btn {
  position: absolute;
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .rowwrap .linedock .item .item-wrapper .shellcell .graphic-section-btn {
    opacity: 1 !important;
  }
}
.rowwrap .linedock .item .item-wrapper .shellcell .item-img {
  width: 100%;
}
.rowwrap .linedock .item .item-wrapper .shellcell .item-img img {
  height: 700px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .rowwrap .linedock .item .item-wrapper .shellcell .item-img img {
    height: 300px;
  }
}
.rowwrap .linedock .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.rowwrap .linedock .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.rowwrap .graphic-section-title {
  color: #000000;
}
.rowwrap .card-title {
  color: #f77d06;
  text-align: center;
}
.rowwrap .card-desc {
  color: #f77d06;
  text-align: center;
}
.boxbridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #19072a;
}
.boxbridge .deck .graphic-section-title {
  margin-bottom: 64px;
}
.boxbridge .deck .graphic-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .boxbridge .deck .graphic-section-title {
    margin-bottom: 46px;
  }
}
.boxbridge .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .boxbridge .item {
    margin-bottom: 16px;
  }
}
.boxbridge .item:last-child {
  margin-bottom: 0;
}
.boxbridge .item:hover .item-wrapper .item-img img,
.boxbridge .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.boxbridge .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .boxbridge .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.boxbridge .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .boxbridge .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.boxbridge .item .item-wrapper .item-content .item-title_1,
.boxbridge .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.boxbridge .item .item-wrapper .item-content .item-text_1,
.boxbridge .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.boxbridge .item .item-wrapper .item-content .graphic-section-btn .btn {
  margin-bottom: 0;
}
.boxbridge .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .boxbridge .item .item-wrapper .item-img {
    width: 100%;
  }
}
.boxbridge .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .boxbridge .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.boxbridge .item .card_1 {
  background-color: #2a1340;
}
.boxbridge .item .card_2 {
  background-color: #2a1340;
}
.boxbridge .graphic-section-title {
  color: #212529;
}
.boxbridge .item-title_1 {
  color: #f77d06;
  text-align: center;
}
.boxbridge .item-title_2 {
  color: #f77d06;
  text-align: center;
}
.boxbridge .item-text_1 {
  color: #f5a11b;
}
.boxbridge .item-text_2 {
  color: #ff543d;
}
.boxbridge .item-text_2,
.boxbridge .graphic-section-btn {
  color: #f77d06;
  text-align: center;
}
.boxbridge .item-text_1,
.boxbridge .graphic-section-btn {
  color: #f77d06;
  text-align: center;
}
.formwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #19072a;
}
@media (max-width: 992px) {
  .formwrap .container {
    padding: 0 30px;
  }
}
.formwrap .linedock .item:first-child {
  position: relative;
}
.formwrap .linedock .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f5a80c;
  opacity: .9;
}
.formwrap .linedock .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.formwrap .linedock .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5a80c;
}
.formwrap .linedock .item:last-child {
  position: relative;
}
.formwrap .linedock .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f5a80c;
  opacity: .9;
}
.formwrap .linedock .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.formwrap .linedock .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .formwrap .linedock .item .item-wrapper {
    display: block;
  }
}
.formwrap .linedock .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .formwrap .linedock .item .item-wrapper .item-img {
    width: 100%;
  }
}
.formwrap .linedock .item .item-wrapper .item-img img {
  min-height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .formwrap .linedock .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.formwrap .linedock .item .item-wrapper .card {
  justify-content: center;
}
.formwrap .linedock .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .formwrap .linedock .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.formwrap .linedock .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.formwrap .linedock .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.formwrap .item-title {
  color: #144031;
}
.formwrap .item-text {
  color: #f77d06;
  text-align: center;
}
.formwrap .item-title,
.formwrap .graphic-section-btn {
  color: #f77d06;
  text-align: center;
}
.sectionunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/neutralword1.jpg");
}
.sectionunit .deck .graphic-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .sectionunit .deck .graphic-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sectionunit .linedock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .sectionunit .linedock {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .sectionunit .linedock {
    display: block;
  }
}
@media (max-width: 992px) {
  .sectionunit .item {
    margin-bottom: 20px;
  }
}
.sectionunit .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .sectionunit .item .item-wrapper {
    padding: 20px;
  }
}
.sectionunit .item .item-wrapper .card-box .card-title_1,
.sectionunit .item .item-wrapper .card-box .card-title_2,
.sectionunit .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.sectionunit .item .item-wrapper .card-box .card-text_1,
.sectionunit .item .item-wrapper .card-box .card-text_2,
.sectionunit .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.sectionunit .item .item-wrapper .card-box .graphic-section-btn {
  margin-top: 20px;
}
.sectionunit .item .item-wrapper .card-box .graphic-section-btn .btn {
  margin-bottom: 0;
}
.sectionunit .item .card_1 {
  background-color: #19072a;
}
.sectionunit .item .card_2 {
  background-color: #19072a;
}
.sectionunit .item .card_3 {
  background-color: #19072a;
}
.sectionunit .graphic-section-title,
.sectionunit .deck {
  color: #323432;
  text-align: center;
}
.sectionunit .card-title_1 {
  color: #f1f5eb;
}
.sectionunit .card-text_1 {
  color: #f77d06;
  text-align: center;
}
.sectionunit .card-title_2 {
  color: #323432;
  text-align: center;
}
.sectionunit .card-text_2 {
  color: #f77d06;
  text-align: center;
}
.sectionunit .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.sectionunit .card-text_3 {
  color: #f77d06;
  text-align: center;
}
.sectionunit .card-title_1,
.sectionunit .graphic-section-btn {
  text-align: center;
  color: #f77d06;
}
.sectionunit .card-title_2,
.sectionunit .graphic-section-btn {
  color: #f77d06;
}
.sectionunit .card-title_3,
.sectionunit .graphic-section-btn {
  color: #f77d06;
}
.stackcol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #19072a;
}
.stackcol .row {
  justify-content: center;
}
.stackcol .deck {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .stackcol .deck {
    margin-bottom: 30px;
  }
}
.stackcol .deck .graphic-section-title {
  margin-bottom: 0;
}
.stackcol .linedock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .stackcol .linedock {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .stackcol .linedock {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .stackcol .linedock {
    display: block;
  }
}
.stackcol .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .stackcol .item {
    margin-bottom: 16px;
  }
}
.stackcol .item:hover .item-wrapper .item-img img,
.stackcol .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.stackcol .item .item-wrapper {
  height: 100%;
  border: 3px solid #f77d06;
  padding: 48px;
}
@media (max-width: 1440px) {
  .stackcol .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .stackcol .item .item-wrapper {
    padding: 30px 20px;
  }
}
.stackcol .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .stackcol .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.stackcol .item .item-wrapper .item-img img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .stackcol .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.stackcol .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.stackcol .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stackcol .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.stackcol .item .item-wrapper .card-box .graphic-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .stackcol .item .item-wrapper .card-box .graphic-section-btn {
    margin-top: 30px;
  }
}
.stackcol .item .item-wrapper .card-box .graphic-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.stackcol .graphic-section-title {
  color: #ffffff;
}
.stackcol .card-role {
  color: #f77d06;
  text-align: center;
}
.stackcol .card-text {
  color: #ffffff;
}
.stackcol .card-text,
.stackcol .graphic-section-btn,
.stackcol .text-wrapper {
  color: #f77d06;
  text-align: center;
}
.shiftbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0116;
}
.shiftbox .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .shiftbox .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .shiftbox .container {
    padding: 0 28px;
  }
}
.shiftbox .partwrapbox .logo-wrapper {
  margin-bottom: 35px;
}
.shiftbox .partwrapbox .logo-wrapper img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.shiftbox .partwrapbox .graphic-section-title {
  margin-bottom: 30px;
}
.shiftbox .partwrapbox .rootbox {
  margin-bottom: 35px;
}
.shiftbox .partwrapbox .rootbox .link-wrap {
  display: block;
}
.shiftbox .partwrapbox .rootbox .link-wrap:hover .levelwrap::after,
.shiftbox .partwrapbox .rootbox .link-wrap:focus .levelwrap::after {
  width: 100%;
}
.shiftbox .partwrapbox .rootbox .link-wrap .levelwrap {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.shiftbox .partwrapbox .rootbox .link-wrap .levelwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #f77d06;
}
.shiftbox .partwrapbox .patternbox {
  margin-bottom: 0;
}
.shiftbox .graphic-section-title {
  color: #000000;
}
.shiftbox .levelwrap,
.shiftbox .link-wrap {
  color: #f77d06;
  text-align: center;
}
.shiftbox .patternbox {
  color: #f77d06;
  text-align: center;
}
.shiftbox .graphic-section-title,
.shiftbox .logo-wrapper {
  text-align: center;
}
.shiftbox .graphic-section-title,
.shiftbox .graphic-section-btn,
.shiftbox .logo-wrapper {
  color: #f77d06;
}
.gridbody {
  background-color: transparent;
}
.gridbody .navbar-dropdown {
  background-color: #0c0116 !important;
  padding: 0;
}
.gridbody .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .gridbody .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .gridbody .menu_box .navbar-collapse {
    background-color: #0c0116 !important;
    transition: all 0s ease 0s;
  }
}
.gridbody .navbar-dropdown {
  position: relative !important;
}
.gridbody .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.gridbody .btn:hover {
  box-shadow: none;
}
.gridbody .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .gridbody .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .gridbody .nav-item {
    margin: 0 !important;
  }
}
.gridbody .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.gridbody .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.gridbody .nav-item .nav-link:hover::before,
.gridbody .nav-item .nav-link:focus::before {
  width: 100%;
}
.gridbody .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gridbody .container {
  display: flex;
  margin: auto;
}
.gridbody .edgebox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .gridbody .edgebox {
    margin: 0;
  }
}
.gridbody .nav-item:focus,
.gridbody .nav-link:focus {
  outline: none;
}
.gridbody .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .gridbody .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.gridbody .navbar .domlayer img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.gridbody .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridbody .navbar .nav-item {
    padding: .5rem 0;
  }
  .gridbody .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .gridbody .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridbody .navbar .domlayer img {
    height: 3rem !important;
  }
  .gridbody .navbar ul.edgebox {
    overflow: hidden;
  }
  .gridbody .navbar ul.edgebox li {
    margin: 0;
  }
  .gridbody .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .gridbody .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridbody .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;
}
.gridbody .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.gridbody .navbar-brand .domlayer a {
  outline: none;
}
.gridbody .navbar-expand-lg .edgebox .nav-link {
  margin: 8px 12px !important;
}
.gridbody ul.edgebox {
  flex-wrap: wrap;
  padding: 0;
}
.gridbody button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c0116;
  background: #3c2355;
}
.gridbody button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f77d06;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gridbody a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridbody .navbar {
    height: 70px;
  }
  .gridbody .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridbody .navbar-dropdown .domlayer {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .gridbody .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.gridbody .navbar-caption:hover {
  color: #f77d06;
}
@media (min-width: 992px) {
  .gridbody .edgebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.gridbody .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f77d06;
}
.gridbody .graphic-section-subtitle {
  color: #000000;
  text-align: center;
}
.gridbody .navbar-caption {
  color: #000000;
}
.gridbody .gridnode {
  color: #9a9a9a;
  text-align: center;
}
.gridbody .graphic-section-subtitle,
.gridbody .graphic-section-btn {
  text-align: center;
}
.gridbody a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.outline {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #2a1340;
}
.outline .domwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .outline .domwrap {
    padding: 16px;
  }
}
.outline .domwrap img {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
.outline .tilepad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .outline .tilepad {
    padding: 16px;
  }
}
.outline .tilepad .boxpad {
  background-color: #000000;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 70%;
}
.outline .row {
  justify-content: center;
}
.outline .graphic-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #f77d06;
  text-align: center;
}
@media (max-width: 1440px) {
  .outline .graphic-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .outline .graphic-section-title {
    margin: 30px 16px;
  }
}
.outline .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #19072a;
}
@media (max-width: 992px) {
  .outline .card-wrapper {
    padding: 30px 16px;
  }
}
.outline .card-wrapper .text-wrapper .gridnode {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .outline .card-wrapper .text-wrapper .gridnode {
    width: 100%;
  }
}
.outline .gridnode,
.outline .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.outline .graphic-section-btn .btn {
  margin-bottom: 0;
}
.outline .gridnode,
.outline .graphic-section-btn {
  text-align: center;
}
.outline .gridnode,
.outline .text-wrapper,
.outline .graphic-section-btn {
  color: #f77d06;
}
.gridunit {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19072a;
}
.gridunit .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .gridunit .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .gridunit .container {
    padding: 0 20px;
  }
}
.gridunit .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .gridunit .row {
    padding: 46px 0;
  }
}
.gridunit .item {
  margin-bottom: 32px;
}
.gridunit .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #2a1340;
  overflow: hidden;
}
.gridunit .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .gridunit .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.gridunit .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .gridunit .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.gridunit .item .item-wrapper .item-content .deck {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .gridunit .item .item-wrapper .item-content .deck {
    display: block;
  }
}
.gridunit .item .item-wrapper .item-content .deck .rowunit {
  width: 40%;
}
@media (max-width: 992px) {
  .gridunit .item .item-wrapper .item-content .deck .rowunit {
    margin-bottom: 20px;
    width: 100%;
  }
}
.gridunit .item .item-wrapper .item-content .deck .rowunit .item-title {
  margin-bottom: 8px;
}
.gridunit .item .item-wrapper .item-content .deck .rowunit .item-text {
  margin-bottom: 0;
}
.gridunit .item-title {
  color: #f77d06;
  text-align: center;
}
.gridunit .item-text {
  color: #f77d06;
  text-align: center;
}
.viewlayer {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: linear-gradient(to bottom, #19072a, #2a1340);
}
.viewlayer .item-subtitle {
  line-height: 1.2;
  color: #f77d06;
  text-align: center;
}
.viewlayer .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.viewlayer img,
.viewlayer .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.viewlayer .item:focus,
.viewlayer span:focus {
  outline: none;
}
.viewlayer .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .viewlayer .item {
    margin-bottom: 1rem;
  }
}
.viewlayer .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.viewlayer .graphic-section-title {
  color: #232323;
}
.viewlayer .gridnode,
.viewlayer .graphic-section-btn {
  color: #f77d06;
  text-align: center;
}
.viewlayer .outerpad {
  max-width: 800px;
}
.rootwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/neutralword1.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .rootwrap .container {
    padding: 0 24px;
  }
}
.rootwrap .row {
  justify-content: center;
  border-top: 1px solid #f79309;
}
@media (min-width: 992px) {
  .rootwrap .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .rootwrap .row {
    border: none;
  }
}
.rootwrap .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .rootwrap .row .item {
    padding: 0 16px;
  }
}
.rootwrap .item-wrapper {
  height: 100%;
}
.rootwrap .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .rootwrap .item-wrapper .card-box {
    display: block;
  }
}
.rootwrap .zone {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .rootwrap .zone {
    display: block;
  }
}
.rootwrap .zone .graphic-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .rootwrap .zone .graphic-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #f79309;
    text-align: left;
  }
}
.rootwrap .partwrapbox {
  padding: 32px;
  border-left: 1px solid #f79309;
}
@media (max-width: 992px) {
  .rootwrap .partwrapbox {
    padding: 24px;
    border-top: 1px solid #f79309;
    border-left: 1px solid #f79309;
  }
}
.rootwrap .partwrapbox .graphic-section-title {
  margin-bottom: 16px;
}
.rootwrap .partwrapbox .gridnode {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rootwrap .partwrapbox .gridnode {
    text-align: left;
  }
}
.rootwrap .partwrapbox .graphic-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .rootwrap .partwrapbox .graphic-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.rootwrap .graphic-section-title {
  color: #F9F6E0;
}
.rootwrap .graphic-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.rootwrap .gridnode {
  color: #f77d06;
  text-align: center;
}
.rootwrap .graphic-section-title,
.rootwrap .graphic-section-btn {
  color: #f77d06;
  text-align: center;
}
.stagewrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19072a;
}
.stagewrap .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .stagewrap .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .stagewrap .container {
    padding: 0 20px;
  }
}
.stagewrap .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #2a1340;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .stagewrap .row {
    padding: 46px 4px 46px;
  }
}
.stagewrap .partwrapbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagewrap .partwrapbox {
    margin-bottom: 46px;
  }
}
.stagewrap .partwrapbox .graphic-section-title {
  margin-bottom: 32px;
}
.stagewrap .partwrapbox .text-wrapper .gridnode {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stagewrap .partwrapbox .text-wrapper .gridnode {
    width: 100%;
  }
}
.stagewrap .item {
  margin-bottom: 40px;
}
.stagewrap .item:first-child {
  margin-bottom: 0;
}
.stagewrap .item:hover .item-wrapper .item-img img,
.stagewrap .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.stagewrap .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.stagewrap .item .item-wrapper .item-img img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.stagewrap .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.stagewrap .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.stagewrap .item a {
  display: block;
}
.stagewrap .graphic-section-title {
  color: #000000;
  text-align: center;
}
.stagewrap .gridnode,
.stagewrap .text-wrapper {
  color: #000000;
  text-align: center;
}
.stagewrap .card-title {
  color: #000000;
}
.stagewrap .card-desc {
  color: #f77d06;
  text-align: center;
}
.stagewrap .card-title {
  color: #f77d06;
  text-align: center;
}
.moduleunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #19072a;
}
.moduleunit .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .moduleunit .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .moduleunit .container {
    padding: 0 30px;
  }
}
.moduleunit .item {
  margin-bottom: 30px;
}
.moduleunit .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #2a1340;
  display: flex;
}
@media (max-width: 992px) {
  .moduleunit .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.moduleunit .item .item-wrapper .domwrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .moduleunit .item .item-wrapper .domwrap {
    margin: 0;
  }
}
.moduleunit .item .item-wrapper .domwrap .item-img img {
  height: 265px;
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .moduleunit .item .item-wrapper .domwrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .moduleunit .item .item-wrapper .domwrap .item-img img {
    width: 180px;
  }
}
.moduleunit .item .item-wrapper .domwrap .graphic-section-btn {
  margin-top: 20px;
}
.moduleunit .item .item-wrapper .domwrap .graphic-section-btn .btn {
  margin-bottom: 0;
}
.moduleunit .item .item-wrapper .item-content {
  width: 100%;
}
.moduleunit .item .item-wrapper .item-content .graphic-section-title {
  margin-bottom: 20px;
}
.moduleunit .item .item-wrapper .item-content .gridnode {
  margin-bottom: 0;
}
.moduleunit .graphic-section-title {
  color: #2b2b2b;
}
.moduleunit .gridnode {
  color: #f77d06;
  text-align: center;
}
.moduleunit .graphic-section-title,
.moduleunit .graphic-section-btn {
  color: #f77d06;
  text-align: center;
}
.foldbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0116;
}
.foldbox .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .foldbox .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .foldbox .container {
    padding: 0 28px;
  }
}
.foldbox .partwrapbox .logo-wrapper {
  margin-bottom: 35px;
}
.foldbox .partwrapbox .logo-wrapper img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.foldbox .partwrapbox .graphic-section-title {
  margin-bottom: 30px;
}
.foldbox .partwrapbox .rootbox {
  margin-bottom: 35px;
}
.foldbox .partwrapbox .rootbox .link-wrap {
  display: block;
}
.foldbox .partwrapbox .rootbox .link-wrap:hover .levelwrap::after,
.foldbox .partwrapbox .rootbox .link-wrap:focus .levelwrap::after {
  width: 100%;
}
.foldbox .partwrapbox .rootbox .link-wrap .levelwrap {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.foldbox .partwrapbox .rootbox .link-wrap .levelwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #f77d06;
}
.foldbox .partwrapbox .patternbox {
  margin-bottom: 0;
}
.foldbox .graphic-section-title {
  color: #000000;
}
.foldbox .levelwrap,
.foldbox .link-wrap {
  color: #f77d06;
  text-align: center;
}
.foldbox .patternbox {
  color: #f77d06;
  text-align: center;
}
.foldbox .graphic-section-title,
.foldbox .logo-wrapper {
  text-align: center;
}
.foldbox .graphic-section-title,
.foldbox .graphic-section-btn,
.foldbox .logo-wrapper {
  color: #f77d06;
}
.gridbody {
  background-color: transparent;
}
.gridbody .navbar-dropdown {
  background-color: #0c0116 !important;
  padding: 0;
}
.gridbody .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .gridbody .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .gridbody .menu_box .navbar-collapse {
    background-color: #0c0116 !important;
    transition: all 0s ease 0s;
  }
}
.gridbody .navbar-dropdown {
  position: relative !important;
}
.gridbody .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.gridbody .btn:hover {
  box-shadow: none;
}
.gridbody .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .gridbody .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .gridbody .nav-item {
    margin: 0 !important;
  }
}
.gridbody .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.gridbody .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.gridbody .nav-item .nav-link:hover::before,
.gridbody .nav-item .nav-link:focus::before {
  width: 100%;
}
.gridbody .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gridbody .container {
  display: flex;
  margin: auto;
}
.gridbody .edgebox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .gridbody .edgebox {
    margin: 0;
  }
}
.gridbody .nav-item:focus,
.gridbody .nav-link:focus {
  outline: none;
}
.gridbody .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .gridbody .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.gridbody .navbar .domlayer img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.gridbody .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridbody .navbar .nav-item {
    padding: .5rem 0;
  }
  .gridbody .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .gridbody .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridbody .navbar .domlayer img {
    height: 3rem !important;
  }
  .gridbody .navbar ul.edgebox {
    overflow: hidden;
  }
  .gridbody .navbar ul.edgebox li {
    margin: 0;
  }
  .gridbody .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .gridbody .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridbody .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;
}
.gridbody .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.gridbody .navbar-brand .domlayer a {
  outline: none;
}
.gridbody .navbar-expand-lg .edgebox .nav-link {
  margin: 8px 12px !important;
}
.gridbody ul.edgebox {
  flex-wrap: wrap;
  padding: 0;
}
.gridbody button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c0116;
  background: #3c2355;
}
.gridbody button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f77d06;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gridbody a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridbody .navbar {
    height: 70px;
  }
  .gridbody .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridbody .navbar-dropdown .domlayer {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .gridbody .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.gridbody .navbar-caption:hover {
  color: #f77d06;
}
@media (min-width: 992px) {
  .gridbody .edgebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.gridbody .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f77d06;
}
.gridbody .graphic-section-subtitle {
  color: #000000;
  text-align: center;
}
.gridbody .navbar-caption {
  color: #000000;
}
.gridbody .gridnode {
  color: #9a9a9a;
  text-align: center;
}
.gridbody .graphic-section-subtitle,
.gridbody .graphic-section-btn {
  text-align: center;
}
.gridbody a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.modlayer {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #19072a;
}
.modlayer .band {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f77d06;
}
.modlayer .bound {
  margin: 0;
}
.modlayer .bound .card {
  padding: 0;
}
.modlayer .shellcell {
  height: 100%;
}
.modlayer .shellcell img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .modlayer .shellcell img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.modlayer .partwrapbox {
  padding: 190px 72px;
  height: 100%;
  border-right: 1px solid #f77d06;
}
@media (max-width: 1640px) {
  .modlayer .partwrapbox {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .modlayer .partwrapbox {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .modlayer .partwrapbox {
    border-right: none;
    border-top: 1px solid #f77d06;
  }
}
.modlayer .partwrapbox .graphic-section-title {
  margin-bottom: 16px;
}
.modlayer .partwrapbox .gridnode {
  margin-bottom: 0;
}
.modlayer .partwrapbox .graphic-section-btn {
  width: 100%;
  margin-top: 54px;
}
@media (max-width: 992px) {
  .modlayer .partwrapbox .graphic-section-btn {
    margin-top: 16px;
  }
}
.modlayer .partwrapbox .graphic-section-btn .btn {
  width: 100%;
}
.modlayer .graphic-section-title {
  color: #150764;
}
.modlayer .gridnode {
  color: #f77d06;
  text-align: center;
}
.modlayer .graphic-section-title,
.modlayer .graphic-section-btn {
  text-align: center;
  color: #f77d06;
}
.borderbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0116;
}
.borderbox .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .borderbox .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .borderbox .container {
    padding: 0 28px;
  }
}
.borderbox .partwrapbox .logo-wrapper {
  margin-bottom: 35px;
}
.borderbox .partwrapbox .logo-wrapper img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.borderbox .partwrapbox .graphic-section-title {
  margin-bottom: 30px;
}
.borderbox .partwrapbox .rootbox {
  margin-bottom: 35px;
}
.borderbox .partwrapbox .rootbox .link-wrap {
  display: block;
}
.borderbox .partwrapbox .rootbox .link-wrap:hover .levelwrap::after,
.borderbox .partwrapbox .rootbox .link-wrap:focus .levelwrap::after {
  width: 100%;
}
.borderbox .partwrapbox .rootbox .link-wrap .levelwrap {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.borderbox .partwrapbox .rootbox .link-wrap .levelwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #f77d06;
}
.borderbox .partwrapbox .patternbox {
  margin-bottom: 0;
}
.borderbox .graphic-section-title {
  color: #000000;
}
.borderbox .levelwrap,
.borderbox .link-wrap {
  color: #f77d06;
  text-align: center;
}
.borderbox .patternbox {
  color: #f77d06;
  text-align: center;
}
.borderbox .graphic-section-title,
.borderbox .logo-wrapper {
  text-align: center;
}
.borderbox .graphic-section-title,
.borderbox .graphic-section-btn,
.borderbox .logo-wrapper {
  color: #f77d06;
}
.gridbody {
  background-color: transparent;
}
.gridbody .navbar-dropdown {
  background-color: #0c0116 !important;
  padding: 0;
}
.gridbody .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .gridbody .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .gridbody .menu_box .navbar-collapse {
    background-color: #0c0116 !important;
    transition: all 0s ease 0s;
  }
}
.gridbody .navbar-dropdown {
  position: relative !important;
}
.gridbody .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.gridbody .btn:hover {
  box-shadow: none;
}
.gridbody .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .gridbody .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .gridbody .nav-item {
    margin: 0 !important;
  }
}
.gridbody .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.gridbody .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.gridbody .nav-item .nav-link:hover::before,
.gridbody .nav-item .nav-link:focus::before {
  width: 100%;
}
.gridbody .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gridbody .container {
  display: flex;
  margin: auto;
}
.gridbody .edgebox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .gridbody .edgebox {
    margin: 0;
  }
}
.gridbody .nav-item:focus,
.gridbody .nav-link:focus {
  outline: none;
}
.gridbody .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .gridbody .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.gridbody .navbar .domlayer img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.gridbody .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridbody .navbar .nav-item {
    padding: .5rem 0;
  }
  .gridbody .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .gridbody .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridbody .navbar .domlayer img {
    height: 3rem !important;
  }
  .gridbody .navbar ul.edgebox {
    overflow: hidden;
  }
  .gridbody .navbar ul.edgebox li {
    margin: 0;
  }
  .gridbody .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .gridbody .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridbody .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;
}
.gridbody .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.gridbody .navbar-brand .domlayer a {
  outline: none;
}
.gridbody .navbar-expand-lg .edgebox .nav-link {
  margin: 8px 12px !important;
}
.gridbody ul.edgebox {
  flex-wrap: wrap;
  padding: 0;
}
.gridbody button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c0116;
  background: #3c2355;
}
.gridbody button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f77d06;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gridbody a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridbody .navbar {
    height: 70px;
  }
  .gridbody .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridbody .navbar-dropdown .domlayer {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .gridbody .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.gridbody .navbar-caption:hover {
  color: #f77d06;
}
@media (min-width: 992px) {
  .gridbody .edgebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.gridbody .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f77d06;
}
.gridbody .graphic-section-subtitle {
  color: #000000;
  text-align: center;
}
.gridbody .navbar-caption {
  color: #000000;
}
.gridbody .gridnode {
  color: #9a9a9a;
  text-align: center;
}
.gridbody .graphic-section-subtitle,
.gridbody .graphic-section-btn {
  text-align: center;
}
.gridbody a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.holdbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #19072a;
}
.holdbox .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .holdbox .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .holdbox .container {
    padding: 0;
  }
}
.holdbox .row {
  justify-content: center;
}
.holdbox .deck {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .holdbox .deck {
    padding: 0 16px;
  }
}
.holdbox .deck .graphic-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdbox form {
    padding: 0 16px;
  }
}
.holdbox .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.holdbox .dragArea.row .form-group .form-control {
  padding: 10px;
  border: 1px solid #f77d06 !important;
  background-color: #cacaca;
  border-radius: 0;
  box-shadow: none;
}
.holdbox .dragArea.row .form-group .form-control::-moz-placeholder {
  color: #f77d06;
}
.holdbox .dragArea.row .form-group .form-control::placeholder {
  color: #f77d06;
}
.holdbox .dragArea.row .form-group textarea {
  padding: 20px 10px;
  min-height: 150px;
}
.holdbox .dragArea.row .graphic-section-btn {
  margin-top: 30px;
}
.holdbox .graphic-section-title {
  color: #f77d06;
  text-align: center;
}
.holdbox label {
  color: #263652;
}
.mainbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0116;
}
.mainbox .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .mainbox .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .mainbox .container {
    padding: 0 28px;
  }
}
.mainbox .partwrapbox .logo-wrapper {
  margin-bottom: 35px;
}
.mainbox .partwrapbox .logo-wrapper img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.mainbox .partwrapbox .graphic-section-title {
  margin-bottom: 30px;
}
.mainbox .partwrapbox .rootbox {
  margin-bottom: 35px;
}
.mainbox .partwrapbox .rootbox .link-wrap {
  display: block;
}
.mainbox .partwrapbox .rootbox .link-wrap:hover .levelwrap::after,
.mainbox .partwrapbox .rootbox .link-wrap:focus .levelwrap::after {
  width: 100%;
}
.mainbox .partwrapbox .rootbox .link-wrap .levelwrap {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.mainbox .partwrapbox .rootbox .link-wrap .levelwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #f77d06;
}
.mainbox .partwrapbox .patternbox {
  margin-bottom: 0;
}
.mainbox .graphic-section-title {
  color: #000000;
}
.mainbox .levelwrap,
.mainbox .link-wrap {
  color: #f77d06;
  text-align: center;
}
.mainbox .patternbox {
  color: #f77d06;
  text-align: center;
}
.mainbox .graphic-section-title,
.mainbox .logo-wrapper {
  text-align: center;
}
.mainbox .graphic-section-title,
.mainbox .graphic-section-btn,
.mainbox .logo-wrapper {
  color: #f77d06;
}
.gridbody {
  background-color: transparent;
}
.gridbody .navbar-dropdown {
  background-color: #0c0116 !important;
  padding: 0;
}
.gridbody .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .gridbody .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .gridbody .menu_box .navbar-collapse {
    background-color: #0c0116 !important;
    transition: all 0s ease 0s;
  }
}
.gridbody .navbar-dropdown {
  position: relative !important;
}
.gridbody .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.gridbody .btn:hover {
  box-shadow: none;
}
.gridbody .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .gridbody .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .gridbody .nav-item {
    margin: 0 !important;
  }
}
.gridbody .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.gridbody .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.gridbody .nav-item .nav-link:hover::before,
.gridbody .nav-item .nav-link:focus::before {
  width: 100%;
}
.gridbody .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gridbody .container {
  display: flex;
  margin: auto;
}
.gridbody .edgebox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .gridbody .edgebox {
    margin: 0;
  }
}
.gridbody .nav-item:focus,
.gridbody .nav-link:focus {
  outline: none;
}
.gridbody .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .gridbody .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.gridbody .navbar .domlayer img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.gridbody .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridbody .navbar .nav-item {
    padding: .5rem 0;
  }
  .gridbody .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .gridbody .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridbody .navbar .domlayer img {
    height: 3rem !important;
  }
  .gridbody .navbar ul.edgebox {
    overflow: hidden;
  }
  .gridbody .navbar ul.edgebox li {
    margin: 0;
  }
  .gridbody .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .gridbody .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridbody .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;
}
.gridbody .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.gridbody .navbar-brand .domlayer a {
  outline: none;
}
.gridbody .navbar-expand-lg .edgebox .nav-link {
  margin: 8px 12px !important;
}
.gridbody ul.edgebox {
  flex-wrap: wrap;
  padding: 0;
}
.gridbody button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c0116;
  background: #3c2355;
}
.gridbody button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f77d06;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gridbody a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridbody .navbar {
    height: 70px;
  }
  .gridbody .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridbody .navbar-dropdown .domlayer {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .gridbody .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.gridbody .navbar-caption:hover {
  color: #f77d06;
}
@media (min-width: 992px) {
  .gridbody .edgebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.gridbody .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f77d06;
}
.gridbody .graphic-section-subtitle {
  color: #000000;
  text-align: center;
}
.gridbody .navbar-caption {
  color: #000000;
}
.gridbody .gridnode {
  color: #9a9a9a;
  text-align: center;
}
.gridbody .graphic-section-subtitle,
.gridbody .graphic-section-btn {
  text-align: center;
}
.gridbody a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.nestedbox {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #0c0116;
}
.nestedbox .container {
  max-width: 1280px;
}
.nestedbox .row {
  justify-content: flex-start;
}
.nestedbox .partwrapbox {
  display: flex;
  align-items: stretch;
  background: #19072a;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .nestedbox .partwrapbox {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .nestedbox .partwrapbox {
    padding: 40px 6vw;
  }
}
.nestedbox .graphic-section-title {
  color: #f77d06;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .nestedbox .graphic-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .nestedbox .graphic-section-title {
    margin-bottom: 32px;
  }
}
.nestedbox .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.nestedbox .graphic-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.nestedbox .gridnode {
  color: #f77d06;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.flexlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0116;
}
.flexlayer .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .flexlayer .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .flexlayer .container {
    padding: 0 28px;
  }
}
.flexlayer .partwrapbox .logo-wrapper {
  margin-bottom: 35px;
}
.flexlayer .partwrapbox .logo-wrapper img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.flexlayer .partwrapbox .graphic-section-title {
  margin-bottom: 30px;
}
.flexlayer .partwrapbox .rootbox {
  margin-bottom: 35px;
}
.flexlayer .partwrapbox .rootbox .link-wrap {
  display: block;
}
.flexlayer .partwrapbox .rootbox .link-wrap:hover .levelwrap::after,
.flexlayer .partwrapbox .rootbox .link-wrap:focus .levelwrap::after {
  width: 100%;
}
.flexlayer .partwrapbox .rootbox .link-wrap .levelwrap {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.flexlayer .partwrapbox .rootbox .link-wrap .levelwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #f77d06;
}
.flexlayer .partwrapbox .patternbox {
  margin-bottom: 0;
}
.flexlayer .graphic-section-title {
  color: #000000;
}
.flexlayer .levelwrap,
.flexlayer .link-wrap {
  color: #f77d06;
  text-align: center;
}
.flexlayer .patternbox {
  color: #f77d06;
  text-align: center;
}
.flexlayer .graphic-section-title,
.flexlayer .logo-wrapper {
  text-align: center;
}
.flexlayer .graphic-section-title,
.flexlayer .graphic-section-btn,
.flexlayer .logo-wrapper {
  color: #f77d06;
}
.gridbody {
  background-color: transparent;
}
.gridbody .navbar-dropdown {
  background-color: #0c0116 !important;
  padding: 0;
}
.gridbody .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .gridbody .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .gridbody .menu_box .navbar-collapse {
    background-color: #0c0116 !important;
    transition: all 0s ease 0s;
  }
}
.gridbody .navbar-dropdown {
  position: relative !important;
}
.gridbody .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.gridbody .btn:hover {
  box-shadow: none;
}
.gridbody .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .gridbody .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .gridbody .nav-item {
    margin: 0 !important;
  }
}
.gridbody .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.gridbody .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.gridbody .nav-item .nav-link:hover::before,
.gridbody .nav-item .nav-link:focus::before {
  width: 100%;
}
.gridbody .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gridbody .container {
  display: flex;
  margin: auto;
}
.gridbody .edgebox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .gridbody .edgebox {
    margin: 0;
  }
}
.gridbody .nav-item:focus,
.gridbody .nav-link:focus {
  outline: none;
}
.gridbody .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .gridbody .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.gridbody .navbar .domlayer img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.gridbody .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridbody .navbar .nav-item {
    padding: .5rem 0;
  }
  .gridbody .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .gridbody .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridbody .navbar .domlayer img {
    height: 3rem !important;
  }
  .gridbody .navbar ul.edgebox {
    overflow: hidden;
  }
  .gridbody .navbar ul.edgebox li {
    margin: 0;
  }
  .gridbody .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .gridbody .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridbody .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;
}
.gridbody .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.gridbody .navbar-brand .domlayer a {
  outline: none;
}
.gridbody .navbar-expand-lg .edgebox .nav-link {
  margin: 8px 12px !important;
}
.gridbody ul.edgebox {
  flex-wrap: wrap;
  padding: 0;
}
.gridbody button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c0116;
  background: #3c2355;
}
.gridbody button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f77d06;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gridbody a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridbody .navbar {
    height: 70px;
  }
  .gridbody .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridbody .navbar-dropdown .domlayer {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .gridbody .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.gridbody .navbar-caption:hover {
  color: #f77d06;
}
@media (min-width: 992px) {
  .gridbody .edgebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.gridbody .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f77d06;
}
.gridbody .graphic-section-subtitle {
  color: #000000;
  text-align: center;
}
.gridbody .navbar-caption {
  color: #000000;
}
.gridbody .gridnode {
  color: #9a9a9a;
  text-align: center;
}
.gridbody .graphic-section-subtitle,
.gridbody .graphic-section-btn {
  text-align: center;
}
.gridbody a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tilenode {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #0c0116;
}
.tilenode .container {
  max-width: 1280px;
}
.tilenode .row {
  justify-content: flex-start;
}
.tilenode .partwrapbox {
  display: flex;
  align-items: stretch;
  background: #19072a;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .tilenode .partwrapbox {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .tilenode .partwrapbox {
    padding: 40px 6vw;
  }
}
.tilenode .graphic-section-title {
  color: #f77d06;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .tilenode .graphic-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tilenode .graphic-section-title {
    margin-bottom: 32px;
  }
}
.tilenode .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.tilenode .graphic-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.tilenode .gridnode {
  color: #f77d06;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.modularbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0116;
}
.modularbox .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .modularbox .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .modularbox .container {
    padding: 0 28px;
  }
}
.modularbox .partwrapbox .logo-wrapper {
  margin-bottom: 35px;
}
.modularbox .partwrapbox .logo-wrapper img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.modularbox .partwrapbox .graphic-section-title {
  margin-bottom: 30px;
}
.modularbox .partwrapbox .rootbox {
  margin-bottom: 35px;
}
.modularbox .partwrapbox .rootbox .link-wrap {
  display: block;
}
.modularbox .partwrapbox .rootbox .link-wrap:hover .levelwrap::after,
.modularbox .partwrapbox .rootbox .link-wrap:focus .levelwrap::after {
  width: 100%;
}
.modularbox .partwrapbox .rootbox .link-wrap .levelwrap {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.modularbox .partwrapbox .rootbox .link-wrap .levelwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #f77d06;
}
.modularbox .partwrapbox .patternbox {
  margin-bottom: 0;
}
.modularbox .graphic-section-title {
  color: #000000;
}
.modularbox .levelwrap,
.modularbox .link-wrap {
  color: #f77d06;
  text-align: center;
}
.modularbox .patternbox {
  color: #f77d06;
  text-align: center;
}
.modularbox .graphic-section-title,
.modularbox .logo-wrapper {
  text-align: center;
}
.modularbox .graphic-section-title,
.modularbox .graphic-section-btn,
.modularbox .logo-wrapper {
  color: #f77d06;
}
.gridbody {
  background-color: transparent;
}
.gridbody .navbar-dropdown {
  background-color: #0c0116 !important;
  padding: 0;
}
.gridbody .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .gridbody .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .gridbody .menu_box .navbar-collapse {
    background-color: #0c0116 !important;
    transition: all 0s ease 0s;
  }
}
.gridbody .navbar-dropdown {
  position: relative !important;
}
.gridbody .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.gridbody .btn:hover {
  box-shadow: none;
}
.gridbody .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .gridbody .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .gridbody .nav-item {
    margin: 0 !important;
  }
}
.gridbody .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.gridbody .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.gridbody .nav-item .nav-link:hover::before,
.gridbody .nav-item .nav-link:focus::before {
  width: 100%;
}
.gridbody .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gridbody .container {
  display: flex;
  margin: auto;
}
.gridbody .edgebox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .gridbody .edgebox {
    margin: 0;
  }
}
.gridbody .nav-item:focus,
.gridbody .nav-link:focus {
  outline: none;
}
.gridbody .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .gridbody .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.gridbody .navbar .domlayer img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.gridbody .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridbody .navbar .nav-item {
    padding: .5rem 0;
  }
  .gridbody .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .gridbody .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridbody .navbar .domlayer img {
    height: 3rem !important;
  }
  .gridbody .navbar ul.edgebox {
    overflow: hidden;
  }
  .gridbody .navbar ul.edgebox li {
    margin: 0;
  }
  .gridbody .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .gridbody .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridbody .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;
}
.gridbody .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.gridbody .navbar-brand .domlayer a {
  outline: none;
}
.gridbody .navbar-expand-lg .edgebox .nav-link {
  margin: 8px 12px !important;
}
.gridbody ul.edgebox {
  flex-wrap: wrap;
  padding: 0;
}
.gridbody button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c0116;
  background: #3c2355;
}
.gridbody button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f77d06;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gridbody a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridbody .navbar {
    height: 70px;
  }
  .gridbody .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridbody .navbar-dropdown .domlayer {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .gridbody .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.gridbody .navbar-caption:hover {
  color: #f77d06;
}
@media (min-width: 992px) {
  .gridbody .edgebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.gridbody .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f77d06;
}
.gridbody .graphic-section-subtitle {
  color: #000000;
  text-align: center;
}
.gridbody .navbar-caption {
  color: #000000;
}
.gridbody .gridnode {
  color: #9a9a9a;
  text-align: center;
}
.gridbody .graphic-section-subtitle,
.gridbody .graphic-section-btn {
  text-align: center;
}
.gridbody a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.nodeband {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #0c0116;
}
.nodeband .container {
  max-width: 1280px;
}
.nodeband .row {
  justify-content: flex-start;
}
.nodeband .partwrapbox {
  display: flex;
  align-items: stretch;
  background: #19072a;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .nodeband .partwrapbox {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .nodeband .partwrapbox {
    padding: 40px 6vw;
  }
}
.nodeband .graphic-section-title {
  color: #f77d06;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .nodeband .graphic-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .nodeband .graphic-section-title {
    margin-bottom: 32px;
  }
}
.nodeband .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.nodeband .graphic-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.nodeband .gridnode {
  color: #f77d06;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.base {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0116;
}
.base .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .base .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .base .container {
    padding: 0 28px;
  }
}
.base .partwrapbox .logo-wrapper {
  margin-bottom: 35px;
}
.base .partwrapbox .logo-wrapper img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.base .partwrapbox .graphic-section-title {
  margin-bottom: 30px;
}
.base .partwrapbox .rootbox {
  margin-bottom: 35px;
}
.base .partwrapbox .rootbox .link-wrap {
  display: block;
}
.base .partwrapbox .rootbox .link-wrap:hover .levelwrap::after,
.base .partwrapbox .rootbox .link-wrap:focus .levelwrap::after {
  width: 100%;
}
.base .partwrapbox .rootbox .link-wrap .levelwrap {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.base .partwrapbox .rootbox .link-wrap .levelwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #f77d06;
}
.base .partwrapbox .patternbox {
  margin-bottom: 0;
}
.base .graphic-section-title {
  color: #000000;
}
.base .levelwrap,
.base .link-wrap {
  color: #f77d06;
  text-align: center;
}
.base .patternbox {
  color: #f77d06;
  text-align: center;
}
.base .graphic-section-title,
.base .logo-wrapper {
  text-align: center;
}
.base .graphic-section-title,
.base .graphic-section-btn,
.base .logo-wrapper {
  color: #f77d06;
}
.gridbody {
  background-color: transparent;
}
.gridbody .navbar-dropdown {
  background-color: #0c0116 !important;
  padding: 0;
}
.gridbody .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .gridbody .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .gridbody .menu_box .navbar-collapse {
    background-color: #0c0116 !important;
    transition: all 0s ease 0s;
  }
}
.gridbody .navbar-dropdown {
  position: relative !important;
}
.gridbody .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.gridbody .btn:hover {
  box-shadow: none;
}
.gridbody .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .gridbody .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .gridbody .nav-item {
    margin: 0 !important;
  }
}
.gridbody .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.gridbody .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.gridbody .nav-item .nav-link:hover::before,
.gridbody .nav-item .nav-link:focus::before {
  width: 100%;
}
.gridbody .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gridbody .container {
  display: flex;
  margin: auto;
}
.gridbody .edgebox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .gridbody .edgebox {
    margin: 0;
  }
}
.gridbody .nav-item:focus,
.gridbody .nav-link:focus {
  outline: none;
}
.gridbody .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .gridbody .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.gridbody .navbar .domlayer img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.gridbody .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridbody .navbar .nav-item {
    padding: .5rem 0;
  }
  .gridbody .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .gridbody .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridbody .navbar .domlayer img {
    height: 3rem !important;
  }
  .gridbody .navbar ul.edgebox {
    overflow: hidden;
  }
  .gridbody .navbar ul.edgebox li {
    margin: 0;
  }
  .gridbody .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .gridbody .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridbody .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;
}
.gridbody .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.gridbody .navbar-brand .domlayer a {
  outline: none;
}
.gridbody .navbar-expand-lg .edgebox .nav-link {
  margin: 8px 12px !important;
}
.gridbody ul.edgebox {
  flex-wrap: wrap;
  padding: 0;
}
.gridbody button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c0116;
  background: #3c2355;
}
.gridbody button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f77d06;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gridbody button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gridbody a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridbody .navbar {
    height: 70px;
  }
  .gridbody .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridbody .navbar-dropdown .domlayer {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .gridbody .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.gridbody .navbar-caption:hover {
  color: #f77d06;
}
@media (min-width: 992px) {
  .gridbody .edgebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.gridbody .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f77d06;
}
.gridbody .graphic-section-subtitle {
  color: #000000;
  text-align: center;
}
.gridbody .navbar-caption {
  color: #000000;
}
.gridbody .gridnode {
  color: #9a9a9a;
  text-align: center;
}
.gridbody .graphic-section-subtitle,
.gridbody .graphic-section-btn {
  text-align: center;
}
.gridbody a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.pathwrap {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #0c0116;
}
.pathwrap .container {
  max-width: 1280px;
}
.pathwrap .row {
  justify-content: flex-start;
}
.pathwrap .partwrapbox {
  display: flex;
  align-items: stretch;
  background: #19072a;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .pathwrap .partwrapbox {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .pathwrap .partwrapbox {
    padding: 40px 6vw;
  }
}
.pathwrap .graphic-section-title {
  color: #f77d06;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .pathwrap .graphic-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pathwrap .graphic-section-title {
    margin-bottom: 32px;
  }
}
.pathwrap .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.pathwrap .graphic-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.pathwrap .gridnode {
  color: #f77d06;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0116;
}
.nest .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .nest .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .nest .container {
    padding: 0 28px;
  }
}
.nest .partwrapbox .logo-wrapper {
  margin-bottom: 35px;
}
.nest .partwrapbox .logo-wrapper img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.nest .partwrapbox .graphic-section-title {
  margin-bottom: 30px;
}
.nest .partwrapbox .rootbox {
  margin-bottom: 35px;
}
.nest .partwrapbox .rootbox .link-wrap {
  display: block;
}
.nest .partwrapbox .rootbox .link-wrap:hover .levelwrap::after,
.nest .partwrapbox .rootbox .link-wrap:focus .levelwrap::after {
  width: 100%;
}
.nest .partwrapbox .rootbox .link-wrap .levelwrap {
  margin: 10px 0;
  position: relative;
  display: inline-flex;
}
.nest .partwrapbox .rootbox .link-wrap .levelwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #f77d06;
}
.nest .partwrapbox .patternbox {
  margin-bottom: 0;
}
.nest .graphic-section-title {
  color: #000000;
}
.nest .levelwrap,
.nest .link-wrap {
  color: #f77d06;
  text-align: center;
}
.nest .patternbox {
  color: #f77d06;
  text-align: center;
}
.nest .graphic-section-title,
.nest .logo-wrapper {
  text-align: center;
}
.nest .graphic-section-title,
.nest .graphic-section-btn,
.nest .logo-wrapper {
  color: #f77d06;
}

/* Base Cookie Banner */
.flexbox {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flexbox.show {
    visibility: visible;
    opacity: 1;
}

.flexbox p {
    margin: 0;
    font-size: 14px;
}

.flexbox a {
    color: #424a4d;
    text-decoration: underline;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .flexbox {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
}
/* Finish Cookie Banner */
.flexbox {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flexbox.show {
    visibility: visible;
    opacity: 1;
}

.flexbox p {
    margin: 0;
    font-size: 14px;
}

.flexbox a {
    color: #424a4d;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .flexbox {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
        bottom: 0;
    }
}

@media (max-width: 480px) {
    .flexbox {
        padding: 8px;
        gap: 8px;
        font-size: 12px;
    }
    .flexbox img {
        width: 30px;
        height: 30px;
    }
}

/* logoanimations */
@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromBottom 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 25: drop-shadow filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}
/* endmainanimations */
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/smooth1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.flexbox.show {
  visibility: visible;
  opacity: 1;
}
