:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-xxl: 2rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  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;
}

.field {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .field {
    font-size: 4.5rem;
  }
}

.tile {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .tile {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-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);
}

.dock {
  --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;
}
 .dock .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 .dock {
    flex-direction: row;
  }
  .navbar-expand-lg .dock .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);
}

.navwrap {
  --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);
}

.tagbox {
  --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%;
  }
}

.stacklayer {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stacklayer:not(caption) {
  position: absolute !important;
}
.stacklayer * {
  overflow: hidden !important;
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .nodebox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .nodebox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .nodebox.iteration-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .iteration-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@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.iteration-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.iteration-section-title {
  font-style: normal;
  line-height: 1.3;
}

.zonebox {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h4,
.field,
.tile,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

/*! Buttons */
.iteration-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 .iteration-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .iteration-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .nodebox 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 .dock.nav-dropdown {
    display: -webkit-flex;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .iteration-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .iteration-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

ul {
  margin-bottom: 2.3125rem;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.item {
  position: relative;
}
@font-face {
  font-family: 'export2';
  font-display: swap;
  src:  url('fonts/rendering2.eot');
  src:  url('fonts/rendering2.eot') format('embedded-opentype'),
    url('fonts/rendering2.ttf') format('truetype'),
    url('fonts/rendering2.woff') format('woff'),
    url('fonts/rendering2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="branding-"], [class*=" branding-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'export2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.branding-prototype-arrow-next:before {
  content: "\e909";
}
.branding-prototype-arrow-prev:before {
  content: "\e90a";
}

body {
  font-family: DM Sans;
}
.field {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 3rem;
  line-height: 0.7;
}
.field > .iteration-iconfont {
  font-size: 3.75rem;
}
.tile {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.tile > .iteration-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 2.5rem;
  line-height: 0.7;
}
.display-5 > .iteration-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
}
.display-7 > .iteration-iconfont {
  font-size: 1.6875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .field {
    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))));
  }
  .tile {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 767px) {
  .field {
    font-size: 1.65rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #128d80 !important;
  border-color: #128d80 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff !important;
  background-color: #08403a !important;
  border-color: #08403a !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #08403a !important;
  border-color: #08403a !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #128d80 !important;
  color: #ffffff !important;
}
.text-primary {
  color: #128d80 !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #128d80 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #fafafa !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;
}
.navwrap {
  background-color: #70c770;
}
.tagbox {
  background-color: #ff9966;
}
.iteration-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
a,
a:hover {
  color: #128d80;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .iteration-iconfont {
  font-size: 1.5rem;
}
.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: #128d80 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .iteration-iconfont {
  font-size: 1.5rem;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.drawunit .navbar-dropdown {
  position: relative !important;
}
.drawunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.drawunit .nav-link {
  position: relative;
}
.drawunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .drawunit .container {
    flex-wrap: nowrap;
  }
}
.drawunit .dock {
  margin: 0 auto;
}
.drawunit .nav-item:focus,
.drawunit .nav-link:focus {
  outline: none;
}
.drawunit .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: #0e1f26;
  border: none !important;
  box-shadow: none !important;
}
.drawunit .navbar .nodebox img {
  width: auto;
}
.drawunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .drawunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .drawunit .navbar .nodebox img {
    height: 3rem !important;
  }
  .drawunit .navbar ul.dock li {
    margin: auto;
  }
  .drawunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .drawunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .drawunit .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.drawunit .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.drawunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.drawunit .navbar-brand .nodebox a {
  outline: none;
}
.drawunit .navbar-expand-lg .dock .nav-link {
  padding: 0;
}
.drawunit ul.dock {
  flex-wrap: wrap;
}
.drawunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.drawunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.drawunit .navbar-dropdown {
  padding: 0 1rem;
}
.drawunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .drawunit .navbar {
    height: 70px;
  }
  .drawunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.drawunit .container,
.drawunit .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .drawunit .container:before,
  .drawunit .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.drawunit .iteration-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.drawunit .padsegment {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .drawunit .padsegment {
    display: block;
  }
}
@media (max-width: 991px) {
  .drawunit .navbar {
    overflow: hidden;
  }
  .drawunit .container,
  .drawunit .container-fluid {
    min-height: 85px;
  }
  .drawunit .navbar-brand {
    min-height: 85px;
  }
  .drawunit .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .drawunit .dock .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .drawunit .iteration-section-btn {
    text-align: left;
  }
  .drawunit .padsegment {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .drawunit .padsegment:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #0e1f26;
    z-index: 4;
    transition: 0.1s all;
  }
}
.pathwrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b0e19;
}
.pathwrap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .pathwrap .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .pathwrap .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .pathwrap .container {
    padding: 0 20px;
  }
}
.pathwrap .pad .iteration-section-title {
  margin-bottom: 40px;
}
.pathwrap .pad .text-wrapper .zonebox {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .pathwrap .pad .text-wrapper .zonebox {
    width: 100%;
  }
}
.pathwrap .viewnode img {
  height: 650px;
  border-radius: 2rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .pathwrap .viewnode img {
    height: 350px;
  }
}
.pathwrap .iteration-section-title {
  color: #ffffff;
}
.pathwrap .zonebox {
  color: #ffffff;
}
.pathwrap .iteration-section-title,
.pathwrap .iteration-section-btn {
  text-align: center;
}
.pathwrap .zonebox,
.pathwrap .text-wrapper {
  text-align: center;
}
.form {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #155d55;
}
.form .floatbox {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .form .viewnode {
    margin-bottom: 32px;
  }
}
.form .viewnode img {
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .form .viewnode img {
    height: 350px;
  }
}
.form .pad {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .form .pad {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.form .pad .coverunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .form .pad .coverunit {
    margin-bottom: 32px;
  }
}
.form .pad .coverunit .boardwrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .form .pad .coverunit .boardwrap {
    display: block;
  }
}
.form .pad .coverunit .boardwrap .iteration-section-title {
  margin-bottom: 0;
}
.form .pad .text-wrapper .zonebox {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .form .pad .text-wrapper .zonebox {
    width: 100%;
    margin-bottom: 32px;
  }
}
.form .iteration-section-title {
  color: #191c25;
}
.form .zonebox {
  color: #191c25;
}
.form .iteration-section-title,
.form .coverunit {
  text-align: center;
  color: #ffffff;
}
.form .zonebox,
.form .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.dockwrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b0e19;
}
.dockwrap .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .dockwrap .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .dockwrap .container {
    padding: 0 20px;
  }
}
.dockwrap .row {
  justify-content: center;
}
.dockwrap .coverunit .iteration-section-title {
  margin-bottom: 50px;
}
.dockwrap .item {
  margin-bottom: 50px;
}
.dockwrap .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #14d9c4;
}
.dockwrap .item .item-wrapper .anchorbox {
  margin-bottom: 24px;
}
.dockwrap .item .item-wrapper a {
  display: block;
}
.dockwrap .item .item-wrapper a:hover .zonebox {
  text-decoration: underline;
}
.dockwrap .item .item-wrapper a .zonebox {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.dockwrap .iteration-section-title {
  color: #1b1b1b;
}
.dockwrap .anchorbox {
  color: #ffffff;
  text-align: center;
}
.dockwrap .zonebox {
  color: #ffffff;
  text-align: center;
}
.dockwrap .iteration-section-title,
.dockwrap .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.gridmap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e1f26;
}
.gridmap .row {
  justify-content: center;
}
.gridmap .main-content {
  background-color: #114741;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .gridmap .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .gridmap .coverunit {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .iteration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .iteration-section-title {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .text-wrapper .zonebox {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .text-wrapper .zonebox {
    width: 100%;
  }
}
.gridmap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.gridmap .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.gridmap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridmap .list .item-wrap:hover,
.gridmap .list .item-wrap:focus {
  transform: translateX(14px);
}
.gridmap .modulewrap {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.gridmap .iteration-section-title {
  color: #151e11;
}
.gridmap .zonebox {
  color: #151e11;
}
.gridmap .iteration-section-title,
.gridmap .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.gridmap .zonebox,
.gridmap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.gridmap .list,
.gridmap .item-wrap {
  color: #ffffff;
}
.drawunit .navbar-dropdown {
  position: relative !important;
}
.drawunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.drawunit .nav-link {
  position: relative;
}
.drawunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .drawunit .container {
    flex-wrap: nowrap;
  }
}
.drawunit .dock {
  margin: 0 auto;
}
.drawunit .nav-item:focus,
.drawunit .nav-link:focus {
  outline: none;
}
.drawunit .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: #0e1f26;
  border: none !important;
  box-shadow: none !important;
}
.drawunit .navbar .nodebox img {
  width: auto;
}
.drawunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .drawunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .drawunit .navbar .nodebox img {
    height: 3rem !important;
  }
  .drawunit .navbar ul.dock li {
    margin: auto;
  }
  .drawunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .drawunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .drawunit .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.drawunit .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.drawunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.drawunit .navbar-brand .nodebox a {
  outline: none;
}
.drawunit .navbar-expand-lg .dock .nav-link {
  padding: 0;
}
.drawunit ul.dock {
  flex-wrap: wrap;
}
.drawunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.drawunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.drawunit .navbar-dropdown {
  padding: 0 1rem;
}
.drawunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .drawunit .navbar {
    height: 70px;
  }
  .drawunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.drawunit .container,
