@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --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-black-rgb: 0, 0, 0;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --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-code-color: #d63384;
  --bs-border-width: 1px;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::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);
}

h6, .h6, 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;
  }
}

h6, .h6 {
  font-size: 1rem;
}

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;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.gridunitbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .gridunitbox {
    font-size: 5rem;
  }
}

.headbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .headbox {
    font-size: 4.5rem;
  }
}

.flexlayer {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .flexlayer {
    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 {
  flex: 1 0 0;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.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::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.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-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.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-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-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);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :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);
}
.btn-check:checked + .btn:focus-visible, :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-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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);
}

.boxareaunit {
  --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;
}
.boxareaunit .nav-link.active, .boxareaunit .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 .boxareaunit {
    flex-direction: row;
  }
  .navbar-expand-lg .boxareaunit .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.layer {
  --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);
}

.neutralbox {
  --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);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

: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;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .spanbox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .spanbox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .spanbox.depth-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .depth-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@charset "UTF-8";

@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.depth-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.depth-section-title {
  font-style: normal;
  line-height: 1.3;
}

.depth-section-subtitle {
  line-height: 1.3;
}

.tilenode {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h6,
.gridunitbox,
.headbox,
.flexlayer,
.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 */

/*! Text-aligns */
.domlayer {
  text-align: left;
}

.padunit {
  text-align: center;
}

/*! Font-weight  */

/*! Media  */

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.depth-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-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .depth-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .depth-iconfont,
.btn.btn-sm .depth-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .depth-iconfont,
.btn.btn-md .depth-iconfont {
  margin-left: 0.8rem;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

.basebox {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .spanbox 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 .boxareaunit.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .depth-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.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 .depth-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;
}

ul {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 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: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'path2';
  font-display: swap;
  src:  url('fonts/palette2.eot');
  src:  url('fonts/palette2.eot') format('embedded-opentype'),
    url('fonts/palette2.woff2') format('woff2'),
    url('fonts/palette2.woff') format('woff'),
    url('fonts/palette2.ttf') format('truetype'),
    url('fonts/palette2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="guideline-"], [class*=" guideline-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'path2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.guideline-hue-bulleted-list:before {
  content: "\e911";
}
.guideline-hue-contact-form:before {
  content: "\e91d";
}
.guideline-hue-globe:before {
  content: "\e935";
}
.guideline-hue-letter:before {
  content: "\e945";
}
.guideline-hue-mobile-2:before {
  content: "\e94e";
}

.btn {
  border-width: 1px;
}
body {
  font-family: Inter Tight;
}
.gridunitbox {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1.22;
}
.gridunitbox > .depth-iconfont {
  font-size: 4.25rem;
}
.headbox {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.headbox > .depth-iconfont {
  font-size: 3.75rem;
}
.flexlayer {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.flexlayer > .depth-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .depth-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
.display-7 > .depth-iconfont {
  font-size: 1.1875rem;
}
/* ---- 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) {
  .gridunitbox {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .gridunitbox {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.22 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .headbox {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .flexlayer {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .gridunitbox {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.22 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .headbox {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .flexlayer {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #046c00 !important;
  border-color: #046c00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #069f00 !important;
  border-color: #069f00 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #069f00 !important;
  border-color: #069f00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #262526 !important;
  border-color: #262526 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #403e40 !important;
  border-color: #403e40 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #403e40 !important;
  border-color: #403e40 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #555555 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #555555 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #444444 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: inherit;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #444444 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.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: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #046c00;
  color: #046c00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #011500 !important;
  background-color: transparent !important;
  border-color: #011500 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #046c00 !important;
  border-color: #046c00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #262526;
  color: #262526;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #262526 !important;
  border-color: #262526 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dddddd;
  color: #dddddd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #b2b2b2 !important;
  background-color: transparent !important;
  border-color: #b2b2b2 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #046c00 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000600 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.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;
}
.layer {
  background-color: #70c770;
}
.neutralbox {
  background-color: #dddddd;
}
.depth-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #046c00;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .depth-iconfont {
  font-size: 1.125rem;
}
.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: #046c00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .depth-iconfont {
  font-size: 1.1875rem;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.depth-section-btn .btn {
  padding: 11px 28px;
  border-radius: 15px !important;
  font-weight: 400;
}
.depth-section-btn .btn-black {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: inset -4px 3px 9px 0px #046c00, inset 3px -2px 8px 0px #000000;
  transition: all .5s ease;
}
.depth-section-btn .btn-black:hover,
.depth-section-btn .btn-black:focus,
.depth-section-btn .btn-black.active {
  box-shadow: inset 0px 36px 25px 0px #046c00, inset 0px -33px 25px 0px #000000;
  color: #ffffff !important;
}
.depth-section-btn .btn-white {
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: inset -4px 3px 9px 0px #046c00, inset 3px -2px 8px 0px #000000;
  transition: all .5s ease;
}
.depth-section-btn .btn-white:hover,
.depth-section-btn .btn-white:focus,
.depth-section-btn .btn-white.active {
  box-shadow: inset 0px 36px 25px 0px #046c00, inset 0px -33px 25px 0px #000000;
  color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.wrapbox iframe,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.padbox,
.wrapbox iframe {
  border-radius: 10px !important;
}
ul.boxareaunit,
ul.boxareaunit::before {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  ul.boxareaunit,
  ul.boxareaunit::before {
    border-radius: 24px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.box .navbar-dropdown {
  position: relative !important;
}
.box .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.box .nav-link {
  position: relative;
}
.box .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .box .container {
    flex-wrap: nowrap;
  }
}
.box .nav-item:focus,
.box .nav-link:focus {
  outline: none;
}
.box .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .box .navbar {
    min-height: 80px;
  }
}
.box .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.box .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .box .navbar .nav-item .nav-link::before {
    display: none;
  }
  .box .navbar .spanbox img {
    height: 3rem !important;
  }
  .box .navbar ul.boxareaunit li {
    margin: auto;
  }
  .box .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .box .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.box .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .box .navbar-brand {
    min-height: 80px;
  }
}
.box .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.box .navbar-brand .navbar-caption:hover,
.box .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.box .navbar-brand .spanbox a {
  outline: none;
}
.box .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.box ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .box ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.box ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.box .navbar-buttons {
  text-align: center;
}
.box .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .box .navbar-buttons .btn {
    width: auto !important;
  }
}
.box button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.box button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.box button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.box button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.box .navbar-dropdown {
  padding: 0 1rem;
}
.box a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .navbar {
    height: 70px;
  }
  .box .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.box .boxareaunit {
  margin: 0 auto;
}
.box .nav-item {
  padding: 0;
  margin: 0;
}
.box .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.box .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.box .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.box .nav-item .nav-link:hover,
.box .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::after,
.box .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::before,
.box .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.box .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .box .navbar {
    justify-content: flex-start !important;
  }
  .box .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .box .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .box .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .box .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .box .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.box .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .box .layoutcell {
    min-height: 80px;
  }
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
  background: linear-gradient(180deg, #fafafa, #ffffff);
}
@media (max-width: 1400px) {
  .holdwrap .gridunitbox {
    font-size: 2.72rem;
  }
}
@media (max-width: 575px) {
  .holdwrap .row {
    text-align: center!important;
  }
}
.holdwrap .zonelayer {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #ffffff);
  background: linear-gradient(90deg, #ffffff, #ffffff) !important;
}
@media (max-width: 767px) {
  .holdwrap .zonelayer {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.holdwrap img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.holdwrap .depth-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .holdwrap .depth-section-title {
    text-align: center;
  }
}
.holdwrap .tilenode {
  color: #000000;
  text-align: center;
}
.holdwrap .depth-section-title,
.holdwrap .depth-section-btn {
  text-align: center;
  color: #000000;
}
.stageunit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.stageunit .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .stageunit .card {
    margin-bottom: 40px;
  }
}
.stageunit .modulebox .unitcol {
  margin-bottom: 20px;
}
.stageunit .modulebox .depth-section-title {
  margin-bottom: 20px;
}
.stageunit .depth-section-btn .btn {
  margin-bottom: 0;
}
.stageunit .text-wrapper .tilenode {
  margin-bottom: 0;
}
.stageunit .unitcol {
  color: #046c00;
}
.stageunit .depth-section-title {
  color: #000000;
}
.stageunit .tilenode {
  color: #000000;
  text-align: left;
}
.region {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.region .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #fafafa;
  min-height: 730px;
  box-shadow: 0.2rem 0.2rem 1rem #eeeeee !important;
}
@media (max-width: 1440px) {
  .region .card-wrapper {
    min-height: 530px;
  }
}
@media (max-width: 992px) {
  .region .card-wrapper {
    display: block;
    padding: 15px;
    min-height: auto;
  }
}
.region .card-wrapper .stackunit {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
@media (max-width: 992px) {
  .region .card-wrapper .stackunit {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.region .card-wrapper .stackunit .modulebox .patternbox .unitcol {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #046c00;
  margin-bottom: 15px;
}
.region .card-wrapper .stackunit .modulebox .depth-section-title {
  margin-bottom: 20px;
}
.region .card-wrapper .stackunit .text-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .region .card-wrapper .stackunit .text-wrapper {
    margin-bottom: 0;
  }
}
.region .card-wrapper .stackunit .text-wrapper .tilenode {
  margin-bottom: 0;
}
.region .card-wrapper .stackunit .text-wrapper .depth-section-btn {
  margin-top: 20px;
}
.region .card-wrapper .stackunit .text-wrapper .depth-section-btn .btn {
  margin-bottom: 0;
}
.region .card-wrapper .bridge {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  width: 50%;
}
@media (max-width: 1440px) {
  .region .card-wrapper .bridge {
    display: block;
  }
}
@media (max-width: 992px) {
  .region .card-wrapper .bridge {
    width: 100%;
  }
}
.region .card-wrapper .bridge .image-wrap_1 img {
  height: 330px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .region .card-wrapper .bridge .image-wrap_1 img {
    height: 350px;
    margin-bottom: 15px;
  }
}
.region .card-wrapper .bridge .image-wrap_2 {
  position: relative;
}
@media (max-width: 1440px) {
  .region .card-wrapper .bridge .image-wrap_2 {
    height: 350px;
  }
}
.region .card-wrapper .bridge .image-wrap_2 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.region .depth-section-title {
  color: #000000;
}
.region .unitcol {
  color: #000000;
}
.region .tilenode {
  color: #000000;
}
.region .unitcol,
.region .patternbox {
  color: #ffffff;
}
.region .depth-section-title {
  text-align: left;
}
.region .depth-section-title {
  text-align: center;
}
.topwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.topwrap .row {
  margin: 0 -45px;
}
.topwrap .row .card {
  padding: 0 45px;
  justify-content: center;
}
.topwrap .bridge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topwrap .bridge img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .topwrap .bridge img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .topwrap .bridge img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .topwrap .bridge img {
    height: 300px;
  }
}
.topwrap .stackunit {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .topwrap .stackunit {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .topwrap .stackunit {
    margin-bottom: 32px;
  }
}
.topwrap .stackunit .patternbox .unitcol {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.topwrap .stackunit .modulebox .depth-section-title {
  margin-bottom: 22px;
}
.topwrap .stackunit .text-wrapper .tilenode {
  margin-bottom: 12px;
}
.topwrap .stackunit .depth-section-btn .btn {
  margin-bottom: 0;
}
.topwrap .unitcol {
  color: #3a001d;
}
.topwrap .depth-section-title {
  color: #3a001d;
}
.topwrap .tilenode {
  color: #3a001d;
}
.topwrap .depth-section-title,
.topwrap .depth-section-btn {
  color: #000000;
  text-align: center;
}
.topwrap .tilenode,
.topwrap .text-wrapper {
  color: #000000;
}
.mount {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.mount .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .mount .card {
    margin-bottom: 40px;
  }
}
.mount .modulebox .unitcol {
  margin-bottom: 20px;
}
.mount .modulebox .depth-section-title {
  margin-bottom: 20px;
}
.mount .depth-section-btn .btn {
  margin-bottom: 0;
}
.mount .text-wrapper .tilenode {
  margin-bottom: 0;
}
.mount .unitcol {
  color: #046c00;
}
.mount .depth-section-title {
  color: #000000;
  text-align: center;
}
.mount .tilenode {
  color: #000000;
  text-align: left;
}
.tilepad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tilepad .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .tilepad .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.tilepad .card-wrapper .layoutwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .tilepad .card-wrapper .layoutwrap img {
    position: static;
    height: 400px;
  }
}
.tilepad .card-wrapper .padwrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .tilepad .card-wrapper .padwrap {
    width: 120px;
  }
}
.tilepad .card-wrapper .padwrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.tilepad .card-wrapper .padwrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.tilepad .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .tilepad .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .tilepad .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.tilepad .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.tilepad .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.tilepad .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.tilepad .stackunit .patternbox .unitcol {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #046c00;
}
.tilepad .stackunit .depth-section-title {
  margin-bottom: 15px;
}
.tilepad .stackunit .tilenode {
  margin-bottom: 0;
}
.tilepad .stackunit .splitlayer {
  margin-top: 30px;
}
.tilepad .stackunit .splitlayer .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .tilepad .stackunit .splitlayer .item {
    padding: 30px 0;
  }
}
.tilepad .stackunit .splitlayer .item:last-child {
  padding-bottom: 0 !important;
}
.tilepad .stackunit .splitlayer .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .tilepad .stackunit .splitlayer .item .item-wrapper .card-box {
    display: block;
  }
}
.tilepad .stackunit .splitlayer .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tilepad .stackunit .splitlayer .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.tilepad .stackunit .splitlayer .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tilepad .stackunit .splitlayer .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.tilepad .unitcol,
.tilepad .patternbox {
  color: #046c00;
}
.tilepad .depth-section-title {
  color: #000000;
}
.tilepad .tilenode {
  color: #046c00;
}
.tilepad .card-title {
  color: #000000;
  text-align: center;
}
.tilepad .card-text {
  color: #000000;
  text-align: left;
}
.tilepad .item-title {
  color: #ffffff;
  text-align: center;
}
.moduleunit {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.moduleunit .row {
  margin: 0 -45px;
}
.moduleunit .row .card {
  padding: 0 45px;
  justify-content: center;
}
.moduleunit .bridge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.moduleunit .bridge img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .moduleunit .bridge img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .moduleunit .bridge img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .moduleunit .bridge img {
    height: 300px;
  }
}
.moduleunit .stackunit {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .moduleunit .stackunit {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .moduleunit .stackunit {
    margin-bottom: 32px;
  }
}
.moduleunit .stackunit .patternbox .unitcol {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.moduleunit .stackunit .modulebox .depth-section-title {
  margin-bottom: 22px;
}
.moduleunit .stackunit .text-wrapper .tilenode {
  margin-bottom: 12px;
}
.moduleunit .stackunit .depth-section-btn .btn {
  margin-bottom: 0;
}
.moduleunit .unitcol {
  color: #3a001d;
}
.moduleunit .depth-section-title {
  color: #3a001d;
}
.moduleunit .tilenode {
  color: #3a001d;
}
.moduleunit .depth-section-title,
.moduleunit .depth-section-btn {
  color: #000000;
  text-align: center;
}
.moduleunit .tilenode,
.moduleunit .text-wrapper {
  color: #000000;
}
.gridrowunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.gridrowunit .layoutcell {
  margin: 0 -25px;
}
.gridrowunit .layoutcell .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .gridrowunit .modulebox {
    margin-bottom: 50px;
  }
}
.gridrowunit .modulebox .patternbox {
  margin-bottom: 25px;
}
.gridrowunit .modulebox .patternbox .gridbody {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gridrowunit .modulebox .patternbox .gridbody .icon-wrapper .depth-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.gridrowunit .modulebox .patternbox .gridbody .unitcol {
  margin-bottom: 0;
}
.gridrowunit .modulebox .bodylayer .depth-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .gridrowunit .modulebox .bodylayer .depth-section-title {
    width: 100%;
  }
}
.gridrowunit .modulebox .bridge img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .gridrowunit .modulebox .bridge img {
    height: 300px;
  }
}
.gridrowunit .target .depth-section-subtitle {
  margin-bottom: 25px;
}
.gridrowunit .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.gridrowunit .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.gridrowunit .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.gridrowunit .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.gridrowunit .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.gridrowunit .form-wrap .dragArea.row .form-group .form-control:hover,
.gridrowunit .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #caf31d !important;
}
.gridrowunit .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.gridrowunit .form-wrap .dragArea.row .depth-section-btn {
  width: 100%;
  margin-top: 5px;
}
.gridrowunit .form-wrap .dragArea.row .depth-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.gridrowunit .unitcol {
  color: #000000;
}
.gridrowunit .depth-section-title {
  color: #000000;
}
.gridrowunit .depth-section-subtitle {
  color: #000000;
}
.gridrowunit label {
  color: #000000;
}
.dock {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.dock .bridge {
  display: flex;
  align-items: center;
}
.dock .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .dock .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .dock .card-wrapper {
    padding: 2rem 4rem;
  }
}
.dock .depth-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #046c00;
}
.dock .depth-section-subtitle {
  color: #000000;
}
.dock .depth-section-title {
  color: #000000;
}
.nodetrack {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.nodetrack .layoutcell {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .nodetrack .layoutcell {
    margin-bottom: 40px;
  }
}
.nodetrack .layoutcell .patternbox {
  padding-bottom: 12px;
  border-bottom: 1px solid #046c00;
  margin-bottom: 24px;
}
.nodetrack .layoutcell .patternbox .gridbody {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.nodetrack .layoutcell .patternbox .gridbody .unitcol {
  margin-bottom: 0;
}
.nodetrack .layoutcell .modulebox .depth-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodetrack .layoutcell .modulebox .depth-section-title {
    margin-bottom: 20px;
  }
}
.nodetrack .layoutcell .text-wrapper .tilenode {
  margin-bottom: 0;
}
.nodetrack .layoutcell .card {
  justify-content: center;
}
.nodetrack .card-wrapper {
  padding: 32px;
  border: 1px solid #046c00;
}
@media (max-width: 992px) {
  .nodetrack .card-wrapper {
    padding: 20px;
  }
}
.nodetrack .card-wrapper .wrapbox iframe {
  height: 460px;
  width: 100%;
}
@media (max-width: 992px) {
  .nodetrack .card-wrapper .wrapbox iframe {
    height: 300px;
  }
}
.nodetrack .unitcol {
  color: #9ba9c4;
}
.nodetrack .depth-section-title {
  color: #ffffff;
}
.nodetrack .tilenode,
.nodetrack .text-wrapper {
  color: #000000;
}
.nodetrack .depth-section-title,
.nodetrack .depth-section-btn {
  color: #000000;
}
.nodetrack .unitcol,
.nodetrack .patternbox {
  color: #046c00;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.box .navbar-dropdown {
  position: relative !important;
}
.box .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.box .nav-link {
  position: relative;
}
.box .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .box .container {
    flex-wrap: nowrap;
  }
}
.box .nav-item:focus,
.box .nav-link:focus {
  outline: none;
}
.box .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .box .navbar {
    min-height: 80px;
  }
}
.box .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.box .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .box .navbar .nav-item .nav-link::before {
    display: none;
  }
  .box .navbar .spanbox img {
    height: 3rem !important;
  }
  .box .navbar ul.boxareaunit li {
    margin: auto;
  }
  .box .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .box .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.box .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .box .navbar-brand {
    min-height: 80px;
  }
}
.box .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.box .navbar-brand .navbar-caption:hover,
.box .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.box .navbar-brand .spanbox a {
  outline: none;
}
.box .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.box ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .box ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.box ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.box .navbar-buttons {
  text-align: center;
}
.box .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .box .navbar-buttons .btn {
    width: auto !important;
  }
}
.box button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.box button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.box button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.box button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.box .navbar-dropdown {
  padding: 0 1rem;
}
.box a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .navbar {
    height: 70px;
  }
  .box .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.box .boxareaunit {
  margin: 0 auto;
}
.box .nav-item {
  padding: 0;
  margin: 0;
}
.box .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.box .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.box .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.box .nav-item .nav-link:hover,
.box .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::after,
.box .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::before,
.box .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.box .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .box .navbar {
    justify-content: flex-start !important;
  }
  .box .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .box .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .box .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .box .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .box .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.box .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .box .layoutcell {
    min-height: 80px;
  }
}
.branchbox {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.branchbox .padwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #fafafa;
  pointer-events: none;
}
@media (max-width: 992px) {
  .branchbox .padwrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.branchbox .row {
  position: relative;
  z-index: 1;
}
.branchbox .modulebox .depth-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .branchbox .modulebox .depth-section-title {
    margin-bottom: 46px;
  }
}
.branchbox .bridge {
  margin-right: 18px;
  margin-right: 0;
  margin-left: 18px;
}
@media (max-width: 992px) {
  .branchbox .bridge {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .branchbox .bridge {
    margin-left: 0;
  }
}
.branchbox .bridge img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .branchbox .bridge img {
    height: 350px;
  }
}
.branchbox .stackunit {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .branchbox .stackunit {
    padding-top: 22px;
  }
}
.branchbox .stackunit .text-wrapper .tilenode {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .branchbox .stackunit .text-wrapper .tilenode {
    width: 100%;
    margin-bottom: 22px;
  }
}
.branchbox .stackunit .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .branchbox .stackunit .desc-wrapper {
    display: block;
  }
}
.branchbox .stackunit .desc-wrapper .tailbox {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .branchbox .stackunit .desc-wrapper .tailbox {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.branchbox .stackunit .desc-wrapper .depth-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .branchbox .stackunit .desc-wrapper .depth-section-btn {
    width: 100%;
  }
}
.branchbox .stackunit .desc-wrapper .depth-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .branchbox .stackunit .desc-wrapper .depth-section-btn .btn {
    padding: 20px 32px;
  }
}
.branchbox .depth-section-title {
  color: #212529;
  text-align: center;
}
.branchbox .tilenode {
  color: #51565c;
}
.branchbox .tailbox {
  color: #51565c;
}
.branchbox .tilenode,
.branchbox .text-wrapper {
  color: #000000;
}
.branchbox .tailbox,
.branchbox .depth-section-btn {
  color: #000000;
}
.viewbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.viewbox .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .viewbox .card {
    margin-bottom: 40px;
  }
}
.viewbox .modulebox .unitcol {
  margin-bottom: 20px;
}
.viewbox .modulebox .depth-section-title {
  margin-bottom: 20px;
}
.viewbox .depth-section-btn .btn {
  margin-bottom: 0;
}
.viewbox .text-wrapper .tilenode {
  margin-bottom: 0;
}
.viewbox .unitcol {
  color: #046c00;
}
.viewbox .depth-section-title {
  color: #000000;
  text-align: center;
}
.viewbox .tilenode {
  color: #000000;
  text-align: left;
}
.stepunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.stepunit .row {
  margin: 0 -45px;
}
.stepunit .row .card {
  padding: 0 45px;
  justify-content: center;
}
.stepunit .bridge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .stepunit .bridge {
    padding-left: 0;
  }
}
.stepunit .bridge img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .stepunit .bridge img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .stepunit .bridge img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .stepunit .bridge img {
    height: 300px;
  }
}
.stepunit .stackunit {
  padding-left: 66px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .stepunit .stackunit {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .stepunit .stackunit {
    margin-bottom: 32px;
  }
}
.stepunit .stackunit .patternbox .unitcol {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.stepunit .stackunit .modulebox .depth-section-title {
  margin-bottom: 22px;
}
.stepunit .stackunit .text-wrapper .tilenode {
  margin-bottom: 12px;
}
.stepunit .stackunit .depth-section-btn .btn {
  margin-bottom: 0;
}
.stepunit .unitcol {
  color: #3a001d;
}
.stepunit .depth-section-title {
  color: #3a001d;
}
.stepunit .tilenode {
  color: #3a001d;
}
.stepunit .depth-section-title,
.stepunit .depth-section-btn {
  color: #000000;
  text-align: center;
}
.stepunit .tilenode,
.stepunit .text-wrapper {
  color: #000000;
}
.unit {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.unit .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .unit .card {
    margin-bottom: 40px;
  }
}
.unit .modulebox .unitcol {
  margin-bottom: 20px;
}
.unit .modulebox .depth-section-title {
  margin-bottom: 20px;
}
.unit .depth-section-btn .btn {
  margin-bottom: 0;
}
.unit .text-wrapper .tilenode {
  margin-bottom: 0;
}
.unit .unitcol {
  color: #046c00;
}
.unit .depth-section-title {
  color: #000000;
  text-align: center;
}
.unit .tilenode {
  color: #000000;
  text-align: left;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.box .navbar-dropdown {
  position: relative !important;
}
.box .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.box .nav-link {
  position: relative;
}
.box .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .box .container {
    flex-wrap: nowrap;
  }
}
.box .nav-item:focus,
.box .nav-link:focus {
  outline: none;
}
.box .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .box .navbar {
    min-height: 80px;
  }
}
.box .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.box .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .box .navbar .nav-item .nav-link::before {
    display: none;
  }
  .box .navbar .spanbox img {
    height: 3rem !important;
  }
  .box .navbar ul.boxareaunit li {
    margin: auto;
  }
  .box .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .box .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.box .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .box .navbar-brand {
    min-height: 80px;
  }
}
.box .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.box .navbar-brand .navbar-caption:hover,
.box .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.box .navbar-brand .spanbox a {
  outline: none;
}
.box .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.box ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .box ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.box ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.box .navbar-buttons {
  text-align: center;
}
.box .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .box .navbar-buttons .btn {
    width: auto !important;
  }
}
.box button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.box button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.box button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.box button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.box .navbar-dropdown {
  padding: 0 1rem;
}
.box a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .navbar {
    height: 70px;
  }
  .box .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.box .boxareaunit {
  margin: 0 auto;
}
.box .nav-item {
  padding: 0;
  margin: 0;
}
.box .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.box .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.box .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.box .nav-item .nav-link:hover,
.box .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::after,
.box .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::before,
.box .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.box .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .box .navbar {
    justify-content: flex-start !important;
  }
  .box .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .box .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .box .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .box .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .box .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.box .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .box .layoutcell {
    min-height: 80px;
  }
}
.viewwrap {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.viewwrap .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .viewwrap .main-image {
    display: none;
  }
}
@media (max-width: 992px) {
  .viewwrap .container {
    padding: 0 16px;
  }
}
.viewwrap .row {
  position: relative;
  z-index: 1;
}
.viewwrap .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .viewwrap .stackunit {
    margin-bottom: 32px;
  }
}
.viewwrap .stackunit .depth-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .viewwrap .stackunit .depth-section-title {
    margin-bottom: 32px;
  }
}
.viewwrap .stackunit .text-wrapper .tilenode {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .viewwrap .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.viewwrap .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #fafafa;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .viewwrap .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.viewwrap .card-wrapper .bodylayer {
  margin-top: -6rem;
}
.viewwrap .card-wrapper .bodylayer .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.viewwrap .card-wrapper .card-text {
  margin-bottom: 0;
}
.viewwrap .depth-section-title {
  color: #000000;
}
.viewwrap .tilenode {
  color: #000000;
}
.viewwrap .card-title {
  color: #000000;
}
.viewwrap .card-text {
  color: #000000;
}
.domcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.domcore .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .domcore .card {
    margin-bottom: 40px;
  }
}
.domcore .modulebox .unitcol {
  margin-bottom: 20px;
}
.domcore .modulebox .depth-section-title {
  margin-bottom: 20px;
}
.domcore .depth-section-btn .btn {
  margin-bottom: 0;
}
.domcore .text-wrapper .tilenode {
  margin-bottom: 0;
}
.domcore .unitcol {
  color: #046c00;
}
.domcore .depth-section-title {
  color: #000000;
  text-align: center;
}
.domcore .tilenode {
  color: #000000;
  text-align: left;
}
.drawwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.drawwrap .layoutcell {
  margin: 0 -25px;
}
.drawwrap .layoutcell .card {
  padding: 0 25px;
}
.drawwrap .bridge {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .drawwrap .bridge {
    margin-top: 40px;
    height: 300px;
  }
}
.drawwrap .bridge::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.2;
  z-index: 1;
}
.drawwrap .bridge .layoutwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drawwrap .modulebox {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .drawwrap .modulebox {
    margin-bottom: 40px;
  }
}
.drawwrap .modulebox .patternbox .unitcol {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #000000 0%, #000000 50%, #046c00 100%);
}
.drawwrap .modulebox .bodylayer .depth-section-title {
  margin-bottom: 0;
}
.drawwrap .splitlayer {
  position: relative;
  padding-left: 33px;
}
@media (max-width: 992px) {
  .drawwrap .splitlayer {
    padding-left: 23px;
  }
}
.drawwrap .splitlayer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(180deg, #000000 0%, #000000 50%, #046c00 100%);
}
.drawwrap .splitlayer .item {
  margin-bottom: 30px;
}
.drawwrap .splitlayer .item:last-child {
  margin-bottom: 0;
}
.drawwrap .splitlayer .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.drawwrap .splitlayer .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.drawwrap .depth-section-btn .btn-primary-outline,
.drawwrap .depth-section-btn .btn-secondary-outline,
.drawwrap .depth-section-btn .btn-success-outline,
.drawwrap .depth-section-btn .btn-info-outline,
.drawwrap .depth-section-btn .btn-warning-outline,
.drawwrap .depth-section-btn .btn-danger-outline,
.drawwrap .depth-section-btn .btn-black-outline,
.drawwrap .depth-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.drawwrap .depth-section-btn .btn-primary-outline .depth-iconfont,
.drawwrap .depth-section-btn .btn-secondary-outline .depth-iconfont,
.drawwrap .depth-section-btn .btn-success-outline .depth-iconfont,
.drawwrap .depth-section-btn .btn-info-outline .depth-iconfont,
.drawwrap .depth-section-btn .btn-warning-outline .depth-iconfont,
.drawwrap .depth-section-btn .btn-danger-outline .depth-iconfont,
.drawwrap .depth-section-btn .btn-black-outline .depth-iconfont,
.drawwrap .depth-section-btn .btn-white-outline .depth-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #000000 0%, #000000 50%, #046c00 100%) !important;
}
.drawwrap .depth-section-btn .btn-primary-outline:hover .depth-iconfont,
.drawwrap .depth-section-btn .btn-secondary-outline:hover .depth-iconfont,
.drawwrap .depth-section-btn .btn-success-outline:hover .depth-iconfont,
.drawwrap .depth-section-btn .btn-info-outline:hover .depth-iconfont,
.drawwrap .depth-section-btn .btn-warning-outline:hover .depth-iconfont,
.drawwrap .depth-section-btn .btn-danger-outline:hover .depth-iconfont,
.drawwrap .depth-section-btn .btn-black-outline:hover .depth-iconfont,
.drawwrap .depth-section-btn .btn-white-outline:hover .depth-iconfont,
.drawwrap .depth-section-btn .btn-primary-outline:focus .depth-iconfont,
.drawwrap .depth-section-btn .btn-secondary-outline:focus .depth-iconfont,
.drawwrap .depth-section-btn .btn-success-outline:focus .depth-iconfont,
.drawwrap .depth-section-btn .btn-info-outline:focus .depth-iconfont,
.drawwrap .depth-section-btn .btn-warning-outline:focus .depth-iconfont,
.drawwrap .depth-section-btn .btn-danger-outline:focus .depth-iconfont,
.drawwrap .depth-section-btn .btn-black-outline:focus .depth-iconfont,
.drawwrap .depth-section-btn .btn-white-outline:focus .depth-iconfont,
.drawwrap .depth-section-btn .btn-primary-outline.active .depth-iconfont,
.drawwrap .depth-section-btn .btn-secondary-outline.active .depth-iconfont,
.drawwrap .depth-section-btn .btn-success-outline.active .depth-iconfont,
.drawwrap .depth-section-btn .btn-info-outline.active .depth-iconfont,
.drawwrap .depth-section-btn .btn-warning-outline.active .depth-iconfont,
.drawwrap .depth-section-btn .btn-danger-outline.active .depth-iconfont,
.drawwrap .depth-section-btn .btn-black-outline.active .depth-iconfont,
.drawwrap .depth-section-btn .btn-white-outline.active .depth-iconfont {
  transform: rotate(0);
}
.drawwrap .unitcol,
.drawwrap .patternbox {
  color: #171719;
}
.drawwrap .depth-section-title {
  color: #171719;
}
.drawwrap .tailbox {
  color: #ffffff;
}
.drawwrap .item-title {
  color: #171719;
}
.drawwrap .item-text {
  color: #000000;
}
.headwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.headwrap .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .headwrap .card {
    margin-bottom: 40px;
  }
}
.headwrap .modulebox .unitcol {
  margin-bottom: 20px;
}
.headwrap .modulebox .depth-section-title {
  margin-bottom: 20px;
}
.headwrap .depth-section-btn .btn {
  margin-bottom: 0;
}
.headwrap .text-wrapper .tilenode {
  margin-bottom: 0;
}
.headwrap .unitcol {
  color: #046c00;
}
.headwrap .depth-section-title {
  color: #000000;
  text-align: center;
}
.headwrap .tilenode {
  color: #000000;
  text-align: left;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.box .navbar-dropdown {
  position: relative !important;
}
.box .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.box .nav-link {
  position: relative;
}
.box .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .box .container {
    flex-wrap: nowrap;
  }
}
.box .nav-item:focus,
.box .nav-link:focus {
  outline: none;
}
.box .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .box .navbar {
    min-height: 80px;
  }
}
.box .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.box .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .box .navbar .nav-item .nav-link::before {
    display: none;
  }
  .box .navbar .spanbox img {
    height: 3rem !important;
  }
  .box .navbar ul.boxareaunit li {
    margin: auto;
  }
  .box .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .box .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.box .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .box .navbar-brand {
    min-height: 80px;
  }
}
.box .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.box .navbar-brand .navbar-caption:hover,
.box .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.box .navbar-brand .spanbox a {
  outline: none;
}
.box .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.box ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .box ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.box ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.box .navbar-buttons {
  text-align: center;
}
.box .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .box .navbar-buttons .btn {
    width: auto !important;
  }
}
.box button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.box button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.box button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.box button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.box .navbar-dropdown {
  padding: 0 1rem;
}
.box a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .navbar {
    height: 70px;
  }
  .box .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.box .boxareaunit {
  margin: 0 auto;
}
.box .nav-item {
  padding: 0;
  margin: 0;
}
.box .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.box .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.box .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.box .nav-item .nav-link:hover,
.box .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::after,
.box .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::before,
.box .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.box .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .box .navbar {
    justify-content: flex-start !important;
  }
  .box .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .box .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .box .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .box .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .box .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.box .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .box .layoutcell {
    min-height: 80px;
  }
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.boardwrap .layoutcell {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .boardwrap .layoutcell {
    margin-bottom: 40px;
  }
}
.boardwrap .layoutcell .patternbox {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.boardwrap .layoutcell .patternbox .gridbody {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.boardwrap .layoutcell .patternbox .gridbody .unitcol {
  margin-bottom: 0;
}
.boardwrap .layoutcell .modulebox .depth-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boardwrap .layoutcell .modulebox .depth-section-title {
    margin-bottom: 20px;
  }
}
.boardwrap .layoutcell .text-wrapper .tilenode {
  margin-bottom: 0;
}
.boardwrap .layoutcell .card {
  justify-content: center;
}
.boardwrap .item {
  margin-bottom: 48px;
}
.boardwrap .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boardwrap .item {
    margin-bottom: 20px;
  }
  .boardwrap .item:last-child {
    margin-bottom: 0;
  }
}
.boardwrap .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #fafafa;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .boardwrap .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.boardwrap .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .boardwrap .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.boardwrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.boardwrap .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.boardwrap .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .boardwrap .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.boardwrap .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .boardwrap .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.boardwrap .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #fafafa;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.boardwrap .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #046c00 40%, #000000 50%);
  box-shadow: inset 0 0 7px -1px #eeeeee;
}
.boardwrap .item .item-wrapper .item-content .depth-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .boardwrap .item .item-wrapper .item-content .depth-section-btn {
    margin-top: 10px;
  }
}
.boardwrap .item .item-wrapper .item-content .depth-section-btn .btn {
  margin-bottom: 0;
}
.boardwrap .item .item-wrapper .bridge {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .boardwrap .item .item-wrapper .bridge {
    width: 100%;
  }
}
.boardwrap .item .item-wrapper .bridge .containbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.boardwrap .item .item-wrapper .bridge .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .boardwrap .item .item-wrapper .bridge .item-img {
    min-height: auto;
    height: 300px;
  }
}
.boardwrap .item .item-wrapper .bridge .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boardwrap .unitcol {
  color: #9ba9c4;
}
.boardwrap .depth-section-title {
  color: #ffffff;
}
.boardwrap .tilenode,
.boardwrap .text-wrapper {
  color: #9ba9c4;
}
.boardwrap .item-title {
  color: #ffffff;
}
.boardwrap .item-text {
  color: #9ba9c4;
}
.boardwrap .list {
  color: #d1d4e3;
}
.boardwrap .list,
.boardwrap .item-wrap,
.boardwrap .list-wrapper {
  color: #000000;
}
.boardwrap .item-title,
.boardwrap .depth-section-btn {
  color: #000000;
}
.boardwrap .item-text,
.boardwrap .text-wrap {
  color: #000000;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.box .navbar-dropdown {
  position: relative !important;
}
.box .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.box .nav-link {
  position: relative;
}
.box .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .box .container {
    flex-wrap: nowrap;
  }
}
.box .nav-item:focus,
.box .nav-link:focus {
  outline: none;
}
.box .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .box .navbar {
    min-height: 80px;
  }
}
.box .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.box .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .box .navbar .nav-item .nav-link::before {
    display: none;
  }
  .box .navbar .spanbox img {
    height: 3rem !important;
  }
  .box .navbar ul.boxareaunit li {
    margin: auto;
  }
  .box .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .box .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.box .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .box .navbar-brand {
    min-height: 80px;
  }
}
.box .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.box .navbar-brand .navbar-caption:hover,
.box .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.box .navbar-brand .spanbox a {
  outline: none;
}
.box .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.box ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .box ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.box ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.box .navbar-buttons {
  text-align: center;
}
.box .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .box .navbar-buttons .btn {
    width: auto !important;
  }
}
.box button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.box button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.box button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.box button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.box .navbar-dropdown {
  padding: 0 1rem;
}
.box a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .navbar {
    height: 70px;
  }
  .box .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.box .boxareaunit {
  margin: 0 auto;
}
.box .nav-item {
  padding: 0;
  margin: 0;
}
.box .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.box .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.box .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.box .nav-item .nav-link:hover,
.box .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::after,
.box .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::before,
.box .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.box .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .box .navbar {
    justify-content: flex-start !important;
  }
  .box .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .box .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .box .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .box .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .box .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.box .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .box .layoutcell {
    min-height: 80px;
  }
}
.base {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f5f5f5;
}
.base .card-wrapper {
  padding: 60px;
  background-color: #ffffff;
  border-top: 3px solid #046c00;
  box-shadow: 0 8px 15px -8px #454545;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .base .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .base .card-wrapper {
    padding: 24px;
  }
}
.base .card-wrapper .patternbox {
  margin-bottom: 32px;
}
.base .card-wrapper .patternbox .gridbody {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.base .card-wrapper .patternbox .gridbody .unitcol {
  margin-bottom: 0;
}
.base .card-wrapper .modulebox .depth-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #046c00, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .base .card-wrapper .modulebox .depth-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #046c00, #000000 40%);
  }
}
.base .card-wrapper .text-wrapper .tilenode {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .base .card-wrapper .text-wrapper .tilenode {
    width: 100%;
  }
}
.base .card-wrapper .depth-section-btn {
  margin-top: 22px;
}
.base .unitcol,
.base .patternbox {
  color: #000000;
  text-align: center;
}
.base .depth-section-title {
  color: #000000;
}
.base .tilenode,
.base .text-wrapper {
  color: #000000;
  text-align: center;
}
.base .depth-section-title,
.base .modulebox,
.base .depth-section-btn {
  text-align: center;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.patch .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .patch .card {
    margin-bottom: 40px;
  }
}
.patch .modulebox .unitcol {
  margin-bottom: 20px;
}
.patch .modulebox .depth-section-title {
  margin-bottom: 20px;
}
.patch .depth-section-btn .btn {
  margin-bottom: 0;
}
.patch .text-wrapper .tilenode {
  margin-bottom: 0;
}
.patch .unitcol {
  color: #046c00;
}
.patch .depth-section-title {
  color: #000000;
  text-align: center;
}
.patch .tilenode {
  color: #000000;
  text-align: left;
}
.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.flow .row {
  margin: 0 -45px;
}
.flow .row .card {
  padding: 0 45px;
  justify-content: center;
}
.flow .bridge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .flow .bridge {
    padding-left: 0;
  }
}
.flow .bridge img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .flow .bridge img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .flow .bridge img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .flow .bridge img {
    height: 300px;
  }
}
.flow .stackunit {
  padding-left: 66px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .flow .stackunit {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .flow .stackunit {
    margin-bottom: 32px;
  }
}
.flow .stackunit .patternbox .unitcol {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.flow .stackunit .modulebox .depth-section-title {
  margin-bottom: 22px;
}
.flow .stackunit .text-wrapper .tilenode {
  margin-bottom: 12px;
}
.flow .stackunit .depth-section-btn .btn {
  margin-bottom: 0;
}
.flow .unitcol {
  color: #3a001d;
}
.flow .depth-section-title {
  color: #3a001d;
}
.flow .tilenode {
  color: #3a001d;
}
.flow .depth-section-title,
.flow .depth-section-btn {
  color: #000000;
  text-align: center;
}
.flow .tilenode,
.flow .text-wrapper {
  color: #000000;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.box .navbar-dropdown {
  position: relative !important;
}
.box .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.box .nav-link {
  position: relative;
}
.box .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .box .container {
    flex-wrap: nowrap;
  }
}
.box .nav-item:focus,
.box .nav-link:focus {
  outline: none;
}
.box .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .box .navbar {
    min-height: 80px;
  }
}
.box .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.box .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .box .navbar .nav-item .nav-link::before {
    display: none;
  }
  .box .navbar .spanbox img {
    height: 3rem !important;
  }
  .box .navbar ul.boxareaunit li {
    margin: auto;
  }
  .box .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .box .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.box .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .box .navbar-brand {
    min-height: 80px;
  }
}
.box .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.box .navbar-brand .navbar-caption:hover,
.box .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.box .navbar-brand .spanbox a {
  outline: none;
}
.box .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.box ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .box ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.box ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.box .navbar-buttons {
  text-align: center;
}
.box .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .box .navbar-buttons .btn {
    width: auto !important;
  }
}
.box button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.box button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.box button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.box button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.box .navbar-dropdown {
  padding: 0 1rem;
}
.box a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .navbar {
    height: 70px;
  }
  .box .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.box .boxareaunit {
  margin: 0 auto;
}
.box .nav-item {
  padding: 0;
  margin: 0;
}
.box .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.box .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.box .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.box .nav-item .nav-link:hover,
.box .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::after,
.box .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::before,
.box .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.box .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .box .navbar {
    justify-content: flex-start !important;
  }
  .box .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .box .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .box .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .box .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .box .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.box .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .box .layoutcell {
    min-height: 80px;
  }
}
.shell {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.shell .bridge {
  display: flex;
  align-items: center;
}
.shell .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .shell .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .shell .card-wrapper {
    padding: 2rem 4rem;
  }
}
.shell .depth-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #046c00;
}
.shell .depth-section-subtitle {
  color: #000000;
}
.shell .depth-section-title {
  color: #000000;
}
.boxarea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.boxarea .layoutcell {
  margin: 0 -25px;
}
.boxarea .layoutcell .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .boxarea .modulebox {
    margin-bottom: 50px;
  }
}
.boxarea .modulebox .patternbox {
  margin-bottom: 25px;
}
.boxarea .modulebox .patternbox .gridbody {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.boxarea .modulebox .patternbox .gridbody .icon-wrapper .depth-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.boxarea .modulebox .patternbox .gridbody .unitcol {
  margin-bottom: 0;
}
.boxarea .modulebox .bodylayer .depth-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .boxarea .modulebox .bodylayer .depth-section-title {
    width: 100%;
  }
}
.boxarea .modulebox .bridge img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .boxarea .modulebox .bridge img {
    height: 300px;
  }
}
.boxarea .target .depth-section-subtitle {
  margin-bottom: 25px;
}
.boxarea .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.boxarea .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.boxarea .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.boxarea .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.boxarea .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.boxarea .form-wrap .dragArea.row .form-group .form-control:hover,
.boxarea .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #caf31d !important;
}
.boxarea .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.boxarea .form-wrap .dragArea.row .depth-section-btn {
  width: 100%;
  margin-top: 5px;
}
.boxarea .form-wrap .dragArea.row .depth-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.boxarea .unitcol {
  color: #000000;
}
.boxarea .depth-section-title {
  color: #000000;
}
.boxarea .depth-section-subtitle {
  color: #000000;
}
.boxarea label {
  color: #000000;
}
.pathbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.pathbox .layoutcell {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .pathbox .layoutcell {
    margin-bottom: 40px;
  }
}
.pathbox .layoutcell .patternbox {
  padding-bottom: 12px;
  border-bottom: 1px solid #046c00;
  margin-bottom: 24px;
}
.pathbox .layoutcell .patternbox .gridbody {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.pathbox .layoutcell .patternbox .gridbody .unitcol {
  margin-bottom: 0;
}
.pathbox .layoutcell .modulebox .depth-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pathbox .layoutcell .modulebox .depth-section-title {
    margin-bottom: 20px;
  }
}
.pathbox .layoutcell .text-wrapper .tilenode {
  margin-bottom: 0;
}
.pathbox .layoutcell .card {
  justify-content: center;
}
.pathbox .card-wrapper {
  padding: 32px;
  border: 1px solid #046c00;
}
@media (max-width: 992px) {
  .pathbox .card-wrapper {
    padding: 20px;
  }
}
.pathbox .card-wrapper .wrapbox iframe {
  height: 460px;
  width: 100%;
}
@media (max-width: 992px) {
  .pathbox .card-wrapper .wrapbox iframe {
    height: 300px;
  }
}
.pathbox .unitcol {
  color: #9ba9c4;
}
.pathbox .depth-section-title {
  color: #ffffff;
}
.pathbox .tilenode,
.pathbox .text-wrapper {
  color: #000000;
}
.pathbox .depth-section-title,
.pathbox .depth-section-btn {
  color: #000000;
}
.pathbox .unitcol,
.pathbox .patternbox {
  color: #046c00;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.box .navbar-dropdown {
  position: relative !important;
}
.box .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.box .nav-link {
  position: relative;
}
.box .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .box .container {
    flex-wrap: nowrap;
  }
}
.box .nav-item:focus,
.box .nav-link:focus {
  outline: none;
}
.box .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .box .navbar {
    min-height: 80px;
  }
}
.box .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.box .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .box .navbar .nav-item .nav-link::before {
    display: none;
  }
  .box .navbar .spanbox img {
    height: 3rem !important;
  }
  .box .navbar ul.boxareaunit li {
    margin: auto;
  }
  .box .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .box .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.box .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .box .navbar-brand {
    min-height: 80px;
  }
}
.box .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.box .navbar-brand .navbar-caption:hover,
.box .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.box .navbar-brand .spanbox a {
  outline: none;
}
.box .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.box ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .box ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.box ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.box .navbar-buttons {
  text-align: center;
}
.box .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .box .navbar-buttons .btn {
    width: auto !important;
  }
}
.box button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.box button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.box button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.box button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.box .navbar-dropdown {
  padding: 0 1rem;
}
.box a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .navbar {
    height: 70px;
  }
  .box .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.box .boxareaunit {
  margin: 0 auto;
}
.box .nav-item {
  padding: 0;
  margin: 0;
}
.box .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.box .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.box .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.box .nav-item .nav-link:hover,
.box .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::after,
.box .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::before,
.box .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.box .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .box .navbar {
    justify-content: flex-start !important;
  }
  .box .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .box .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .box .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .box .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .box .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.box .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .box .layoutcell {
    min-height: 80px;
  }
}
.navunit {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.navunit::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #dfffde 10%, #fafafa 25%, #dfffde 100%);
  filter: blur(150px);
  pointer-events: none;
}
.navunit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.navunit .stackunit {
  position: relative;
  z-index: 1;
}
.navunit .stackunit .patternbox .unitcol {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.navunit .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.navunit .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .navunit .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.navunit .stackunit .depth-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .navunit .stackunit .depth-section-btn {
    margin-top: 10px;
  }
}
.navunit .unitcol,
.navunit .patternbox {
  color: #ffffff;
  text-align: center;
}
.navunit .depth-section-title {
  color: #ffffff;
}
.navunit .tilenode,
.navunit .text-wrapper {
  color: #000000;
  text-align: center;
}
.navunit .depth-section-title,
.navunit .depth-section-btn {
  text-align: center;
  color: #000000;
}
.dompart {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.dompart .tilenode {
  color: #000000;
}
.dompart .depth-section-subtitle {
  color: #000000;
}
.dompart .depth-section-title {
  color: #000000;
}
.bandwrap {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.bandwrap .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .bandwrap .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bandwrap .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .bandwrap .card-wrapper {
    padding: 4rem;
  }
}
.bandwrap .tilenode,
.bandwrap .depth-section-btn {
  color: #000000;
  text-align: left;
}
.bandwrap .card-title,
.bandwrap .card-box {
  text-align: center;
  color: #000000;
}
.bandwrap .nodemap ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.bandwrap .nodemap ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.bandwrap .nodemap ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #046c00;
  background-color: #046c00;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.blocklayer .navbar-dropdown {
  position: relative !important;
}
.blocklayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.blocklayer .nav-link {
  position: relative;
}
.blocklayer .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .blocklayer .container {
    flex-wrap: nowrap;
  }
}
.blocklayer .nav-item:focus,
.blocklayer .nav-link:focus {
  outline: none;
}
.blocklayer .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .blocklayer .navbar {
    min-height: 80px;
  }
}
.blocklayer .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.blocklayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .blocklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .blocklayer .navbar .spanbox img {
    height: 3rem !important;
  }
  .blocklayer .navbar ul.boxareaunit li {
    margin: auto;
  }
  .blocklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .blocklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.blocklayer .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .blocklayer .navbar-brand {
    min-height: 80px;
  }
}
.blocklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.blocklayer .navbar-brand .navbar-caption:hover,
.blocklayer .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.blocklayer .navbar-brand .spanbox a {
  outline: none;
}
.blocklayer .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.blocklayer ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .blocklayer ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.blocklayer ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.blocklayer .navbar-buttons {
  text-align: center;
}
.blocklayer .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .blocklayer .navbar-buttons .btn {
    width: auto !important;
  }
}
.blocklayer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.blocklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.blocklayer .navbar-dropdown {
  padding: 0 1rem;
}
.blocklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocklayer .navbar {
    height: 70px;
  }
  .blocklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.blocklayer .boxareaunit {
  margin: 0 auto;
}
.blocklayer .nav-item {
  padding: 0;
  margin: 0;
}
.blocklayer .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.blocklayer .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.blocklayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.blocklayer .nav-item .nav-link:hover,
.blocklayer .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.blocklayer .nav-item .nav-link:hover::after,
.blocklayer .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.blocklayer .nav-item .nav-link:hover::before,
.blocklayer .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.blocklayer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .blocklayer .navbar {
    justify-content: flex-start !important;
  }
  .blocklayer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .blocklayer .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .blocklayer .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .blocklayer .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .blocklayer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.blocklayer .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .blocklayer .layoutcell {
    min-height: 80px;
  }
}
.contentbox {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.contentbox::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #dfffde 10%, #fafafa 25%, #dfffde 100%);
  filter: blur(150px);
  pointer-events: none;
}
.contentbox::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.contentbox .stackunit {
  position: relative;
  z-index: 1;
}
.contentbox .stackunit .patternbox .unitcol {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.contentbox .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.contentbox .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .contentbox .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.contentbox .stackunit .depth-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .contentbox .stackunit .depth-section-btn {
    margin-top: 10px;
  }
}
.contentbox .unitcol,
.contentbox .patternbox {
  color: #ffffff;
  text-align: center;
}
.contentbox .depth-section-title {
  color: #ffffff;
}
.contentbox .tilenode,
.contentbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.contentbox .depth-section-title,
.contentbox .depth-section-btn {
  text-align: center;
  color: #000000;
}
.areawrap {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.areawrap .tilenode {
  color: #000000;
}
.areawrap .depth-section-subtitle {
  color: #000000;
}
.areawrap .depth-section-title {
  color: #000000;
}
.boxwrap {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.boxwrap .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .boxwrap .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .boxwrap .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .boxwrap .card-wrapper {
    padding: 4rem;
  }
}
.boxwrap .tilenode,
.boxwrap .depth-section-btn {
  color: #000000;
  text-align: left;
}
.boxwrap .card-title,
.boxwrap .card-box {
  text-align: center;
  color: #000000;
}
.boxwrap .nodemap ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.boxwrap .nodemap ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.boxwrap .nodemap ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #046c00;
  background-color: #046c00;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.outer .navbar-dropdown {
  position: relative !important;
}
.outer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.outer .nav-link {
  position: relative;
}
.outer .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .outer .container {
    flex-wrap: nowrap;
  }
}
.outer .nav-item:focus,
.outer .nav-link:focus {
  outline: none;
}
.outer .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .outer .navbar {
    min-height: 80px;
  }
}
.outer .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.outer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .outer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .outer .navbar .spanbox img {
    height: 3rem !important;
  }
  .outer .navbar ul.boxareaunit li {
    margin: auto;
  }
  .outer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .outer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.outer .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .outer .navbar-brand {
    min-height: 80px;
  }
}
.outer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.outer .navbar-brand .navbar-caption:hover,
.outer .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.outer .navbar-brand .spanbox a {
  outline: none;
}
.outer .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.outer ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .outer ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.outer ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.outer .navbar-buttons {
  text-align: center;
}
.outer .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .outer .navbar-buttons .btn {
    width: auto !important;
  }
}
.outer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.outer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.outer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.outer button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.outer button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.outer button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.outer .navbar-dropdown {
  padding: 0 1rem;
}
.outer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .outer .navbar {
    height: 70px;
  }
  .outer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.outer .boxareaunit {
  margin: 0 auto;
}
.outer .nav-item {
  padding: 0;
  margin: 0;
}
.outer .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.outer .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.outer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.outer .nav-item .nav-link:hover,
.outer .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.outer .nav-item .nav-link:hover::after,
.outer .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.outer .nav-item .nav-link:hover::before,
.outer .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.outer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .outer .navbar {
    justify-content: flex-start !important;
  }
  .outer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .outer .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .outer .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .outer .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .outer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.outer .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .outer .layoutcell {
    min-height: 80px;
  }
}
.packunit {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.packunit::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #dfffde 10%, #fafafa 25%, #dfffde 100%);
  filter: blur(150px);
  pointer-events: none;
}
.packunit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.packunit .stackunit {
  position: relative;
  z-index: 1;
}
.packunit .stackunit .patternbox .unitcol {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.packunit .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.packunit .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .packunit .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.packunit .stackunit .depth-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .packunit .stackunit .depth-section-btn {
    margin-top: 10px;
  }
}
.packunit .unitcol,
.packunit .patternbox {
  color: #ffffff;
  text-align: center;
}
.packunit .depth-section-title {
  color: #ffffff;
}
.packunit .tilenode,
.packunit .text-wrapper {
  color: #000000;
  text-align: center;
}
.packunit .depth-section-title,
.packunit .depth-section-btn {
  text-align: center;
  color: #000000;
}
.stagewrap {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.stagewrap .tilenode {
  color: #000000;
}
.stagewrap .depth-section-subtitle {
  color: #000000;
}
.stagewrap .depth-section-title {
  color: #000000;
}
.wrapsegment {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.wrapsegment .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .wrapsegment .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapsegment .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .wrapsegment .card-wrapper {
    padding: 4rem;
  }
}
.wrapsegment .tilenode,
.wrapsegment .depth-section-btn {
  color: #000000;
  text-align: left;
}
.wrapsegment .card-title,
.wrapsegment .card-box {
  text-align: center;
  color: #000000;
}
.wrapsegment .nodemap ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.wrapsegment .nodemap ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.wrapsegment .nodemap ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #046c00;
  background-color: #046c00;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.plate .navbar-dropdown {
  position: relative !important;
}
.plate .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.plate .nav-link {
  position: relative;
}
.plate .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .plate .container {
    flex-wrap: nowrap;
  }
}
.plate .nav-item:focus,
.plate .nav-link:focus {
  outline: none;
}
.plate .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .plate .navbar {
    min-height: 80px;
  }
}
.plate .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.plate .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .plate .navbar .nav-item .nav-link::before {
    display: none;
  }
  .plate .navbar .spanbox img {
    height: 3rem !important;
  }
  .plate .navbar ul.boxareaunit li {
    margin: auto;
  }
  .plate .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .plate .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.plate .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .plate .navbar-brand {
    min-height: 80px;
  }
}
.plate .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.plate .navbar-brand .navbar-caption:hover,
.plate .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.plate .navbar-brand .spanbox a {
  outline: none;
}
.plate .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.plate ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .plate ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.plate ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.plate .navbar-buttons {
  text-align: center;
}
.plate .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .plate .navbar-buttons .btn {
    width: auto !important;
  }
}
.plate button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.plate button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.plate button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.plate button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.plate button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.plate button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.plate .navbar-dropdown {
  padding: 0 1rem;
}
.plate a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .plate .navbar {
    height: 70px;
  }
  .plate .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.plate .boxareaunit {
  margin: 0 auto;
}
.plate .nav-item {
  padding: 0;
  margin: 0;
}
.plate .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.plate .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.plate .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.plate .nav-item .nav-link:hover,
.plate .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.plate .nav-item .nav-link:hover::after,
.plate .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.plate .nav-item .nav-link:hover::before,
.plate .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.plate .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .plate .navbar {
    justify-content: flex-start !important;
  }
  .plate .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .plate .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .plate .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .plate .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .plate .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.plate .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .plate .layoutcell {
    min-height: 80px;
  }
}
.splitunit {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.splitunit::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #dfffde 10%, #fafafa 25%, #dfffde 100%);
  filter: blur(150px);
  pointer-events: none;
}
.splitunit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.splitunit .stackunit {
  position: relative;
  z-index: 1;
}
.splitunit .stackunit .patternbox .unitcol {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.splitunit .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.splitunit .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .splitunit .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.splitunit .stackunit .depth-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .splitunit .stackunit .depth-section-btn {
    margin-top: 10px;
  }
}
.splitunit .unitcol,
.splitunit .patternbox {
  color: #ffffff;
  text-align: center;
}
.splitunit .depth-section-title {
  color: #ffffff;
}
.splitunit .tilenode,
.splitunit .text-wrapper {
  color: #000000;
  text-align: center;
}
.splitunit .depth-section-title,
.splitunit .depth-section-btn {
  text-align: center;
  color: #000000;
}
.framecore {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.framecore .tilenode {
  color: #000000;
}
.framecore .depth-section-subtitle {
  color: #000000;
}
.framecore .depth-section-title {
  color: #000000;
}
.fieldcore {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.fieldcore .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .fieldcore .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fieldcore .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .fieldcore .card-wrapper {
    padding: 4rem;
  }
}
.fieldcore .tilenode,
.fieldcore .depth-section-btn {
  color: #000000;
  text-align: left;
}
.fieldcore .card-title,
.fieldcore .card-box {
  text-align: center;
  color: #000000;
}
.fieldcore .nodemap ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.fieldcore .nodemap ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.fieldcore .nodemap ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #046c00;
  background-color: #046c00;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.box .navbar-dropdown {
  position: relative !important;
}
.box .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.box .nav-link {
  position: relative;
}
.box .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .box .container {
    flex-wrap: nowrap;
  }
}
.box .nav-item:focus,
.box .nav-link:focus {
  outline: none;
}
.box .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .box .navbar {
    min-height: 80px;
  }
}
.box .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.box .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .box .navbar .nav-item .nav-link::before {
    display: none;
  }
  .box .navbar .spanbox img {
    height: 3rem !important;
  }
  .box .navbar ul.boxareaunit li {
    margin: auto;
  }
  .box .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .box .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.box .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .box .navbar-brand {
    min-height: 80px;
  }
}
.box .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.box .navbar-brand .navbar-caption:hover,
.box .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.box .navbar-brand .spanbox a {
  outline: none;
}
.box .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.box ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .box ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.box ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.box .navbar-buttons {
  text-align: center;
}
.box .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .box .navbar-buttons .btn {
    width: auto !important;
  }
}
.box button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.box button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.box button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.box button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.box .navbar-dropdown {
  padding: 0 1rem;
}
.box a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .navbar {
    height: 70px;
  }
  .box .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.box .boxareaunit {
  margin: 0 auto;
}
.box .nav-item {
  padding: 0;
  margin: 0;
}
.box .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.box .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.box .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.box .nav-item .nav-link:hover,
.box .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::after,
.box .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::before,
.box .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.box .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .box .navbar {
    justify-content: flex-start !important;
  }
  .box .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .box .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .box .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .box .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .box .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.box .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .box .layoutcell {
    min-height: 80px;
  }
}
.tilegrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.tilegrid .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .tilegrid .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .tilegrid .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .tilegrid .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .tilegrid .container {
    padding: 0 16px;
  }
}
.tilegrid .row {
  justify-content: center;
}
.tilegrid .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .tilegrid .card {
    flex-direction: column;
  }
}
.tilegrid .bridge {
  width: 45%;
  border: 1px solid #046c00;
  border-radius: 1rem;
  padding: 10px;
}
@media (max-width: 992px) {
  .tilegrid .bridge {
    width: 100%;
  }
}
.tilegrid .bridge img {
  height: 550px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .tilegrid .bridge img {
    height: 350px;
  }
}
.tilegrid .modulebox {
  display: flex;
  align-items: center;
  height: 100%;
  width: 45%;
}
@media (max-width: 992px) {
  .tilegrid .modulebox {
    margin-bottom: 32px;
    width: 100%;
  }
}
.tilegrid .modulebox .bodylayer .date-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .tilegrid .modulebox .bodylayer .date-wrapper {
    margin-bottom: 32px;
  }
}
.tilegrid .modulebox .bodylayer .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.tilegrid .modulebox .bodylayer .depth-section-title {
  margin-bottom: 0;
}
.tilegrid .depth-section-title {
  color: #000000;
  text-align: center;
}
.unitfield {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .unitfield .tilenode,
  .unitfield .fieldbox {
    max-width: 95%;
  }
}
.unitfield .depth-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.unitfield .target {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #046c00;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.unitfield .target .depth-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.unitfield .depth-section-title {
  color: #04492e;
}
.unitfield .tilenode,
.unitfield .depth-section-btn {
  color: #000000;
}
.unitfield .depth-section-subtitle {
  color: #04492e;
}
.unitfield .fieldbox,
.unitfield .depth-section-btn {
  color: #000000;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.boxpad .navbar-dropdown {
  position: relative !important;
}
.boxpad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.boxpad .nav-link {
  position: relative;
}
.boxpad .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .boxpad .container {
    flex-wrap: nowrap;
  }
}
.boxpad .nav-item:focus,
.boxpad .nav-link:focus {
  outline: none;
}
.boxpad .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .boxpad .navbar {
    min-height: 80px;
  }
}
.boxpad .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.boxpad .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxpad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxpad .navbar .spanbox img {
    height: 3rem !important;
  }
  .boxpad .navbar ul.boxareaunit li {
    margin: auto;
  }
  .boxpad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .boxpad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxpad .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .boxpad .navbar-brand {
    min-height: 80px;
  }
}
.boxpad .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.boxpad .navbar-brand .navbar-caption:hover,
.boxpad .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.boxpad .navbar-brand .spanbox a {
  outline: none;
}
.boxpad .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.boxpad ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .boxpad ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.boxpad ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.boxpad .navbar-buttons {
  text-align: center;
}
.boxpad .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .boxpad .navbar-buttons .btn {
    width: auto !important;
  }
}
.boxpad button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.boxpad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.boxpad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.boxpad button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.boxpad button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.boxpad button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.boxpad .navbar-dropdown {
  padding: 0 1rem;
}
.boxpad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxpad .navbar {
    height: 70px;
  }
  .boxpad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxpad .boxareaunit {
  margin: 0 auto;
}
.boxpad .nav-item {
  padding: 0;
  margin: 0;
}
.boxpad .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.boxpad .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.boxpad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.boxpad .nav-item .nav-link:hover,
.boxpad .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.boxpad .nav-item .nav-link:hover::after,
.boxpad .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.boxpad .nav-item .nav-link:hover::before,
.boxpad .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.boxpad .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .boxpad .navbar {
    justify-content: flex-start !important;
  }
  .boxpad .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .boxpad .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .boxpad .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .boxpad .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .boxpad .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.boxpad .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .boxpad .layoutcell {
    min-height: 80px;
  }
}
.coretrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.coretrack .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .coretrack .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .coretrack .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .coretrack .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .coretrack .container {
    padding: 0 16px;
  }
}
.coretrack .row {
  justify-content: center;
}
.coretrack .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .coretrack .card {
    flex-direction: column;
  }
}
.coretrack .bridge {
  width: 45%;
  border: 1px solid #046c00;
  border-radius: 1rem;
  padding: 10px;
}
@media (max-width: 992px) {
  .coretrack .bridge {
    width: 100%;
  }
}
.coretrack .bridge img {
  height: 550px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .coretrack .bridge img {
    height: 350px;
  }
}
.coretrack .modulebox {
  display: flex;
  align-items: center;
  height: 100%;
  width: 45%;
}
@media (max-width: 992px) {
  .coretrack .modulebox {
    margin-bottom: 32px;
    width: 100%;
  }
}
.coretrack .modulebox .bodylayer .date-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .coretrack .modulebox .bodylayer .date-wrapper {
    margin-bottom: 32px;
  }
}
.coretrack .modulebox .bodylayer .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.coretrack .modulebox .bodylayer .depth-section-title {
  margin-bottom: 0;
}
.coretrack .depth-section-title {
  color: #000000;
  text-align: center;
}
.part {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.part .layoutcell {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .part .layoutcell {
    margin-bottom: 40px;
  }
}
.part .layoutcell .patternbox {
  padding-bottom: 12px;
  border-bottom: 1px solid #046c00;
  margin-bottom: 24px;
}
.part .layoutcell .patternbox .gridbody {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.part .layoutcell .patternbox .gridbody .unitcol {
  margin-bottom: 0;
}
.part .layoutcell .modulebox .depth-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .part .layoutcell .modulebox .depth-section-title {
    margin-bottom: 20px;
  }
}
.part .layoutcell .text-wrapper .tilenode {
  margin-bottom: 0;
}
.part .layoutcell .card {
  justify-content: center;
}
.part .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .part .item {
    margin-bottom: 20px;
  }
  .part .item:last-child {
    margin-bottom: 0;
  }
}
.part .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .part .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.part .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #dddddd;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .part .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.part .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #eeeeee;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .part .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.part .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.part .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .part .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.part .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.part .item .item-wrapper .item-content .depth-section-btn {
  margin-top: 10px;
}
.part .item .item-wrapper .item-content .depth-section-btn .btn {
  margin-bottom: 0;
}
.part .unitcol {
  color: #9ba9c4;
}
.part .depth-section-title {
  color: #ffffff;
}
.part .tilenode,
.part .text-wrapper {
  color: #9ba9c4;
}
.part .item-title {
  color: #ffffff;
}
.part .item-text {
  color: #9ba9c4;
}
.part .item-title,
.part .depth-section-btn {
  text-align: center;
  color: #000000;
}
.part .item-text,
.part .text-wrap {
  color: #000000;
}
.part .unitcol,
.part .patternbox {
  text-align: left;
  color: #000000;
}
.part .item-title {
  text-align: left;
}
.rootwrap {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.rootwrap .tilenode {
  color: #000000;
}
.rootwrap .depth-section-subtitle {
  color: #000000;
}
.rootwrap .depth-section-title {
  color: #000000;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.bodycore .navbar-dropdown {
  position: relative !important;
}
.bodycore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.bodycore .nav-link {
  position: relative;
}
.bodycore .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .bodycore .container {
    flex-wrap: nowrap;
  }
}
.bodycore .nav-item:focus,
.bodycore .nav-link:focus {
  outline: none;
}
.bodycore .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .bodycore .navbar {
    min-height: 80px;
  }
}
.bodycore .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.bodycore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .bodycore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .bodycore .navbar .spanbox img {
    height: 3rem !important;
  }
  .bodycore .navbar ul.boxareaunit li {
    margin: auto;
  }
  .bodycore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .bodycore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.bodycore .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .bodycore .navbar-brand {
    min-height: 80px;
  }
}
.bodycore .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.bodycore .navbar-brand .navbar-caption:hover,
.bodycore .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.bodycore .navbar-brand .spanbox a {
  outline: none;
}
.bodycore .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.bodycore ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .bodycore ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.bodycore ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.bodycore .navbar-buttons {
  text-align: center;
}
.bodycore .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .bodycore .navbar-buttons .btn {
    width: auto !important;
  }
}
.bodycore button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.bodycore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.bodycore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.bodycore button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.bodycore button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.bodycore button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.bodycore .navbar-dropdown {
  padding: 0 1rem;
}
.bodycore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bodycore .navbar {
    height: 70px;
  }
  .bodycore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.bodycore .boxareaunit {
  margin: 0 auto;
}
.bodycore .nav-item {
  padding: 0;
  margin: 0;
}
.bodycore .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.bodycore .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.bodycore .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.bodycore .nav-item .nav-link:hover,
.bodycore .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.bodycore .nav-item .nav-link:hover::after,
.bodycore .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.bodycore .nav-item .nav-link:hover::before,
.bodycore .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.bodycore .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .bodycore .navbar {
    justify-content: flex-start !important;
  }
  .bodycore .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .bodycore .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .bodycore .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .bodycore .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .bodycore .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.bodycore .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .bodycore .layoutcell {
    min-height: 80px;
  }
}
.view {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.view .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .view .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .view .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .view .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .view .container {
    padding: 0 16px;
  }
}
.view .row {
  justify-content: center;
}
.view .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .view .card {
    flex-direction: column;
  }
}
.view .bridge {
  width: 45%;
  border: 1px solid #046c00;
  border-radius: 1rem;
  padding: 10px;
}
@media (max-width: 992px) {
  .view .bridge {
    width: 100%;
  }
}
.view .bridge img {
  height: 550px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .view .bridge img {
    height: 350px;
  }
}
.view .modulebox {
  display: flex;
  align-items: center;
  height: 100%;
  width: 45%;
}
@media (max-width: 992px) {
  .view .modulebox {
    margin-bottom: 32px;
    width: 100%;
  }
}
.view .modulebox .bodylayer .date-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .view .modulebox .bodylayer .date-wrapper {
    margin-bottom: 32px;
  }
}
.view .modulebox .bodylayer .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.view .modulebox .bodylayer .depth-section-title {
  margin-bottom: 0;
}
.view .depth-section-title {
  color: #000000;
  text-align: center;
}
.field {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.field .tilenode {
  line-height: 1.5;
  color: #333333;
}
.field .depth-section-title {
  text-align: left;
  color: #000000;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}
.box .navbar-dropdown {
  position: relative !important;
}
.box .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.box .nav-link {
  position: relative;
}
.box .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .box .container {
    flex-wrap: nowrap;
  }
}
.box .nav-item:focus,
.box .nav-link:focus {
  outline: none;
}
.box .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .box .navbar {
    min-height: 80px;
  }
}
.box .navbar .spanbox img {
  width: auto;
  border-radius: 6px !important;
}
.box .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .box .navbar .nav-item .nav-link::before {
    display: none;
  }
  .box .navbar .spanbox img {
    height: 3rem !important;
  }
  .box .navbar ul.boxareaunit li {
    margin: auto;
  }
  .box .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .box .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.box .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .box .navbar-brand {
    min-height: 80px;
  }
}
.box .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.box .navbar-brand .navbar-caption:hover,
.box .navbar-brand .navbar-caption:focus {
  color: #046c00 !important;
}
.box .navbar-brand .spanbox a {
  outline: none;
}
.box .navbar-expand-lg .boxareaunit .nav-link {
  padding: 0;
}
.box ul.boxareaunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .box ul.boxareaunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.box ul.boxareaunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #046c00;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.box .navbar-buttons {
  text-align: center;
}
.box .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .box .navbar-buttons .btn {
    width: auto !important;
  }
}
.box button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.box button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.box button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.box button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.box button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.box .navbar-dropdown {
  padding: 0 1rem;
}
.box a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .navbar {
    height: 70px;
  }
  .box .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.box .boxareaunit {
  margin: 0 auto;
}
.box .nav-item {
  padding: 0;
  margin: 0;
}
.box .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.box .nav-item .nav-link::after {
  color: #046c00 !important;
  transform: rotate(0);
  transition: .3s;
}
.box .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #046c00;
  transition: all 0.5s ease-in-out;
}
.box .nav-item .nav-link:hover,
.box .nav-item .nav-link:focus {
  background-color: transparent;
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::after,
.box .nav-item .nav-link:focus::after {
  color: #046c00 !important;
}
.box .nav-item .nav-link:hover::before,
.box .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.box .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .box .navbar {
    justify-content: flex-start !important;
  }
  .box .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .box .navbar-collapse .boxareaunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .box .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .box .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .box .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.box .layoutcell {
  min-height: 110px;
}
@media (max-width: 992px) {
  .box .layoutcell {
    min-height: 80px;
  }
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.gridlayer .stackunit {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit {
    margin-bottom: 32px;
  }
}
.gridlayer .stackunit .depth-section-title {
  margin-bottom: 24px;
}
.gridlayer .stackunit .text-wrapper .tilenode {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .gridlayer .stackunit .text-wrapper .tilenode {
    width: 100%;
  }
}
.gridlayer .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper {
    margin-bottom: 32px;
  }
}
.gridlayer .list-wrapper .tailbox {
  margin-bottom: 24px;
  opacity: .4;
}
.gridlayer .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gridlayer .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .gridlayer .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.gridlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridlayer .list-wrapper .list .item-wrap:hover,
.gridlayer .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.gridlayer .containbox {
  height: 1px;
  background-color: #046c00;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .gridlayer .containbox {
    margin: 0 0 16px 0;
  }
}
.gridlayer .pane {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.gridlayer .depth-section-title {
  color: #ffffff;
}
.gridlayer .tilenode {
  color: #ffffff;
}
.gridlayer .tailbox {
  color: #046c00;
  text-align: left;
}
.gridlayer .list {
  color: #ffffff;
}
.gridlayer .depth-section-title,
.gridlayer .depth-section-btn {
  color: #000000;
}
.gridlayer .tilenode,
.gridlayer .text-wrapper {
  color: #000000;
}
.gridlayer .list,
.gridlayer .item-wrap {
  color: #000000;
}

/* Base Cookie Banner */
.topbox {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 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;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  pointer-events: none;
  box-sizing: border-box;
}
.topbox.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.topbox p {
  margin: 0;
  font-size: 14px;
}
.topbox a {
  color: #424a4d;
  text-decoration: underline;
}

#cookieAcceptBtn,
#cookieRejectBtn {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

#cookieAcceptBtn:hover,
#cookieRejectBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#cookieAcceptBtn {
  background-color: #0066cc;
  color: #ffffff;
}

#cookieRejectBtn {
  background-color: #f5f5f5;
  color: #333333;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .topbox {
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    max-width: 480px;
    transform: translate(-50%, 20px);
    border-radius: 8px;
    gap: 12px;
  }
  .topbox.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }
  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    flex: 1;
    padding: 12px 0;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .topbox {
    padding: 8px;
    gap: 8px;
    font-size: 12px;
  }
  .topbox img {
    width: 30px;
    height: 30px;
  }
  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    padding: 10px 0;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes verticalShake {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    75% {
        transform: translateY(-2px);
    }
}

.navbar-brand {
    animation: verticalShake 0.6s ease-in-out;
}
/* endlogoanimations */

/* cssform-start */

.ttc-form {
  padding: 0 !important;
  background: transparent;
}

.ttc-form #customForm {
  width: 100%;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  background: #f3f3f0;
  border-radius: 18px;
  padding: 24px 20px;
  margin: 0;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  box-sizing: border-box;
  border: 1px solid #ececec;
}

.ttc-form #customForm * {
  color: #111111;
  box-sizing: border-box;
}

.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  padding: 16px 14px;
  margin: 0;
  background: #ffffff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: border-color .15s ease, background-color .15s ease;
}

