:root {

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --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-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


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;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[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;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.holdunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .holdunit {
    font-size: 5rem;
  }
}

.rowholder {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .rowholder {
    font-size: 4.5rem;
  }
}

.ridge {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .ridge {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 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-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-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.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, .btn.disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
 .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.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, .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);
}

.linedockbox {
  --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;
}
 .linedockbox .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.linedockbox .dropdown-menu {
  position: static;
}

.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 .linedockbox {
    flex-direction: row;
  }
  .navbar-expand-lg .linedockbox .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .linedockbox .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);
}

.sectionwrap {
  --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);
}

.sectionlayer {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !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-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-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 .stepunit {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .stepunit img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.dropdown-menu .dropdown-item:focus {
  outline: 0; }

.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.dropdown-toggle {
      margin-right: 2.583em; }
      .nav-dropdown .link.dropdown-toggle::after {
        margin-left: .25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0; }
      .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
        margin: 0;
        padding: 0.667em 3.263em  0.667em 1.667em; }
  .nav-dropdown .link::after,
  .nav-dropdown .dropdown-item::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; }
  .nav-dropdown .dropdown-menu {
    border-radius: 0;
    border: 0;
    left: 0;
    margin: 0;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: relative; }
  .nav-dropdown .dropdown-item {
    font-weight: 500;
    line-height: 2;
    padding: 0.3846em 4.615em 0.3846em 1.5385em;
    position: relative;
    transition: color .2s ease-in-out, background-color .2s ease-in-out; }
    .nav-dropdown .dropdown-item::after {
      margin-top: -0.3077em;
      position: absolute;
      right: 1.1538em;
      top: 50%; }
    .nav-dropdown .dropdown-item:focus, .nav-dropdown .dropdown-item:hover {
      background: none; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.layer-section-title {
  font-style: normal;
  line-height: 1.3;
}

.layer-section-subtitle {
  line-height: 1.3;
}

.anchorbox {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.holdunit,
.rowholder,
.ridge,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */
.wrapunit {
  color: #ffffff;
}

/*! Text-aligns */
.box {
  text-align: left;
}

.domtrack {
  text-align: center;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {

  .media {
    width: auto;
  }
}
/*! Buttons */
.layer-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 .layer-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.depthbox .modlayer {
  min-height: 100vh;
}

.depthbox {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .stepunit 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 .linedockbox.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.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 .layer-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;
}

.modlayer {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
@font-face {
  font-family: 'script2';
  font-display: swap;
  src:  url('fonts/interactive2.eot');
  src:  url('fonts/interactive2.eot') format('embedded-opentype'),
    url('fonts/interactive2.ttf') format('truetype'),
    url('fonts/interactive2.woff') format('woff'),
    url('fonts/interactive2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Hanken Grotesk;
}
.holdunit {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 4.2rem;
  line-height: 76px;
}
.rowholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 2.8rem;
  line-height: 61px;
}
.ridge {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-5 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 2.25rem;
  line-height: 49px;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.55;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .holdunit {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .holdunit {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .rowholder {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .ridge {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
}
.btn-primary,
.btn-primary:active {
  background-color: #101511 !important;
  border-color: #101511 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cf5027 !important;
  border-color: #cf5027 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #863419 !important;
  border-color: #863419 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #863419 !important;
  border-color: #863419 !important;
}
.text-primary {
  color: #101511 !important;
}
.text-secondary {
  color: #cf5027 !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #792f17 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.sectionwrap {
  background-color: #70c770;
}
.sectionlayer {
  background-color: #000000;
}
a,
a:hover {
  color: #101511;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #101511 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.layer-section-btn .btn,
.layer-section-btn-main .btn {
  min-height: 77px;
  min-width: 280px;
  padding: 9px 15px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .layer-section-btn .btn,
  .layer-section-btn-main .btn {
    min-height: 71px;
    min-width: 180px;
  }
}
.layer-section-btn .btn:hover,
.layer-section-btn-main .btn:hover,
.layer-section-btn .btn:focus,
.layer-section-btn-main .btn:focus {
  color: #101511 !important;
  border: none;
  background-color: #cf5027 !important;
}
.slotwrap {
  background-color: transparent;
}
.slotwrap .navbar-dropdown {
  background-color: #060b17 !important;
  padding: 0;
}
.slotwrap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060b17 !important;
  background: #060b17;
}
.slotwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .slotwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .slotwrap .menu_box .navbar-collapse {
    background-color: #060b17 !important;
    transition: all 0s ease 0s;
  }
}
.slotwrap .navbar-dropdown {
  position: relative !important;
}
.slotwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.slotwrap .btn:hover {
  box-shadow: none;
}
.slotwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .slotwrap .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .slotwrap .nav-item {
    margin: 0 !important;
  }
}
.slotwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.slotwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9a3818;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.slotwrap .nav-item .nav-link:hover::before,
.slotwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.slotwrap .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .slotwrap .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
}
@media (max-width: 991px) {
  
  .slotwrap .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .slotwrap .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.slotwrap .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.slotwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.slotwrap .container {
  display: flex;
  margin: auto;
}
.slotwrap .linedockbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox {
    margin: 0;
  }
}
.slotwrap .dropdown-menu {
  background-color: false !important;
}
.slotwrap .nav-item:focus,
.slotwrap .nav-link:focus {
  outline: none;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.slotwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .slotwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.slotwrap .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.slotwrap .navbar .stepunit img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.slotwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .slotwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .slotwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .slotwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .slotwrap .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .slotwrap .navbar .stepunit img {
    height: 3rem !important;
  }
  .slotwrap .navbar ul.linedockbox {
    overflow: hidden;
  }
  .slotwrap .navbar ul.linedockbox li {
    margin: 0;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .slotwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .slotwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.slotwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.slotwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.slotwrap .navbar-brand .stepunit a {
  outline: none;
}

.slotwrap .dropdown-item:active {
  background-color: transparent;
}
.slotwrap .navbar-expand-lg .linedockbox .nav-link {
  margin: 8px 12px !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.slotwrap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.slotwrap .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.slotwrap ul.linedockbox {
  flex-wrap: wrap;
  padding: 0;
}
.slotwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060b17;
  background: #cf5027;
}
.slotwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.slotwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slotwrap .navbar {
    height: 70px;
  }
  .slotwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.slotwrap .navbar-dropdown .stepunit {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .slotwrap .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.slotwrap .layer-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.slotwrap .navbar-caption:hover {
  color: #101511;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.slotwrap .layer-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.slotwrap .navbar-caption {
  color: #202020;
}
.slotwrap .anchorbox {
  color: #ffffff;
  text-align: center;
}
.slotwrap .layer-section-subtitle,
.slotwrap .layer-section-btn {
  text-align: center;
}
.slotwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.alignunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cf5027;
}
.alignunit img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #101511;
}
@media (max-width: 767px) {
  .alignunit img {
    margin-top: 2rem;
  }
}
.alignunit .row {
  background: #191c23;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .alignunit .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.alignunit .anchorbox,
.alignunit .layer-section-btn {
  text-align: center;
  color: #ffffff;
}
.alignunit .layer-section-title {
  text-align: center;
  color: #ffffff;
}
.alignunit .layer-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.tileunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b272e;
}
.tileunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .tileunit .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .tileunit .container {
    padding: 0 24px;
  }
}
.tileunit .row {
  justify-content: center;
}
.tileunit .maparea {
  border-radius: 40px;
  background-color: #191c23;
  padding: 64px;
}
@media (max-width: 992px) {
  .tileunit .maparea {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .tileunit .maparea {
    padding: 32px;
  }
}
.tileunit .maparea .layer-section-title {
  margin-bottom: 0;
}
.tileunit .maparea .anchorbox {
  margin: 16px 0 0;
}
.tileunit .layer-section-title {
  color: #ffffff;
  text-align: center;
}
.tileunit .anchorbox {
  color: #ffffff;
}
.nodetrack {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #191c23;
}
@media (max-width: 992px) {
  .nodetrack .card-wrapper {
    margin-bottom: 2rem;
  }
}
.nodetrack img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .nodetrack img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.nodetrack .card {
  margin-bottom: 3rem;
}
.nodetrack .row {
  justify-content: center;
}
.nodetrack .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
@media (max-width: 992px) {
  .nodetrack .md-pb {
    margin-bottom: 2rem;
  }
}
.nodetrack .layer-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.nodetrack .card-text {
  color: #ffffff;
}
.nodetrack .card-title {
  color: #cf5027;
  text-align: left;
}
.nodetrack .layer-section-title {
  text-align: center;
  color: #ffffff;
}
.blockwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cf5027;
}
.blockwrap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .blockwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .blockwrap .container {
    padding: 0 30px;
  }
}
.blockwrap .card-wrapper {
  overflow: hidden;
  padding: 50px;
  border-radius: 3em;
  background-color: #191c23;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .blockwrap .card-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.blockwrap .card-wrapper .card-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .blockwrap .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.blockwrap .card-wrapper .card-wrap:last-child {
  width: 40%;
  margin-left: 70px;
  margin-left: 0;
  margin-right: 70px;
}
@media (max-width: 992px) {
  .blockwrap .card-wrapper .card-wrap:last-child {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .blockwrap .card-wrapper .card-wrap:last-child {
    margin: 0;
    width: 100%;
  }
}
.blockwrap .card-wrapper .card-wrap .layer-card-title {
  margin-bottom: 16px;
}
.blockwrap .card-wrapper .card-wrap .anchorbox {
  margin-bottom: 0;
}
.blockwrap .card-wrapper .card-wrap .modularbox {
  display: flex;
  align-items: center;
}
.blockwrap .card-wrapper .card-wrap .modularbox .routebox {
  border: 5px solid #9a3818;
  width: 100%;
  height: 160px;
  border-radius: 100%;
  transform: rotate(15deg);
  height: 100px;
}
@media (max-width: 992px) {
  .blockwrap .card-wrapper .card-wrap .modularbox .routebox {
    display: none;
  }
}
.blockwrap .card-wrapper .card-wrap .modularbox img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: -30%;
  margin-right: 0;
}
.blockwrap .layer-card-title {
  color: #ffffff;
  text-align: center;
}
.blockwrap .pack {
  color: #2B2B2B;
}
.blockwrap .anchorbox {
  color: #ffffff;
}
.dockband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c23;
}
.dockband .row {
  margin: 0 -8px;
}
.dockband .row .card {
  padding: 0 8px;
}
.dockband .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #1b272e;
}
@media (max-width: 1440px) {
  .dockband .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .dockband .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.dockband .card-wrapper .layer-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .dockband .card-wrapper .layer-section-title {
    margin-bottom: 24px;
  }
}
.dockband .card-wrapper .card-wrap .text-wrapper .anchorbox {
  margin-bottom: 24px;
}
.dockband .card-wrapper .card-wrap .layer-section-btn .btn {
  margin-bottom: 0;
}
.dockband .modularbox {
  height: 100%;
}
.dockband .modularbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .dockband .modularbox img {
    height: 300px;
  }
}
.dockband .layer-section-title {
  color: #2c2c26;
}
.dockband .anchorbox,
.dockband .text-wrapper {
  color: #ffffff;
}
.dockband .layer-section-title,
.dockband .layer-section-btn {
  color: #ffffff;
  text-align: center;
}
.bandwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1b272e;
}
.bandwrap .row {
  position: relative;
}
.bandwrap .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1b272e 50%, #1b272e);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .bandwrap .row .blur-circle {
    display: none;
  }
}
.bandwrap .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .bandwrap .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .bandwrap .row {
    padding: 0 24px;
  }
}
.bandwrap .title {
  display: flex;
  align-items: center;
}
.bandwrap .partwrapbox {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .bandwrap .partwrapbox {
    margin-bottom: 32px;
  }
}
.bandwrap .partwrapbox .layer-section-title {
  margin-bottom: 10px;
}
.bandwrap .partwrapbox .layer-section-title span {
  position: relative;
  z-index: 1;
}
.bandwrap .partwrapbox .layer-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #9a3818;
  z-index: -1;
}
.bandwrap .partwrapbox .anchorbox {
  margin-bottom: 0;
}
.bandwrap .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #191c23;
  z-index: 2;
}
.bandwrap .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #cf5027;
  border-radius: 100%;
  margin-right: 16px;
}
.bandwrap .card .card-number .pack {
  margin-bottom: 0;
}
.bandwrap .card .layer-card-title {
  margin-bottom: 0;
  width: 80%;
}
.bandwrap .layer-section-title {
  color: #f4efe8;
}
.bandwrap .anchorbox {
  color: #f4efe8;
  text-align: center;
}
.bandwrap .pack {
  color: #111111;
}
.bandwrap .layer-card-title {
  color: #ffffff;
}
.bandwrap .layer-section-btn {
  margin-top: 20px;
}
.bandwrap .layer-section-title,
.bandwrap .layer-section-btn {
  text-align: center;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}