.drawunit .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .drawunit .container:before,
  .drawunit .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.drawunit .iteration-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.drawunit .padsegment {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .drawunit .padsegment {
    display: block;
  }
}
@media (max-width: 991px) {
  .drawunit .navbar {
    overflow: hidden;
  }
  .drawunit .container,
  .drawunit .container-fluid {
    min-height: 85px;
  }
  .drawunit .navbar-brand {
    min-height: 85px;
  }
  .drawunit .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .drawunit .dock .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .drawunit .iteration-section-btn {
    text-align: left;
  }
  .drawunit .padsegment {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .drawunit .padsegment:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #0e1f26;
    z-index: 4;
    transition: 0.1s all;
  }
}
.contentrow {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b0e19;
}
.contentrow .canvas {
  margin: 0 -10px;
}
.contentrow .card {
  padding: 0 10px;
}
.contentrow .docksegment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #155d55;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .contentrow .docksegment {
    height: auto;
    margin-bottom: 20px;
  }
}
.contentrow .docksegment .coverunit {
  padding: 40px;
}
@media (max-width: 992px) {
  .contentrow .docksegment .coverunit {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.contentrow .docksegment .coverunit .iteration-section-title {
  margin-bottom: 16px;
}
.contentrow .docksegment .coverunit .iteration-section-title span {
  color: #14d9c4;
}
.contentrow .docksegment .coverunit .zonebox {
  margin-bottom: 0;
}
.contentrow .docksegment .iteration-section-btn .btn {
  margin-bottom: 0;
}
.contentrow .clipwrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .contentrow .clipwrap {
    min-height: 350px;
  }
}
.contentrow .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .contentrow .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.contentrow .embla__slide .flexbox {
  width: 100%;
}
.contentrow .embla__slide .flexbox .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .contentrow .embla__slide .flexbox .item-wrapper .item-img img {
    height: 350px;
  }
}
.contentrow .embla__button--next,
.contentrow .embla__button--prev {
  display: flex;
}
.contentrow .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.contentrow .embla__button:disabled {
  cursor: default;
  display: none;
}
.contentrow .embla__button:hover {
  background-color: #ed463f !important;
}
.contentrow .embla__button.embla__button--prev {
  left: 10px;
}
.contentrow .embla__button.embla__button--next {
  right: 10px;
}
.contentrow .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.contentrow .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.contentrow .embla__container {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.contentrow .iteration-section-title {
  color: #404349;
}
.contentrow .zonebox {
  color: #ffffff;
  text-align: center;
}
.contentrow .iteration-section-title,
.contentrow .iteration-section-btn {
  color: #ffffff;
  text-align: center;
}
.footbox {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #155d55;
}
.footbox::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, #14d9c4 0, #14d9c4 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.footbox .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .footbox .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .footbox .container {
    padding: 0 24px;
  }
}
.footbox .row {
  justify-content: center;
}
.footbox .row .card,
.footbox .row .item {
  padding: 0 12px;
}
.footbox .coverunit {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .footbox .coverunit {
    margin-bottom: 32px;
  }
}
.footbox .coverunit .iteration-section-title {
  margin-bottom: 24px;
}
.footbox .coverunit .zonebox {
  margin-bottom: 0;
}
.footbox .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.footbox .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #0b0e19;
  height: 100%;
}
@media (max-width: 992px) {
  .footbox .item .item-wrapper {
    padding: 24px;
  }
}
.footbox .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.footbox .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.footbox .iteration-section-title {
  color: #141414;
  text-align: center;
}
.footbox .zonebox {
  color: #141414;
  text-align: center;
}
.footbox .card-title {
  color: #ffffff;
  text-align: center;
}
.footbox .card-text {
  color: #ffffff;
  text-align: center;
}
.contentbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b0e19;
}
.contentbox .coverunit .iteration-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .contentbox .coverunit .iteration-section-title {
    margin-bottom: 32px;
  }
}
.contentbox .floatbox {
  justify-content: center;
  margin: 0 -14px;
}
.contentbox .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .contentbox .item {
    padding: 0 14px;
  }
}
.contentbox .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  display: flex;
  overflow: hidden;
  background-color: #155d55;
  background-color: transparent;
}
@media (max-width: 992px) {
  .contentbox .item .item-wrapper {
    display: block;
  }
}
.contentbox .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #14d9c4, #155d55 30%);
  opacity: .5;
}
.contentbox .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .contentbox .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.contentbox .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.contentbox .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.contentbox .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .contentbox .item .item-wrapper .item-img {
    width: 100%;
  }
}
.contentbox .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .contentbox .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}
.contentbox .iteration-section-title {
  color: #ffffff;
  text-align: center;
}
.contentbox .item-title {
  color: #ffffff;
  text-align: center;
}
.contentbox .item-text {
  color: #ffffff;
  text-align: center;
}
.areawrap {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #155d55;
}
.areawrap::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, #14d9c4 0, #14d9c4 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.areawrap .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .areawrap .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .areawrap .container {
    padding: 0 24px;
  }
}
.areawrap .row {
  justify-content: center;
}
.areawrap .row .card,
.areawrap .row .item {
  padding: 0 12px;
}
.areawrap .coverunit {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .areawrap .coverunit {
    margin-bottom: 32px;
  }
}
.areawrap .coverunit .iteration-section-title {
  margin-bottom: 24px;
}
.areawrap .coverunit .zonebox {
  margin-bottom: 0;
}
.areawrap .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.areawrap .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #0b0e19;
  height: 100%;
}
@media (max-width: 992px) {
  .areawrap .item .item-wrapper {
    padding: 24px;
  }
}
.areawrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.areawrap .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.areawrap .iteration-section-title {
  color: #141414;
  text-align: center;
}
.areawrap .zonebox {
  color: #141414;
  text-align: center;
}
.areawrap .card-title {
  color: #ffffff;
  text-align: center;
}
.areawrap .card-text {
  color: #ffffff;
  text-align: center;
}
.stage {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b0e19;
}
.stage .coverunit .iteration-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .stage .coverunit .iteration-section-title {
    margin-bottom: 32px;
  }
}
.stage .floatbox {
  justify-content: center;
  margin: 0 -14px;
}
.stage .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .stage .item {
    padding: 0 14px;
  }
}
.stage .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  display: flex;
  overflow: hidden;
  background-color: #155d55;
  background-color: transparent;
}
@media (max-width: 992px) {
  .stage .item .item-wrapper {
    display: block;
  }
}
.stage .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #14d9c4, #155d55 30%);
  opacity: .5;
}
.stage .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .stage .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.stage .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.stage .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.stage .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .stage .item .item-wrapper .item-img {
    width: 100%;
  }
}
.stage .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .stage .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}
.stage .iteration-section-title {
  color: #ffffff;
  text-align: center;
}
.stage .item-title {
  color: #ffffff;
  text-align: center;
}
.stage .item-text {
  color: #ffffff;
  text-align: center;
}
.gridmap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e1f26;
}
.gridmap .row {
  justify-content: center;
}
.gridmap .main-content {
  background-color: #114741;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .gridmap .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .gridmap .coverunit {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .iteration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .iteration-section-title {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .text-wrapper .zonebox {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .text-wrapper .zonebox {
    width: 100%;
  }
}
.gridmap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.gridmap .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.gridmap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridmap .list .item-wrap:hover,
.gridmap .list .item-wrap:focus {
  transform: translateX(14px);
}
.gridmap .modulewrap {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.gridmap .iteration-section-title {
  color: #151e11;
}
.gridmap .zonebox {
  color: #151e11;
}
.gridmap .iteration-section-title,
.gridmap .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.gridmap .zonebox,
.gridmap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.gridmap .list,
.gridmap .item-wrap {
  color: #ffffff;
}
.drawunit .navbar-dropdown {
  position: relative !important;
}
.drawunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.drawunit .nav-link {
  position: relative;
}
.drawunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .drawunit .container {
    flex-wrap: nowrap;
  }
}
.drawunit .dock {
  margin: 0 auto;
}
.drawunit .nav-item:focus,
.drawunit .nav-link:focus {
  outline: none;
}
.drawunit .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: #0e1f26;
  border: none !important;
  box-shadow: none !important;
}
.drawunit .navbar .nodebox img {
  width: auto;
}
.drawunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .drawunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .drawunit .navbar .nodebox img {
    height: 3rem !important;
  }
  .drawunit .navbar ul.dock li {
    margin: auto;
  }
  .drawunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .drawunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .drawunit .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.drawunit .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.drawunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.drawunit .navbar-brand .nodebox a {
  outline: none;
}
.drawunit .navbar-expand-lg .dock .nav-link {
  padding: 0;
}
.drawunit ul.dock {
  flex-wrap: wrap;
}
.drawunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.drawunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.drawunit .navbar-dropdown {
  padding: 0 1rem;
}
.drawunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .drawunit .navbar {
    height: 70px;
  }
  .drawunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.drawunit .container,
