@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-font-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-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.formunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .formunit {
    font-size: 5rem;
  }
}

.grid {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .grid {
    font-size: 4.5rem;
  }
}

.boxgrid {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .boxgrid {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-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-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.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-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;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.domcellwrap {
  --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;
}
 .domcellwrap .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 .domcellwrap {
    flex-direction: row;
  }
  .navbar-expand-lg .domcellwrap .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);
}

.part {
  --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);
}

.unitsegment {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .trunk {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .trunk img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown.navbar-fixed-top {
    position: fixed; }
  .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;
}

.article .lead p,
.article .lead ul {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.software-section-title {
  font-style: normal;
  line-height: 1.3;
}

.framegrid {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.formunit,
.grid,
.boxgrid,
.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 */

.element {
  color: #111111;
}

/*! Text-aligns */
.linedock {
  text-align: left;
}

.stagebox {
  text-align: center;
}

/*! Font-weight  */

.moduleunit {
  font-weight: 400;
}

.fold {
  font-weight: 500;
}

.clipwrap {
  font-weight: 700;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.software-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

nav .software-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.moduleunit {
  font-weight: 400;
}

.fold {
  font-weight: 500;
}

.clipwrap {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .trunk 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 .domcellwrap.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .software-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;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'input2';
  font-display: swap;
  src:  url('fonts/slider2.eot');
  src:  url('fonts/slider2.eot') format('embedded-opentype'),
    url('fonts/slider2.woff2') format('woff2'),
    url('fonts/slider2.woff') format('woff'),
    url('fonts/slider2.ttf') format('truetype'),
    url('fonts/slider2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.btn {
  border-width: 2px;
}
img,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
body {
  font-family: Inter Tight;
}
.formunit {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.grid {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.boxgrid {
  font-family: 'Arimo', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
}
/* ---- 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) {
  .formunit {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .formunit {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .grid {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .boxgrid {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .formunit {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .grid {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .boxgrid {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-primary,
.btn-primary:active {
  background-color: #5db255 !important;
  border-color: #5db255 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: inherit;
  background-color: #7ec278 !important;
  border-color: #7ec278 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7ec278 !important;
  border-color: #7ec278 !important;
}
.btn-success,
.btn-success:active {
  background-color: #408e39 !important;
  border-color: #408e39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: inherit;
  background-color: #50b248 !important;
  border-color: #50b248 !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #ffffff !important;
  background-color: #50b248 !important;
  border-color: #50b248 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f2e0c !important;
  border-color: #0f2e0c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: inherit;
  background-color: #1c5617 !important;
  border-color: #1c5617 !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1c5617 !important;
  border-color: #1c5617 !important;
}
.text-primary {
  color: #5db255 !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #376f32 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.part {
  background-color: #70c770;
}
.unitsegment {
  background-color: #d8f5d5;
}
.software-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #5db255;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5db255 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.navwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8f5d5;
}
.navwrap a {
  font-weight: 900;
}
.navwrap .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .navwrap .text-wrapper {
    padding: 3rem 1rem;
  }
}
.navwrap .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.navwrap .areawrap {
  padding: 0;
}
.navwrap .areawrap img {
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .navwrap .areawrap img {
    border-radius: 0;
  }
}
.navwrap .software-section-title {
  color: #353535;
  text-align: center;
}
.navwrap .framegrid,
.navwrap .software-section-btn {
  color: #353535;
  text-align: center;
}
.stagewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #335e2f;
}
.stagewrap .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .stagewrap .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .stagewrap .container {
    padding: 0 24px;
  }
}
.stagewrap .row {
  justify-content: center;
}
.stagewrap .item {
  margin-bottom: 32px;
}
.stagewrap .item .item-wrapper .card-box .card-title_1,
.stagewrap .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 16px;
}
.stagewrap .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.stagewrap .item .item-wrapper .card-box .software-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .stagewrap .item .item-wrapper .card-box .software-section-btn {
    margin-top: 16px;
  }
}
.stagewrap .card-title_1 {
  color: #FF3399;
}
.stagewrap .card-title_2 {
  color: #00CCBD;
}
.stagewrap .card-text {
  color: #f7f7f7;
  text-align: center;
}
.stagewrap .card-title_2,
.stagewrap .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.stagewrap .card-title_1,
.stagewrap .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.dockwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d8f5d5;
}
.dockwrap .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .dockwrap .container-fluid {
    padding: 0 20px;
  }
}
.dockwrap .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .dockwrap .container {
    padding: 0 20px;
  }
}
.dockwrap .row {
  justify-content: center;
}
.dockwrap .matrix .software-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .dockwrap .matrix .software-section-title {
    margin-bottom: 30px;
  }
}
.dockwrap .item {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .dockwrap .item {
    margin-bottom: 20px;
  }
}
.dockwrap .item .item-wrapper {
  background-color: #f4f5f7;
  padding: 62px 20px 62px;
  height: 100%;
}
@media (max-width: 992px) {
  .dockwrap .item .item-wrapper {
    padding: 34px 15px 30px;
  }
}
.dockwrap .item .item-wrapper .item-img img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 26px;
}
@media (max-width: 992px) {
  .dockwrap .item .item-wrapper .item-img img {
    margin-bottom: 16px;
    width: 95px;
    height: 95px;
  }
}
.dockwrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.dockwrap .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.dockwrap .software-section-title {
  color: #000000;
  text-align: center;
}
.dockwrap .item-title {
  color: #000000;
  text-align: center;
}
.dockwrap .item-desc {
  color: #232323;
  text-align: center;
}
.cluster {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #335e2f;
}
.cluster .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cluster .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cluster .container {
    padding: 0 24px;
  }
}
.cluster .row {
  justify-content: space-between;
}
.cluster .matrix .software-section-title {
  margin-bottom: 48px;
}
.cluster .col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cluster .col {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cluster .col .item {
    margin-bottom: 48px;
  }
  .cluster .col .item:last-child {
    margin-bottom: 0;
  }
}
.cluster .col .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cluster .col .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cluster .col .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cluster .col .item .item-wrapper .card-box .software-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cluster .col .item .item-wrapper .card-box .software-section-btn {
    opacity: 1;
  }
}
.cluster .col .item .item-wrapper .card-box .software-section-btn:hover,
.cluster .col .item .item-wrapper .card-box .software-section-btn:focus {
  opacity: 1;
}
.cluster .col .item .item-wrapper .card-box .software-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cluster .col .item .item-wrapper .card-box .software-section-btn .btn:hover,
.cluster .col .item .item-wrapper .card-box .software-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cluster .software-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cluster .card-number {
  color: #141414;
  text-align: center;
}
.cluster .card-title {
  color: #141414;
}
.cluster .card-text {
  color: #141414;
  text-align: center;
}
.cluster .card-title,
.cluster .software-section-btn {
  text-align: center;
}
.tilepad {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #d8f5d5;
}
@media (max-width: 1000px) {
  .tilepad {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .tilepad {
    padding-top: 1.8rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .tilepad .card-wrapper {
    padding-right: 2.25rem;
  }
  .tilepad .areawrap {
    padding-left: 2.25rem;
  }
}
@media (min-width: 992px) {
  .tilepad .card-wrapper {
    padding-left: 2.25rem;
  }
  .tilepad .areawrap {
    padding-right: 2.25rem;
  }
}
.tilepad .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .tilepad .card {
    margin-bottom: 2rem!important;
  }
}
.tilepad .areawrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tilepad .card-title,
.tilepad .card-box {
  text-align: left;
  color: #232323;
}
.tilepad .framegrid,
.tilepad .software-section-btn {
  text-align: left;
  color: #000000;
}
.tilepad .card-title,
.tilepad .framegrid,
.tilepad .software-section-btn {
  text-align: center;
  color: #232323;
}
.modulewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #335e2f;
}
.modulewrap .col {
  justify-content: center;
  margin: 0 -15px;
}
.modulewrap .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .modulewrap .item {
    margin-bottom: 15px;
  }
}
.modulewrap .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .modulewrap .item .item-wrapper {
    padding: 30px;
  }
}
.modulewrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.modulewrap .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.modulewrap .item .item-wrapper .software-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .modulewrap .item .item-wrapper .software-section-btn {
    margin-top: 20px;
  }
}
.modulewrap .item .item-wrapper .software-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.modulewrap .card-title {
  color: #000000;
}
.modulewrap .card-text {
  color: #8a8a8a;
}
.modulewrap .card-title {
  text-align: center;
  color: #ffffff;
}
.modulewrap .card-text,
.modulewrap .software-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.module {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.module nav.navbar {
  position: fixed;
}
.module .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .module .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.module .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.module .nav-link {
  position: relative;
}
.module .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .module .container {
    flex-wrap: nowrap;
  }
}
.module .nav-item:focus,
.module .nav-link:focus {
  outline: none;
}
.module .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: #5db255;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.module .navbar .trunk {
  margin-right: 1rem;
}
.module .navbar .trunk img {
  width: auto;
}
.module .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .module .navbar .nav-item .nav-link::before {
    display: none;
  }
  .module .navbar .trunk img {
    height: 3rem !important;
  }
  .module .navbar ul.domcellwrap li {
    margin: auto;
  }
  .module .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .module .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.module .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;
}
.module .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.module .navbar-brand .navbar-caption:hover,
.module .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.module .navbar-brand .trunk a {
  outline: none;
}
.module .navbar-expand-lg .domcellwrap .nav-link {
  padding: 0;
}
.module ul.domcellwrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .module ul.domcellwrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.module .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .module .navbar-buttons {
    text-align: left;
  }
}
.module .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .module .navbar-buttons .btn {
    width: auto !important;
  }
}
.module 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: #5db255 !important;
  border: none !important;
  box-shadow: none !important;
}
.module button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.module button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.module button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.module .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.module a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module .navbar {
    height: 70px;
  }
  .module .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.module .domcellwrap {
  margin: 0 auto;
}
.module .nav-item {
  padding: 0;
  margin: 0;
}
.module .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.module .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.module .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.module .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.module .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .module .navbar {
    justify-content: flex-start !important;
  }
  .module .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .module .navbar-collapse .domcellwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .module .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .module .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .module .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.module .tailbox {
  min-height: 110px;
}
.bodybox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #143311;
}
.bodybox .row {
  justify-content: space-between;
}
.bodybox .nodetrack {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .nodetrack {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .nodetrack {
    margin-bottom: 35px;
  }
}
.bodybox .nodetrack .software-section-title {
  margin-bottom: 10px;
}
.bodybox .nodetrack .framegrid {
  margin-bottom: 10px;
}
.bodybox .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .list-wrapper {
    margin-bottom: 35px;
  }
}
.bodybox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bodybox .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.bodybox .list-wrapper .list .item-wrap:hover,
.bodybox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.bodybox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bodybox .tailbox {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .tailbox {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .tailbox {
    margin-bottom: 35px;
  }
}
.bodybox .copy-wrapper .innerwrap {
  margin-bottom: 0;
}
.bodybox .software-section-title {
  color: #000000;
}
.bodybox .framegrid {
  color: #f7f7f7;
  text-align: center;
}
.bodybox .list {
  color: #000000;
}
.bodybox .innerwrap {
  color: #000000;
}
.bodybox .innerwrap {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .software-section-title,
.bodybox .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .list,
.bodybox .item-wrap {
  text-align: center;
  color: #f7f7f7;
}
.slotwrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d8f5d5;
}
.slotwrap .nodetrack .software-section-title {
  margin-bottom: 40px;
}
.slotwrap .nodetrack .text-wrapper {
  margin-bottom: 30px;
}
.slotwrap .nodetrack .text-wrapper .framegrid {
  display: inline-block;
  width: 40%;
}
@media (max-width: 992px) {
  .slotwrap .nodetrack .text-wrapper .framegrid {
    width: 100%;
  }
}
.slotwrap .areawrap {
  margin-top: 40px;
  display: flex;
}
@media (max-width: 992px) {
  .slotwrap .areawrap {
    justify-content: center;
  }
}
.slotwrap .areawrap img {
  width: 540px;
  height: 540px;
  border-radius: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .slotwrap .areawrap img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .slotwrap .areawrap img {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 768px) {
  .slotwrap .areawrap img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.slotwrap .rootsegment {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .slotwrap .rootsegment {
    justify-content: center;
  }
}
.slotwrap .rootsegment img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .slotwrap .rootsegment img {
    width: 540px;
    height: 540px;
  }
}
@media (max-width: 1200px) {
  .slotwrap .rootsegment img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .slotwrap .rootsegment img {
    width: 260px;
    height: 260px;
  }
}
.slotwrap .software-section-title {
  color: #ffffff;
}
.slotwrap .framegrid,
.slotwrap .text-wrapper {
  color: #232323;
  text-align: center;
}
.slotwrap .software-section-title,
.slotwrap .software-section-btn {
  text-align: center;
  color: #232323;
}
.layoutbase {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #274f23;
}
.layoutbase .text-wrapper {
  border-left: 4px solid #aadba4;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .layoutbase .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.layoutbase .areawrap {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .layoutbase .areawrap {
    padding: 1rem;
  }
}
.layoutbase .areawrap:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #aadba4;
  opacity: 0.8;
  border-radius: 3rem;
}
.layoutbase .areawrap img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.layoutbase .row {
  flex-direction: row-reverse;
}
.layoutbase .row {
  align-items: center;
}
.layoutbase .software-section-title {
  color: #f7f7f7;
  text-align: center;
}
.layoutbase .framegrid,
.layoutbase .software-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.coverbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d8f5d5;
}
.coverbox .row {
  position: relative;
}
.coverbox .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #aadba4 50%, #5db255);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .coverbox .row .blur-circle {
    display: none;
  }
}
.coverbox .row {
  justify-content: center;
}
.coverbox .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .coverbox .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .coverbox .row {
    padding: 0 24px;
  }
}
.coverbox .row.row-wrapper {
  padding: 64px;
  background-color: #274f23;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.coverbox .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #5db255;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .coverbox .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .coverbox .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.coverbox .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .coverbox .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.coverbox .row.row-wrapper .card .text-wrapper .software-section-title {
  margin-bottom: 0;
}
.coverbox .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.coverbox .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.coverbox .row.row-wrapper .card .text-wrapper .framegrid {
  margin: 30px 0 0 0;
}
.coverbox .software-section-title {
  color: #f7f7f7;
  text-align: center;
}
.coverbox .framegrid {
  color: #f7f7f7;
  text-align: center;
}
.canvas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #335e2f;
  position: relative;
  overflow: hidden;
}
.canvas .innerpad {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .canvas .innerpad {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .canvas .innerpad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .canvas .innerpad {
    grid-template-columns: repeat(1, 1fr);
  }
}
.canvas .card-wrapper {
  width: 100%;
}
.canvas .card-box {
  width: 100%;
}
.canvas .card-title {
  color: #f7f7f7;
  margin-bottom: 0;
  text-align: center;
}
.canvas .framegrid {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.canvas .software-section-btn {
  margin-top: 1.4rem;
}
.canvas .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .canvas .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.canvas .areawrap {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.canvas .areawrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.canvas .bg-img {
  position: absolute;
  width: 100%;
  background-color: #3d6d39;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .canvas .bg-img {
    width: 150%;
  }
}
.canvas .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.canvas .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.canvas .framegrid,
.canvas .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.module {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.module nav.navbar {
  position: fixed;
}
.module .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .module .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.module .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.module .nav-link {
  position: relative;
}
.module .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .module .container {
    flex-wrap: nowrap;
  }
}
.module .nav-item:focus,
.module .nav-link:focus {
  outline: none;
}
.module .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: #5db255;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.module .navbar .trunk {
  margin-right: 1rem;
}
.module .navbar .trunk img {
  width: auto;
}
.module .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .module .navbar .nav-item .nav-link::before {
    display: none;
  }
  .module .navbar .trunk img {
    height: 3rem !important;
  }
  .module .navbar ul.domcellwrap li {
    margin: auto;
  }
  .module .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .module .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.module .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;
}
.module .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.module .navbar-brand .navbar-caption:hover,
.module .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.module .navbar-brand .trunk a {
  outline: none;
}
.module .navbar-expand-lg .domcellwrap .nav-link {
  padding: 0;
}
.module ul.domcellwrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .module ul.domcellwrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.module .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .module .navbar-buttons {
    text-align: left;
  }
}
.module .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .module .navbar-buttons .btn {
    width: auto !important;
  }
}
.module 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: #5db255 !important;
  border: none !important;
  box-shadow: none !important;
}
.module button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.module button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.module button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.module .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.module a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module .navbar {
    height: 70px;
  }
  .module .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.module .domcellwrap {
  margin: 0 auto;
}
.module .nav-item {
  padding: 0;
  margin: 0;
}
.module .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.module .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.module .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.module .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.module .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .module .navbar {
    justify-content: flex-start !important;
  }
  .module .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .module .navbar-collapse .domcellwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .module .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .module .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .module .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.module .tailbox {
  min-height: 110px;
}
.bodybox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #143311;
}
.bodybox .row {
  justify-content: space-between;
}
.bodybox .nodetrack {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .nodetrack {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .nodetrack {
    margin-bottom: 35px;
  }
}
.bodybox .nodetrack .software-section-title {
  margin-bottom: 10px;
}
.bodybox .nodetrack .framegrid {
  margin-bottom: 10px;
}
.bodybox .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .list-wrapper {
    margin-bottom: 35px;
  }
}
.bodybox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bodybox .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.bodybox .list-wrapper .list .item-wrap:hover,
.bodybox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.bodybox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bodybox .tailbox {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .tailbox {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .tailbox {
    margin-bottom: 35px;
  }
}
.bodybox .copy-wrapper .innerwrap {
  margin-bottom: 0;
}
.bodybox .software-section-title {
  color: #000000;
}
.bodybox .framegrid {
  color: #f7f7f7;
  text-align: center;
}
.bodybox .list {
  color: #000000;
}
.bodybox .innerwrap {
  color: #000000;
}
.bodybox .innerwrap {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .software-section-title,
.bodybox .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .list,
.bodybox .item-wrap {
  text-align: center;
  color: #f7f7f7;
}
.gridwrapunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d8f5d5;
}
.gridwrapunit .unitcol {
  justify-content: space-between;
}
.gridwrapunit .unitcol .card {
  justify-content: center;
}
.gridwrapunit .matrix .software-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .gridwrapunit .matrix .software-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .gridwrapunit .matrix {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .gridwrapunit .nodetrack {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .gridwrapunit .areawrap {
    margin-bottom: 32px;
  }
}
.gridwrapunit .areawrap img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #5db255;
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .gridwrapunit .areawrap img {
    height: 350px;
  }
}
.gridwrapunit .software-section-title {
  color: #232323;
  text-align: center;
}
.gridwrapunit .framegrid {
  color: #000000;
}
.gridwrapunit .framegrid,
.gridwrapunit .software-section-btn {
  color: #fdfde1;
}

.gridwrapunit .software-section-btn {
  color: #fdfde1;
}
.gridwrapunit .framegrid,
.gridwrapunit .software-section-btn mb-4 {
  text-align: center;
  color: #232323;
}
.tagbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #274f23;
}
.tagbox .matrix .software-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .tagbox .matrix .software-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.tagbox .col {
  justify-content: center;
  margin: 0 -12px;
}
.tagbox .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .tagbox .item {
    margin-bottom: 20px;
  }
}
.tagbox .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .tagbox .item .item-wrapper {
    padding: 20px;
  }
}
.tagbox .item .item-wrapper .card-box .card-title_1,
.tagbox .item .item-wrapper .card-box .card-title_2,
.tagbox .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.tagbox .item .item-wrapper .card-box .card-text_1,
.tagbox .item .item-wrapper .card-box .card-text_2,
.tagbox .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.tagbox .item .item-wrapper .card-box .pathunit {
  width: 100%;
  height: 2px;
  background-color: #5c834f;
  margin-bottom: 20px;
}
.tagbox .item .item-wrapper .software-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .tagbox .item .item-wrapper .software-section-btn {
    margin-top: 20px;
  }
}
.tagbox .item .item-wrapper .software-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.tagbox .item .card_1 {
  background-color: #f7f7f7;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .tagbox .item .card_1 {
    transform: none;
  }
}
.tagbox .item .card_2 {
  background-color: #d8f5d5;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .tagbox .item .card_2 {
    transform: none;
  }
}
.tagbox .item .card_3 {
  background-color: #f7f7f7;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .tagbox .item .card_3 {
    transform: none;
  }
}
.tagbox .software-section-title,
.tagbox .matrix {
  color: #f7f7f7;
  text-align: center;
}
.tagbox .card-title_1 {
  color: #323432;
}
.tagbox .card-text_1 {
  color: #323432;
  text-align: center;
}
.tagbox .card-title_2 {
  color: #f1f5eb;
}
.tagbox .card-text_2 {
  color: #232323;
  text-align: center;
}
.tagbox .card-title_3 {
  color: #323432;
}
.tagbox .card-text_3 {
  color: #323432;
  text-align: center;
}
.tagbox .card-title_2,
.tagbox .software-section-btn {
  color: #232323;
  text-align: center;
}
.tagbox .card-title_1,
.tagbox .software-section-btn {
  text-align: center;
}
.tagbox .card-title_3,
.tagbox .software-section-btn {
  text-align: center;
}
.dock {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f5d5;
}
.dock img,
.dock .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dock .item:focus,
.dock span:focus {
  outline: none;
}
.dock .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.dock .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #335e2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.dock .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .dock .item-wrapper {
    border-radius: 2rem;
  }
}
.dock .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .dock .item-content {
    padding: 1rem 0;
  }
}
.dock .software-section-title {
  color: #232323;
  text-align: center;
}
.dock .item-title {
  color: #f7f7f7;
  text-align: center;
}
.dock .framegrid,
.dock .software-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.nodewrap {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #274f23;
}
.nodewrap .feature .card {
  border-left: 10px solid #5db255;
  background-color: #f8f8f8;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.nodewrap .feature:last-child .card {
  border-color: #5db255;
}
.nodewrap .feature .software-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .nodewrap .feature:last-child {
    margin-top: 2rem;
  }
}
.nodewrap .card .framegrid {
  text-align: center;
}
.module {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.module nav.navbar {
  position: fixed;
}
.module .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .module .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.module .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.module .nav-link {
  position: relative;
}
.module .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .module .container {
    flex-wrap: nowrap;
  }
}
.module .nav-item:focus,
.module .nav-link:focus {
  outline: none;
}
.module .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: #5db255;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.module .navbar .trunk {
  margin-right: 1rem;
}
.module .navbar .trunk img {
  width: auto;
}
.module .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .module .navbar .nav-item .nav-link::before {
    display: none;
  }
  .module .navbar .trunk img {
    height: 3rem !important;
  }
  .module .navbar ul.domcellwrap li {
    margin: auto;
  }
  .module .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .module .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.module .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;
}
.module .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.module .navbar-brand .navbar-caption:hover,
.module .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.module .navbar-brand .trunk a {
  outline: none;
}
.module .navbar-expand-lg .domcellwrap .nav-link {
  padding: 0;
}
.module ul.domcellwrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .module ul.domcellwrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.module .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .module .navbar-buttons {
    text-align: left;
  }
}
.module .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .module .navbar-buttons .btn {
    width: auto !important;
  }
}
.module 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: #5db255 !important;
  border: none !important;
  box-shadow: none !important;
}
.module button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.module button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.module button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.module .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.module a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module .navbar {
    height: 70px;
  }
  .module .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.module .domcellwrap {
  margin: 0 auto;
}
.module .nav-item {
  padding: 0;
  margin: 0;
}
.module .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.module .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.module .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.module .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.module .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .module .navbar {
    justify-content: flex-start !important;
  }
  .module .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .module .navbar-collapse .domcellwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .module .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .module .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .module .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.module .tailbox {
  min-height: 110px;
}
.bodybox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #143311;
}
.bodybox .row {
  justify-content: space-between;
}
.bodybox .nodetrack {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .nodetrack {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .nodetrack {
    margin-bottom: 35px;
  }
}
.bodybox .nodetrack .software-section-title {
  margin-bottom: 10px;
}
.bodybox .nodetrack .framegrid {
  margin-bottom: 10px;
}
.bodybox .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .list-wrapper {
    margin-bottom: 35px;
  }
}
.bodybox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bodybox .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.bodybox .list-wrapper .list .item-wrap:hover,
.bodybox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.bodybox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bodybox .tailbox {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .tailbox {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .tailbox {
    margin-bottom: 35px;
  }
}
.bodybox .copy-wrapper .innerwrap {
  margin-bottom: 0;
}
.bodybox .software-section-title {
  color: #000000;
}
.bodybox .framegrid {
  color: #f7f7f7;
  text-align: center;
}
.bodybox .list {
  color: #000000;
}
.bodybox .innerwrap {
  color: #000000;
}
.bodybox .innerwrap {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .software-section-title,
.bodybox .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .list,
.bodybox .item-wrap {
  text-align: center;
  color: #f7f7f7;
}
.modsegment {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d8f5d5;
}
.modsegment .nodetrack {
  display: flex;
  justify-content: center;
}
.modsegment .nodetrack .card-wrapper {
  background-color: #335e2f;
  border: 2px solid #d8f5d5;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .modsegment .nodetrack .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .modsegment .nodetrack .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.modsegment .nodetrack .card-wrapper .matrix .software-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .modsegment .nodetrack .card-wrapper .matrix .software-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.modsegment .nodetrack .card-wrapper .text-wrapper .framegrid {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .modsegment .nodetrack .card-wrapper .text-wrapper .framegrid {
    width: 100%;
    margin-bottom: 22px;
  }
}
.modsegment .software-section-title {
  color: #3a001d;
}
.modsegment .framegrid,
.modsegment .text-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.modsegment .software-section-title,
.modsegment .software-section-btn,
.modsegment .matrix {
  text-align: center;
  color: #f7f7f7;
}
.zoneunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #274f23;
  position: relative;
  overflow: hidden;
}
.zoneunit .innerpad {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .zoneunit .innerpad {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .zoneunit .innerpad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .zoneunit .innerpad {
    grid-template-columns: repeat(1, 1fr);
  }
}
.zoneunit .card-wrapper {
  width: 100%;
}
.zoneunit .card-box {
  width: 100%;
}
.zoneunit .card-title {
  color: #f7f7f7;
  margin-bottom: 0;
  text-align: center;
}
.zoneunit .framegrid {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.zoneunit .software-section-btn {
  margin-top: 1.4rem;
}
.zoneunit .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .zoneunit .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.zoneunit .areawrap {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.zoneunit .areawrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zoneunit .bg-img {
  position: absolute;
  width: 100%;
  background-color: #335e2f;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .zoneunit .bg-img {
    width: 150%;
  }
}
.zoneunit .framegrid,
.zoneunit .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.fieldwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8f5d5;
}
.fieldwrap .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #335e2f -30%, #335e2f 20%, #335e2f 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .fieldwrap .card-wrapper {
    padding: 16px;
  }
}
.fieldwrap .card-wrapper .software-section-title {
  margin-bottom: 22px;
}
.fieldwrap .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fieldwrap .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.fieldwrap .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.fieldwrap .software-section-title {
  color: #ffffff;
  text-align: center;
}
.fieldwrap .list {
  color: #ffffff;
  text-align: center;
}
.module {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.module nav.navbar {
  position: fixed;
}
.module .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .module .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.module .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.module .nav-link {
  position: relative;
}
.module .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .module .container {
    flex-wrap: nowrap;
  }
}
.module .nav-item:focus,
.module .nav-link:focus {
  outline: none;
}
.module .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: #5db255;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.module .navbar .trunk {
  margin-right: 1rem;
}
.module .navbar .trunk img {
  width: auto;
}
.module .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .module .navbar .nav-item .nav-link::before {
    display: none;
  }
  .module .navbar .trunk img {
    height: 3rem !important;
  }
  .module .navbar ul.domcellwrap li {
    margin: auto;
  }
  .module .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .module .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.module .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;
}
.module .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.module .navbar-brand .navbar-caption:hover,
.module .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.module .navbar-brand .trunk a {
  outline: none;
}
.module .navbar-expand-lg .domcellwrap .nav-link {
  padding: 0;
}
.module ul.domcellwrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .module ul.domcellwrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.module .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .module .navbar-buttons {
    text-align: left;
  }
}
.module .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .module .navbar-buttons .btn {
    width: auto !important;
  }
}
.module 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: #5db255 !important;
  border: none !important;
  box-shadow: none !important;
}
.module button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.module button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.module button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.module .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.module a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module .navbar {
    height: 70px;
  }
  .module .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.module .domcellwrap {
  margin: 0 auto;
}
.module .nav-item {
  padding: 0;
  margin: 0;
}
.module .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.module .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.module .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.module .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.module .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .module .navbar {
    justify-content: flex-start !important;
  }
  .module .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .module .navbar-collapse .domcellwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .module .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .module .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .module .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.module .tailbox {
  min-height: 110px;
}
.bodybox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #143311;
}
.bodybox .row {
  justify-content: space-between;
}
.bodybox .nodetrack {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .nodetrack {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .nodetrack {
    margin-bottom: 35px;
  }
}
.bodybox .nodetrack .software-section-title {
  margin-bottom: 10px;
}
.bodybox .nodetrack .framegrid {
  margin-bottom: 10px;
}
.bodybox .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .list-wrapper {
    margin-bottom: 35px;
  }
}
.bodybox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bodybox .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.bodybox .list-wrapper .list .item-wrap:hover,
.bodybox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.bodybox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bodybox .tailbox {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .tailbox {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .tailbox {
    margin-bottom: 35px;
  }
}
.bodybox .copy-wrapper .innerwrap {
  margin-bottom: 0;
}
.bodybox .software-section-title {
  color: #000000;
}
.bodybox .framegrid {
  color: #f7f7f7;
  text-align: center;
}
.bodybox .list {
  color: #000000;
}
.bodybox .innerwrap {
  color: #000000;
}
.bodybox .innerwrap {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .software-section-title,
.bodybox .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .list,
.bodybox .item-wrap {
  text-align: center;
  color: #f7f7f7;
}
.structurebox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d8f5d5;
  display: flex;
  align-items: center;
}
.structurebox .row {
  justify-content: flex-start;
}
.structurebox .software-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
  text-align: center;
}
.structurebox .framegrid {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.module {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.module nav.navbar {
  position: fixed;
}
.module .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .module .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.module .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.module .nav-link {
  position: relative;
}
.module .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .module .container {
    flex-wrap: nowrap;
  }
}
.module .nav-item:focus,
.module .nav-link:focus {
  outline: none;
}
.module .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: #5db255;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.module .navbar .trunk {
  margin-right: 1rem;
}
.module .navbar .trunk img {
  width: auto;
}
.module .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .module .navbar .nav-item .nav-link::before {
    display: none;
  }
  .module .navbar .trunk img {
    height: 3rem !important;
  }
  .module .navbar ul.domcellwrap li {
    margin: auto;
  }
  .module .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .module .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.module .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;
}
.module .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.module .navbar-brand .navbar-caption:hover,
.module .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.module .navbar-brand .trunk a {
  outline: none;
}
.module .navbar-expand-lg .domcellwrap .nav-link {
  padding: 0;
}
.module ul.domcellwrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .module ul.domcellwrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.module .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .module .navbar-buttons {
    text-align: left;
  }
}
.module .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .module .navbar-buttons .btn {
    width: auto !important;
  }
}
.module 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: #5db255 !important;
  border: none !important;
  box-shadow: none !important;
}
.module button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.module button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.module button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.module .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.module a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module .navbar {
    height: 70px;
  }
  .module .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.module .domcellwrap {
  margin: 0 auto;
}
.module .nav-item {
  padding: 0;
  margin: 0;
}
.module .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.module .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.module .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.module .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.module .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .module .navbar {
    justify-content: flex-start !important;
  }
  .module .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .module .navbar-collapse .domcellwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .module .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .module .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .module .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.module .tailbox {
  min-height: 110px;
}
.bodybox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #143311;
}
.bodybox .row {
  justify-content: space-between;
}
.bodybox .nodetrack {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .nodetrack {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .nodetrack {
    margin-bottom: 35px;
  }
}
.bodybox .nodetrack .software-section-title {
  margin-bottom: 10px;
}
.bodybox .nodetrack .framegrid {
  margin-bottom: 10px;
}
.bodybox .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .list-wrapper {
    margin-bottom: 35px;
  }
}
.bodybox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bodybox .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.bodybox .list-wrapper .list .item-wrap:hover,
.bodybox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.bodybox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bodybox .tailbox {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .tailbox {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .tailbox {
    margin-bottom: 35px;
  }
}
.bodybox .copy-wrapper .innerwrap {
  margin-bottom: 0;
}
.bodybox .software-section-title {
  color: #000000;
}
.bodybox .framegrid {
  color: #f7f7f7;
  text-align: center;
}
.bodybox .list {
  color: #000000;
}
.bodybox .innerwrap {
  color: #000000;
}
.bodybox .innerwrap {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .software-section-title,
.bodybox .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .list,
.bodybox .item-wrap {
  text-align: center;
  color: #f7f7f7;
}
.foldbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d8f5d5;
  display: flex;
  align-items: center;
}
.foldbox .row {
  justify-content: flex-start;
}
.foldbox .software-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
  text-align: center;
}
.foldbox .framegrid {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.module {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.module nav.navbar {
  position: fixed;
}
.module .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .module .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.module .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.module .nav-link {
  position: relative;
}
.module .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .module .container {
    flex-wrap: nowrap;
  }
}
.module .nav-item:focus,
.module .nav-link:focus {
  outline: none;
}
.module .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: #5db255;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.module .navbar .trunk {
  margin-right: 1rem;
}
.module .navbar .trunk img {
  width: auto;
}
.module .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .module .navbar .nav-item .nav-link::before {
    display: none;
  }
  .module .navbar .trunk img {
    height: 3rem !important;
  }
  .module .navbar ul.domcellwrap li {
    margin: auto;
  }
  .module .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .module .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.module .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;
}
.module .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.module .navbar-brand .navbar-caption:hover,
.module .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.module .navbar-brand .trunk a {
  outline: none;
}
.module .navbar-expand-lg .domcellwrap .nav-link {
  padding: 0;
}
.module ul.domcellwrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .module ul.domcellwrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.module .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .module .navbar-buttons {
    text-align: left;
  }
}
.module .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .module .navbar-buttons .btn {
    width: auto !important;
  }
}
.module 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: #5db255 !important;
  border: none !important;
  box-shadow: none !important;
}
.module button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.module button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.module button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.module .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.module a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module .navbar {
    height: 70px;
  }
  .module .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.module .domcellwrap {
  margin: 0 auto;
}
.module .nav-item {
  padding: 0;
  margin: 0;
}
.module .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.module .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.module .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.module .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.module .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .module .navbar {
    justify-content: flex-start !important;
  }
  .module .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .module .navbar-collapse .domcellwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .module .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .module .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .module .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.module .tailbox {
  min-height: 110px;
}
.bodybox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #143311;
}
.bodybox .row {
  justify-content: space-between;
}
.bodybox .nodetrack {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .nodetrack {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .nodetrack {
    margin-bottom: 35px;
  }
}
.bodybox .nodetrack .software-section-title {
  margin-bottom: 10px;
}
.bodybox .nodetrack .framegrid {
  margin-bottom: 10px;
}
.bodybox .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .list-wrapper {
    margin-bottom: 35px;
  }
}
.bodybox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bodybox .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.bodybox .list-wrapper .list .item-wrap:hover,
.bodybox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.bodybox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bodybox .tailbox {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .tailbox {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .tailbox {
    margin-bottom: 35px;
  }
}
.bodybox .copy-wrapper .innerwrap {
  margin-bottom: 0;
}
.bodybox .software-section-title {
  color: #000000;
}
.bodybox .framegrid {
  color: #f7f7f7;
  text-align: center;
}
.bodybox .list {
  color: #000000;
}
.bodybox .innerwrap {
  color: #000000;
}
.bodybox .innerwrap {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .software-section-title,
.bodybox .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .list,
.bodybox .item-wrap {
  text-align: center;
  color: #f7f7f7;
}
.casing {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d8f5d5;
  display: flex;
  align-items: center;
}
.casing .row {
  justify-content: flex-start;
}
.casing .software-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
  text-align: center;
}
.casing .framegrid {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.module {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.module nav.navbar {
  position: fixed;
}
.module .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .module .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.module .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.module .nav-link {
  position: relative;
}
.module .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .module .container {
    flex-wrap: nowrap;
  }
}
.module .nav-item:focus,
.module .nav-link:focus {
  outline: none;
}
.module .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: #5db255;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.module .navbar .trunk {
  margin-right: 1rem;
}
.module .navbar .trunk img {
  width: auto;
}
.module .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .module .navbar .nav-item .nav-link::before {
    display: none;
  }
  .module .navbar .trunk img {
    height: 3rem !important;
  }
  .module .navbar ul.domcellwrap li {
    margin: auto;
  }
  .module .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .module .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.module .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;
}
.module .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.module .navbar-brand .navbar-caption:hover,
.module .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.module .navbar-brand .trunk a {
  outline: none;
}
.module .navbar-expand-lg .domcellwrap .nav-link {
  padding: 0;
}
.module ul.domcellwrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .module ul.domcellwrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.module .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .module .navbar-buttons {
    text-align: left;
  }
}
.module .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .module .navbar-buttons .btn {
    width: auto !important;
  }
}
.module 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: #5db255 !important;
  border: none !important;
  box-shadow: none !important;
}
.module button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.module button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.module button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.module .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.module a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module .navbar {
    height: 70px;
  }
  .module .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.module .domcellwrap {
  margin: 0 auto;
}
.module .nav-item {
  padding: 0;
  margin: 0;
}
.module .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.module .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.module .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.module .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.module .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .module .navbar {
    justify-content: flex-start !important;
  }
  .module .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .module .navbar-collapse .domcellwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .module .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .module .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .module .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.module .tailbox {
  min-height: 110px;
}
.bodybox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #143311;
}
.bodybox .row {
  justify-content: space-between;
}
.bodybox .nodetrack {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .nodetrack {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .nodetrack {
    margin-bottom: 35px;
  }
}
.bodybox .nodetrack .software-section-title {
  margin-bottom: 10px;
}
.bodybox .nodetrack .framegrid {
  margin-bottom: 10px;
}
.bodybox .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .list-wrapper {
    margin-bottom: 35px;
  }
}
.bodybox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bodybox .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.bodybox .list-wrapper .list .item-wrap:hover,
.bodybox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.bodybox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bodybox .tailbox {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .tailbox {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .tailbox {
    margin-bottom: 35px;
  }
}
.bodybox .copy-wrapper .innerwrap {
  margin-bottom: 0;
}
.bodybox .software-section-title {
  color: #000000;
}
.bodybox .framegrid {
  color: #f7f7f7;
  text-align: center;
}
.bodybox .list {
  color: #000000;
}
.bodybox .innerwrap {
  color: #000000;
}
.bodybox .innerwrap {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .software-section-title,
.bodybox .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .list,
.bodybox .item-wrap {
  text-align: center;
  color: #f7f7f7;
}
.bandunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d8f5d5;
  display: flex;
  align-items: center;
}
.bandunit .row {
  justify-content: flex-start;
}
.bandunit .software-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
  text-align: center;
}
.bandunit .framegrid {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.module {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.module nav.navbar {
  position: fixed;
}
.module .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .module .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.module .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.module .nav-link {
  position: relative;
}
.module .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .module .container {
    flex-wrap: nowrap;
  }
}
.module .nav-item:focus,
.module .nav-link:focus {
  outline: none;
}
.module .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: #5db255;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.module .navbar .trunk {
  margin-right: 1rem;
}
.module .navbar .trunk img {
  width: auto;
}
.module .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .module .navbar .nav-item .nav-link::before {
    display: none;
  }
  .module .navbar .trunk img {
    height: 3rem !important;
  }
  .module .navbar ul.domcellwrap li {
    margin: auto;
  }
  .module .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .module .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.module .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;
}
.module .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.module .navbar-brand .navbar-caption:hover,
.module .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.module .navbar-brand .trunk a {
  outline: none;
}
.module .navbar-expand-lg .domcellwrap .nav-link {
  padding: 0;
}
.module ul.domcellwrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .module ul.domcellwrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.module .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .module .navbar-buttons {
    text-align: left;
  }
}
.module .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .module .navbar-buttons .btn {
    width: auto !important;
  }
}
.module 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: #5db255 !important;
  border: none !important;
  box-shadow: none !important;
}
.module button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.module button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.module button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.module button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.module .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.module a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module .navbar {
    height: 70px;
  }
  .module .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.module .domcellwrap {
  margin: 0 auto;
}
.module .nav-item {
  padding: 0;
  margin: 0;
}
.module .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.module .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.module .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.module .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.module .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .module .navbar {
    justify-content: flex-start !important;
  }
  .module .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .module .navbar-collapse .domcellwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .module .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .module .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .module .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.module .tailbox {
  min-height: 110px;
}
.bodybox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #143311;
}
.bodybox .row {
  justify-content: space-between;
}
.bodybox .nodetrack {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .nodetrack {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .nodetrack {
    margin-bottom: 35px;
  }
}
.bodybox .nodetrack .software-section-title {
  margin-bottom: 10px;
}
.bodybox .nodetrack .framegrid {
  margin-bottom: 10px;
}
.bodybox .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .list-wrapper {
    margin-bottom: 35px;
  }
}
.bodybox .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bodybox .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.bodybox .list-wrapper .list .item-wrap:hover,
.bodybox .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.bodybox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bodybox .tailbox {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .bodybox .tailbox {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .bodybox .tailbox {
    margin-bottom: 35px;
  }
}
.bodybox .copy-wrapper .innerwrap {
  margin-bottom: 0;
}
.bodybox .software-section-title {
  color: #000000;
}
.bodybox .framegrid {
  color: #f7f7f7;
  text-align: center;
}
.bodybox .list {
  color: #000000;
}
.bodybox .innerwrap {
  color: #000000;
}
.bodybox .innerwrap {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .software-section-title,
.bodybox .software-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.bodybox .list,
.bodybox .item-wrap {
  text-align: center;
  color: #f7f7f7;
}

/* Base Cookie Banner */
.bridge {
  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;
}
.bridge.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.bridge p {
  margin: 0;
  font-size: 14px;
}
.bridge 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) {
  .bridge {
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    max-width: 480px;
    transform: translate(-50%, 20px);
    border-radius: 8px;
    gap: 12px;
  }
  .bridge.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) {
  .bridge {
    padding: 8px;
    gap: 8px;
    font-size: 12px;
  }
  .bridge img {
    width: 30px;
    height: 30px;
  }
  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    padding: 10px 0;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes blurIn {
    0% {
        filter: blur(10px);
        opacity: 0;
    }
    100% {
        filter: blur(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: blurIn 1s ease-out;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 32px;
  background: rgba(255,255,255,0.08);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ttc-form #customForm {
  width: 100%;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #e9f3ff;
}
.ttc-form #customForm * {
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  background: rgba(5,18,40,0.82) !important;
  border: 1px solid rgba(135,186,255,0.45) !important;
  border-radius: 14px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #e9f3ff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.35);
  transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease, transform .08s ease;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: rgba(9,29,66,0.95) !important;
  border-color: #57b4ff !important;
  box-shadow: 0 0 0 1px rgba(9,176,255,0.7),0 0 22px rgba(87,180,255,0.4);
  transform: translateY(-1px);
}
.ttc-form #customForm textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.ttc-form #customForm ::-moz-placeholder {
  color: rgba(188,210,238,0.85);
}
.ttc-form #customForm ::placeholder {
  color: rgba(188,210,238,0.85);
}
.ttc-form #customForm .inset,
.ttc-form #customForm .gridwrap {
  background: rgba(5,18,40,0.75);
  border-radius: 16px !important;
  border: 1px solid rgba(135,186,255,0.35);
  padding: 16px 16px 14px;
  margin-bottom: 18px;
}
.ttc-form #customForm .unitgrid,
.ttc-form #customForm .viewbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #e9f3ff;
}
.ttc-form #customForm .partgrid,
.ttc-form #customForm .line {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #57b4ff;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px !important;
  border: none;
  cursor: pointer;
  background: radial-gradient(circle at 20% 0,#2e5236 0,#2d534d 45%,#2d534d 100%);
  color: #f7fbff;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .08s ease, box-shadow .16s ease, opacity .16s ease;
}
.ttc-form #customForm .btn:hover {
  transform: translateY(-1px);
  opacity: .97;
}
.ttc-form #customForm .btn:active {
  transform: translateY(0);
  opacity: .94;
}
.ttc-form #customForm .alert {
  border-radius: 14px !important;
  font-size: 14px;
  background: rgba(20,60,20,0.75);
  border: 1px solid rgba(120,255,150,0.5);
  color: #d8ffe6;
  padding: 12px 14px;
  margin-bottom: 16px;
  box-shadow: 0 0 12px rgba(80,255,130,0.25);
}
.ttc-form #customForm a {
  color: #7fd0ff;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm small,
.ttc-form #customForm p {
  color: rgba(214,227,246,0.9);
}
@media (max-width: 991px) {
  .ttc-form {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .ttc-form {
    padding: 20px 14px;
  }
}
/* cssform-end */