.ttc-form #customForm .form-control + .form-control {
  border-top: 0 !important;
}

.ttc-form #customForm .form-group {
  margin-bottom: 0;
  padding: 0 14px;
}

.ttc-form #customForm textarea.form-control {
  min-height: 180px;
  resize: vertical;
}

.ttc-form #customForm ::placeholder {
  color: #8b8b8b;
}

.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #fff !important;
  border-color: #111111 !important;
}

.ttc-form #customForm .btn {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  border: 2px solid #111111;
  border-radius: 0 !important;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease, transform .08s ease;
  text-transform: uppercase;
}

.ttc-form #customForm .btn:hover {
  background: #000000;
  transform: translateY(-1px);
}

.ttc-form #customForm small {
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 12px 14px;
  border-top: 1px solid #ececec;
  background: #fafafa;
}

.ttc-form #customForm a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: break-word;
}

.ttc-form #customForm a:hover {
  text-decoration-thickness: 2px;
}

.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  background: #fcfcfc;
  padding: 16px 14px;
  border-radius: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #dcdcdc;
  margin: 0;
}

.ttc-form #customForm [data-for="consent_processing"] > div {
  border-top: 0;
}

.ttc-form #customForm [data-for="consent_contact"] > div {
  border-top: 0;
}

.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for="consent_processing"] label,
.ttc-form #customForm [data-for="consent_contact"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}

.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_processing"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_contact"] input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #111111;
}

.ttc-form #customForm .alert {
  border-radius: 0;
  font-size: 14px;
  padding: 14px 16px;
  background: #c4eacb;
  border: 1px solid #3aa54f;
  color: #0a3a14;
}

@media (min-width: 992px) {
  .ttc-form {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .ttc-form {
    padding: 0 14px !important;
  }
  .ttc-form #customForm {
    padding: 20px 14px;
  }
  .ttc-form #customForm .form-control {
    font-size: 15px;
    padding: 14px 12px;
  }
  .ttc-form #customForm .btn {
    font-size: 13px;
    padding: 16px 16px;
  }
}

@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 18px 10px;
  }
}
/* cssform-end */