.drawunit .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .drawunit .container:before,
  .drawunit .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.drawunit .iteration-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.drawunit .padsegment {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .drawunit .padsegment {
    display: block;
  }
}
@media (max-width: 991px) {
  .drawunit .navbar {
    overflow: hidden;
  }
  .drawunit .container,
  .drawunit .container-fluid {
    min-height: 85px;
  }
  .drawunit .navbar-brand {
    min-height: 85px;
  }
  .drawunit .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .drawunit .dock .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .drawunit .iteration-section-btn {
    text-align: left;
  }
  .drawunit .padsegment {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .drawunit .padsegment:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #0e1f26;
    z-index: 4;
    transition: 0.1s all;
  }
}
.modulebox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #155d55;
}
.modulebox .containwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #14d9c4;
}
.modulebox .docksegment {
  margin: 0;
}
.modulebox .docksegment .card {
  padding: 0;
}
.modulebox .pad {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #14d9c4;
}
@media (max-width: 1640px) {
  .modulebox .pad {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .modulebox .pad {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .modulebox .pad {
    border-right: none;
    border-top: 1px solid #14d9c4;
  }
}
.modulebox .pad .iteration-section-title {
  margin-bottom: 16px;
}
.modulebox .pad .zonebox {
  margin-bottom: 16px;
}
.modulebox .pad .iteration-section-btn {
  width: 100%;
}
.modulebox .pad .iteration-section-btn .btn {
  width: 100%;
}
.modulebox .viewnode {
  height: 100%;
}
.modulebox .viewnode img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .modulebox .viewnode img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.modulebox .iteration-section-title {
  color: #150764;
}
.modulebox .zonebox {
  color: #ffffff;
  text-align: center;
}
.modulebox .iteration-section-title,
.modulebox .iteration-section-btn {
  color: #ffffff;
  text-align: center;
}
.nodewrapunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0e19;
}
.nodewrapunit .icon-wrapper .iteration-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .nodewrapunit .icon-wrapper .iteration-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .nodewrapunit .text-wrapper {
    margin-bottom: 32px;
  }
}
.nodewrapunit .text-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.nodewrapunit .text-wrapper .zonebox {
  margin-bottom: 0;
}
.nodewrapunit .viewnode img {
  width: 100%;
  max-height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 6px 6px 20px #40b0bf;
  border-radius: 10px;
}
.nodewrapunit .iteration-section-title,
.nodewrapunit .iteration-iconfont {
  color: #101511;
}
.nodewrapunit .zonebox {
  color: #ffffff;
  text-align: center;
}
.nodewrapunit .iteration-section-title,
.nodewrapunit .iteration-iconfont,
.nodewrapunit .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.scaffold {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #155d55;
}
.scaffold .containwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #14d9c4;
}
.scaffold .canvas {
  margin: 0;
}
.scaffold .canvas .item {
  padding: 0;
}
.scaffold .canvas .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .scaffold .canvas .item:last-child {
    border-bottom: none !important;
  }
}
.scaffold .canvas .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #14d9c4;
}
@media (max-width: 1640px) {
  .scaffold .canvas .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .scaffold .canvas .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .scaffold .canvas .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #14d9c4;
  }
}
.scaffold .canvas .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .scaffold .canvas .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.scaffold .canvas .item .item-wrapper .item-content .icon-wrapper .iteration-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.scaffold .canvas .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .scaffold .canvas .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.scaffold .canvas .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .scaffold .canvas .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.scaffold .item-title {
  color: #150764;
}
.scaffold .item-text,
.scaffold .desc-wrapper {
  color: #150764;
  text-align: center;
}
.scaffold .item-title,
.scaffold .iteration-section-btn,
.scaffold .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.scaffold .item-text {
  color: #ffffff;
}
.modsegment {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b0e19;
}
.modsegment .icon-wrapper .iteration-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .modsegment .icon-wrapper .iteration-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .modsegment .text-wrapper {
    margin-bottom: 32px;
  }
}
.modsegment .text-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.modsegment .text-wrapper .zonebox {
  margin-bottom: 0;
}
.modsegment .viewnode img {
  width: 100%;
  max-height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 6px 6px 20px #40b0bf;
  border-radius: 10px;
}
.modsegment .iteration-section-title,
.modsegment .iteration-iconfont {
  color: #101511;
}
.modsegment .zonebox {
  color: #ffffff;
  text-align: center;
}
.modsegment .iteration-section-title,
.modsegment .iteration-iconfont,
.modsegment .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.pagebox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #155d55;
}
.pagebox .containwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #14d9c4;
}
.pagebox .canvas {
  margin: 0;
}
.pagebox .canvas .item {
  padding: 0;
}
.pagebox .canvas .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .pagebox .canvas .item:last-child {
    border-bottom: none !important;
  }
}
.pagebox .canvas .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #14d9c4;
}
@media (max-width: 1640px) {
  .pagebox .canvas .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .pagebox .canvas .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .pagebox .canvas .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #14d9c4;
  }
}
.pagebox .canvas .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .pagebox .canvas .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.pagebox .canvas .item .item-wrapper .item-content .icon-wrapper .iteration-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.pagebox .canvas .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .pagebox .canvas .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.pagebox .canvas .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .pagebox .canvas .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.pagebox .item-title {
  color: #150764;
}
.pagebox .item-text,
.pagebox .desc-wrapper {
  color: #150764;
  text-align: center;
}
.pagebox .item-title,
.pagebox .iteration-section-btn,
.pagebox .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.pagebox .item-text {
  color: #ffffff;
}
.rowset {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b0e19;
}
.rowset .icon-wrapper .iteration-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .rowset .icon-wrapper .iteration-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .rowset .text-wrapper {
    margin-bottom: 32px;
  }
}
.rowset .text-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.rowset .text-wrapper .zonebox {
  margin-bottom: 0;
}
.rowset .viewnode img {
  width: 100%;
  max-height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 6px 6px 20px #40b0bf;
  border-radius: 10px;
}
.rowset .iteration-section-title,
.rowset .iteration-iconfont {
  color: #101511;
}
.rowset .zonebox {
  color: #ffffff;
  text-align: center;
}
.rowset .iteration-section-title,
.rowset .iteration-iconfont,
.rowset .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.coretrack {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #155d55;
}
.coretrack .containwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #14d9c4;
}
.coretrack .canvas {
  margin: 0;
}
.coretrack .canvas .item {
  padding: 0;
}
.coretrack .canvas .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .coretrack .canvas .item:last-child {
    border-bottom: none !important;
  }
}
.coretrack .canvas .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #14d9c4;
}
@media (max-width: 1640px) {
  .coretrack .canvas .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .coretrack .canvas .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .coretrack .canvas .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #14d9c4;
  }
}
.coretrack .canvas .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .coretrack .canvas .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.coretrack .canvas .item .item-wrapper .item-content .icon-wrapper .iteration-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.coretrack .canvas .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .coretrack .canvas .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.coretrack .canvas .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .coretrack .canvas .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.coretrack .item-title {
  color: #150764;
}
.coretrack .item-text,
.coretrack .desc-wrapper {
  color: #150764;
  text-align: center;
}
.coretrack .item-title,
.coretrack .iteration-section-btn,
.coretrack .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.coretrack .item-text {
  color: #ffffff;
}
.gridmap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e1f26;
}
.gridmap .row {
  justify-content: center;
}
.gridmap .main-content {
  background-color: #114741;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .gridmap .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .gridmap .coverunit {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .iteration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .iteration-section-title {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .text-wrapper .zonebox {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .text-wrapper .zonebox {
    width: 100%;
  }
}
.gridmap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.gridmap .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.gridmap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridmap .list .item-wrap:hover,
.gridmap .list .item-wrap:focus {
  transform: translateX(14px);
}
.gridmap .modulewrap {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.gridmap .iteration-section-title {
  color: #151e11;
}
.gridmap .zonebox {
  color: #151e11;
}
.gridmap .iteration-section-title,
.gridmap .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.gridmap .zonebox,
.gridmap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.gridmap .list,
.gridmap .item-wrap {
  color: #ffffff;
}
.drawunit .navbar-dropdown {
  position: relative !important;
}
.drawunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.drawunit .nav-link {
  position: relative;
}
.drawunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .drawunit .container {
    flex-wrap: nowrap;
  }
}
.drawunit .dock {
  margin: 0 auto;
}
.drawunit .nav-item:focus,
.drawunit .nav-link:focus {
  outline: none;
}
.drawunit .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: #0e1f26;
  border: none !important;
  box-shadow: none !important;
}
.drawunit .navbar .nodebox img {
  width: auto;
}
.drawunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .drawunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .drawunit .navbar .nodebox img {
    height: 3rem !important;
  }
  .drawunit .navbar ul.dock li {
    margin: auto;
  }
  .drawunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .drawunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .drawunit .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.drawunit .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.drawunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.drawunit .navbar-brand .nodebox a {
  outline: none;
}
.drawunit .navbar-expand-lg .dock .nav-link {
  padding: 0;
}
.drawunit ul.dock {
  flex-wrap: wrap;
}
.drawunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.drawunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.drawunit .navbar-dropdown {
  padding: 0 1rem;
}
.drawunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .drawunit .navbar {
    height: 70px;
  }
  .drawunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.drawunit .container,
