:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-xxl: 2rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

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;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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;
}

.nodebox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .nodebox {
    font-size: 5rem;
  }
}

.gridcell {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .gridcell {
    font-size: 4.5rem;
  }
}

.sectional {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .sectional {
    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-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .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);
}

.drawunit {
  --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;
}
.drawunit .nav-link.active, .drawunit .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .drawunit {
    flex-direction: row;
  }
  .navbar-expand-lg .drawunit .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);
}

.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);
}

.sidebox {
  --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);
}

.boxsegment {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.visible {
  visibility: visible !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 .cluster {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .cluster img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #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;
}

.crop-section-title {
  font-style: normal;
  line-height: 1.3;
}

.crop-section-subtitle {
  line-height: 1.3;
}

.crop-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.nodebox,
.gridcell,
.sectional,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */
.crop-white {
  color: #ffffff;
}

/*! Text-aligns */

/*! Font-weight  */

.crop-semibold {
  font-weight: 500;
}

.crop-bold {
  font-weight: 700;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}
/*! Buttons */
.crop-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;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

nav .crop-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.crop-semibold {
  font-weight: 500;
}

.crop-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .cluster 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 .drawunit.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;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .crop-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

.crop-overlay {
  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;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@font-face {
  font-family: 'weight-icons-bold';
  font-display: swap;
  src:  url('fonts/weight-icons-bold.eot');
  src:  url('fonts/weight-icons-bold.eot') format('embedded-opentype'),
    url('fonts/weight-icons-bold.ttf') format('truetype'),
    url('fonts/weight-icons-bold.woff') format('woff'),
    url('fonts/weight-icons-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'branding2';
  font-display: swap;
  src:  url('fonts/weight2.eot');
  src:  url('fonts/weight2.eot') format('embedded-opentype'),
    url('fonts/weight2.ttf') format('truetype'),
    url('fonts/weight2.woff') format('woff'),
    url('fonts/weight2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.btn {
  border-width: 2px;
}
img,
.card {
  border-radius: 2rem !important;
}
body {
  font-family: Playfair Display;
}
.nodebox {
  font-family: 'Young Serif', serif;
  font-size: 5rem;
  line-height: 1;
}
.gridcell {
  font-family: 'Young Serif', serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.sectional {
  font-family: 'Gabarito', display;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Young Serif', serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-7 {
  font-family: 'Gabarito', display;
  font-size: 1.4rem;
  line-height: 1.5;
}
/* ---- 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) {
  .nodebox {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .nodebox {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .gridcell {
    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))));
  }
  .sectional {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.text-primary {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !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;
}
.sidebox {
  background-color: #70c770;
}
.boxsegment {
  background-color: #fee3d9;
}
.crop-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
a,
a:hover {
  color: #000000;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Gabarito', display;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', display;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.crop-section-btn .btn,
.crop-section-btn-main .btn {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #000000 !important;
}
.crop-section-btn .btn:hover,
.crop-section-btn-main .btn:hover,
.crop-section-btn .btn:focus,
.crop-section-btn-main .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.crop-section-btn .btn:hover::before,
.crop-section-btn-main .btn:hover::before,
.crop-section-btn .btn:focus::before,
.crop-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.crop-section-btn .btn::before,
.crop-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #000000;
  pointer-events: none;
}
.stage {
  background-color: transparent;
}
.stage .navbar-dropdown {
  background-color: #fbf1d3 !important;
  padding: 0;
}
.stage .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .stage .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .stage .menu_box .navbar-collapse {
    background-color: #fbf1d3 !important;
    transition: all 0s ease 0s;
  }
}
.stage .navbar-dropdown {
  position: relative !important;
}
.stage .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.stage .btn:hover {
  box-shadow: none;
}
.stage .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .stage .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .stage .nav-item {
    margin: 0 !important;
  }
}
.stage .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.stage .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.stage .nav-item .nav-link:hover::before,
.stage .nav-item .nav-link:focus::before {
  width: 100%;
}
.stage .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.stage .container {
  display: flex;
  margin: auto;
}
.stage .drawunit {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .stage .drawunit {
    margin: 0;
  }
}
.stage .nav-item:focus,
.stage .nav-link:focus {
  outline: none;
}
.stage .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .stage .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.stage .navbar .cluster img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.stage .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .stage .navbar .nav-item {
    padding: .5rem 0;
  }
  .stage .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .stage .navbar .nav-item .nav-link::before {
    display: none;
  }
  .stage .navbar .cluster img {
    height: 3rem !important;
  }
  .stage .navbar ul.drawunit {
    overflow: hidden;
  }
  .stage .navbar ul.drawunit li {
    margin: 0;
  }
  .stage .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .stage .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.stage .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;
}
.stage .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.stage .navbar-brand .cluster a {
  outline: none;
}
.stage .navbar-expand-lg .drawunit .nav-link {
  margin: 8px 12px !important;
}
.stage ul.drawunit {
  flex-wrap: wrap;
  padding: 0;
}
.stage button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf1d3;
  background: #fbf1d3;
}
.stage button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.stage button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.stage button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.stage a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage .navbar {
    height: 70px;
  }
  .stage .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stage .navbar-dropdown .cluster {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .stage .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.stage .crop-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.stage .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .stage .drawunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.stage .crop-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.stage .navbar-caption {
  color: #202020;
}
.stage .crop-text {
  color: #ffffff;
  text-align: center;
}
.stage .crop-section-subtitle,
.stage .crop-section-btn {
  text-align: center;
}
.stage a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/narrow1.jpg");
}
.notch .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .notch .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .notch .container {
    padding: 0 16px;
  }
}
.notch .target {
  margin-bottom: 20%;
}
.notch .target .crop-section-title {
  margin-bottom: 16px;
}
.notch .target .crop-text {
  margin-bottom: 0;
}
.notch .target .crop-section-btn {
  margin-top: 16px;
}
.notch .crop-section-title {
  color: #000000;
}
.notch .crop-text {
  color: #000000;
  text-align: center;
}
.notch .crop-section-title,
.notch .crop-section-btn {
  text-align: center;
}
.col {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #39421c;
}
.col .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .col .container-fluid {
    padding: 0 12px;
  }
}
.col .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .col .container {
    padding: 0 20px;
  }
}
.col .card {
  padding: 0;
}
.col .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #fffaed;
  border-right: none;
}
@media (max-width: 992px) {
  .col .text-wrapper {
    padding: 50px 20px;
  }
}
.col .text-wrapper .crop-text {
  margin-bottom: 0;
}
.col .crop-section-title {
  color: #1d1d1d;
}
.col .crop-section-subtitle {
  color: #1d1d1d;
}
.col .crop-text {
  color: #fffaed;
}
.phasebox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffaed;
}
.phasebox .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .phasebox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .phasebox .container {
    padding: 0 30px;
  }
}
.phasebox .interfacerow {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .phasebox .interfacerow {
    height: auto;
    margin-bottom: 20px;
  }
}
.phasebox .interfacerow img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .phasebox .interfacerow img {
    height: 300px;
  }
}
.phasebox .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .phasebox .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .phasebox .text-wrapper {
    margin: 0;
  }
}
.phasebox .text-wrapper .crop-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .phasebox .text-wrapper .crop-section-title {
    margin-bottom: 30px;
  }
}
.phasebox .text-wrapper .crop-text {
  margin-bottom: 20px;
}
.phasebox .crop-section-title {
  color: #ffffff;
}
.phasebox .crop-text {
  color: #000000;
  text-align: center;
}
.phasebox .crop-section-title,
.phasebox .crop-section-btn {
  color: #000000;
  text-align: center;
}
.formcore {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #39421c;
}
.formcore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .formcore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .formcore .container {
    padding: 0 16px;
  }
}
.formcore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .formcore .row {
    margin: 0 10px;
  }
}
.formcore .row .card {
  padding: 0;
}
.formcore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .formcore .row .card:first-child {
    padding: 0;
  }
}
.formcore .gridwrapunit {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #39421c;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .formcore .gridwrapunit {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.formcore .gridwrapunit .contentgrid .crop-section-title {
  margin-bottom: 0;
}
.formcore .gridwrapunit .contentgrid .crop-desc {
  margin: 10px 0 0;
}
.formcore .target {
  border: 1px solid #fffaed;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .formcore .target {
    padding: 20px;
  }
}
.formcore .target .crop-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .formcore .target .crop-text {
    margin-bottom: 20px;
  }
}
.formcore .target .crop-section-btn .btn {
  margin-bottom: 0;
}
.formcore .crop-section-title {
  color: #192227;
}
.formcore .crop-desc {
  color: #fffaed;
  text-align: center;
}
.formcore .crop-text {
  color: #fdfcfc;
}
.formcore .crop-text,
.formcore .crop-section-btn {
  color: #fffaed;
}
.formcore .crop-section-title {
  color: #fffaed;
  text-align: center;
}
.modulebox {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffaed;
}
.modulebox .gridwrapunit {
  margin-bottom: 30px;
}
.modulebox .gridwrapunit .crop-section-title {
  margin-bottom: 46px;
}
.modulebox .gridwrapunit .crop-text {
  margin-bottom: 26px;
}
.modulebox .interfacerow {
  display: flex;
}
@media (max-width: 768px) {
  .modulebox .interfacerow {
    display: block;
  }
}
.modulebox .interfacerow img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .modulebox .interfacerow img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .modulebox .interfacerow img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.modulebox .interfacerow img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .modulebox .interfacerow img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.modulebox .crop-section-title {
  color: #E0BDB6;
}
.modulebox .crop-text {
  color: #000000;
  text-align: center;
}
.modulebox .crop-section-title,
.modulebox .crop-section-btn {
  text-align: center;
  color: #000000;
}
.zoneunitbox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #39421c;
}
.zoneunitbox .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #fffaed;
}
.zoneunitbox .crop-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #fffaed;
}
.zoneunitbox .crop-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #fffaed;
}
.zoneunitbox .crop-section-btn {
  margin-top: 40px;
}
.zoneunitbox .crop-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 967px) {
  .zoneunitbox .crop-text {
    margin-top: 10px;
  }
  .zoneunitbox .crop-section-title {
    margin-top: 10px;
  }
  .zoneunitbox .block__inner {
    padding: 30px 20px 40px;
  }
}
.nodecore {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffaed;
}
@media (max-width: 767px) {
  .nodecore .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .nodecore .text-wrapper {
    padding: 0 2rem;
  }
}
.nodecore p {
  line-height: 1.6;
}
@media (max-width: 991px) {
  .nodecore .interfacerow {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .nodecore .interfacerow {
    margin-bottom: 1rem;
  }
}
.nodetrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1d3;
  flex-direction: column;
  justify-content: center;
}
.nodetrack .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0;
  }
}
.nodetrack .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .nodetrack .container {
    padding: 0 16px;
  }
}
.nodetrack .row {
  justify-content: center;
}
.nodetrack .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .logo-wrapper {
    margin-bottom: 40px;
  }
}
.nodetrack .logo-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nodetrack .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .nodetrack .list {
    margin-bottom: 40px;
  }
}
.nodetrack .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .list .item-wrap:hover,
.nodetrack .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .footbox {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .footbox {
    margin-bottom: 40px;
  }
}
.nodetrack .footbox .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.nodetrack .footbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .footbox .list .item-wrap:hover,
.nodetrack .footbox .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .crop-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.nodetrack .list,
.nodetrack .item-wrap {
  color: #000000;
}
.stage {
  background-color: transparent;
}
.stage .navbar-dropdown {
  background-color: #fbf1d3 !important;
  padding: 0;
}
.stage .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .stage .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .stage .menu_box .navbar-collapse {
    background-color: #fbf1d3 !important;
    transition: all 0s ease 0s;
  }
}
.stage .navbar-dropdown {
  position: relative !important;
}
.stage .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.stage .btn:hover {
  box-shadow: none;
}
.stage .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .stage .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .stage .nav-item {
    margin: 0 !important;
  }
}
.stage .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.stage .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.stage .nav-item .nav-link:hover::before,
.stage .nav-item .nav-link:focus::before {
  width: 100%;
}
.stage .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.stage .container {
  display: flex;
  margin: auto;
}
.stage .drawunit {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .stage .drawunit {
    margin: 0;
  }
}
.stage .nav-item:focus,
.stage .nav-link:focus {
  outline: none;
}
.stage .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .stage .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.stage .navbar .cluster img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.stage .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .stage .navbar .nav-item {
    padding: .5rem 0;
  }
  .stage .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .stage .navbar .nav-item .nav-link::before {
    display: none;
  }
  .stage .navbar .cluster img {
    height: 3rem !important;
  }
  .stage .navbar ul.drawunit {
    overflow: hidden;
  }
  .stage .navbar ul.drawunit li {
    margin: 0;
  }
  .stage .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .stage .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.stage .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;
}
.stage .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.stage .navbar-brand .cluster a {
  outline: none;
}
.stage .navbar-expand-lg .drawunit .nav-link {
  margin: 8px 12px !important;
}
.stage ul.drawunit {
  flex-wrap: wrap;
  padding: 0;
}
.stage button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf1d3;
  background: #fbf1d3;
}
.stage button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.stage button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.stage button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.stage a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage .navbar {
    height: 70px;
  }
  .stage .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stage .navbar-dropdown .cluster {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .stage .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.stage .crop-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.stage .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .stage .drawunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.stage .crop-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.stage .navbar-caption {
  color: #202020;
}
.stage .crop-text {
  color: #ffffff;
  text-align: center;
}
.stage .crop-section-subtitle,
.stage .crop-section-btn {
  text-align: center;
}
.stage a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.dockunit {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fffaed;
}
.dockunit .gridwrapunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .dockunit .gridwrapunit {
    margin-bottom: 30px;
  }
}
.dockunit .gridwrapunit .crop-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .dockunit .gridwrapunit .crop-label {
    margin-bottom: 15px;
  }
}
.dockunit .gridwrapunit .crop-section-title {
  margin-bottom: 0;
}
.dockunit .card {
  justify-content: flex-end;
}
.dockunit .interfacerow {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .dockunit .interfacerow {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .dockunit .interfacerow {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .dockunit .interfacerow {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.dockunit .interfacerow img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .dockunit .interfacerow img {
    height: 300px;
  }
}
.dockunit .text-wrapper .crop-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .dockunit .text-wrapper .crop-text {
    margin-bottom: 15px;
  }
}
.dockunit .crop-section-btn .btn {
  margin-bottom: 0;
}
.dockunit .crop-label {
  color: #000000;
}
.dockunit .crop-section-title {
  color: #000000;
  text-align: center;
}
.dockunit .crop-text {
  color: #000000;
}
.gridmap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #39421c;
}
.gridmap .crop-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.gridmap .desc-wrapper .crop-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gridmap .desc-wrapper .crop-desc {
    width: 100%;
  }
}
.gridmap .crop-desc,
.gridmap .desc-wrapper {
  color: #fffaed;
  text-align: center;
}
.gridmap .crop-text {
  text-align: center;
  color: #fffaed;
}
.sectioncore {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #fffaed;
}
.sectioncore .interfacerow img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .sectioncore .interfacerow img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .sectioncore .interfacerow {
    margin-bottom: 30px;
  }
}
.sectioncore .text {
  padding-left: 108px;
}
@media (max-width: 992px) {
  .sectioncore .text {
    padding-left: 1rem;
  }
}
.sectioncore .text .text-wrapper .crop-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .sectioncore .text .text-wrapper .crop-section-subtitle {
    margin-bottom: 7px;
  }
}
.sectioncore .text .text-wrapper .crop-section-title {
  margin-bottom: 18px;
}
.sectioncore .text .text-wrapper .crop-text {
  margin-bottom: 0;
}
.sectioncore .text img {
  width: 100%;
  height: 482px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 165px;
}
@media (max-width: 992px) {
  .sectioncore .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .sectioncore .text img {
    height: 294px;
  }
}
.sectioncore .crop-section-subtitle {
  color: #000000;
  text-align: center;
}
.sectioncore .crop-section-title {
  color: #000000;
  text-align: center;
}
.sectioncore .crop-text {
  color: #000000;
  text-align: left;
}
.region {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #39421c;
}
.region .crop-text,
.region .crop-section-btn {
  text-align: center;
  color: #fffaed;
}
.region .crop-section-title {
  text-align: center;
  color: #fffaed;
}
.region .crop-section-subtitle {
  text-align: center;
  color: #fffaed;
}
.nodetrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1d3;
  flex-direction: column;
  justify-content: center;
}
.nodetrack .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0;
  }
}
.nodetrack .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .nodetrack .container {
    padding: 0 16px;
  }
}
.nodetrack .row {
  justify-content: center;
}
.nodetrack .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .logo-wrapper {
    margin-bottom: 40px;
  }
}
.nodetrack .logo-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nodetrack .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .nodetrack .list {
    margin-bottom: 40px;
  }
}
.nodetrack .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .list .item-wrap:hover,
.nodetrack .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .footbox {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .footbox {
    margin-bottom: 40px;
  }
}
.nodetrack .footbox .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.nodetrack .footbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .footbox .list .item-wrap:hover,
.nodetrack .footbox .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .crop-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.nodetrack .list,
.nodetrack .item-wrap {
  color: #000000;
}
.stage {
  background-color: transparent;
}
.stage .navbar-dropdown {
  background-color: #fbf1d3 !important;
  padding: 0;
}
.stage .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .stage .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .stage .menu_box .navbar-collapse {
    background-color: #fbf1d3 !important;
    transition: all 0s ease 0s;
  }
}
.stage .navbar-dropdown {
  position: relative !important;
}
.stage .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.stage .btn:hover {
  box-shadow: none;
}
.stage .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .stage .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .stage .nav-item {
    margin: 0 !important;
  }
}
.stage .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.stage .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.stage .nav-item .nav-link:hover::before,
.stage .nav-item .nav-link:focus::before {
  width: 100%;
}
.stage .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.stage .container {
  display: flex;
  margin: auto;
}
.stage .drawunit {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .stage .drawunit {
    margin: 0;
  }
}
.stage .nav-item:focus,
.stage .nav-link:focus {
  outline: none;
}
.stage .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .stage .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.stage .navbar .cluster img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.stage .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .stage .navbar .nav-item {
    padding: .5rem 0;
  }
  .stage .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .stage .navbar .nav-item .nav-link::before {
    display: none;
  }
  .stage .navbar .cluster img {
    height: 3rem !important;
  }
  .stage .navbar ul.drawunit {
    overflow: hidden;
  }
  .stage .navbar ul.drawunit li {
    margin: 0;
  }
  .stage .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .stage .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.stage .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;
}
.stage .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.stage .navbar-brand .cluster a {
  outline: none;
}
.stage .navbar-expand-lg .drawunit .nav-link {
  margin: 8px 12px !important;
}
.stage ul.drawunit {
  flex-wrap: wrap;
  padding: 0;
}
.stage button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf1d3;
  background: #fbf1d3;
}
.stage button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.stage button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.stage button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.stage a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage .navbar {
    height: 70px;
  }
  .stage .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stage .navbar-dropdown .cluster {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .stage .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.stage .crop-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.stage .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .stage .drawunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.stage .crop-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.stage .navbar-caption {
  color: #202020;
}
.stage .crop-text {
  color: #ffffff;
  text-align: center;
}
.stage .crop-section-subtitle,
.stage .crop-section-btn {
  text-align: center;
}
.stage a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.element {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaed;
}
.element .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .element .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .element .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .element .container {
    padding: 0 16px;
  }
}
.element .gridwrapunit .crop-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .element .gridwrapunit .crop-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .element .interfacerow {
    margin-bottom: 32px;
  }
}
.element .interfacerow img {
  height: 610px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .element .interfacerow img {
    height: 350px;
  }
}
.element .target {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .element .target {
    margin: 0;
  }
}
.element .desc-wrapper {
  margin-bottom: 24px;
}
.element .desc-wrapper .crop-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.element .desc-wrapper .crop-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #fffaed, #fffaed);
}
.element .dragArea.row .crop-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .element .dragArea.row .crop-section-title {
    margin-bottom: 16px !important;
  }
}
.element .dragArea.row .crop-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .element .dragArea.row .crop-text {
    margin-bottom: 16px !important;
  }
}
.element .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.element .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #000000 !important;
}
.element .dragArea.row .form-group .form-control:hover,
.element .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.element .dragArea.row .form-group .form-control::-moz-placeholder {
  color: #000000;
  opacity: .7;
}
.element .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .7;
}
.element .dragArea.row .form-group textarea {
  min-height: 100px;
}
.element .dragArea.row .crop-section-btn {
  width: 100%;
  margin-top: 16px;
}
.element .dragArea.row .crop-section-btn .btn {
  width: 100%;
}
.element .crop-section-title {
  color: #1c1c1c;
}
.element .crop-desc {
  color: #1c1c1c;
}
.element .crop-text {
  color: #1c1c1c;
}
.element .crop-desc,
.element .desc-wrapper {
  text-align: center;
}
.nodetrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1d3;
  flex-direction: column;
  justify-content: center;
}
.nodetrack .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0;
  }
}
.nodetrack .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .nodetrack .container {
    padding: 0 16px;
  }
}
.nodetrack .row {
  justify-content: center;
}
.nodetrack .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .logo-wrapper {
    margin-bottom: 40px;
  }
}
.nodetrack .logo-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nodetrack .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .nodetrack .list {
    margin-bottom: 40px;
  }
}
.nodetrack .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .list .item-wrap:hover,
.nodetrack .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .footbox {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .footbox {
    margin-bottom: 40px;
  }
}
.nodetrack .footbox .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.nodetrack .footbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .footbox .list .item-wrap:hover,
.nodetrack .footbox .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .crop-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.nodetrack .list,
.nodetrack .item-wrap {
  color: #000000;
}
.stage {
  background-color: transparent;
}
.stage .navbar-dropdown {
  background-color: #fbf1d3 !important;
  padding: 0;
}
.stage .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .stage .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .stage .menu_box .navbar-collapse {
    background-color: #fbf1d3 !important;
    transition: all 0s ease 0s;
  }
}
.stage .navbar-dropdown {
  position: relative !important;
}
.stage .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.stage .btn:hover {
  box-shadow: none;
}
.stage .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .stage .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .stage .nav-item {
    margin: 0 !important;
  }
}
.stage .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.stage .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.stage .nav-item .nav-link:hover::before,
.stage .nav-item .nav-link:focus::before {
  width: 100%;
}
.stage .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.stage .container {
  display: flex;
  margin: auto;
}
.stage .drawunit {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .stage .drawunit {
    margin: 0;
  }
}
.stage .nav-item:focus,
.stage .nav-link:focus {
  outline: none;
}
.stage .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .stage .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.stage .navbar .cluster img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.stage .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .stage .navbar .nav-item {
    padding: .5rem 0;
  }
  .stage .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .stage .navbar .nav-item .nav-link::before {
    display: none;
  }
  .stage .navbar .cluster img {
    height: 3rem !important;
  }
  .stage .navbar ul.drawunit {
    overflow: hidden;
  }
  .stage .navbar ul.drawunit li {
    margin: 0;
  }
  .stage .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .stage .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.stage .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;
}
.stage .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.stage .navbar-brand .cluster a {
  outline: none;
}
.stage .navbar-expand-lg .drawunit .nav-link {
  margin: 8px 12px !important;
}
.stage ul.drawunit {
  flex-wrap: wrap;
  padding: 0;
}
.stage button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf1d3;
  background: #fbf1d3;
}
.stage button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.stage button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.stage button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.stage a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage .navbar {
    height: 70px;
  }
  .stage .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stage .navbar-dropdown .cluster {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .stage .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.stage .crop-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.stage .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .stage .drawunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.stage .crop-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.stage .navbar-caption {
  color: #202020;
}
.stage .crop-text {
  color: #ffffff;
  text-align: center;
}
.stage .crop-section-subtitle,
.stage .crop-section-btn {
  text-align: center;
}
.stage a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.zonecore {
  display: flex;
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #fffaed;
}
@media (min-width: 768px) {
  .zonecore {
    align-items: center;
  }
  .zonecore .row {
    justify-content: center;
  }
}
.zonecore p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .zonecore .maparea {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .zonecore {
    align-items: center;
  }
  .zonecore .maparea {
    width: 100%;
  }
}
.zonecore .crop-section-title {
  text-align: center;
  color: #000000;
}
.zonecore .crop-text,
.zonecore .crop-section-btn {
  text-align: left;
  color: #000000;
}
.zonecore .crop-section-subtitle {
  color: #000000;
  text-align: center;
}
.nodetrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1d3;
  flex-direction: column;
  justify-content: center;
}
.nodetrack .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0;
  }
}
.nodetrack .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .nodetrack .container {
    padding: 0 16px;
  }
}
.nodetrack .row {
  justify-content: center;
}
.nodetrack .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .logo-wrapper {
    margin-bottom: 40px;
  }
}
.nodetrack .logo-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nodetrack .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .nodetrack .list {
    margin-bottom: 40px;
  }
}
.nodetrack .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .list .item-wrap:hover,
.nodetrack .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .footbox {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .footbox {
    margin-bottom: 40px;
  }
}
.nodetrack .footbox .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.nodetrack .footbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .footbox .list .item-wrap:hover,
.nodetrack .footbox .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .crop-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.nodetrack .list,
.nodetrack .item-wrap {
  color: #000000;
}
.stage {
  background-color: transparent;
}
.stage .navbar-dropdown {
  background-color: #fbf1d3 !important;
  padding: 0;
}
.stage .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .stage .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .stage .menu_box .navbar-collapse {
    background-color: #fbf1d3 !important;
    transition: all 0s ease 0s;
  }
}
.stage .navbar-dropdown {
  position: relative !important;
}
.stage .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.stage .btn:hover {
  box-shadow: none;
}
.stage .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .stage .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .stage .nav-item {
    margin: 0 !important;
  }
}
.stage .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.stage .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.stage .nav-item .nav-link:hover::before,
.stage .nav-item .nav-link:focus::before {
  width: 100%;
}
.stage .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.stage .container {
  display: flex;
  margin: auto;
}
.stage .drawunit {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .stage .drawunit {
    margin: 0;
  }
}
.stage .nav-item:focus,
.stage .nav-link:focus {
  outline: none;
}
.stage .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .stage .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.stage .navbar .cluster img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.stage .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .stage .navbar .nav-item {
    padding: .5rem 0;
  }
  .stage .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .stage .navbar .nav-item .nav-link::before {
    display: none;
  }
  .stage .navbar .cluster img {
    height: 3rem !important;
  }
  .stage .navbar ul.drawunit {
    overflow: hidden;
  }
  .stage .navbar ul.drawunit li {
    margin: 0;
  }
  .stage .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .stage .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.stage .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;
}
.stage .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.stage .navbar-brand .cluster a {
  outline: none;
}
.stage .navbar-expand-lg .drawunit .nav-link {
  margin: 8px 12px !important;
}
.stage ul.drawunit {
  flex-wrap: wrap;
  padding: 0;
}
.stage button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf1d3;
  background: #fbf1d3;
}
.stage button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.stage button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.stage button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.stage a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage .navbar {
    height: 70px;
  }
  .stage .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stage .navbar-dropdown .cluster {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .stage .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.stage .crop-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.stage .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .stage .drawunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.stage .crop-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.stage .navbar-caption {
  color: #202020;
}
.stage .crop-text {
  color: #ffffff;
  text-align: center;
}
.stage .crop-section-subtitle,
.stage .crop-section-btn {
  text-align: center;
}
.stage a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.bodyunit {
  display: flex;
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #fffaed;
}
@media (min-width: 768px) {
  .bodyunit {
    align-items: center;
  }
  .bodyunit .row {
    justify-content: center;
  }
}
.bodyunit p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .bodyunit .maparea {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .bodyunit {
    align-items: center;
  }
  .bodyunit .maparea {
    width: 100%;
  }
}
.bodyunit .crop-section-title {
  text-align: center;
  color: #000000;
}
.bodyunit .crop-text,
.bodyunit .crop-section-btn {
  text-align: left;
  color: #000000;
}
.bodyunit .crop-section-subtitle {
  color: #000000;
  text-align: center;
}
.nodetrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1d3;
  flex-direction: column;
  justify-content: center;
}
.nodetrack .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0;
  }
}
.nodetrack .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .nodetrack .container {
    padding: 0 16px;
  }
}
.nodetrack .row {
  justify-content: center;
}
.nodetrack .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .logo-wrapper {
    margin-bottom: 40px;
  }
}
.nodetrack .logo-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nodetrack .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .nodetrack .list {
    margin-bottom: 40px;
  }
}
.nodetrack .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .list .item-wrap:hover,
.nodetrack .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .footbox {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .footbox {
    margin-bottom: 40px;
  }
}
.nodetrack .footbox .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.nodetrack .footbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .footbox .list .item-wrap:hover,
.nodetrack .footbox .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .crop-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.nodetrack .list,
.nodetrack .item-wrap {
  color: #000000;
}
.stage {
  background-color: transparent;
}
.stage .navbar-dropdown {
  background-color: #fbf1d3 !important;
  padding: 0;
}
.stage .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .stage .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .stage .menu_box .navbar-collapse {
    background-color: #fbf1d3 !important;
    transition: all 0s ease 0s;
  }
}
.stage .navbar-dropdown {
  position: relative !important;
}
.stage .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.stage .btn:hover {
  box-shadow: none;
}
.stage .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .stage .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .stage .nav-item {
    margin: 0 !important;
  }
}
.stage .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.stage .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.stage .nav-item .nav-link:hover::before,
.stage .nav-item .nav-link:focus::before {
  width: 100%;
}
.stage .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.stage .container {
  display: flex;
  margin: auto;
}
.stage .drawunit {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .stage .drawunit {
    margin: 0;
  }
}
.stage .nav-item:focus,
.stage .nav-link:focus {
  outline: none;
}
.stage .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .stage .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.stage .navbar .cluster img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.stage .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .stage .navbar .nav-item {
    padding: .5rem 0;
  }
  .stage .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .stage .navbar .nav-item .nav-link::before {
    display: none;
  }
  .stage .navbar .cluster img {
    height: 3rem !important;
  }
  .stage .navbar ul.drawunit {
    overflow: hidden;
  }
  .stage .navbar ul.drawunit li {
    margin: 0;
  }
  .stage .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .stage .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.stage .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;
}
.stage .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.stage .navbar-brand .cluster a {
  outline: none;
}
.stage .navbar-expand-lg .drawunit .nav-link {
  margin: 8px 12px !important;
}
.stage ul.drawunit {
  flex-wrap: wrap;
  padding: 0;
}
.stage button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf1d3;
  background: #fbf1d3;
}
.stage button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.stage button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.stage button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.stage a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage .navbar {
    height: 70px;
  }
  .stage .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stage .navbar-dropdown .cluster {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .stage .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.stage .crop-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.stage .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .stage .drawunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.stage .crop-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.stage .navbar-caption {
  color: #202020;
}
.stage .crop-text {
  color: #ffffff;
  text-align: center;
}
.stage .crop-section-subtitle,
.stage .crop-section-btn {
  text-align: center;
}
.stage a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.alignwrap {
  display: flex;
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #fffaed;
}
@media (min-width: 768px) {
  .alignwrap {
    align-items: center;
  }
  .alignwrap .row {
    justify-content: center;
  }
}
.alignwrap p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .alignwrap .maparea {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .alignwrap {
    align-items: center;
  }
  .alignwrap .maparea {
    width: 100%;
  }
}
.alignwrap .crop-section-title {
  text-align: center;
  color: #000000;
}
.alignwrap .crop-text,
.alignwrap .crop-section-btn {
  text-align: left;
  color: #000000;
}
.alignwrap .crop-section-subtitle {
  color: #000000;
  text-align: center;
}
.nodetrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1d3;
  flex-direction: column;
  justify-content: center;
}
.nodetrack .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0;
  }
}
.nodetrack .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .nodetrack .container {
    padding: 0 16px;
  }
}
.nodetrack .row {
  justify-content: center;
}
.nodetrack .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .logo-wrapper {
    margin-bottom: 40px;
  }
}
.nodetrack .logo-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nodetrack .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .nodetrack .list {
    margin-bottom: 40px;
  }
}
.nodetrack .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .list .item-wrap:hover,
.nodetrack .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .footbox {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .footbox {
    margin-bottom: 40px;
  }
}
.nodetrack .footbox .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.nodetrack .footbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .footbox .list .item-wrap:hover,
.nodetrack .footbox .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .crop-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.nodetrack .list,
.nodetrack .item-wrap {
  color: #000000;
}
.stage {
  background-color: transparent;
}
.stage .navbar-dropdown {
  background-color: #fbf1d3 !important;
  padding: 0;
}
.stage .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .stage .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .stage .menu_box .navbar-collapse {
    background-color: #fbf1d3 !important;
    transition: all 0s ease 0s;
  }
}
.stage .navbar-dropdown {
  position: relative !important;
}
.stage .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.stage .btn:hover {
  box-shadow: none;
}
.stage .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .stage .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .stage .nav-item {
    margin: 0 !important;
  }
}
.stage .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.stage .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.stage .nav-item .nav-link:hover::before,
.stage .nav-item .nav-link:focus::before {
  width: 100%;
}
.stage .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.stage .container {
  display: flex;
  margin: auto;
}
.stage .drawunit {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .stage .drawunit {
    margin: 0;
  }
}
.stage .nav-item:focus,
.stage .nav-link:focus {
  outline: none;
}
.stage .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .stage .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.stage .navbar .cluster img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.stage .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .stage .navbar .nav-item {
    padding: .5rem 0;
  }
  .stage .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .stage .navbar .nav-item .nav-link::before {
    display: none;
  }
  .stage .navbar .cluster img {
    height: 3rem !important;
  }
  .stage .navbar ul.drawunit {
    overflow: hidden;
  }
  .stage .navbar ul.drawunit li {
    margin: 0;
  }
  .stage .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .stage .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.stage .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;
}
.stage .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.stage .navbar-brand .cluster a {
  outline: none;
}
.stage .navbar-expand-lg .drawunit .nav-link {
  margin: 8px 12px !important;
}
.stage ul.drawunit {
  flex-wrap: wrap;
  padding: 0;
}
.stage button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf1d3;
  background: #fbf1d3;
}
.stage button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.stage button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.stage button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.stage button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.stage a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage .navbar {
    height: 70px;
  }
  .stage .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stage .navbar-dropdown .cluster {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .stage .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.stage .crop-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.stage .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .stage .drawunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.stage .crop-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.stage .navbar-caption {
  color: #202020;
}
.stage .crop-text {
  color: #ffffff;
  text-align: center;
}
.stage .crop-section-subtitle,
.stage .crop-section-btn {
  text-align: center;
}
.stage a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.zonepad {
  display: flex;
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #fffaed;
}
@media (min-width: 768px) {
  .zonepad {
    align-items: center;
  }
  .zonepad .row {
    justify-content: center;
  }
}
.zonepad p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .zonepad .maparea {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .zonepad {
    align-items: center;
  }
  .zonepad .maparea {
    width: 100%;
  }
}
.zonepad .crop-section-title {
  text-align: center;
  color: #000000;
}
.zonepad .crop-text,
.zonepad .crop-section-btn {
  text-align: left;
  color: #000000;
}
.zonepad .crop-section-subtitle {
  color: #000000;
  text-align: center;
}
.nodetrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1d3;
  flex-direction: column;
  justify-content: center;
}
.nodetrack .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0;
  }
}
.nodetrack .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .nodetrack .container {
    padding: 0 16px;
  }
}
.nodetrack .row {
  justify-content: center;
}
.nodetrack .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .logo-wrapper {
    margin-bottom: 40px;
  }
}
.nodetrack .logo-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nodetrack .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .nodetrack .list {
    margin-bottom: 40px;
  }
}
.nodetrack .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .list .item-wrap:hover,
.nodetrack .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .footbox {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .nodetrack .footbox {
    margin-bottom: 40px;
  }
}
.nodetrack .footbox .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.nodetrack .footbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nodetrack .footbox .list .item-wrap:hover,
.nodetrack .footbox .list .item-wrap:focus {
  color: #39421c;
}
.nodetrack .crop-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.nodetrack .list,
.nodetrack .item-wrap {
  color: #000000;
}

/* Base Cookie Banner */
.stepunit {
    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;
}

.stepunit.show {
    visibility: visible;
    opacity: 1;
}

.stepunit p {
    margin: 0;
    font-size: 14px;
}

.stepunit a {
    color: #424a4d;
    text-decoration: underline;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .stepunit {
        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);
  }
}

.stepunit {
  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) {
  .stepunit {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .stepunit {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* mainanimations */
/* Style 5: background flash */
a, button, .btn {
  transition: background-color 0.2s ease;
}
a:active, button:active, .btn:active {
  background-color: rgba(255, 255, 0, 0.5);
}
/* endmainanimations */

.stepunit.show {
  visibility: visible;
  opacity: 1;
}