.slotwrap {
  background-color: transparent;
}
.slotwrap .navbar-dropdown {
  background-color: #060b17 !important;
  padding: 0;
}
.slotwrap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060b17 !important;
  background: #060b17;
}
.slotwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .slotwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .slotwrap .menu_box .navbar-collapse {
    background-color: #060b17 !important;
    transition: all 0s ease 0s;
  }
}
.slotwrap .navbar-dropdown {
  position: relative !important;
}
.slotwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.slotwrap .btn:hover {
  box-shadow: none;
}
.slotwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .slotwrap .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .slotwrap .nav-item {
    margin: 0 !important;
  }
}
.slotwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.slotwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9a3818;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.slotwrap .nav-item .nav-link:hover::before,
.slotwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.slotwrap .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .slotwrap .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
}
@media (max-width: 991px) {
  
  .slotwrap .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .slotwrap .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.slotwrap .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.slotwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.slotwrap .container {
  display: flex;
  margin: auto;
}
.slotwrap .linedockbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox {
    margin: 0;
  }
}
.slotwrap .dropdown-menu {
  background-color: false !important;
}
.slotwrap .nav-item:focus,
.slotwrap .nav-link:focus {
  outline: none;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.slotwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .slotwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.slotwrap .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.slotwrap .navbar .stepunit img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.slotwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .slotwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .slotwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .slotwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .slotwrap .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .slotwrap .navbar .stepunit img {
    height: 3rem !important;
  }
  .slotwrap .navbar ul.linedockbox {
    overflow: hidden;
  }
  .slotwrap .navbar ul.linedockbox li {
    margin: 0;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .slotwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .slotwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.slotwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.slotwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.slotwrap .navbar-brand .stepunit a {
  outline: none;
}

.slotwrap .dropdown-item:active {
  background-color: transparent;
}
.slotwrap .navbar-expand-lg .linedockbox .nav-link {
  margin: 8px 12px !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.slotwrap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.slotwrap .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.slotwrap ul.linedockbox {
  flex-wrap: wrap;
  padding: 0;
}
.slotwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060b17;
  background: #cf5027;
}
.slotwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.slotwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slotwrap .navbar {
    height: 70px;
  }
  .slotwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.slotwrap .navbar-dropdown .stepunit {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .slotwrap .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.slotwrap .layer-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.slotwrap .navbar-caption:hover {
  color: #101511;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.slotwrap .layer-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.slotwrap .navbar-caption {
  color: #202020;
}
.slotwrap .anchorbox {
  color: #ffffff;
  text-align: center;
}
.slotwrap .layer-section-subtitle,
.slotwrap .layer-section-btn {
  text-align: center;
}
.slotwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.neutralbox {
  background-image: url("images/soft1.jpg");
}
.neutralbox .card-wrapper {
  padding: 120px 80px;
  background-color: #191c23;
}
@media (max-width: 1440px) {
  .neutralbox .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .neutralbox .card-wrapper {
    padding: 40px 20px;
  }
}
.neutralbox .card-wrapper .headbox {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .neutralbox .card-wrapper .headbox {
    margin-bottom: 20px;
  }
}
.neutralbox .card-wrapper .headbox .stackbox {
  display: inline-block;
  padding: 6px 20px;
  background-color: #cf5027;
  margin-bottom: 0;
}
.neutralbox .card-wrapper .layer-section-title {
  margin-bottom: 20px;
}
.neutralbox .card-wrapper .text-wrapper .anchorbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .neutralbox .card-wrapper .text-wrapper .anchorbox {
    width: 80%;
  }
}
.neutralbox .layer-section-title {
  color: #19171c;
}
.neutralbox .stackbox,
.neutralbox .headbox {
  color: #ffffff;
  text-align: center;
}
.neutralbox .anchorbox,
.neutralbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.neutralbox .layer-section-title,
.neutralbox .layer-section-btn {
  text-align: center;
  color: #ffffff;
}
.boxareaunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b272e;
}
.boxareaunit .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .boxareaunit .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .boxareaunit .container {
    padding: 0 26px;
  }
}
.boxareaunit .row {
  margin: 0;
}
@media (max-width: 992px) {
  .boxareaunit .row {
    margin: 0 -12px;
  }
}
.boxareaunit .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.boxareaunit .card:first-child {
  border-right: 1px solid #cf5027;
}
@media (max-width: 992px) {
  .boxareaunit .card:first-child {
    border: none;
  }
}
.boxareaunit .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #cf5027;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .boxareaunit .card:first-child::before {
    display: none;
  }
}
.boxareaunit .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .boxareaunit .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .boxareaunit .card {
    padding: 0 12px;
  }
}
.boxareaunit .modularbox {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .boxareaunit .modularbox {
    padding: 0 0 40px 0;
  }
}
.boxareaunit .modularbox img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .boxareaunit .modularbox img {
    height: 300px;
  }
}
.boxareaunit .partwrapbox .root {
  padding: 40px;
}
@media (max-width: 992px) {
  .boxareaunit .partwrapbox .root {
    padding: 0;
  }
}
.boxareaunit .partwrapbox .root .layer-section-title {
  margin-bottom: 18px;
}
.boxareaunit .partwrapbox .root .anchorbox {
  margin-bottom: 0;
}
.boxareaunit .layer-section-title {
  color: #ffffff;
}
.boxareaunit .anchorbox {
  color: #ffffff;
}
.gridcell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cf5027;
}
.gridcell .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .gridcell .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .gridcell .container {
    padding: 0;
  }
}
.gridcell .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .gridcell .partwrapbox {
    padding: 0 16px;
  }
}
.gridcell .partwrapbox .layer-section-title {
  margin-bottom: 0;
}
.gridcell .partwrapbox .anchorbox {
  margin: 30px 0 0 0;
}
.gridcell .layer-section-title {
  color: #ffffff;
  text-align: center;
}
.gridcell .anchorbox {
  color: #ffffff;
}
.flexbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c23;
}
.flexbox .partwrapbox .layer-section-title {
  margin-bottom: 64px;
}
.flexbox .partwrapbox .layer-section-title span {
  color: #cf5027;
}
@media (max-width: 992px) {
  .flexbox .partwrapbox .layer-section-title {
    margin-bottom: 46px;
  }
}
.flexbox .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .flexbox .item {
    margin-bottom: 16px;
  }
}
.flexbox .item:last-child {
  margin-bottom: 0;
}
.flexbox .item:hover .item-wrapper .item-img img,
.flexbox .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.flexbox .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .flexbox .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.flexbox .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .flexbox .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.flexbox .item .item-wrapper .item-content .item-title_1,
.flexbox .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.flexbox .item .item-wrapper .item-content .item-text_1,
.flexbox .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.flexbox .item .item-wrapper .item-content .layer-section-btn .btn {
  margin-bottom: 0;
}
.flexbox .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .flexbox .item .item-wrapper .item-img {
    width: 100%;
  }
}
.flexbox .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .flexbox .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.flexbox .item .card_1 {
  background-color: #cf5027;
}
.flexbox .item .card_2 {
  background-color: #cf5027;
}
.flexbox .layer-section-title {
  color: #ffffff;
  text-align: left;
}
.flexbox .item-title_1 {
  color: #ffffff;
  text-align: center;
}
.flexbox .item-title_2 {
  color: #ffffff;
  text-align: center;
}
.flexbox .item-text_1 {
  color: #f5a11b;
}
.flexbox .item-text_2 {
  color: #ff543d;
}
.flexbox .item-text_1,
.flexbox .layer-section-btn {
  color: #ffffff;
  text-align: left;
}
.flexbox .item-text_2,
.flexbox .layer-section-btn {
  color: #ffffff;
  text-align: left;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}