.drawunit .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .drawunit .container:before,
  .drawunit .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.drawunit .iteration-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.drawunit .padsegment {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .drawunit .padsegment {
    display: block;
  }
}
@media (max-width: 991px) {
  .drawunit .navbar {
    overflow: hidden;
  }
  .drawunit .container,
  .drawunit .container-fluid {
    min-height: 85px;
  }
  .drawunit .navbar-brand {
    min-height: 85px;
  }
  .drawunit .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .drawunit .dock .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .drawunit .iteration-section-btn {
    text-align: left;
  }
  .drawunit .padsegment {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .drawunit .padsegment:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #0e1f26;
    z-index: 4;
    transition: 0.1s all;
  }
}
.modwrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #14d9c4;
  background-color: #0b0e19;
}
.modwrap .row {
  flex-direction: row-reverse;
}
.modwrap .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .modwrap .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .modwrap .img {
    justify-content: flex-end;
    display: flex;
  }
}
.modwrap .viewnode img {
  border-radius: 50px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid;
  border-color: #14d9c4;
}
@media (min-width: 992px) {
  .modwrap .viewnode img {
    min-height: 840px;
    max-width: 550px;
  }
}
.modwrap .iteration-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .modwrap .iteration-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .modwrap .iteration-section-btn {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .modwrap .iteration-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.modwrap .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.modwrap .btn:hover,
.modwrap .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .modwrap .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.modwrap .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.modwrap .btn:hover:before,
.modwrap .btn:focus:before {
  left: -1px;
  top: -2px;
}
.modwrap .card-title,
.modwrap .iteration-section-btn {
  color: #ffffff;
  text-align: center;
}
.modwrap .zonebox {
  color: #ffffff;
  text-align: center;
}
.gridmap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e1f26;
}
.gridmap .row {
  justify-content: center;
}
.gridmap .main-content {
  background-color: #114741;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .gridmap .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .gridmap .coverunit {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .iteration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .iteration-section-title {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .text-wrapper .zonebox {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .text-wrapper .zonebox {
    width: 100%;
  }
}
.gridmap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.gridmap .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.gridmap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridmap .list .item-wrap:hover,
.gridmap .list .item-wrap:focus {
  transform: translateX(14px);
}
.gridmap .modulewrap {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.gridmap .iteration-section-title {
  color: #151e11;
}
.gridmap .zonebox {
  color: #151e11;
}
.gridmap .iteration-section-title,
.gridmap .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.gridmap .zonebox,
.gridmap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.gridmap .list,
.gridmap .item-wrap {
  color: #ffffff;
}
.drawunit .navbar-dropdown {
  position: relative !important;
}
.drawunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.drawunit .nav-link {
  position: relative;
}
.drawunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .drawunit .container {
    flex-wrap: nowrap;
  }
}
.drawunit .dock {
  margin: 0 auto;
}
.drawunit .nav-item:focus,
.drawunit .nav-link:focus {
  outline: none;
}
.drawunit .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: #0e1f26;
  border: none !important;
  box-shadow: none !important;
}
.drawunit .navbar .nodebox img {
  width: auto;
}
.drawunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .drawunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .drawunit .navbar .nodebox img {
    height: 3rem !important;
  }
  .drawunit .navbar ul.dock li {
    margin: auto;
  }
  .drawunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .drawunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .drawunit .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.drawunit .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.drawunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.drawunit .navbar-brand .nodebox a {
  outline: none;
}
.drawunit .navbar-expand-lg .dock .nav-link {
  padding: 0;
}
.drawunit ul.dock {
  flex-wrap: wrap;
}
.drawunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.drawunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.drawunit .navbar-dropdown {
  padding: 0 1rem;
}
.drawunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .drawunit .navbar {
    height: 70px;
  }
  .drawunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.drawunit .container,
