@charset "UTF-8";

: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-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.outer {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .outer {
    font-size: 5rem;
  }
}

.gridtrack {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .gridtrack {
    font-size: 4.5rem;
  }
}

.formgrid {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .formgrid {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-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.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.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);
}

.topbox {
  --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;
}
 .topbox .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 .topbox {
    flex-direction: row;
  }
  .navbar-expand-lg .topbox .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.fold {
  --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);
}

.topwrap {
  --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;
}

.frame {
  box-shadow: none !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;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.quiz-section {
  background-image: url("images/dry1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .row {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .row img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



.quiz-section {
  background-image: url("images/dry1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  background-image: url("images/dry1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.workflow-section-title {
  font-style: normal;
  line-height: 1.3;
}

.workflow-section-subtitle {
  line-height: 1.3;
}

.unitgrid {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.outer,
.gridtrack,
.formgrid,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */
.flowunit {
  color: #ffffff;
}

/*! Text-aligns */
.piece {
  text-align: left;
}

.colbox {
  text-align: center;
}

/*! Font-weight  */

.edgebox {
  font-weight: 500;
}

.plane {
  font-weight: 700;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.workflow-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 .workflow-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.edgebox {
  font-weight: 500;
}

.plane {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.layer .pathbox {
  min-height: 100vh;
}

.layer {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .row 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 .topbox.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .workflow-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

.pathbox {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  background-image: url("images/dry1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'zoom2';
  font-display: swap;
  src:  url('fonts/path2.eot');
  src:  url('fonts/path2.eot') format('embedded-opentype'),
    url('fonts/path2.woff2') format('woff2'),
    url('fonts/path2.woff') format('woff'),
    url('fonts/path2.ttf') format('truetype'),
    url('fonts/path2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  background-image: url("images/dry1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.btn {
  border-width: 2px;
}
body {
  font-family: Afacad;
}
.outer {
  font-family: 'Afacad', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.gridtrack {
  font-family: 'Afacad', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.formgrid {
  font-family: 'Afacad', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-5 {
  font-family: 'Afacad', sans-serif;
  font-size: 2.21rem;
  line-height: 1.2;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.21rem;
  line-height: 1.2;
}
/* ---- 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) {
  .outer {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .outer {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .gridtrack {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .formgrid {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.768rem;
    font-size: calc( 1.4235rem + (2.21 - 1.4235) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4235rem + (2.21 - 1.4235) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.968rem;
    font-size: calc( 1.0735rem + (1.21 - 1.0735) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0735rem + (1.21 - 1.0735) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffaa00 !important;
  border-color: #ffaa00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #ffbb33 !important;
  border-color: #ffbb33 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffbb33 !important;
  border-color: #ffbb33 !important;
}
.text-primary {
  color: #ffaa00 !important;
}
.text-warning {
  color: #ffb41e !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #996600 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b77a00 !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;
}
.fold {
  background-color: #70c770;
}
.topwrap {
  background-color: #fb3504;
}
.workflow-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #ffaa00;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 1.21rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffaa00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  font-size: 1.21rem;
  line-height: 1.2;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.workflow-section-btn .btn {
  padding: 15px 90px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  .workflow-section-btn .btn {
    padding: 15px 22px;
  }
}
.workflow-section-btn .btn .btn-primary {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper,
.item-img,
.item-content {
  border-radius: 10px !important;
}
.bodybox {
  border-radius: 20px;
}
.bodybox img {
  border-radius: 20px !important;
}
.stageunit .item-title {
  border-radius: 15rem;
}
.form-control {
  border-radius: 8px !important;
}
.spanlayer {
  background-image: url("images/shot1.jpg");
}
.spanlayer .row {
  margin: 0 -20px;
}
.spanlayer .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .spanlayer .bodybox {
    margin-bottom: 40px;
  }
}
.spanlayer .bodybox .workflow-section-title {
  margin-bottom: 24px;
}
.spanlayer .bodybox .unitgrid {
  margin-bottom: 0;
}
.spanlayer .bodybox .workflow-section-btn {
  margin-top: 16px;
}
.spanlayer .bodybox .workflow-section-btn .btn {
  margin-bottom: 0;
}
.spanlayer .viewlayer {
  padding: 24px;
  background-color: #cb8700;
}
@media (max-width: 992px) {
  .spanlayer .viewlayer {
    padding: 16px;
  }
}
.spanlayer .viewlayer img {
  height: 650px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .spanlayer .viewlayer img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .spanlayer .viewlayer img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .spanlayer .viewlayer img {
    height: 350px;
  }
}
.spanlayer .workflow-section-title {
  color: #ffffff;
}
.spanlayer .unitgrid {
  color: #ffffff;
  text-align: center;
}
.spanlayer .workflow-section-title,
.spanlayer .workflow-section-btn {
  text-align: center;
  color: #ffaa00;
}
.flowsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
}
.flowsegment .row.card {
  padding: 0 90px;
  background-color: #060606;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .flowsegment .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.flowsegment .row.card .wrapcontainer {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #cb8700;
  border-radius: 17px;
  padding: 20px;
}
.flowsegment .row.card .wrapcontainer .workflow-section-subtitle {
  margin: 0;
}
.flowsegment .row.card .workflow-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .flowsegment .row.card .workflow-section-title {
    margin: 32px 0 0 0;
  }
}
.flowsegment .row.card .viewlayer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .flowsegment .row.card .viewlayer {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .flowsegment .row.card .viewlayer {
    display: block;
  }
}
.flowsegment .row.card .viewlayer img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.flowsegment .row.card .viewlayer img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .flowsegment .row.card .viewlayer img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.flowsegment .row.card .viewlayer img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .flowsegment .row.card .viewlayer img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.flowsegment .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .flowsegment .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.flowsegment .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.flowsegment .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #cb8700;
  transition: all .3s ease;
}
.flowsegment .row.card .text-wrapper .unitgrid {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.flowsegment .row.card .text-wrapper .workflow-section-btn {
  position: relative;
  z-index: 1;
}
.flowsegment .workflow-section-title {
  color: #ffffff;
  text-align: center;
}
.flowsegment .workflow-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.flowsegment .unitgrid {
  color: #6e716f;
}
.flowsegment .unitgrid,
.flowsegment .workflow-section-btn {
  color: #ffffff;
  text-align: center;
}
.fieldbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.fieldbox .sectionlayer .workflow-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .fieldbox .sectionlayer .workflow-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.fieldbox .layoutwrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .fieldbox .layoutwrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .fieldbox .layoutwrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .fieldbox .item {
    margin-bottom: 20px;
  }
}
.fieldbox .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .fieldbox .item .item-wrapper {
    padding: 20px;
  }
}
.fieldbox .item .item-wrapper .card-box .card-title_1,
.fieldbox .item .item-wrapper .card-box .card-title_2,
.fieldbox .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.fieldbox .item .card_1 {
  background-color: #0f0e0e;
}
.fieldbox .item .card_2 {
  background-color: #0f0e0e;
}
.fieldbox .item .card_3 {
  background-color: #0f0e0e;
}
.fieldbox .workflow-section-title,
.fieldbox .sectionlayer {
  color: #cb8700;
  text-align: center;
}
.fieldbox .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.fieldbox .card-title_2 {
  color: #323432;
  text-align: center;
}
.fieldbox .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.fieldbox .card-title_1,
.fieldbox .workflow-section-btn {
  text-align: center;
  color: #ffffff;
}
.fieldbox .card-title_2,
.fieldbox .workflow-section-btn {
  color: #ffffff;
}
.fieldbox .card-title_3,
.fieldbox .workflow-section-btn {
  color: #ffffff;
}
.tilecell .navbar-dropdown {
  position: relative !important;
}
.tilecell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tilecell .nav-link {
  position: relative;
}
.tilecell .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .tilecell .container {
    flex-wrap: nowrap;
  }
}
.tilecell .nav-item:focus,
.tilecell .nav-link:focus {
  outline: none;
}
.tilecell .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1c21;
}
.tilecell .navbar .row img {
  width: auto;
}
.tilecell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilecell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilecell .navbar .row img {
    height: 3rem !important;
  }
  .tilecell .navbar ul.topbox li {
    margin: auto;
  }
  .tilecell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tilecell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilecell .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;
}
.tilecell .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.tilecell .navbar-brand .row a {
  outline: none;
}
@media (min-width: 992px) {
  .tilecell .navbar-brand {
    padding-right: 40px;
  }
}
.tilecell .navbar-expand-lg .topbox .nav-link {
  padding: 0;
}
.tilecell ul.topbox {
  flex-wrap: wrap;
}
.tilecell button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.tilecell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffaa00;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilecell .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .tilecell .navbar-dropdown {
    padding: 0 1rem;
  }
}
.tilecell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilecell .navbar {
    height: 70px;
  }
  .tilecell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilecell .container,
.tilecell .container-fluid {
  flex-wrap: wrap;
}
.tilecell .shiftbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.tilecell .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.tilecell .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .tilecell .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tilecell .navbar-collapse .topbox {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .tilecell .navbar-collapse .workflow-section-btn {
    margin-left: auto;
  }
}
@media (max-width: 577px) {
  .tilecell .navbar-collapse .workflow-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .tilecell .navbar-collapse .workflow-section-btn .btn {
    flex-grow: 1;
  }
}
.tilecell .navbar-collapse .nav-link:hover {
  color: #ffaa00 !important;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c21;
}
.patch .bodybox .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .patch .bodybox .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.patch .bodybox .workflow-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .workflow-section-title {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .nav-wrapper {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.patch .bodybox .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.patch .bodybox .nav-wrapper .list .item-wrap:hover,
.patch .bodybox .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.patch .bodybox .bodycore {
  margin-bottom: 0;
  text-transform: uppercase;
}
.patch .workflow-section-title {
  color: #181824;
  text-align: center;
}
.patch .list,
.patch .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.patch .bodycore {
  color: #ffb41e;
  text-align: center;
}
.patch .workflow-section-title,
.patch .logo-wrapper {
  text-align: center;
  color: #ffaa00;
}
.patch .list,
.patch .item-wrap {
  color: #ffb41e;
  text-align: center;
}
.region {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #060606;
}
.region .card {
  background: #0f0e0e;
  padding: 5rem 5rem;
}
.region img {
  width: 100%;
}
.region .content {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 992px) {
  .region .card {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .region .card {
    padding: 2rem 1rem;
  }
}
.region .unitgrid,
.region .workflow-section-btn {
  color: #ffffff;
}
.cellwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
}
.cellwrap .sectionlayer {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cellwrap .sectionlayer {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cellwrap .sectionlayer {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cellwrap .sectionlayer .workflow-section-title {
  margin-bottom: 0;
}
.cellwrap .sectionlayer .wrapcontainer .workflow-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cellwrap .sectionlayer .unitgrid {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cellwrap .sectionlayer .unitgrid {
    margin-top: 18px;
  }
}
.cellwrap .layoutwrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cellwrap .layoutwrap .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cellwrap .layoutwrap .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cellwrap .layoutwrap .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cellwrap .layoutwrap .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cellwrap .layoutwrap .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cellwrap .layoutwrap .item .item-wrapper {
    padding: 18px;
  }
}
.cellwrap .layoutwrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#ffaa00, #fb3504, #ffaa00);
}
.cellwrap .layoutwrap .item .item-wrapper .stageunit {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cellwrap .layoutwrap .item .item-wrapper .stageunit {
    margin-bottom: 22px;
  }
}
.cellwrap .layoutwrap .item .item-wrapper .stageunit .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #060606;
}
@media (max-width: 992px) {
  .cellwrap .layoutwrap .item .item-wrapper .stageunit .title {
    padding: 10px 16px;
  }
}
.cellwrap .layoutwrap .item .item-wrapper .stageunit .title .item-title {
  margin-bottom: 0;
}
.cellwrap .layoutwrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cellwrap .layoutwrap .item .item-wrapper .card-box .workflow-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cellwrap .layoutwrap .item .item-wrapper .card-box .workflow-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cellwrap .workflow-section-title {
  color: #1a0b54;
  text-align: center;
}
.cellwrap .workflow-section-subtitle,
.cellwrap .wrapcontainer {
  color: #1a0b54;
  text-align: center;
}
.cellwrap .unitgrid {
  color: #a997ce;
  text-align: center;
}
.cellwrap .item-title {
  color: #1a0b54;
}
.cellwrap .item-text {
  color: #ffffff;
  text-align: center;
}
.cellwrap .item-title,
.cellwrap .stageunit {
  text-align: center;
  color: #ffaa00;
}
.coreunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
}
.coreunit .layoutwrap {
  margin: 0 -8px;
}
.coreunit .layoutwrap .item {
  padding: 0 8px;
}
.coreunit .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .coreunit .item:last-child {
    margin-bottom: 0;
  }
}
.coreunit .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 24px;
  background-color: #060606;
}
@media (max-width: 1200px) {
  .coreunit .item .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.coreunit .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .coreunit .item .item-wrapper .item-content {
    margin-bottom: 24px;
  }
}
.coreunit .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .coreunit .item .item-wrapper .item-content .name-wrapper {
    margin-bottom: 16px;
  }
}
.coreunit .item .item-wrapper .item-content .name-wrapper .item-role {
  margin-bottom: 0;
}
.coreunit .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.coreunit .item .item-wrapper .item-content .card-box .workflow-section-btn {
  width: 100%;
  margin-top: 16px;
}
.coreunit .item .item-wrapper .item-content .card-box .workflow-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.coreunit .item .item-wrapper .item-img {
  position: relative;
  min-height: 370px;
}
@media (max-width: 992px) {
  .coreunit .item .item-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.coreunit .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coreunit .item-role {
  color: #ffaa00;
  text-align: center;
}
.coreunit .item-title {
  color: #ffffff;
}
.coreunit .item-text {
  color: #ffffff;
  text-align: center;
}
.subunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
}
.subunit .sectionlayer {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .subunit .sectionlayer {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .subunit .sectionlayer {
    width: 100%;
    margin-bottom: 28px;
  }
}
.subunit .sectionlayer .workflow-section-title {
  margin-bottom: 0;
}
.subunit .sectionlayer .wrapcontainer .workflow-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.subunit .sectionlayer .unitgrid {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .subunit .sectionlayer .unitgrid {
    margin-top: 18px;
  }
}
.subunit .layoutwrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.subunit .layoutwrap .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .subunit .layoutwrap .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .subunit .layoutwrap .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.subunit .layoutwrap .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .subunit .layoutwrap .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .subunit .layoutwrap .item .item-wrapper {
    padding: 18px;
  }
}
.subunit .layoutwrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#ffaa00, #fb3504, #ffaa00);
}
.subunit .layoutwrap .item .item-wrapper .stageunit {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .subunit .layoutwrap .item .item-wrapper .stageunit {
    margin-bottom: 22px;
  }
}
.subunit .layoutwrap .item .item-wrapper .stageunit .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #060606;
}
@media (max-width: 992px) {
  .subunit .layoutwrap .item .item-wrapper .stageunit .title {
    padding: 10px 16px;
  }
}
.subunit .layoutwrap .item .item-wrapper .stageunit .title .item-title {
  margin-bottom: 0;
}
.subunit .layoutwrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.subunit .layoutwrap .item .item-wrapper .card-box .workflow-section-btn {
  margin-top: 22px;
  width: 100%;
}
.subunit .layoutwrap .item .item-wrapper .card-box .workflow-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.subunit .workflow-section-title {
  color: #1a0b54;
  text-align: center;
}
.subunit .workflow-section-subtitle,
.subunit .wrapcontainer {
  color: #1a0b54;
  text-align: center;
}
.subunit .unitgrid {
  color: #a997ce;
  text-align: center;
}
.subunit .item-title {
  color: #1a0b54;
}
.subunit .item-text {
  color: #ffffff;
  text-align: center;
}
.subunit .item-title,
.subunit .stageunit {
  text-align: center;
  color: #ffaa00;
}
.clipbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
}
.clipbox .layoutwrap {
  margin: 0 -8px;
}
.clipbox .layoutwrap .item {
  padding: 0 8px;
}
.clipbox .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .clipbox .item:last-child {
    margin-bottom: 0;
  }
}
.clipbox .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 24px;
  background-color: #060606;
}
@media (max-width: 1200px) {
  .clipbox .item .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.clipbox .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .clipbox .item .item-wrapper .item-content {
    margin-bottom: 24px;
  }
}
.clipbox .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .clipbox .item .item-wrapper .item-content .name-wrapper {
    margin-bottom: 16px;
  }
}
.clipbox .item .item-wrapper .item-content .name-wrapper .item-role {
  margin-bottom: 0;
}
.clipbox .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.clipbox .item .item-wrapper .item-content .card-box .workflow-section-btn {
  width: 100%;
  margin-top: 16px;
}
.clipbox .item .item-wrapper .item-content .card-box .workflow-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.clipbox .item .item-wrapper .item-img {
  position: relative;
  min-height: 370px;
}
@media (max-width: 992px) {
  .clipbox .item .item-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.clipbox .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clipbox .item-role {
  color: #ffaa00;
  text-align: center;
}
.clipbox .item-title {
  color: #ffffff;
}
.clipbox .item-text {
  color: #ffffff;
  text-align: center;
}
.tilecell .navbar-dropdown {
  position: relative !important;
}
.tilecell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tilecell .nav-link {
  position: relative;
}
.tilecell .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .tilecell .container {
    flex-wrap: nowrap;
  }
}
.tilecell .nav-item:focus,
.tilecell .nav-link:focus {
  outline: none;
}
.tilecell .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1c21;
}
.tilecell .navbar .row img {
  width: auto;
}
.tilecell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilecell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilecell .navbar .row img {
    height: 3rem !important;
  }
  .tilecell .navbar ul.topbox li {
    margin: auto;
  }
  .tilecell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tilecell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilecell .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;
}
.tilecell .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.tilecell .navbar-brand .row a {
  outline: none;
}
@media (min-width: 992px) {
  .tilecell .navbar-brand {
    padding-right: 40px;
  }
}
.tilecell .navbar-expand-lg .topbox .nav-link {
  padding: 0;
}
.tilecell ul.topbox {
  flex-wrap: wrap;
}
.tilecell button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.tilecell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffaa00;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilecell .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .tilecell .navbar-dropdown {
    padding: 0 1rem;
  }
}
.tilecell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilecell .navbar {
    height: 70px;
  }
  .tilecell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilecell .container,
.tilecell .container-fluid {
  flex-wrap: wrap;
}
.tilecell .shiftbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.tilecell .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.tilecell .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .tilecell .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tilecell .navbar-collapse .topbox {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .tilecell .navbar-collapse .workflow-section-btn {
    margin-left: auto;
  }
}
@media (max-width: 577px) {
  .tilecell .navbar-collapse .workflow-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .tilecell .navbar-collapse .workflow-section-btn .btn {
    flex-grow: 1;
  }
}
.tilecell .navbar-collapse .nav-link:hover {
  color: #ffaa00 !important;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c21;
}
.patch .bodybox .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .patch .bodybox .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.patch .bodybox .workflow-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .workflow-section-title {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .nav-wrapper {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.patch .bodybox .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.patch .bodybox .nav-wrapper .list .item-wrap:hover,
.patch .bodybox .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.patch .bodybox .bodycore {
  margin-bottom: 0;
  text-transform: uppercase;
}
.patch .workflow-section-title {
  color: #181824;
  text-align: center;
}
.patch .list,
.patch .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.patch .bodycore {
  color: #ffb41e;
  text-align: center;
}
.patch .workflow-section-title,
.patch .logo-wrapper {
  text-align: center;
  color: #ffaa00;
}
.patch .list,
.patch .item-wrap {
  color: #ffb41e;
  text-align: center;
}
.stack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
}
.stack .sectionlayer .stageunit {
  margin-bottom: 16px;
}
.stack .sectionlayer .stageunit .workflow-section-title {
  margin-bottom: 0;
}
.stack .sectionlayer .stageunit .workflow-section-subtitle {
  margin-bottom: 0;
}
.stack .sectionlayer .text-wrapper .unitgrid {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stack .sectionlayer .text-wrapper .unitgrid {
    width: 100%;
  }
}
.stack .sectionlayer .workflow-section-btn {
  margin-top: 20px;
}
.stack .layoutwrap {
  margin: 0 -10px;
}
.stack .layoutwrap .card {
  padding: 0 10px;
}
.stack .viewlayer {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .stack .viewlayer {
    margin-top: 40px;
  }
}
.stack .viewlayer img {
  height: 435px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .stack .viewlayer img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .stack .image_2 {
    margin-top: 20px;
  }
}
.stack .workflow-section-title {
  color: #000000;
}
.stack .workflow-section-subtitle {
  color: #be0000;
  text-align: center;
}
.stack .unitgrid,
.stack .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.stack .workflow-section-title,
.stack .workflow-section-btn {
  text-align: center;
  color: #ffaa00;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
}
.areabox .area {
  justify-content: center;
}
.areabox .bodybox {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .areabox .bodybox {
    margin-bottom: 32px;
  }
}
.areabox .bodybox .workflow-section-title {
  margin-bottom: 0;
}
.areabox .layoutwrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .areabox .layoutwrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .areabox .item {
    margin-bottom: 16px;
  }
}
.areabox .item:hover .item-wrapper,
.areabox .item:focus .item-wrapper {
  border: 2px solid #cb8700;
}
.areabox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .areabox .item .item-wrapper {
    padding: 20px 16px;
  }
}
.areabox .item .item-wrapper .card-box .stageunit .item-title,
.areabox .item .item-wrapper .card-box .stageunit .item-title_2 {
  margin-bottom: 16px;
}
.areabox .item .item-wrapper .card-box .stageunit .item-text,
.areabox .item .item-wrapper .card-box .stageunit .item-text_2 {
  margin-bottom: 0;
}
.areabox .item .card_1 {
  background-color: #060606;
  border: 2px solid #060606;
}
.areabox .item .card_2 {
  background-color: #060606;
  border: 2px solid #060606;
}
.areabox .workflow-section-title {
  color: #ffffff;
  text-align: center;
}
.areabox .item-title {
  color: #f2f2f2;
}
.areabox .item-title_2 {
  color: #f2f2f2;
}
.areabox .item-text {
  color: #b9b9b9;
}
.areabox .item-text_2 {
  color: #b9b9b9;
}
.areabox .item-title_2 {
  text-align: center;
  color: #ffaa00;
}
.areabox .item-text_2 {
  text-align: center;
  color: #ffffff;
}
.areabox .item-title {
  text-align: center;
  color: #ffaa00;
}
.areabox .item-text {
  color: #ffffff;
  text-align: center;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.zonelayer .bodybox {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .zonelayer .bodybox {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .zonelayer .bodybox {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .zonelayer .bodybox {
    display: block;
    padding: 32px 16px;
  }
}
.zonelayer .bodybox .viewlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zonelayer .bodybox .viewlayer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .zonelayer .bodybox .item {
    margin-bottom: 16px;
  }
  .zonelayer .bodybox .item:last-child {
    margin-bottom: 0;
  }
}
.zonelayer .bodybox .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #060606;
}
.zonelayer .bodybox .item .item-wrapper:hover,
.zonelayer .bodybox .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.zonelayer .bodybox .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.zonelayer .bodybox .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .zonelayer .bodybox .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.zonelayer .bodybox .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.zonelayer .bodybox .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .zonelayer .bodybox .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .zonelayer .bodybox .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.zonelayer .bodybox .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .zonelayer .bodybox .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.zonelayer .bodybox .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .zonelayer .bodybox .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.zonelayer .item-title {
  color: #ffaa00;
  text-align: center;
}
.zonelayer .item-text {
  color: #ffffff;
  text-align: center;
}
.zonelayer .list {
  color: #050f0f;
}
.viewnode {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
}
.viewnode .area {
  justify-content: center;
}
.viewnode .bodybox {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .viewnode .bodybox {
    margin-bottom: 32px;
  }
}
.viewnode .bodybox .workflow-section-title {
  margin-bottom: 0;
}
.viewnode .layoutwrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .viewnode .layoutwrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .viewnode .item {
    margin-bottom: 16px;
  }
}
.viewnode .item:hover .item-wrapper,
.viewnode .item:focus .item-wrapper {
  border: 2px solid #cb8700;
}
.viewnode .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .viewnode .item .item-wrapper {
    padding: 20px 16px;
  }
}
.viewnode .item .item-wrapper .card-box .stageunit .item-title,
.viewnode .item .item-wrapper .card-box .stageunit .item-title_2 {
  margin-bottom: 16px;
}
.viewnode .item .item-wrapper .card-box .stageunit .item-text,
.viewnode .item .item-wrapper .card-box .stageunit .item-text_2 {
  margin-bottom: 0;
}
.viewnode .item .card_1 {
  background-color: #060606;
  border: 2px solid #060606;
}
.viewnode .item .card_2 {
  background-color: #060606;
  border: 2px solid #060606;
}
.viewnode .workflow-section-title {
  color: #ffffff;
  text-align: center;
}
.viewnode .item-title {
  color: #f2f2f2;
}
.viewnode .item-title_2 {
  color: #f2f2f2;
}
.viewnode .item-text {
  color: #b9b9b9;
}
.viewnode .item-text_2 {
  color: #b9b9b9;
}
.viewnode .item-title_2 {
  text-align: center;
  color: #ffaa00;
}
.viewnode .item-text_2 {
  text-align: center;
  color: #ffffff;
}
.viewnode .item-title {
  text-align: center;
  color: #ffaa00;
}
.viewnode .item-text {
  color: #ffffff;
  text-align: center;
}
.outline {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.outline .bodybox {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .outline .bodybox {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .outline .bodybox {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .outline .bodybox {
    display: block;
    padding: 32px 16px;
  }
}
.outline .bodybox .viewlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.outline .bodybox .viewlayer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .outline .bodybox .item {
    margin-bottom: 16px;
  }
  .outline .bodybox .item:last-child {
    margin-bottom: 0;
  }
}
.outline .bodybox .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #060606;
}
.outline .bodybox .item .item-wrapper:hover,
.outline .bodybox .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.outline .bodybox .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.outline .bodybox .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .outline .bodybox .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.outline .bodybox .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.outline .bodybox .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .outline .bodybox .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .outline .bodybox .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.outline .bodybox .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .outline .bodybox .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.outline .bodybox .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .outline .bodybox .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.outline .item-title {
  color: #ffaa00;
  text-align: center;
}
.outline .item-text {
  color: #ffffff;
  text-align: center;
}
.outline .list {
  color: #050f0f;
}
.tilecell .navbar-dropdown {
  position: relative !important;
}
.tilecell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tilecell .nav-link {
  position: relative;
}
.tilecell .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .tilecell .container {
    flex-wrap: nowrap;
  }
}
.tilecell .nav-item:focus,
.tilecell .nav-link:focus {
  outline: none;
}
.tilecell .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1c21;
}
.tilecell .navbar .row img {
  width: auto;
}
.tilecell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilecell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilecell .navbar .row img {
    height: 3rem !important;
  }
  .tilecell .navbar ul.topbox li {
    margin: auto;
  }
  .tilecell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tilecell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilecell .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;
}
.tilecell .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.tilecell .navbar-brand .row a {
  outline: none;
}
@media (min-width: 992px) {
  .tilecell .navbar-brand {
    padding-right: 40px;
  }
}
.tilecell .navbar-expand-lg .topbox .nav-link {
  padding: 0;
}
.tilecell ul.topbox {
  flex-wrap: wrap;
}
.tilecell button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.tilecell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffaa00;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilecell .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .tilecell .navbar-dropdown {
    padding: 0 1rem;
  }
}
.tilecell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilecell .navbar {
    height: 70px;
  }
  .tilecell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilecell .container,
.tilecell .container-fluid {
  flex-wrap: wrap;
}
.tilecell .shiftbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.tilecell .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.tilecell .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .tilecell .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tilecell .navbar-collapse .topbox {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .tilecell .navbar-collapse .workflow-section-btn {
    margin-left: auto;
  }
}
@media (max-width: 577px) {
  .tilecell .navbar-collapse .workflow-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .tilecell .navbar-collapse .workflow-section-btn .btn {
    flex-grow: 1;
  }
}
.tilecell .navbar-collapse .nav-link:hover {
  color: #ffaa00 !important;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c21;
}
.patch .bodybox .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .patch .bodybox .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.patch .bodybox .workflow-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .workflow-section-title {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .nav-wrapper {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.patch .bodybox .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.patch .bodybox .nav-wrapper .list .item-wrap:hover,
.patch .bodybox .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.patch .bodybox .bodycore {
  margin-bottom: 0;
  text-transform: uppercase;
}
.patch .workflow-section-title {
  color: #181824;
  text-align: center;
}
.patch .list,
.patch .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.patch .bodycore {
  color: #ffb41e;
  text-align: center;
}
.patch .workflow-section-title,
.patch .logo-wrapper {
  text-align: center;
  color: #ffaa00;
}
.patch .list,
.patch .item-wrap {
  color: #ffb41e;
  text-align: center;
}
.tilecell .navbar-dropdown {
  position: relative !important;
}
.tilecell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tilecell .nav-link {
  position: relative;
}
.tilecell .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .tilecell .container {
    flex-wrap: nowrap;
  }
}
.tilecell .nav-item:focus,
.tilecell .nav-link:focus {
  outline: none;
}
.tilecell .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1c21;
}
.tilecell .navbar .row img {
  width: auto;
}
.tilecell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilecell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilecell .navbar .row img {
    height: 3rem !important;
  }
  .tilecell .navbar ul.topbox li {
    margin: auto;
  }
  .tilecell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tilecell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilecell .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;
}
.tilecell .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.tilecell .navbar-brand .row a {
  outline: none;
}
@media (min-width: 992px) {
  .tilecell .navbar-brand {
    padding-right: 40px;
  }
}
.tilecell .navbar-expand-lg .topbox .nav-link {
  padding: 0;
}
.tilecell ul.topbox {
  flex-wrap: wrap;
}
.tilecell button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.tilecell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffaa00;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilecell .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .tilecell .navbar-dropdown {
    padding: 0 1rem;
  }
}
.tilecell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilecell .navbar {
    height: 70px;
  }
  .tilecell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilecell .container,
.tilecell .container-fluid {
  flex-wrap: wrap;
}
.tilecell .shiftbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.tilecell .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.tilecell .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .tilecell .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tilecell .navbar-collapse .topbox {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .tilecell .navbar-collapse .workflow-section-btn {
    margin-left: auto;
  }
}
@media (max-width: 577px) {
  .tilecell .navbar-collapse .workflow-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .tilecell .navbar-collapse .workflow-section-btn .btn {
    flex-grow: 1;
  }
}
.tilecell .navbar-collapse .nav-link:hover {
  color: #ffaa00 !important;
}
.stagewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
  overflow: hidden;
}
.stagewrap .bodybox {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .stagewrap .bodybox {
    padding: 0 16px;
  }
}
.stagewrap .bodybox::before,
.stagewrap .bodybox::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #cb8700;
}
.stagewrap .bodybox::before {
  left: 0;
}
.stagewrap .bodybox::after {
  right: 0;
}
.stagewrap .pinbox {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.stagewrap .workflow-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.stagewrap .text-wrapper .unitgrid {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stagewrap .text-wrapper .unitgrid {
    width: 100%;
  }
}
.stagewrap .workflow-section-btn {
  margin-top: 24px;
}
.stagewrap .viewlayer {
  position: relative;
}
@media (max-width: 992px) {
  .stagewrap .viewlayer {
    margin-top: 32px;
  }
}
.stagewrap .viewlayer .dockunit {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.stagewrap .viewlayer .dockunit .item-decor {
  width: 100%;
  height: 100%;
  background-color: #0f0e0e;
  box-shadow: 0 -28px 0 #0f0e0e;
  transform: none;
}
.stagewrap .viewlayer .dockunit .neutralwrap {
  background-color: transparent;
  box-shadow: none;
}
.stagewrap .viewlayer .decor_1 {
  top: -1px;
  left: -1px;
}
.stagewrap .viewlayer .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.stagewrap .viewlayer .depthbox img {
  height: 575px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .stagewrap .viewlayer .depthbox img {
    height: 300px;
  }
}
.stagewrap .unitgrid {
  color: #0a0a0a;
}
.stagewrap .workflow-section-title,
.stagewrap .workflow-section-btn,
.stagewrap .sectionlayer {
  text-align: center;
  color: #ffaa00;
}
.stagewrap .unitgrid,
.stagewrap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c21;
}
.patch .bodybox .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .patch .bodybox .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.patch .bodybox .workflow-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .workflow-section-title {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .nav-wrapper {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.patch .bodybox .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.patch .bodybox .nav-wrapper .list .item-wrap:hover,
.patch .bodybox .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.patch .bodybox .bodycore {
  margin-bottom: 0;
  text-transform: uppercase;
}
.patch .workflow-section-title {
  color: #181824;
  text-align: center;
}
.patch .list,
.patch .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.patch .bodycore {
  color: #ffb41e;
  text-align: center;
}
.patch .workflow-section-title,
.patch .logo-wrapper {
  text-align: center;
  color: #ffaa00;
}
.patch .list,
.patch .item-wrap {
  color: #ffb41e;
  text-align: center;
}
.trackbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
}
.trackbox .bodybox {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .trackbox .bodybox {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .trackbox .bodybox {
    margin: 0;
    width: 100%;
  }
}
.trackbox .bodybox .sectionlayer {
  margin-bottom: 24px;
}
.trackbox .bodybox .sectionlayer .workflow-section-title {
  margin-bottom: 0;
}
.trackbox .bodybox .sectionlayer .workflow-section-subtitle {
  margin-bottom: 0;
}
.trackbox .bodybox .text-wrapper .unitgrid {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .trackbox .bodybox .text-wrapper .unitgrid {
    width: 100%;
  }
}
.trackbox .viewlayer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
  -webkit-mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
}
.trackbox .viewlayer img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .trackbox .viewlayer img {
    height: 300px;
  }
}
.trackbox .workflow-section-title {
  color: #808080;
}
.trackbox .workflow-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.trackbox .unitgrid,
.trackbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.trackbox .workflow-section-title,
.trackbox .workflow-section-btn {
  text-align: center;
  color: #ffaa00;
}
.partwrapbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #060606;
}
.partwrapbox .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .partwrapbox .container {
    padding: 0 15px;
  }
}
.partwrapbox .sectionlayer .workflow-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .partwrapbox .sectionlayer .workflow-section-title {
    margin-bottom: 40px;
  }
}
.partwrapbox .bodybox {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .partwrapbox .bodybox {
    padding: 0;
    margin-bottom: 40px;
  }
}
.partwrapbox .bodybox .workflow-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .partwrapbox .bodybox .workflow-section-subtitle {
    margin-bottom: 20px;
  }
}
.partwrapbox .bodybox .unitgrid {
  margin-bottom: 0;
}
.partwrapbox .bodybox .workflow-section-btn {
  margin-top: 40px;
}
.partwrapbox .viewlayer {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .partwrapbox .viewlayer {
    margin: 0;
  }
}
.partwrapbox .viewlayer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #ffaa00;
}
.partwrapbox .viewlayer::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #cb8700;
  filter: blur(80px);
  pointer-events: none;
}
.partwrapbox .workflow-section-title {
  color: #ffaa00;
  text-align: center;
}
.partwrapbox .workflow-section-subtitle {
  color: #f2ac2b;
}
.partwrapbox .unitgrid {
  color: #ffffff;
  text-align: center;
}
.innerwrap {
  overflow: hidden;
  background-color: #0f0e0e;
}
@media (max-width: 992px) {
  .innerwrap .container {
    padding: 0 24px;
  }
}
.innerwrap .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .innerwrap .card-wrapper {
    display: block;
  }
}
.innerwrap .card-wrapper .gridwrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .innerwrap .card-wrapper .gridwrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.innerwrap .card-wrapper .gridwrap .contentunit {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cb8700;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.innerwrap .card-wrapper .gridwrap::before {
  content: '';
  position: absolute;
  top: -50vh;
  width: 1px;
  height: 200vh;
  background-color: #ffaa00;
  opacity: .33;
}
@media (max-width: 992px) {
  .innerwrap .card-wrapper .gridwrap::before {
    display: none;
  }
}
.innerwrap .card-wrapper .card-wrap .stageunit .workflow-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 40%;
}
@media (max-width: 1200px) {
  .innerwrap .card-wrapper .card-wrap .stageunit .workflow-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .innerwrap .card-wrapper .card-wrap .stageunit .workflow-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.innerwrap .card-wrapper .card-wrap .text-wrap .unitgrid {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .innerwrap .card-wrapper .card-wrap .text-wrap .unitgrid {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .innerwrap .card-wrapper .card-wrap .text-wrap .unitgrid {
    width: 100%;
  }
}
.innerwrap .card-wrapper .card-wrap .layoutwrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .innerwrap .card-wrapper .card-wrap .layoutwrap {
    grid-template-columns: 1fr;
  }
}
.innerwrap .card-wrapper .card-wrap .layoutwrap .item {
  background-color: #060606;
  border-radius: .8rem !important;
  padding: 32px 36px;
}
@media (max-width: 992px) {
  .innerwrap .card-wrapper .card-wrap .layoutwrap .item {
    padding: 20px;
  }
}
.innerwrap .card-wrapper .card-wrap .layoutwrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
.innerwrap .card-wrapper .card-wrap .layoutwrap .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.innerwrap .workflow-section-title {
  color: #ffffff;
}
.innerwrap .unitgrid {
  color: #ffffff;
}
.innerwrap .card-title {
  color: #202020;
}
.innerwrap .card-text {
  color: #ffffff;
  text-align: center;
}
.innerwrap .workflow-section-title,
.innerwrap .stageunit {
  color: #ffaa00;
  text-align: center;
}
.innerwrap .unitgrid,
.innerwrap .text-wrap {
  color: #ffffff;
  text-align: center;
}
.innerwrap .card-title {
  color: #ffaa00;
  text-align: center;
}
.innerwrap .contentunit,
.innerwrap .gridwrap {
  color: #cb8700;
}
.tagbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0f0e0e;
}
.tagbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .tagbox .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .tagbox .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .tagbox .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .tagbox .container {
    padding: 0 12px;
  }
}
.tagbox .bodybox {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #060606;
}
@media (max-width: 992px) {
  .tagbox .bodybox {
    display: block;
  }
}
.tagbox .bodybox .sectionlayer {
  width: 35em;
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .tagbox .bodybox .sectionlayer {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .tagbox .bodybox .sectionlayer {
    width: 100%;
  }
}
.tagbox .bodybox .sectionlayer .stageunit {
  margin-bottom: 22px;
}
.tagbox .bodybox .sectionlayer .stageunit .workflow-section-title {
  margin-bottom: 32px;
  position: relative;
}
.tagbox .bodybox .sectionlayer .stageunit .unitgrid {
  margin-bottom: 20px;
}
.tagbox .bodybox .viewlayer {
  margin-top: 90px;
  border-top: 4px solid #ffaa00;
  border-left: 4px solid #ffaa00;
  padding: 40px 0 0 40px;
  border-radius: 64px 0 0 0;
  background-color: #cb8700;
  border-left: none;
  border-right: 4px solid #ffaa00;
  border-radius: 0 64px 0 0;
  padding: 40px 40px 0 0;
}
@media (max-width: 992px) {
  .tagbox .bodybox .viewlayer {
    margin: 0 0 0 32px;
  }
}
@media (max-width: 992px) {
  .tagbox .bodybox .viewlayer {
    margin: 0 32px 0 0;
  }
}
.tagbox .bodybox .viewlayer img {
  min-height: 670px;
  border-radius: 32px 0 0 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 32px 0 0 !important;
}
@media (max-width: 992px) {
  .tagbox .bodybox .viewlayer img {
    min-height: auto;
    height: 350px;
  }
}
.tagbox .workflow-section-title {
  color: #ffffff;
}
.tagbox .unitgrid {
  color: #ffffff;
  text-align: center;
}
.tagbox .workflow-section-title,
.tagbox .workflow-section-btn {
  text-align: center;
  color: #ffaa00;
}
.tilecell .navbar-dropdown {
  position: relative !important;
}
.tilecell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tilecell .nav-link {
  position: relative;
}
.tilecell .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .tilecell .container {
    flex-wrap: nowrap;
  }
}
.tilecell .nav-item:focus,
.tilecell .nav-link:focus {
  outline: none;
}
.tilecell .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1c21;
}
.tilecell .navbar .row img {
  width: auto;
}
.tilecell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilecell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilecell .navbar .row img {
    height: 3rem !important;
  }
  .tilecell .navbar ul.topbox li {
    margin: auto;
  }
  .tilecell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tilecell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilecell .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;
}
.tilecell .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.tilecell .navbar-brand .row a {
  outline: none;
}
@media (min-width: 992px) {
  .tilecell .navbar-brand {
    padding-right: 40px;
  }
}
.tilecell .navbar-expand-lg .topbox .nav-link {
  padding: 0;
}
.tilecell ul.topbox {
  flex-wrap: wrap;
}
.tilecell button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.tilecell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffaa00;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilecell .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .tilecell .navbar-dropdown {
    padding: 0 1rem;
  }
}
.tilecell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilecell .navbar {
    height: 70px;
  }
  .tilecell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilecell .container,
.tilecell .container-fluid {
  flex-wrap: wrap;
}
.tilecell .shiftbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.tilecell .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.tilecell .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .tilecell .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tilecell .navbar-collapse .topbox {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .tilecell .navbar-collapse .workflow-section-btn {
    margin-left: auto;
  }
}
@media (max-width: 577px) {
  .tilecell .navbar-collapse .workflow-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .tilecell .navbar-collapse .workflow-section-btn .btn {
    flex-grow: 1;
  }
}
.tilecell .navbar-collapse .nav-link:hover {
  color: #ffaa00 !important;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c21;
}
.patch .bodybox .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .patch .bodybox .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.patch .bodybox .workflow-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .workflow-section-title {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .nav-wrapper {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.patch .bodybox .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.patch .bodybox .nav-wrapper .list .item-wrap:hover,
.patch .bodybox .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.patch .bodybox .bodycore {
  margin-bottom: 0;
  text-transform: uppercase;
}
.patch .workflow-section-title {
  color: #181824;
  text-align: center;
}
.patch .list,
.patch .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.patch .bodycore {
  color: #ffb41e;
  text-align: center;
}
.patch .workflow-section-title,
.patch .logo-wrapper {
  text-align: center;
  color: #ffaa00;
}
.patch .list,
.patch .item-wrap {
  color: #ffb41e;
  text-align: center;
}
.corewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.corewrap .card {
  justify-content: center;
}
.corewrap .bodybox {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .corewrap .bodybox {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.corewrap .bodybox .sectionlayer {
  margin-bottom: 32px;
}
.corewrap .bodybox .sectionlayer .workflow-section-title {
  margin-bottom: 0;
}
.corewrap .bodybox .sectionlayer .workflow-section-subtitle {
  margin-bottom: 0;
}
.corewrap .viewlayer img {
  height: 680px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .corewrap .viewlayer img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .corewrap .viewlayer img {
    height: 350px;
  }
}
.corewrap .workflow-section-title {
  color: #111111;
}
.corewrap .workflow-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.corewrap .workflow-section-title,
.corewrap .workflow-section-btn {
  color: #ffaa00;
  text-align: center;
}
.tilecell .navbar-dropdown {
  position: relative !important;
}
.tilecell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tilecell .nav-link {
  position: relative;
}
.tilecell .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .tilecell .container {
    flex-wrap: nowrap;
  }
}
.tilecell .nav-item:focus,
.tilecell .nav-link:focus {
  outline: none;
}
.tilecell .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1c21;
}
.tilecell .navbar .row img {
  width: auto;
}
.tilecell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilecell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilecell .navbar .row img {
    height: 3rem !important;
  }
  .tilecell .navbar ul.topbox li {
    margin: auto;
  }
  .tilecell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tilecell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilecell .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;
}
.tilecell .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.tilecell .navbar-brand .row a {
  outline: none;
}
@media (min-width: 992px) {
  .tilecell .navbar-brand {
    padding-right: 40px;
  }
}
.tilecell .navbar-expand-lg .topbox .nav-link {
  padding: 0;
}
.tilecell ul.topbox {
  flex-wrap: wrap;
}
.tilecell button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.tilecell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffaa00;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilecell .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .tilecell .navbar-dropdown {
    padding: 0 1rem;
  }
}
.tilecell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilecell .navbar {
    height: 70px;
  }
  .tilecell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilecell .container,
.tilecell .container-fluid {
  flex-wrap: wrap;
}
.tilecell .shiftbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.tilecell .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.tilecell .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .tilecell .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tilecell .navbar-collapse .topbox {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .tilecell .navbar-collapse .workflow-section-btn {
    margin-left: auto;
  }
}
@media (max-width: 577px) {
  .tilecell .navbar-collapse .workflow-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .tilecell .navbar-collapse .workflow-section-btn .btn {
    flex-grow: 1;
  }
}
.tilecell .navbar-collapse .nav-link:hover {
  color: #ffaa00 !important;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c21;
}
.patch .bodybox .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .patch .bodybox .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.patch .bodybox .workflow-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .workflow-section-title {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .nav-wrapper {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.patch .bodybox .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.patch .bodybox .nav-wrapper .list .item-wrap:hover,
.patch .bodybox .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.patch .bodybox .bodycore {
  margin-bottom: 0;
  text-transform: uppercase;
}
.patch .workflow-section-title {
  color: #181824;
  text-align: center;
}
.patch .list,
.patch .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.patch .bodycore {
  color: #ffb41e;
  text-align: center;
}
.patch .workflow-section-title,
.patch .logo-wrapper {
  text-align: center;
  color: #ffaa00;
}
.patch .list,
.patch .item-wrap {
  color: #ffb41e;
  text-align: center;
}
.cellunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cellunit .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cellunit .row {
    padding: 0 12px;
  }
}
.cellunit .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #0f0e0e;
  border-radius: 0 0 75% 0;
}
.cellunit .sectionlayer {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cellunit .sectionlayer {
    max-width: 100%;
  }
}
.cellunit .sectionlayer .workflow-section-title {
  margin-bottom: 16px;
}
.cellunit .sectionlayer .unitgrid {
  margin-bottom: 0;
}
.cellunit .unitband {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cellunit .unitband .workflow-section-subtitle {
  margin-bottom: 5px;
}
.cellunit .fieldset {
  z-index: 1;
  position: relative;
}
.cellunit .fieldset .workflow-section-subtitle {
  margin-bottom: 20px;
}
.cellunit .fieldset a {
  width: 100%;
  height: 100%;
}
.cellunit .fieldset a .flexwrap {
  margin-bottom: 5px;
}
.cellunit .workflow-section-title {
  color: #ffaa00;
  text-align: center;
}
.cellunit .workflow-section-subtitle {
  color: #f3722f;
}
.cellunit .unitgrid {
  color: #1e4381;
}
.cellunit .flexwrap {
  color: #ffffff;
  text-align: justify;
}
.boxgrid {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0f0e0e;
}
.boxgrid .container {
  max-width: 1000px;
}
.boxgrid .unitgrid {
  color: #ffffff;
}
.tilecell .navbar-dropdown {
  position: relative !important;
}
.tilecell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tilecell .nav-link {
  position: relative;
}
.tilecell .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .tilecell .container {
    flex-wrap: nowrap;
  }
}
.tilecell .nav-item:focus,
.tilecell .nav-link:focus {
  outline: none;
}
.tilecell .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1c21;
}
.tilecell .navbar .row img {
  width: auto;
}
.tilecell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilecell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilecell .navbar .row img {
    height: 3rem !important;
  }
  .tilecell .navbar ul.topbox li {
    margin: auto;
  }
  .tilecell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tilecell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilecell .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;
}
.tilecell .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.tilecell .navbar-brand .row a {
  outline: none;
}
@media (min-width: 992px) {
  .tilecell .navbar-brand {
    padding-right: 40px;
  }
}
.tilecell .navbar-expand-lg .topbox .nav-link {
  padding: 0;
}
.tilecell ul.topbox {
  flex-wrap: wrap;
}
.tilecell button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.tilecell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffaa00;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilecell .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .tilecell .navbar-dropdown {
    padding: 0 1rem;
  }
}
.tilecell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilecell .navbar {
    height: 70px;
  }
  .tilecell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilecell .container,
.tilecell .container-fluid {
  flex-wrap: wrap;
}
.tilecell .shiftbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.tilecell .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.tilecell .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .tilecell .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tilecell .navbar-collapse .topbox {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .tilecell .navbar-collapse .workflow-section-btn {
    margin-left: auto;
  }
}
@media (max-width: 577px) {
  .tilecell .navbar-collapse .workflow-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .tilecell .navbar-collapse .workflow-section-btn .btn {
    flex-grow: 1;
  }
}
.tilecell .navbar-collapse .nav-link:hover {
  color: #ffaa00 !important;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c21;
}
.patch .bodybox .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .patch .bodybox .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.patch .bodybox .workflow-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .workflow-section-title {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .nav-wrapper {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.patch .bodybox .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.patch .bodybox .nav-wrapper .list .item-wrap:hover,
.patch .bodybox .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.patch .bodybox .bodycore {
  margin-bottom: 0;
  text-transform: uppercase;
}
.patch .workflow-section-title {
  color: #181824;
  text-align: center;
}
.patch .list,
.patch .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.patch .bodycore {
  color: #ffb41e;
  text-align: center;
}
.patch .workflow-section-title,
.patch .logo-wrapper {
  text-align: center;
  color: #ffaa00;
}
.patch .list,
.patch .item-wrap {
  color: #ffb41e;
  text-align: center;
}
.rowsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.rowsegment .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .rowsegment .row {
    padding: 0 12px;
  }
}
.rowsegment .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #0f0e0e;
  border-radius: 0 0 75% 0;
}
.rowsegment .sectionlayer {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .rowsegment .sectionlayer {
    max-width: 100%;
  }
}
.rowsegment .sectionlayer .workflow-section-title {
  margin-bottom: 16px;
}
.rowsegment .sectionlayer .unitgrid {
  margin-bottom: 0;
}
.rowsegment .unitband {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.rowsegment .unitband .workflow-section-subtitle {
  margin-bottom: 5px;
}
.rowsegment .fieldset {
  z-index: 1;
  position: relative;
}
.rowsegment .fieldset .workflow-section-subtitle {
  margin-bottom: 20px;
}
.rowsegment .fieldset a {
  width: 100%;
  height: 100%;
}
.rowsegment .fieldset a .flexwrap {
  margin-bottom: 5px;
}
.rowsegment .workflow-section-title {
  color: #ffaa00;
  text-align: center;
}
.rowsegment .workflow-section-subtitle {
  color: #f3722f;
}
.rowsegment .unitgrid {
  color: #1e4381;
}
.rowsegment .flexwrap {
  color: #ffffff;
  text-align: justify;
}
.rowsegmentbox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0f0e0e;
}
.rowsegmentbox .container {
  max-width: 1000px;
}
.rowsegmentbox .unitgrid {
  color: #ffffff;
}
.tilecell .navbar-dropdown {
  position: relative !important;
}
.tilecell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tilecell .nav-link {
  position: relative;
}
.tilecell .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .tilecell .container {
    flex-wrap: nowrap;
  }
}
.tilecell .nav-item:focus,
.tilecell .nav-link:focus {
  outline: none;
}
.tilecell .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1c21;
}
.tilecell .navbar .row img {
  width: auto;
}
.tilecell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilecell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilecell .navbar .row img {
    height: 3rem !important;
  }
  .tilecell .navbar ul.topbox li {
    margin: auto;
  }
  .tilecell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tilecell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilecell .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;
}
.tilecell .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.tilecell .navbar-brand .row a {
  outline: none;
}
@media (min-width: 992px) {
  .tilecell .navbar-brand {
    padding-right: 40px;
  }
}
.tilecell .navbar-expand-lg .topbox .nav-link {
  padding: 0;
}
.tilecell ul.topbox {
  flex-wrap: wrap;
}
.tilecell button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.tilecell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffaa00;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilecell .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .tilecell .navbar-dropdown {
    padding: 0 1rem;
  }
}
.tilecell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilecell .navbar {
    height: 70px;
  }
  .tilecell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilecell .container,
.tilecell .container-fluid {
  flex-wrap: wrap;
}
.tilecell .shiftbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.tilecell .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.tilecell .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .tilecell .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tilecell .navbar-collapse .topbox {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .tilecell .navbar-collapse .workflow-section-btn {
    margin-left: auto;
  }
}
@media (max-width: 577px) {
  .tilecell .navbar-collapse .workflow-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .tilecell .navbar-collapse .workflow-section-btn .btn {
    flex-grow: 1;
  }
}
.tilecell .navbar-collapse .nav-link:hover {
  color: #ffaa00 !important;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c21;
}
.patch .bodybox .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .patch .bodybox .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.patch .bodybox .workflow-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .workflow-section-title {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .nav-wrapper {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.patch .bodybox .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.patch .bodybox .nav-wrapper .list .item-wrap:hover,
.patch .bodybox .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.patch .bodybox .bodycore {
  margin-bottom: 0;
  text-transform: uppercase;
}
.patch .workflow-section-title {
  color: #181824;
  text-align: center;
}
.patch .list,
.patch .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.patch .bodycore {
  color: #ffb41e;
  text-align: center;
}
.patch .workflow-section-title,
.patch .logo-wrapper {
  text-align: center;
  color: #ffaa00;
}
.patch .list,
.patch .item-wrap {
  color: #ffb41e;
  text-align: center;
}
.platebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.platebox .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .platebox .row {
    padding: 0 12px;
  }
}
.platebox .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #0f0e0e;
  border-radius: 0 0 75% 0;
}
.platebox .sectionlayer {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .platebox .sectionlayer {
    max-width: 100%;
  }
}
.platebox .sectionlayer .workflow-section-title {
  margin-bottom: 16px;
}
.platebox .sectionlayer .unitgrid {
  margin-bottom: 0;
}
.platebox .unitband {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.platebox .unitband .workflow-section-subtitle {
  margin-bottom: 5px;
}
.platebox .fieldset {
  z-index: 1;
  position: relative;
}
.platebox .fieldset .workflow-section-subtitle {
  margin-bottom: 20px;
}
.platebox .fieldset a {
  width: 100%;
  height: 100%;
}
.platebox .fieldset a .flexwrap {
  margin-bottom: 5px;
}
.platebox .workflow-section-title {
  color: #ffaa00;
  text-align: center;
}
.platebox .workflow-section-subtitle {
  color: #f3722f;
}
.platebox .unitgrid {
  color: #1e4381;
}
.platebox .flexwrap {
  color: #ffffff;
  text-align: justify;
}
.mount {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0f0e0e;
}
.mount .container {
  max-width: 1000px;
}
.mount .unitgrid {
  color: #ffffff;
}
.tilecell .navbar-dropdown {
  position: relative !important;
}
.tilecell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tilecell .nav-link {
  position: relative;
}
.tilecell .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .tilecell .container {
    flex-wrap: nowrap;
  }
}
.tilecell .nav-item:focus,
.tilecell .nav-link:focus {
  outline: none;
}
.tilecell .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1c21;
}
.tilecell .navbar .row img {
  width: auto;
}
.tilecell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilecell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilecell .navbar .row img {
    height: 3rem !important;
  }
  .tilecell .navbar ul.topbox li {
    margin: auto;
  }
  .tilecell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tilecell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilecell .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;
}
.tilecell .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.tilecell .navbar-brand .row a {
  outline: none;
}
@media (min-width: 992px) {
  .tilecell .navbar-brand {
    padding-right: 40px;
  }
}
.tilecell .navbar-expand-lg .topbox .nav-link {
  padding: 0;
}
.tilecell ul.topbox {
  flex-wrap: wrap;
}
.tilecell button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.tilecell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffaa00;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilecell .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .tilecell .navbar-dropdown {
    padding: 0 1rem;
  }
}
.tilecell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilecell .navbar {
    height: 70px;
  }
  .tilecell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilecell .container,
.tilecell .container-fluid {
  flex-wrap: wrap;
}
.tilecell .shiftbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.tilecell .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.tilecell .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .tilecell .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tilecell .navbar-collapse .topbox {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .tilecell .navbar-collapse .workflow-section-btn {
    margin-left: auto;
  }
}
@media (max-width: 577px) {
  .tilecell .navbar-collapse .workflow-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .tilecell .navbar-collapse .workflow-section-btn .btn {
    flex-grow: 1;
  }
}
.tilecell .navbar-collapse .nav-link:hover {
  color: #ffaa00 !important;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c21;
}
.patch .bodybox .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .patch .bodybox .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.patch .bodybox .workflow-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .workflow-section-title {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .nav-wrapper {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.patch .bodybox .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.patch .bodybox .nav-wrapper .list .item-wrap:hover,
.patch .bodybox .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.patch .bodybox .bodycore {
  margin-bottom: 0;
  text-transform: uppercase;
}
.patch .workflow-section-title {
  color: #181824;
  text-align: center;
}
.patch .list,
.patch .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.patch .bodycore {
  color: #ffb41e;
  text-align: center;
}
.patch .workflow-section-title,
.patch .logo-wrapper {
  text-align: center;
  color: #ffaa00;
}
.patch .list,
.patch .item-wrap {
  color: #ffb41e;
  text-align: center;
}
.fieldsetwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.fieldsetwrap .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .fieldsetwrap .row {
    padding: 0 12px;
  }
}
.fieldsetwrap .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #0f0e0e;
  border-radius: 0 0 75% 0;
}
.fieldsetwrap .sectionlayer {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .fieldsetwrap .sectionlayer {
    max-width: 100%;
  }
}
.fieldsetwrap .sectionlayer .workflow-section-title {
  margin-bottom: 16px;
}
.fieldsetwrap .sectionlayer .unitgrid {
  margin-bottom: 0;
}
.fieldsetwrap .unitband {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.fieldsetwrap .unitband .workflow-section-subtitle {
  margin-bottom: 5px;
}
.fieldsetwrap .fieldset {
  z-index: 1;
  position: relative;
}
.fieldsetwrap .fieldset .workflow-section-subtitle {
  margin-bottom: 20px;
}
.fieldsetwrap .fieldset a {
  width: 100%;
  height: 100%;
}
.fieldsetwrap .fieldset a .flexwrap {
  margin-bottom: 5px;
}
.fieldsetwrap .workflow-section-title {
  color: #ffaa00;
  text-align: center;
}
.fieldsetwrap .workflow-section-subtitle {
  color: #f3722f;
}
.fieldsetwrap .unitgrid {
  color: #1e4381;
}
.fieldsetwrap .flexwrap {
  color: #ffffff;
  text-align: justify;
}
.grid {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0f0e0e;
}
.grid .container {
  max-width: 1000px;
}
.grid .unitgrid {
  color: #ffffff;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c21;
}
.patch .bodybox .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .patch .bodybox .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.patch .bodybox .workflow-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .workflow-section-title {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .bodybox .nav-wrapper {
    margin-bottom: 24px;
  }
}
.patch .bodybox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.patch .bodybox .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.patch .bodybox .nav-wrapper .list .item-wrap:hover,
.patch .bodybox .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.patch .bodybox .bodycore {
  margin-bottom: 0;
  text-transform: uppercase;
}
.patch .workflow-section-title {
  color: #181824;
  text-align: center;
}
.patch .list,
.patch .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.patch .bodycore {
  color: #ffb41e;
  text-align: center;
}
.patch .workflow-section-title,
.patch .logo-wrapper {
  text-align: center;
  color: #ffaa00;
}
.patch .list,
.patch .item-wrap {
  color: #ffb41e;
  text-align: center;
}
.tilecell .navbar-dropdown {
  position: relative !important;
}
.tilecell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tilecell .nav-link {
  position: relative;
}
.tilecell .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .tilecell .container {
    flex-wrap: nowrap;
  }
}
.tilecell .nav-item:focus,
.tilecell .nav-link:focus {
  outline: none;
}
.tilecell .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1c21;
}
.tilecell .navbar .row img {
  width: auto;
}
.tilecell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilecell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilecell .navbar .row img {
    height: 3rem !important;
  }
  .tilecell .navbar ul.topbox li {
    margin: auto;
  }
  .tilecell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tilecell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilecell .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;
}
.tilecell .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.tilecell .navbar-brand .row a {
  outline: none;
}
@media (min-width: 992px) {
  .tilecell .navbar-brand {
    padding-right: 40px;
  }
}
.tilecell .navbar-expand-lg .topbox .nav-link {
  padding: 0;
}
.tilecell ul.topbox {
  flex-wrap: wrap;
}
.tilecell button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.tilecell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffaa00;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilecell button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilecell .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .tilecell .navbar-dropdown {
    padding: 0 1rem;
  }
}
.tilecell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilecell .navbar {
    height: 70px;
  }
  .tilecell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilecell .container,
.tilecell .container-fluid {
  flex-wrap: wrap;
}
.tilecell .shiftbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.tilecell .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.tilecell .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .tilecell .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tilecell .navbar-collapse .topbox {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .tilecell .navbar-collapse .workflow-section-btn {
    margin-left: auto;
  }
}
@media (max-width: 577px) {
  .tilecell .navbar-collapse .workflow-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .tilecell .navbar-collapse .workflow-section-btn .btn {
    flex-grow: 1;
  }
}
.tilecell .navbar-collapse .nav-link:hover {
  color: #ffaa00 !important;
}


/* Base Cookie Banner */
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}

.stacklayer {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}

.stacklayer.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: spinIn 0.8s ease-out forwards;
}

.stacklayer p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.stacklayer button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}

#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .stacklayer {
    left: 50%;
    bottom: 16px;
    max-width: 480px;
    width: calc(100% - 32px);
    padding: 15px;
    border-radius: 10px;
    transform: translate(-50%, 0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }

  .stacklayer.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: spinIn 0.8s ease-out forwards;
    transform-origin: center bottom;
  }

  #cookieBanner button,
  .stacklayer button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .stacklayer {
    bottom: 16px;
    width: calc(100% - 16px);
    padding: 10px;
  }

  #cookieBanner button,
  .stacklayer button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes stretchY {
    0%, 100% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(1.5);
    }
}

.navbar-brand {
    animation: stretchY 1.5s ease-in-out 1;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 32px;
  background: rgba(255,255,255,0.08);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ttc-form #customForm {
  width: 100%;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #e9f3ff;
}
.ttc-form #customForm * {
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  background: rgba(5,18,40,0.82) !important;
  border: 1px solid rgba(135,186,255,0.45) !important;
  border-radius: 14px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #e9f3ff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.35);
  transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease, transform .08s ease;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: rgba(9,29,66,0.95) !important;
  border-color: #57b4ff !important;
  box-shadow: 0 0 0 1px rgba(9,176,255,0.7),0 0 22px rgba(87,180,255,0.4);
  transform: translateY(-1px);
}
.ttc-form #customForm textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.ttc-form #customForm ::-moz-placeholder {
  color: rgba(188,210,238,0.85);
}
.ttc-form #customForm ::placeholder {
  color: rgba(188,210,238,0.85);
}
.ttc-form #customForm .contentgrid,
.ttc-form #customForm .sectionrow {
  background: rgba(5,18,40,0.75);
  border-radius: 16px !important;
  border: 1px solid rgba(135,186,255,0.35);
  padding: 16px 16px 14px;
  margin-bottom: 18px;
}
.ttc-form #customForm .outerpad,
.ttc-form #customForm .zonefield {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #e9f3ff;
}
.ttc-form #customForm .tailbox,
.ttc-form #customForm .col {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #57b4ff;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px !important;
  border: none;
  cursor: pointer;
  background: radial-gradient(circle at 20% 0,#ff8000 0,#feff00 45%,#ff4000 100%);
  color: #000000 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .08s ease, box-shadow .16s ease, opacity .16s ease;
}
.ttc-form #customForm .btn:hover {
  transform: translateY(-1px);
  opacity: .97;
}
.ttc-form #customForm .btn:active {
  transform: translateY(0);
  opacity: .94;
}
.ttc-form #customForm .alert {
  border-radius: 14px !important;
  font-size: 14px;
  background: rgba(20,60,20,0.75);
  border: 1px solid rgba(120,255,150,0.5);
  color: #d8ffe6;
  padding: 12px 14px;
  margin-bottom: 16px;
  box-shadow: 0 0 12px rgba(80,255,130,0.25);
}
.ttc-form #customForm a {
  color: #7fd0ff;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm small,
.ttc-form #customForm p {
  color: rgba(214,227,246,0.9);
}
@media (max-width: 991px) {
  .ttc-form {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .ttc-form {
    padding: 20px 14px;
  }
}
/* cssform-end */

.quiz-section {
  background-image: url("images/dry1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}