.slotwrap {
  background-color: transparent;
}
.slotwrap .navbar-dropdown {
  background-color: #060b17 !important;
  padding: 0;
}
.slotwrap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060b17 !important;
  background: #060b17;
}
.slotwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .slotwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .slotwrap .menu_box .navbar-collapse {
    background-color: #060b17 !important;
    transition: all 0s ease 0s;
  }
}
.slotwrap .navbar-dropdown {
  position: relative !important;
}
.slotwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.slotwrap .btn:hover {
  box-shadow: none;
}
.slotwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .slotwrap .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .slotwrap .nav-item {
    margin: 0 !important;
  }
}
.slotwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.slotwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9a3818;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.slotwrap .nav-item .nav-link:hover::before,
.slotwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.slotwrap .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .slotwrap .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
}
@media (max-width: 991px) {
  
  .slotwrap .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .slotwrap .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.slotwrap .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.slotwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.slotwrap .container {
  display: flex;
  margin: auto;
}
.slotwrap .linedockbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox {
    margin: 0;
  }
}
.slotwrap .dropdown-menu {
  background-color: false !important;
}
.slotwrap .nav-item:focus,
.slotwrap .nav-link:focus {
  outline: none;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.slotwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .slotwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.slotwrap .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.slotwrap .navbar .stepunit img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.slotwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .slotwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .slotwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .slotwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .slotwrap .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .slotwrap .navbar .stepunit img {
    height: 3rem !important;
  }
  .slotwrap .navbar ul.linedockbox {
    overflow: hidden;
  }
  .slotwrap .navbar ul.linedockbox li {
    margin: 0;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .slotwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .slotwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.slotwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.slotwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.slotwrap .navbar-brand .stepunit a {
  outline: none;
}

.slotwrap .dropdown-item:active {
  background-color: transparent;
}
.slotwrap .navbar-expand-lg .linedockbox .nav-link {
  margin: 8px 12px !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.slotwrap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.slotwrap .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.slotwrap ul.linedockbox {
  flex-wrap: wrap;
  padding: 0;
}
.slotwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060b17;
  background: #cf5027;
}
.slotwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.slotwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slotwrap .navbar {
    height: 70px;
  }
  .slotwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.slotwrap .navbar-dropdown .stepunit {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .slotwrap .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.slotwrap .layer-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.slotwrap .navbar-caption:hover {
  color: #101511;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.slotwrap .layer-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.slotwrap .navbar-caption {
  color: #202020;
}
.slotwrap .anchorbox {
  color: #ffffff;
  text-align: center;
}
.slotwrap .layer-section-subtitle,
.slotwrap .layer-section-btn {
  text-align: center;
}
.slotwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.region {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("images/hard1.jpg");
}
.region .row {
  justify-content: center;
}
.region .card {
  justify-content: flex-end;
}
.region .maparea .layer-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .region .maparea .layer-section-title {
    margin-bottom: 20px;
  }
}
.region .maparea .text-wrapper .anchorbox {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .region .maparea .text-wrapper .anchorbox {
    width: 100%;
  }
}
.region .nodewrap {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #cf5027;
  opacity: .4;
}
@media (max-width: 992px) {
  .region .nodewrap {
    margin-top: 30px;
  }
}
.region .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .region .desc-wrapper {
    margin-top: 30px;
  }
}
.region .desc-wrapper .outerwrap {
  margin-bottom: 0;
}
.region .layer-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .region .layer-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.region .layer-section-btn .btn {
  margin-bottom: 0;
}
.region .layer-section-title {
  color: #ffffff;
  text-align: center;
}
.region .anchorbox,
.region .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.region .outerwrap {
  color: #ffffff;
}
.footbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cf5027;
}
.footbox .partwrapbox .layer-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .footbox .partwrapbox .layer-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.footbox .wrapgrid {
  justify-content: center;
  margin: 0 -12px;
}
.footbox .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .footbox .item {
    margin-bottom: 20px;
  }
}
.footbox .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .footbox .item .item-wrapper {
    padding: 20px;
  }
}
.footbox .item .item-wrapper .card-box .card-title_1,
.footbox .item .item-wrapper .card-box .card-title_2,
.footbox .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.footbox .item .item-wrapper .card-box .card-text_1,
.footbox .item .item-wrapper .card-box .card-text_2,
.footbox .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.footbox .item .item-wrapper .card-box .nodewrap {
  width: 100%;
  height: 2px;
  background-color: #cf5027;
  margin-bottom: 20px;
}
.footbox .item .item-wrapper .layer-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .footbox .item .item-wrapper .layer-section-btn {
    margin-top: 20px;
  }
}
.footbox .item .item-wrapper .layer-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.footbox .item .card_1 {
  background-color: #191c23;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .footbox .item .card_1 {
    transform: none;
  }
}
.footbox .item .card_2 {
  background-color: #1b272e;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .footbox .item .card_2 {
    transform: none;
  }
}
.footbox .item .card_3 {
  background-color: #191c23;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .footbox .item .card_3 {
    transform: none;
  }
}
.footbox .layer-section-title,
.footbox .partwrapbox {
  color: #ffffff;
  text-align: center;
}
.footbox .card-title_1 {
  color: #323432;
}
.footbox .card-text_1 {
  color: #ffffff;
}
.footbox .card-title_2 {
  color: #f1f5eb;
}
.footbox .card-text_2 {
  color: #f1f5eb;
}
.footbox .card-title_3 {
  color: #323432;
}
.footbox .card-text_3 {
  color: #ffffff;
}
.footbox .card-title_1,
.footbox .layer-section-btn {
  color: #ffffff;
  text-align: center;
}
.footbox .card-title_3,
.footbox .layer-section-btn {
  text-align: center;
  color: #ffffff;
}
.footbox .card-title_2,
.footbox .layer-section-btn {
  text-align: center;
}
.abstractbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c23;
}
.abstractbox .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .abstractbox .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .abstractbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .abstractbox .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .abstractbox .container {
    padding: 0 16px;
  }
}
.abstractbox .row {
  justify-content: center;
}
.abstractbox .maparea {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #1b272e;
}
@media (max-width: 1200px) {
  .abstractbox .maparea {
    display: block;
  }
}
@media (max-width: 992px) {
  .abstractbox .maparea {
    padding: 30px 25px;
  }
}
.abstractbox .maparea .neutralwrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .abstractbox .maparea .neutralwrap {
    margin-bottom: 32px;
  }
}
.abstractbox .maparea .neutralwrap img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .abstractbox .maparea .neutralwrap img {
    height: 350px;
  }
}
.abstractbox .maparea .footwrap {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .abstractbox .maparea .footwrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .abstractbox .maparea .footwrap {
    padding: 0;
  }
}
.abstractbox .maparea .footwrap .layer-section-title {
  margin-bottom: 16px;
}
.abstractbox .maparea .footwrap .anchorbox {
  margin-bottom: 16px;
}
.abstractbox .layer-section-title {
  color: #ffffff;
}
.abstractbox .anchorbox {
  color: #ffffff;
}
.boxcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b272e;
  overflow: hidden;
}
@media (max-width: 992px) {
  .boxcore .container {
    padding: 0 30px;
  }
}
.boxcore .card {
  justify-content: center;
}
.boxcore .maparea {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .boxcore .maparea {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .boxcore .maparea {
    padding: 0;
  }
}
.boxcore .maparea .desc-wrapper .outerwrap {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .boxcore .maparea .desc-wrapper .outerwrap {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.boxcore .maparea .desc-wrapper .outerwrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #cf5027;
}
@media (max-width: 992px) {
  .boxcore .maparea .desc-wrapper .outerwrap::before {
    width: 40px;
  }
}
.boxcore .maparea .layer-section-title {
  margin-bottom: 40px;
}
.boxcore .maparea .anchorbox {
  margin-bottom: 30px;
}
.boxcore .outerwrap {
  color: #254b45;
}
.boxcore .layer-section-title {
  color: #254b45;
}
.boxcore .anchorbox {
  color: #ffffff;
}
.boxcore .layer-section-title,
.boxcore .layer-section-btn {
  text-align: center;
  color: #ffffff;
}
.boxcore .outerwrap,
.boxcore .desc-wrapper {
  color: #cf5027;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}
.slotwrap {
  background-color: transparent;
}
.slotwrap .navbar-dropdown {
  background-color: #060b17 !important;
  padding: 0;
}
.slotwrap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060b17 !important;
  background: #060b17;
}
.slotwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .slotwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .slotwrap .menu_box .navbar-collapse {
    background-color: #060b17 !important;
    transition: all 0s ease 0s;
  }
}
.slotwrap .navbar-dropdown {
  position: relative !important;
}
.slotwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.slotwrap .btn:hover {
  box-shadow: none;
}
.slotwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .slotwrap .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .slotwrap .nav-item {
    margin: 0 !important;
  }
}
.slotwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.slotwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9a3818;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.slotwrap .nav-item .nav-link:hover::before,
.slotwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.slotwrap .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .slotwrap .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
}
@media (max-width: 991px) {
  
  .slotwrap .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .slotwrap .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.slotwrap .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.slotwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.slotwrap .container {
  display: flex;
  margin: auto;
}
.slotwrap .linedockbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox {
    margin: 0;
  }
}
.slotwrap .dropdown-menu {
  background-color: false !important;
}
.slotwrap .nav-item:focus,
.slotwrap .nav-link:focus {
  outline: none;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.slotwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .slotwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.slotwrap .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.slotwrap .navbar .stepunit img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.slotwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .slotwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .slotwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .slotwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .slotwrap .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .slotwrap .navbar .stepunit img {
    height: 3rem !important;
  }
  .slotwrap .navbar ul.linedockbox {
    overflow: hidden;
  }
  .slotwrap .navbar ul.linedockbox li {
    margin: 0;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .slotwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .slotwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.slotwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.slotwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.slotwrap .navbar-brand .stepunit a {
  outline: none;
}

.slotwrap .dropdown-item:active {
  background-color: transparent;
}
.slotwrap .navbar-expand-lg .linedockbox .nav-link {
  margin: 8px 12px !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.slotwrap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.slotwrap .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.slotwrap ul.linedockbox {
  flex-wrap: wrap;
  padding: 0;
}
.slotwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060b17;
  background: #cf5027;
}
.slotwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.slotwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slotwrap .navbar {
    height: 70px;
  }
  .slotwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.slotwrap .navbar-dropdown .stepunit {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .slotwrap .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.slotwrap .layer-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.slotwrap .navbar-caption:hover {
  color: #101511;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.slotwrap .layer-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.slotwrap .navbar-caption {
  color: #202020;
}
.slotwrap .anchorbox {
  color: #ffffff;
  text-align: center;
}
.slotwrap .layer-section-subtitle,
.slotwrap .layer-section-btn {
  text-align: center;
}
.slotwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.packlayer {
  overflow: hidden;
  background-color: #1b272e;
}
@media (max-width: 992px) {
  .packlayer .container {
    padding: 0 16px;
  }
}
.packlayer .partwrapbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .packlayer .partwrapbox {
    margin-bottom: 40px;
    height: auto;
  }
}
.packlayer .partwrapbox .root .layer-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .packlayer .partwrapbox .root .layer-section-title {
    margin-bottom: 40px;
  }
}
.packlayer .partwrapbox .root .anchorbox {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .packlayer .partwrapbox .root .anchorbox {
    margin-bottom: 40px;
  }
}
.packlayer .modularbox {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .packlayer .modularbox {
    min-height: 300px;
  }
}
.packlayer .modularbox .neutralwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  border: 30px solid #cf5027;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .packlayer .modularbox .neutralwrap {
    border: 15px solid #cf5027;
    border-radius: 20px;
  }
}
.packlayer .modularbox .neutralwrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.packlayer .modularbox .sec-image {
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 180px;
  width: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .packlayer .modularbox .sec-image {
    display: none;
  }
}
.packlayer .layer-section-title {
  color: #08323C;
}
.packlayer .anchorbox {
  color: #ffffff;
}
.packlayer .layer-section-title,
.packlayer .layer-section-btn {
  color: #ffffff;
  text-align: center;
}
.splitlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c23;
}
.splitlayer .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .splitlayer .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .splitlayer .container {
    padding: 0 16px;
  }
}
.splitlayer .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .splitlayer .row {
    margin: 0 10px;
  }
}
.splitlayer .row .card {
  padding: 0;
}
.splitlayer .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .splitlayer .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .splitlayer .row .card:first-child {
    padding: 0;
  }
}
.splitlayer .partwrapbox {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #1b272e;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .splitlayer .partwrapbox {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.splitlayer .partwrapbox .root .layer-section-title {
  margin-bottom: 0;
}
.splitlayer .partwrapbox .root .outerwrap {
  margin: 10px 0 0;
}
.splitlayer .maparea {
  border: 1px solid #cf5027;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .splitlayer .maparea {
    padding: 20px;
  }
}
.splitlayer .maparea .anchorbox {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .splitlayer .maparea .anchorbox {
    margin-bottom: 20px;
  }
}
.splitlayer .maparea .layer-section-btn .btn {
  margin-bottom: 0;
}
.splitlayer .layer-section-title {
  color: #192227;
}
.splitlayer .outerwrap {
  color: #192227;
}
.splitlayer .anchorbox {
  color: #fdfcfc;
}
.splitlayer .layer-section-title {
  color: #ffffff;
}
.topbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cf5027;
}
.topbox .wrapgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 6px 0;
}
@media (max-width: 992px) {
  .topbox .wrapgrid {
    margin: 3px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .topbox .wrapgrid .item {
    margin-bottom: 6px;
  }
  .topbox .wrapgrid .item:last-child {
    margin-bottom: 0 !important;
  }
}
.topbox .wrapgrid .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.topbox .wrapgrid .item .item-wrapper .modularbox {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .topbox .wrapgrid .item .item-wrapper .modularbox {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.topbox .wrapgrid .item .item-wrapper .modularbox .item-img {
  border: 11px solid #1b272e;
  background-color: #1b272e;
  overflow: hidden;
  box-shadow: 10px 14px 50px #9a3818;
}
@media (max-width: 992px) {
  .topbox .wrapgrid .item .item-wrapper .modularbox .item-img {
    border: 6px solid #1b272e;
  }
}
.topbox .wrapgrid .item .item-wrapper .modularbox .item-img img {
  height: 400px;
  width: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .topbox .wrapgrid .item .item-wrapper .modularbox .item-img img {
    height: 350px;
    width: 320px;
  }
}
@media (max-width: 992px) {
  .topbox .wrapgrid .item .item-wrapper .modularbox .item-img img {
    height: 350px;
    width: 180px;
  }
}
.topbox .wrapgrid .item .item-wrapper .card_1 {
  background-color: #1b272e;
}
.topbox .wrapgrid .item .item-wrapper .card_2 {
  background-color: #1b272e;
}
.topbox .wrapgrid .item .item-wrapper .card-box {
  margin-top: -10rem;
  padding: 64px;
  background-color: #1b272e;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .topbox .wrapgrid .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.topbox .wrapgrid .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.topbox .wrapgrid .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .topbox .wrapgrid .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
  }
}
.topbox .wrapgrid .item .item-wrapper .card-box .layer-section-btn .btn {
  margin-bottom: 0;
}
.topbox .card-title {
  color: #000000;
}
.topbox .card-text {
  color: #ffffff;
  text-align: center;
}
.topbox .card-title,
.topbox .layer-section-btn {
  color: #ffffff;
  text-align: center;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}
.slotwrap {
  background-color: transparent;
}
.slotwrap .navbar-dropdown {
  background-color: #060b17 !important;
  padding: 0;
}
.slotwrap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060b17 !important;
  background: #060b17;
}
.slotwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .slotwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .slotwrap .menu_box .navbar-collapse {
    background-color: #060b17 !important;
    transition: all 0s ease 0s;
  }
}
.slotwrap .navbar-dropdown {
  position: relative !important;
}
.slotwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.slotwrap .btn:hover {
  box-shadow: none;
}
.slotwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .slotwrap .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .slotwrap .nav-item {
    margin: 0 !important;
  }
}
.slotwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.slotwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9a3818;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.slotwrap .nav-item .nav-link:hover::before,
.slotwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.slotwrap .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .slotwrap .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
}
@media (max-width: 991px) {
  
  .slotwrap .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .slotwrap .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.slotwrap .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.slotwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.slotwrap .container {
  display: flex;
  margin: auto;
}
.slotwrap .linedockbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox {
    margin: 0;
  }
}
.slotwrap .dropdown-menu {
  background-color: false !important;
}
.slotwrap .nav-item:focus,
.slotwrap .nav-link:focus {
  outline: none;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.slotwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .slotwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.slotwrap .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.slotwrap .navbar .stepunit img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.slotwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .slotwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .slotwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .slotwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .slotwrap .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .slotwrap .navbar .stepunit img {
    height: 3rem !important;
  }
  .slotwrap .navbar ul.linedockbox {
    overflow: hidden;
  }
  .slotwrap .navbar ul.linedockbox li {
    margin: 0;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .slotwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .slotwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.slotwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.slotwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.slotwrap .navbar-brand .stepunit a {
  outline: none;
}

.slotwrap .dropdown-item:active {
  background-color: transparent;
}
.slotwrap .navbar-expand-lg .linedockbox .nav-link {
  margin: 8px 12px !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.slotwrap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.slotwrap .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.slotwrap ul.linedockbox {
  flex-wrap: wrap;
  padding: 0;
}
.slotwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060b17;
  background: #cf5027;
}
.slotwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.slotwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slotwrap .navbar {
    height: 70px;
  }
  .slotwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.slotwrap .navbar-dropdown .stepunit {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .slotwrap .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.slotwrap .layer-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.slotwrap .navbar-caption:hover {
  color: #101511;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.slotwrap .layer-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.slotwrap .navbar-caption {
  color: #202020;
}
.slotwrap .anchorbox {
  color: #ffffff;
  text-align: center;
}
.slotwrap .layer-section-subtitle,
.slotwrap .layer-section-btn {
  text-align: center;
}
.slotwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxlayer {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1b272e;
  position: relative;
  overflow: hidden;
}
.boxlayer .text-wrapper {
  position: relative;
  z-index: 4;
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .boxlayer .text-wrapper {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
.boxlayer .layer-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .boxlayer .layer-section-title.holdunit {
    font-size: 13rem !important;
  }
}
.boxlayer .anchorbox {
  color: #ffffff;
  margin-bottom: 1rem;
  max-width: 500px;
  margin-right: auto;
  opacity: 0.8;
  text-align: left;
}
.boxlayer .layer-section-btn {
  margin-top: 1rem;
}
.boxlayer .img-bg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(40%, -50%);
  background: #cf5027;
  z-index: 2;
}
@media (max-width: 991px) {
  .boxlayer .img-bg {
    top: auto;
    bottom: 0;
    right: 0;
    width: 70vw;
    transform: translate(30%, 40%);
  }
}
.boxlayer .layer-section-title,
.boxlayer .layer-section-btn {
  color: #ffffff;
  text-align: left;
}
.coversegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c23;
}
.coversegment .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .coversegment .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.coversegment .card-wrapper .neutralwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .coversegment .card-wrapper .neutralwrap img {
    position: static;
    height: 400px;
  }
}
.coversegment .card-wrapper .routebox {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #191c23;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .coversegment .card-wrapper .routebox {
    width: 120px;
  }
}
.coversegment .card-wrapper .routebox::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #191c23;
}
.coversegment .card-wrapper .routebox::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #191c23;
}
.coversegment .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .coversegment .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .coversegment .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.coversegment .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.coversegment .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.coversegment .maparea .headbox .stackbox {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #cf5027;
}
.coversegment .maparea .layer-section-title {
  margin-bottom: 15px;
}
.coversegment .maparea .anchorbox {
  margin-bottom: 0;
}
.coversegment .maparea .wrapgrid {
  margin-top: 30px;
}
.coversegment .maparea .wrapgrid .item {
  padding: 35px 0;
  border-top: 1px solid #cf5027;
}
@media (max-width: 992px) {
  .coversegment .maparea .wrapgrid .item {
    padding: 30px 0;
  }
}
.coversegment .maparea .wrapgrid .item:last-child {
  padding-bottom: 0 !important;
}
.coversegment .maparea .wrapgrid .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .coversegment .maparea .wrapgrid .item .item-wrapper .card-box {
    display: block;
  }
}
.coversegment .maparea .wrapgrid .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .coversegment .maparea .wrapgrid .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.coversegment .maparea .wrapgrid .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .coversegment .maparea .wrapgrid .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.coversegment .stackbox,
.coversegment .headbox {
  color: #ffffff;
}
.coversegment .layer-section-title {
  color: #ffffff;
}
.coversegment .anchorbox {
  color: #ffffff;
}
.coversegment .card-title {
  color: #ffffff;
}
.coversegment .card-text {
  color: #ffffff;
}
.drawunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b272e;
}
@media (max-width: 992px) {
  .drawunit .container {
    padding: 0 30px;
  }
}
.drawunit .row {
  justify-content: center;
}
.drawunit .partwrapbox {
  margin: 0 12%;
  border-bottom: 1px solid #cf5027;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .drawunit .partwrapbox {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .drawunit .partwrapbox {
    margin: 0;
  }
}
.drawunit .partwrapbox .layer-section-subtitle {
  margin-bottom: 30px;
}
.drawunit .partwrapbox .layer-section-title {
  margin-bottom: 50px;
}
.drawunit .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.drawunit .layer-section-subtitle {
  color: #cf5027;
  text-align: center;
}
.drawunit .layer-section-title {
  color: #ffffff;
  text-align: center;
}
.drawunit .anchorbox {
  color: #ffffff;
}
.casing {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cf5027;
}
.casing .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .casing .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .casing .container {
    padding: 0 20px;
  }
}
.casing .row {
  margin: 0;
}
.casing .card {
  padding: 0;
}
.casing .modularbox img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .casing .modularbox img {
    height: 450px;
  }
}
.casing .partwrapbox {
  height: 100%;
  margin-bottom: 10%;
  background-color: #191c23;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .casing .partwrapbox {
    padding: 50px 20px;
  }
}
.casing .partwrapbox .root {
  width: 100%;
}
.casing .partwrapbox .root .layer-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .casing .partwrapbox .root .layer-section-title {
    margin-bottom: 24px;
  }
}
.casing .partwrapbox .root .anchorbox {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .casing .partwrapbox .root .anchorbox {
    margin-bottom: 24px;
  }
}
.casing .layer-section-title {
  color: #c2b299;
}
.casing .anchorbox {
  color: #ffffff;
}
.casing .layer-section-title,
.casing .layer-section-btn {
  color: #ffffff;
  text-align: center;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}