.drawunit .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .drawunit .container:before,
  .drawunit .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.drawunit .iteration-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.drawunit .padsegment {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .drawunit .padsegment {
    display: block;
  }
}
@media (max-width: 991px) {
  .drawunit .navbar {
    overflow: hidden;
  }
  .drawunit .container,
  .drawunit .container-fluid {
    min-height: 85px;
  }
  .drawunit .navbar-brand {
    min-height: 85px;
  }
  .drawunit .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .drawunit .dock .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .drawunit .iteration-section-btn {
    text-align: left;
  }
  .drawunit .padsegment {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .drawunit .padsegment:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #0e1f26;
    z-index: 4;
    transition: 0.1s all;
  }
}
.pane {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0e19;
}
.pane .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #14d9c4 -10%, #155d55 30%, #14d9c4 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .pane .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .pane .card-wrapper {
    margin-bottom: 32px;
  }
}
.pane .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #155d55, #14d9c4, transparent);
  height: 1px;
  width: 100%;
}
.pane .card-wrapper .coverunit {
  width: 42%;
}
@media (max-width: 992px) {
  .pane .card-wrapper .coverunit {
    width: 100%;
    margin-bottom: 22px;
  }
}
.pane .card-wrapper .coverunit .nodemodule {
  margin-bottom: 16px;
}
.pane .card-wrapper .coverunit .zonebox {
  margin-bottom: 0;
}
.pane .iteration-section-btn {
  text-align: right;
}
.pane .nodemodule {
  color: #ffffff;
  text-align: center;
}
.pane .zonebox {
  color: #ffffff;
  text-align: center;
}
.pane label {
  color: #ffffff;
}
.gridmap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e1f26;
}
.gridmap .row {
  justify-content: center;
}
.gridmap .main-content {
  background-color: #114741;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .gridmap .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .gridmap .coverunit {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .iteration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .iteration-section-title {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .text-wrapper .zonebox {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .text-wrapper .zonebox {
    width: 100%;
  }
}
.gridmap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.gridmap .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.gridmap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridmap .list .item-wrap:hover,
.gridmap .list .item-wrap:focus {
  transform: translateX(14px);
}
.gridmap .modulewrap {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.gridmap .iteration-section-title {
  color: #151e11;
}
.gridmap .zonebox {
  color: #151e11;
}
.gridmap .iteration-section-title,
.gridmap .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.gridmap .zonebox,
.gridmap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.gridmap .list,
.gridmap .item-wrap {
  color: #ffffff;
}
.drawunit .navbar-dropdown {
  position: relative !important;
}
.drawunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.drawunit .nav-link {
  position: relative;
}
.drawunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .drawunit .container {
    flex-wrap: nowrap;
  }
}
.drawunit .dock {
  margin: 0 auto;
}
.drawunit .nav-item:focus,
.drawunit .nav-link:focus {
  outline: none;
}
.drawunit .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: #0e1f26;
  border: none !important;
  box-shadow: none !important;
}
.drawunit .navbar .nodebox img {
  width: auto;
}
.drawunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .drawunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .drawunit .navbar .nodebox img {
    height: 3rem !important;
  }
  .drawunit .navbar ul.dock li {
    margin: auto;
  }
  .drawunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .drawunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .drawunit .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.drawunit .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.drawunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.drawunit .navbar-brand .nodebox a {
  outline: none;
}
.drawunit .navbar-expand-lg .dock .nav-link {
  padding: 0;
}
.drawunit ul.dock {
  flex-wrap: wrap;
}
.drawunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.drawunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.drawunit .navbar-dropdown {
  padding: 0 1rem;
}
.drawunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .drawunit .navbar {
    height: 70px;
  }
  .drawunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.drawunit .container,
.drawunit .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .drawunit .container:before,
  .drawunit .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.drawunit .iteration-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.drawunit .padsegment {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .drawunit .padsegment {
    display: block;
  }
}
@media (max-width: 991px) {
  .drawunit .navbar {
    overflow: hidden;
  }
  .drawunit .container,
  .drawunit .container-fluid {
    min-height: 85px;
  }
  .drawunit .navbar-brand {
    min-height: 85px;
  }
  .drawunit .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .drawunit .dock .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .drawunit .iteration-section-btn {
    text-align: left;
  }
  .drawunit .padsegment {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .drawunit .padsegment:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #0e1f26;
    z-index: 4;
    transition: 0.1s all;
  }
}
.trunk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #155d55;
}
.trunk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .trunk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .trunk .container {
    padding: 0;
  }
}
.trunk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .trunk .coverunit {
    padding: 0 16px;
  }
}
.trunk .coverunit .iteration-section-title {
  margin-bottom: 0;
}
.trunk .coverunit .zonebox {
  margin: 30px 0 0 0;
}
.trunk .iteration-section-title {
  color: #ffffff;
  text-align: center;
}
.trunk .zonebox {
  color: #ffffff;
}
.gridmap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e1f26;
}
.gridmap .row {
  justify-content: center;
}
.gridmap .main-content {
  background-color: #114741;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .gridmap .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .gridmap .coverunit {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .iteration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .iteration-section-title {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .text-wrapper .zonebox {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .text-wrapper .zonebox {
    width: 100%;
  }
}
.gridmap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.gridmap .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.gridmap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridmap .list .item-wrap:hover,
.gridmap .list .item-wrap:focus {
  transform: translateX(14px);
}
.gridmap .modulewrap {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.gridmap .iteration-section-title {
  color: #151e11;
}
.gridmap .zonebox {
  color: #151e11;
}
.gridmap .iteration-section-title,
.gridmap .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.gridmap .zonebox,
.gridmap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.gridmap .list,
.gridmap .item-wrap {
  color: #ffffff;
}
.patch .navbar-dropdown {
  position: relative !important;
}
.patch .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.patch .nav-link {
  position: relative;
}
.patch .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .patch .container {
    flex-wrap: nowrap;
  }
}
.patch .dock {
  margin: 0 auto;
}
.patch .nav-item:focus,
.patch .nav-link:focus {
  outline: none;
}
.patch .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: #0e1f26;
  border: none !important;
  box-shadow: none !important;
}
.patch .navbar .nodebox img {
  width: auto;
}
.patch .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .patch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .patch .navbar .nodebox img {
    height: 3rem !important;
  }
  .patch .navbar ul.dock li {
    margin: auto;
  }
  .patch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .patch .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .patch .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.patch .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.patch .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.patch .navbar-brand .nodebox a {
  outline: none;
}
.patch .navbar-expand-lg .dock .nav-link {
  padding: 0;
}
.patch ul.dock {
  flex-wrap: wrap;
}
.patch button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.patch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.patch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.patch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.patch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.patch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.patch .navbar-dropdown {
  padding: 0 1rem;
}
.patch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .patch .navbar {
    height: 70px;
  }
  .patch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.patch .container,