.slotwrap {
  background-color: transparent;
}
.slotwrap .navbar-dropdown {
  background-color: #060b17 !important;
  padding: 0;
}
.slotwrap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060b17 !important;
  background: #060b17;
}
.slotwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .slotwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .slotwrap .menu_box .navbar-collapse {
    background-color: #060b17 !important;
    transition: all 0s ease 0s;
  }
}
.slotwrap .navbar-dropdown {
  position: relative !important;
}
.slotwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.slotwrap .btn:hover {
  box-shadow: none;
}
.slotwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .slotwrap .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .slotwrap .nav-item {
    margin: 0 !important;
  }
}
.slotwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.slotwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9a3818;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.slotwrap .nav-item .nav-link:hover::before,
.slotwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.slotwrap .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .slotwrap .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
}
@media (max-width: 991px) {
  
  .slotwrap .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .slotwrap .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.slotwrap .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.slotwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.slotwrap .container {
  display: flex;
  margin: auto;
}
.slotwrap .linedockbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox {
    margin: 0;
  }
}
.slotwrap .dropdown-menu {
  background-color: false !important;
}
.slotwrap .nav-item:focus,
.slotwrap .nav-link:focus {
  outline: none;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.slotwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .slotwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.slotwrap .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.slotwrap .navbar .stepunit img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.slotwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .slotwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .slotwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .slotwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .slotwrap .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .slotwrap .navbar .stepunit img {
    height: 3rem !important;
  }
  .slotwrap .navbar ul.linedockbox {
    overflow: hidden;
  }
  .slotwrap .navbar ul.linedockbox li {
    margin: 0;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .slotwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .slotwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.slotwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.slotwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.slotwrap .navbar-brand .stepunit a {
  outline: none;
}

.slotwrap .dropdown-item:active {
  background-color: transparent;
}
.slotwrap .navbar-expand-lg .linedockbox .nav-link {
  margin: 8px 12px !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.slotwrap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.slotwrap .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.slotwrap ul.linedockbox {
  flex-wrap: wrap;
  padding: 0;
}
.slotwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060b17;
  background: #cf5027;
}
.slotwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.slotwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slotwrap .navbar {
    height: 70px;
  }
  .slotwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.slotwrap .navbar-dropdown .stepunit {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .slotwrap .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.slotwrap .layer-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.slotwrap .navbar-caption:hover {
  color: #101511;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.slotwrap .layer-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.slotwrap .navbar-caption {
  color: #202020;
}
.slotwrap .anchorbox {
  color: #ffffff;
  text-align: center;
}
.slotwrap .layer-section-subtitle,
.slotwrap .layer-section-btn {
  text-align: center;
}
.slotwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.noteunit {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("images/clear1.jpg");
}
.noteunit .maparea .stackbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .noteunit .maparea .stackbox {
    margin-bottom: 20px;
  }
}
.noteunit .maparea .layer-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .noteunit .maparea .layer-section-title {
    margin-bottom: 20px;
  }
}
.noteunit .maparea .text-wrapper .anchorbox {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .noteunit .maparea .text-wrapper .anchorbox {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .noteunit .maparea .text-wrapper .anchorbox {
    width: 100%;
  }
}
.noteunit .maparea .layer-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .noteunit .maparea .layer-section-btn {
    margin-top: 20px;
  }
}
.noteunit .stackbox {
  color: #cf5027;
  text-align: center;
}
.noteunit .layer-section-title {
  color: #f1f5eb;
}
.noteunit .anchorbox,
.noteunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.noteunit .layer-section-title,
.noteunit .layer-section-btn {
  text-align: center;
  color: #ffffff;
}
.tilemap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c23;
}
.tilemap .row {
  padding: 1rem;
}
.tilemap .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #1b272e;
  border-radius: 400px 0 0 0;
}
.tilemap .partwrapbox {
  padding-left: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .tilemap .partwrapbox {
    padding: 0;
  }
}
.tilemap .partwrapbox .layer-section-title {
  margin-bottom: 15px;
}
.tilemap .partwrapbox .anchorbox {
  margin-bottom: 16px;
}
.tilemap .cards .card {
  margin-bottom: 20px;
}
.tilemap .cards .card .pack {
  margin: 0;
}
.tilemap .cards .card .outerwrap {
  margin: 0;
}
.tilemap .layer-section-title {
  color: #ffffff;
}
.tilemap .anchorbox {
  color: #ffffff;
}
.tilemap .pack {
  color: #cf5027;
}
.tilemap .outerwrap {
  color: #ffffff;
}
.matrix {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cf5027;
}
.matrix .layer-section-subtitle {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.matrix .layer-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.matrix .btn:hover,
.matrix .btn:focus {
  background: white !important;
  color: #cf5027 !important;
  border-color: white !important;
}
.matrix img {
  border-radius: 1rem;
}
.matrix .row {
  align-items: center;
}
@media (max-width: 991px) {
  .matrix .modularbox {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .matrix .text-wrapper {
    padding: 0 2rem;
  }
}
.matrix .layer-section-title {
  color: #ffffff;
  text-align: center;
}
.matrix .layer-section-subtitle,
.matrix .layoutnode {
  color: #19303d;
}
.matrix .anchorbox,
.matrix .layer-section-btn {
  color: #ffffff;
}
.gridbody {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cf5027;
}
.gridbody .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b272e;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.gridbody .layer-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .gridbody .layer-section-title {
    margin-bottom: 6.66vw;
  }
}
.gridbody .layer-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .gridbody .layer-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.gridbody .anchorbox {
  color: #ffffff;
  text-align: left;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}
.slotwrap {
  background-color: transparent;
}
.slotwrap .navbar-dropdown {
  background-color: #060b17 !important;
  padding: 0;
}
.slotwrap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060b17 !important;
  background: #060b17;
}
.slotwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .slotwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .slotwrap .menu_box .navbar-collapse {
    background-color: #060b17 !important;
    transition: all 0s ease 0s;
  }
}
.slotwrap .navbar-dropdown {
  position: relative !important;
}
.slotwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.slotwrap .btn:hover {
  box-shadow: none;
}
.slotwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .slotwrap .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .slotwrap .nav-item {
    margin: 0 !important;
  }
}
.slotwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.slotwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9a3818;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.slotwrap .nav-item .nav-link:hover::before,
.slotwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.slotwrap .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .slotwrap .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
}
@media (max-width: 991px) {
  
  .slotwrap .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .slotwrap .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.slotwrap .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.slotwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.slotwrap .container {
  display: flex;
  margin: auto;
}
.slotwrap .linedockbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox {
    margin: 0;
  }
}
.slotwrap .dropdown-menu {
  background-color: false !important;
}
.slotwrap .nav-item:focus,
.slotwrap .nav-link:focus {
  outline: none;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.slotwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .slotwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.slotwrap .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.slotwrap .navbar .stepunit img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.slotwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .slotwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .slotwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .slotwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .slotwrap .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .slotwrap .navbar .stepunit img {
    height: 3rem !important;
  }
  .slotwrap .navbar ul.linedockbox {
    overflow: hidden;
  }
  .slotwrap .navbar ul.linedockbox li {
    margin: 0;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .slotwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .slotwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.slotwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.slotwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.slotwrap .navbar-brand .stepunit a {
  outline: none;
}

.slotwrap .dropdown-item:active {
  background-color: transparent;
}
.slotwrap .navbar-expand-lg .linedockbox .nav-link {
  margin: 8px 12px !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.slotwrap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.slotwrap .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.slotwrap ul.linedockbox {
  flex-wrap: wrap;
  padding: 0;
}
.slotwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060b17;
  background: #cf5027;
}
.slotwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.slotwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slotwrap .navbar {
    height: 70px;
  }
  .slotwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.slotwrap .navbar-dropdown .stepunit {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .slotwrap .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.slotwrap .layer-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.slotwrap .navbar-caption:hover {
  color: #101511;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.slotwrap .layer-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.slotwrap .navbar-caption {
  color: #202020;
}
.slotwrap .anchorbox {
  color: #ffffff;
  text-align: center;
}
.slotwrap .layer-section-subtitle,
.slotwrap .layer-section-btn {
  text-align: center;
}
.slotwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cellunit {
  background-color: #191c23;
}
.cellunit .footwrap {
  margin: 0;
}
.cellunit .footwrap .card {
  padding: 0;
  justify-content: center;
}
.cellunit .maparea {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cellunit .maparea {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cellunit .maparea {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cellunit .maparea {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cellunit .maparea .layer-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cellunit .maparea .layer-section-title {
    margin-bottom: 32px;
  }
}
.cellunit .maparea .text-wrapper .anchorbox {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cellunit .maparea .text-wrapper .anchorbox {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cellunit .maparea .outerwrap {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cellunit .maparea .outerwrap {
    margin-top: 32px;
  }
}
.cellunit .modularbox {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #cf5027;
}
@media (max-width: 1440px) {
  .cellunit .modularbox {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cellunit .modularbox {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cellunit .modularbox {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #cf5027;
    padding-top: 22px;
  }
}
.cellunit .modularbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .cellunit .modularbox img {
    height: 350px;
  }
}
.cellunit .layer-section-title {
  color: #c10b02;
}
.cellunit .anchorbox,
.cellunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cellunit .outerwrap {
  color: #cf5027;
  text-align: center;
}
.cellunit .layer-section-title,
.cellunit .layer-section-btn {
  text-align: center;
  color: #ffffff;
}
.traceunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b272e;
}
@media (max-width: 992px) {
  .traceunit .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .traceunit .container {
    padding: 0 12px;
  }
}
.traceunit .partwrapbox .layer-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .traceunit .partwrapbox .layer-section-title {
    margin-bottom: 24px;
  }
}
.traceunit .card {
  margin-bottom: 32px;
}
.traceunit .card .card-wrapper {
  padding: 32px;
  border: 3px solid #cf5027;
  box-shadow: 4px 4px #cf5027;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .traceunit .card .card-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.traceunit .card .card-wrapper .layer-card-title {
  margin-bottom: 16px;
}
.traceunit .card .card-wrapper .anchorbox {
  margin-bottom: 0;
}
.traceunit .layer-section-title {
  color: #ffffff;
  text-align: center;
}
.traceunit .anchorbox {
  color: #ffffff;
}
.traceunit .layer-card-title {
  color: #222222;
}
.traceunit .layer-card-title,
.traceunit .root {
  color: #ffffff;
  text-align: center;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}
.slotwrap {
  background-color: transparent;
}
.slotwrap .navbar-dropdown {
  background-color: #060b17 !important;
  padding: 0;
}
.slotwrap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060b17 !important;
  background: #060b17;
}
.slotwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .slotwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .slotwrap .menu_box .navbar-collapse {
    background-color: #060b17 !important;
    transition: all 0s ease 0s;
  }
}
.slotwrap .navbar-dropdown {
  position: relative !important;
}
.slotwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.slotwrap .btn:hover {
  box-shadow: none;
}
.slotwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .slotwrap .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .slotwrap .nav-item {
    margin: 0 !important;
  }
}
.slotwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.slotwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9a3818;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.slotwrap .nav-item .nav-link:hover::before,
.slotwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.slotwrap .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .slotwrap .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
}
@media (max-width: 991px) {
  
  .slotwrap .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .slotwrap .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.slotwrap .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.slotwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.slotwrap .container {
  display: flex;
  margin: auto;
}
.slotwrap .linedockbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox {
    margin: 0;
  }
}
.slotwrap .dropdown-menu {
  background-color: false !important;
}
.slotwrap .nav-item:focus,
.slotwrap .nav-link:focus {
  outline: none;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.slotwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .slotwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.slotwrap .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.slotwrap .navbar .stepunit img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.slotwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .slotwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .slotwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .slotwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .slotwrap .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .slotwrap .navbar .stepunit img {
    height: 3rem !important;
  }
  .slotwrap .navbar ul.linedockbox {
    overflow: hidden;
  }
  .slotwrap .navbar ul.linedockbox li {
    margin: 0;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .slotwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .slotwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.slotwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.slotwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.slotwrap .navbar-brand .stepunit a {
  outline: none;
}

.slotwrap .dropdown-item:active {
  background-color: transparent;
}
.slotwrap .navbar-expand-lg .linedockbox .nav-link {
  margin: 8px 12px !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.slotwrap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.slotwrap .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.slotwrap ul.linedockbox {
  flex-wrap: wrap;
  padding: 0;
}
.slotwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060b17;
  background: #cf5027;
}
.slotwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.slotwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slotwrap .navbar {
    height: 70px;
  }
  .slotwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.slotwrap .navbar-dropdown .stepunit {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .slotwrap .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.slotwrap .layer-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.slotwrap .navbar-caption:hover {
  color: #101511;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.slotwrap .layer-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.slotwrap .navbar-caption {
  color: #202020;
}
.slotwrap .anchorbox {
  color: #ffffff;
  text-align: center;
}
.slotwrap .layer-section-subtitle,
.slotwrap .layer-section-btn {
  text-align: center;
}
.slotwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.frameunit {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #1b272e;
}
.frameunit .row {
  margin: 0 -6px;
}
.frameunit .card {
  padding: 0 6px;
}
.frameunit .card-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 48px 100px;
  background-color: #191c23;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .frameunit .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .frameunit .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.frameunit .card-wrapper .partwrapbox .layer-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .frameunit .card-wrapper .partwrapbox .layer-section-title {
    margin-bottom: 24px;
  }
}
.frameunit .card-wrapper .partwrapbox .anchorbox {
  margin-bottom: 0;
}
.frameunit .layer-section-title {
  color: #f5f8ff;
  text-align: center;
}
.frameunit .anchorbox {
  color: #f5f8ff;
  text-align: left;
}
.frameunit label {
  color: #f5f8ff;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}
.slotwrap {
  background-color: transparent;
}
.slotwrap .navbar-dropdown {
  background-color: #060b17 !important;
  padding: 0;
}
.slotwrap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060b17 !important;
  background: #060b17;
}
.slotwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .slotwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .slotwrap .menu_box .navbar-collapse {
    background-color: #060b17 !important;
    transition: all 0s ease 0s;
  }
}
.slotwrap .navbar-dropdown {
  position: relative !important;
}
.slotwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.slotwrap .btn:hover {
  box-shadow: none;
}
.slotwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .slotwrap .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .slotwrap .nav-item {
    margin: 0 !important;
  }
}
.slotwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.slotwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9a3818;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.slotwrap .nav-item .nav-link:hover::before,
.slotwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.slotwrap .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .slotwrap .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
}
@media (max-width: 991px) {
  
  .slotwrap .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .slotwrap .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.slotwrap .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.slotwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.slotwrap .container {
  display: flex;
  margin: auto;
}
.slotwrap .linedockbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox {
    margin: 0;
  }
}
.slotwrap .dropdown-menu {
  background-color: false !important;
}
.slotwrap .nav-item:focus,
.slotwrap .nav-link:focus {
  outline: none;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.slotwrap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.slotwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .slotwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.slotwrap .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.slotwrap .navbar .stepunit img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.slotwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .slotwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .slotwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .slotwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .slotwrap .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .slotwrap .navbar .stepunit img {
    height: 3rem !important;
  }
  .slotwrap .navbar ul.linedockbox {
    overflow: hidden;
  }
  .slotwrap .navbar ul.linedockbox li {
    margin: 0;
  }
  .slotwrap .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .slotwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .slotwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.slotwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.slotwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.slotwrap .navbar-brand .stepunit a {
  outline: none;
}

.slotwrap .dropdown-item:active {
  background-color: transparent;
}
.slotwrap .navbar-expand-lg .linedockbox .nav-link {
  margin: 8px 12px !important;
}
.slotwrap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.slotwrap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.slotwrap .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.slotwrap ul.linedockbox {
  flex-wrap: wrap;
  padding: 0;
}
.slotwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060b17;
  background: #cf5027;
}
.slotwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.slotwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slotwrap .navbar {
    height: 70px;
  }
  .slotwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.slotwrap .navbar-dropdown .stepunit {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .slotwrap .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.slotwrap .layer-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.slotwrap .navbar-caption:hover {
  color: #101511;
}
@media (min-width: 992px) {
  .slotwrap .linedockbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.slotwrap .layer-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.slotwrap .navbar-caption {
  color: #202020;
}
.slotwrap .anchorbox {
  color: #ffffff;
  text-align: center;
}
.slotwrap .layer-section-subtitle,
.slotwrap .layer-section-btn {
  text-align: center;
}
.slotwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.nestbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cf5027;
}
.nestbox .card-wrapper {
  background: #191c23;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .nestbox .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nestbox .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .nestbox .card-wrapper {
    padding: 4rem;
  }
}
.nestbox .anchorbox,
.nestbox .layer-section-btn {
  color: #ffffff;
  text-align: left;
}
.nestbox .card-title,
.nestbox .card-box {
  text-align: center;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}
.stackunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cf5027;
}
.stackunit .card-wrapper {
  background: #191c23;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .stackunit .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .stackunit .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .stackunit .card-wrapper {
    padding: 4rem;
  }
}
.stackunit .anchorbox,
.stackunit .layer-section-btn {
  color: #ffffff;
  text-align: left;
}
.stackunit .card-title,
.stackunit .card-box {
  text-align: center;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}