.patch .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .patch .container:before,
  .patch .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.patch .iteration-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.patch .padsegment {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .patch .padsegment {
    display: block;
  }
}
@media (max-width: 991px) {
  .patch .navbar {
    overflow: hidden;
  }
  .patch .container,
  .patch .container-fluid {
    min-height: 85px;
  }
  .patch .navbar-brand {
    min-height: 85px;
  }
  .patch .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .patch .dock .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .patch .iteration-section-btn {
    text-align: left;
  }
  .patch .padsegment {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .patch .padsegment:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #0e1f26;
    z-index: 4;
    transition: 0.1s all;
  }
}
.hold {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #155d55;
}
.hold .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .hold .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .hold .container {
    padding: 0;
  }
}
.hold .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .hold .coverunit {
    padding: 0 16px;
  }
}
.hold .coverunit .iteration-section-title {
  margin-bottom: 0;
}
.hold .coverunit .zonebox {
  margin: 30px 0 0 0;
}
.hold .iteration-section-title {
  color: #ffffff;
  text-align: center;
}
.hold .zonebox {
  color: #ffffff;
}
.gridmap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e1f26;
}
.gridmap .row {
  justify-content: center;
}
.gridmap .main-content {
  background-color: #114741;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .gridmap .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .gridmap .coverunit {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .iteration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .iteration-section-title {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .text-wrapper .zonebox {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .text-wrapper .zonebox {
    width: 100%;
  }
}
.gridmap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.gridmap .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.gridmap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridmap .list .item-wrap:hover,
.gridmap .list .item-wrap:focus {
  transform: translateX(14px);
}
.gridmap .modulewrap {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.gridmap .iteration-section-title {
  color: #151e11;
}
.gridmap .zonebox {
  color: #151e11;
}
.gridmap .iteration-section-title,
.gridmap .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.gridmap .zonebox,
.gridmap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.gridmap .list,
.gridmap .item-wrap {
  color: #ffffff;
}
.nodeband .navbar-dropdown {
  position: relative !important;
}
.nodeband .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nodeband .nav-link {
  position: relative;
}
.nodeband .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodeband .container {
    flex-wrap: nowrap;
  }
}
.nodeband .dock {
  margin: 0 auto;
}
.nodeband .nav-item:focus,
.nodeband .nav-link:focus {
  outline: none;
}
.nodeband .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: #0e1f26;
  border: none !important;
  box-shadow: none !important;
}
.nodeband .navbar .nodebox img {
  width: auto;
}
.nodeband .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodeband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeband .navbar .nodebox img {
    height: 3rem !important;
  }
  .nodeband .navbar ul.dock li {
    margin: auto;
  }
  .nodeband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodeband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nodeband .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nodeband .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodeband .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nodeband .navbar-brand .nodebox a {
  outline: none;
}
.nodeband .navbar-expand-lg .dock .nav-link {
  padding: 0;
}
.nodeband ul.dock {
  flex-wrap: wrap;
}
.nodeband button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.nodeband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodeband .navbar-dropdown {
  padding: 0 1rem;
}
.nodeband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeband .navbar {
    height: 70px;
  }
  .nodeband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodeband .container,