.field {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cf5027;
}
.field .card-wrapper {
  background: #191c23;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .field .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .field .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .field .card-wrapper {
    padding: 4rem;
  }
}
.field .anchorbox,
.field .layer-section-btn {
  color: #ffffff;
  text-align: left;
}
.field .card-title,
.field .card-box {
  text-align: center;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}
.spanlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cf5027;
}
.spanlayer .card-wrapper {
  background: #191c23;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .spanlayer .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spanlayer .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .spanlayer .card-wrapper {
    padding: 4rem;
  }
}
.spanlayer .anchorbox,
.spanlayer .layer-section-btn {
  color: #ffffff;
  text-align: left;
}
.spanlayer .card-title,
.spanlayer .card-box {
  text-align: center;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060b17;
}
.nodemodule .nestedbox {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodemodule .nestedbox {
    margin-bottom: 24px;
  }
}
.nodemodule .wrapgrid {
  margin: 0 -32px;
  justify-content: center;
}
.nodemodule .wrapgrid .card {
  padding: 0 32px;
}
.nodemodule .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .list-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .list-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodemodule .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodemodule .list-wrapper .list .item-wrap:hover,
.nodemodule .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.nodemodule .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodemodule .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .nodemodule .text-wrapper {
    margin-bottom: 24px;
  }
}
.nodemodule .text-wrapper .outerwrap {
  margin-bottom: 16px;
}
.nodemodule .text-wrapper .anchorbox {
  margin-bottom: 16px;
}
.nodemodule .stacklayer {
  margin-bottom: 0;
  color: #cf5027;
}
.nodemodule .outerwrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .text-wrapper {
  color: #9aa0a6;
}
.nodemodule .list {
  color: #9aa0a6;
}
.nodemodule .list,
.nodemodule .item-wrap {
  color: #ffffff;
}
.nodemodule .anchorbox,
.nodemodule .layer-section-btn {
  color: #ffffff;
}

/* Base Cookie Banner */
.blocklayer {
    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;
}

.blocklayer.show {
    visibility: visible;
    opacity: 1;
}

.blocklayer p {
    margin: 0;
    font-size: 14px;
}

.blocklayer a {
    color: #424a4d;
    text-decoration: underline;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .blocklayer {
        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);
  }
}

.blocklayer {
  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) {
  .blocklayer {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .blocklayer {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}


/* mainanimations */
/* Style 7: rotate slight */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: rotate(-3deg);
}
/* endmainanimations */

.blocklayer.show {
  visibility: visible;
  opacity: 1;
}