.nodeband .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .nodeband .container:before,
  .nodeband .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.nodeband .iteration-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.nodeband .padsegment {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .nodeband .padsegment {
    display: block;
  }
}
@media (max-width: 991px) {
  .nodeband .navbar {
    overflow: hidden;
  }
  .nodeband .container,
  .nodeband .container-fluid {
    min-height: 85px;
  }
  .nodeband .navbar-brand {
    min-height: 85px;
  }
  .nodeband .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .nodeband .dock .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .nodeband .iteration-section-btn {
    text-align: left;
  }
  .nodeband .padsegment {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .nodeband .padsegment:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #0e1f26;
    z-index: 4;
    transition: 0.1s all;
  }
}
.slotwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #155d55;
}
.slotwrap .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .slotwrap .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .slotwrap .container {
    padding: 0;
  }
}
.slotwrap .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .slotwrap .coverunit {
    padding: 0 16px;
  }
}
.slotwrap .coverunit .iteration-section-title {
  margin-bottom: 0;
}
.slotwrap .coverunit .zonebox {
  margin: 30px 0 0 0;
}
.slotwrap .iteration-section-title {
  color: #ffffff;
  text-align: center;
}
.slotwrap .zonebox {
  color: #ffffff;
}
.gridmap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e1f26;
}
.gridmap .row {
  justify-content: center;
}
.gridmap .main-content {
  background-color: #114741;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .gridmap .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .gridmap .coverunit {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .iteration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .iteration-section-title {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .text-wrapper .zonebox {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .text-wrapper .zonebox {
    width: 100%;
  }
}
.gridmap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.gridmap .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.gridmap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridmap .list .item-wrap:hover,
.gridmap .list .item-wrap:focus {
  transform: translateX(14px);
}
.gridmap .modulewrap {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.gridmap .iteration-section-title {
  color: #151e11;
}
.gridmap .zonebox {
  color: #151e11;
}
.gridmap .iteration-section-title,
.gridmap .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.gridmap .zonebox,
.gridmap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.gridmap .list,
.gridmap .item-wrap {
  color: #ffffff;
}
.node .navbar-dropdown {
  position: relative !important;
}
.node .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.node .nav-link {
  position: relative;
}
.node .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .node .container {
    flex-wrap: nowrap;
  }
}
.node .dock {
  margin: 0 auto;
}
.node .nav-item:focus,
.node .nav-link:focus {
  outline: none;
}
.node .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: #0e1f26;
  border: none !important;
  box-shadow: none !important;
}
.node .navbar .nodebox img {
  width: auto;
}
.node .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .node .navbar .nav-item .nav-link::before {
    display: none;
  }
  .node .navbar .nodebox img {
    height: 3rem !important;
  }
  .node .navbar ul.dock li {
    margin: auto;
  }
  .node .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .node .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .node .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.node .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.node .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.node .navbar-brand .nodebox a {
  outline: none;
}
.node .navbar-expand-lg .dock .nav-link {
  padding: 0;
}
.node ul.dock {
  flex-wrap: wrap;
}
.node button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.node button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.node button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.node button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.node button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.node button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.node .navbar-dropdown {
  padding: 0 1rem;
}
.node a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .node .navbar {
    height: 70px;
  }
  .node .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.node .container,
.node .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .node .container:before,
  .node .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.node .iteration-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.node .padsegment {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .node .padsegment {
    display: block;
  }
}
@media (max-width: 991px) {
  .node .navbar {
    overflow: hidden;
  }
  .node .container,
  .node .container-fluid {
    min-height: 85px;
  }
  .node .navbar-brand {
    min-height: 85px;
  }
  .node .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .node .dock .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .node .iteration-section-btn {
    text-align: left;
  }
  .node .padsegment {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .node .padsegment:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #0e1f26;
    z-index: 4;
    transition: 0.1s all;
  }
}
.layoutgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #155d55;
}
.layoutgrid .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .layoutgrid .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .layoutgrid .container {
    padding: 0;
  }
}
.layoutgrid .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .layoutgrid .coverunit {
    padding: 0 16px;
  }
}
.layoutgrid .coverunit .iteration-section-title {
  margin-bottom: 0;
}
.layoutgrid .coverunit .zonebox {
  margin: 30px 0 0 0;
}
.layoutgrid .iteration-section-title {
  color: #ffffff;
  text-align: center;
}
.layoutgrid .zonebox {
  color: #ffffff;
}
.gridmap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e1f26;
}
.gridmap .row {
  justify-content: center;
}
.gridmap .main-content {
  background-color: #114741;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .gridmap .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .gridmap .coverunit {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .iteration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .iteration-section-title {
    margin-bottom: 30px;
  }
}
.gridmap .coverunit .text-wrapper .zonebox {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gridmap .coverunit .text-wrapper .zonebox {
    width: 100%;
  }
}
.gridmap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.gridmap .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.gridmap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridmap .list .item-wrap:hover,
.gridmap .list .item-wrap:focus {
  transform: translateX(14px);
}
.gridmap .modulewrap {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.gridmap .iteration-section-title {
  color: #151e11;
}
.gridmap .zonebox {
  color: #151e11;
}
.gridmap .iteration-section-title,
.gridmap .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.gridmap .zonebox,
.gridmap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.gridmap .list,
.gridmap .item-wrap {
  color: #ffffff;
}

/* Base Cookie Banner */
.deck {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.deck.show {
    visibility: visible;
    opacity: 1;
}

.deck p {
    margin: 0;
    font-size: 14px;
}

.deck a {
    color: #424a4d;
    text-decoration: underline;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .deck {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
}
/* Finish Cookie Banner */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.deck {
  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;
  animation: coolIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#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 {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#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) {
  .deck {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .deck {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes bounceIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: bounceIn 0.5s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 23: underline grow */
a, button, .btn {
  position: relative;
  text-decoration: none;
}
a::after, button::after, .btn::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  height: 2px;
  width: 0;
  background: #000;
  transition: width 0.2s ease;
}
a:active::after, button:active::after, .btn:active::after {
  width: 100%;
}
/* endmainanimations */
.quiz-section {
  background-image: url("images/river1.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;
}
.deck.show {
  visibility: visible;
  opacity: 1;
}
