@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-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-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6, .h6, 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;
  }
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[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;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.layer {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .layer {
    font-size: 5rem;
  }
}

.nodemodule {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .nodemodule {
    font-size: 4.5rem;
  }
}

.trunk {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .trunk {
    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-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.boxlayer {
  --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;
}
 .boxlayer .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 .boxlayer {
    flex-direction: row;
  }
  .navbar-expand-lg .boxlayer .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);
}

.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);
}

.shellbox {
  --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);
}

.stub {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.align-content-around {
  align-content: space-around !important;
}

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.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;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !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 .corewrapbox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .corewrapbox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.animation-section-title {
  font-style: normal;
  line-height: 1.3;
}

.animation-section-subtitle {
  line-height: 1.3;
}

.animation-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h6,
.layer,
.nodemodule,
.trunk,
.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 */
.animation-white {
  color: #ffffff;
}

.animation-black {
  color: #111111;
}

/*! Text-aligns */
.formcore {
  text-align: left;
}

.outerwrapunit {
  text-align: center;
}

/*! Font-weight  */
.animation-light {
  font-weight: 300;
}

.animation-regular {
  font-weight: 400;
}

.animation-semibold {
  font-weight: 500;
}

.animation-bold {
  font-weight: 700;
}

/*! Media  */

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .media {
    width: auto;
  }
}
/*! Buttons */
.animation-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .animation-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.animation-regular {
  font-weight: 400;
}

.animation-semibold {
  font-weight: 500;
}

.animation-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .corewrapbox 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 .boxlayer.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.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 .animation-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;
}

.animation-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'vector2';
  font-display: swap;
  src:  url('fonts/aesthetics2.eot');
  src:  url('fonts/aesthetics2.eot') format('embedded-opentype'),
    url('fonts/aesthetics2.woff2') format('woff2'),
    url('fonts/aesthetics2.woff') format('woff'),
    url('fonts/aesthetics2.ttf') format('truetype'),
    url('fonts/aesthetics2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class*=" path-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vector2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn {
  border-width: 1px;
}
body {
  font-family: Instrument Serif;
}
.layer {
  font-family: 'Instrument Serif', serif;
  font-size: 4rem;
  line-height: 1.1;
}
.nodemodule {
  font-family: 'Instrument Serif', serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.trunk {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.6;
}
.display-5 {
  font-family: 'Instrument Serif', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 {
  font-family: 'Instrument Serif', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .layer {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .layer {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .nodemodule {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .trunk {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .layer {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .nodemodule {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .trunk {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.6 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #f4a300 !important;
  border-color: #f4a300 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: inherit;
  background-color: #ffb828 !important;
  border-color: #ffb828 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ffb828 !important;
  border-color: #ffb828 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2c6e49 !important;
  border-color: #2c6e49 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: inherit;
  background-color: #3b9261 !important;
  border-color: #3b9261 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b9261 !important;
  border-color: #3b9261 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f6f4f0 !important;
  border-color: #f6f4f0 !important;
  color: #716243 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #716243 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #b2c9e6 !important;
  border-color: #b2c9e6 !important;
  color: #19304d !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: inherit;
  background-color: #d9e4f3 !important;
  border-color: #d9e4f3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #19304d !important;
  background-color: #d9e4f3 !important;
  border-color: #d9e4f3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #efce48 !important;
  border-color: #efce48 !important;
  color: #050400 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: inherit;
  background-color: #f3db77 !important;
  border-color: #f3db77 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #050400 !important;
  background-color: #f3db77 !important;
  border-color: #f3db77 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ef6e48 !important;
  border-color: #ef6e48 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: inherit;
  background-color: #f39377 !important;
  border-color: #f39377 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f39377 !important;
  border-color: #f39377 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f4a300;
  color: #f4a300;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #9d6900 !important;
  background-color: transparent !important;
  border-color: #9d6900 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f4a300 !important;
  border-color: #f4a300 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2c6e49;
  color: #2c6e49;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #133020 !important;
  background-color: transparent !important;
  border-color: #133020 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c6e49 !important;
  border-color: #2c6e49 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f6f4f0;
  color: #f6f4f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #d5ccba !important;
  background-color: transparent !important;
  border-color: #d5ccba !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #907d57 !important;
  background-color: #f6f4f0 !important;
  border-color: #f6f4f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #b2c9e6;
  color: #b2c9e6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #719bd1 !important;
  background-color: transparent !important;
  border-color: #719bd1 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b2c9e6 !important;
  border-color: #b2c9e6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #efce48;
  color: #efce48;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #cea912 !important;
  background-color: transparent !important;
  border-color: #cea912 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #332a05 !important;
  background-color: #efce48 !important;
  border-color: #efce48 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ef6e48;
  color: #ef6e48;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ce3d12 !important;
  background-color: transparent !important;
  border-color: #ce3d12 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6e48 !important;
  border-color: #ef6e48 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #f4a300 !important;
}
.text-secondary {
  color: #2c6e49 !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8e5f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f2519 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #cccccc !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;
}
.shellbox {
  background-color: #70c770;
}
.stub {
  background-color: #ef6e48;
}
.animation-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #f4a300;
}
/* Scroll to top button*/
.form-control {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0 !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: #f4a300 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Serif', serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.animation-section-btn .btn {
  font-weight: 400;
  padding: 8px 20px 6px;
  border-radius: 32px !important;
}
.animation-section-btn .btn-primary-outline:hover,
.animation-section-btn .btn-primary-outline:focus,
.animation-section-btn .btn-primary-outline.focus {
  color: #2c6e49 !important;
  background-color: transparent !important;
  border-color: #2c6e49 !important;
  box-shadow: none !important;
}
.animation-section-btn .btn-primary:hover,
.animation-section-btn .btn-primary:focus,
.animation-section-btn .btn-primary.focus {
  color: #ffffff !important;
  background-color: #2c6e49 !important;
  border-color: #2c6e49 !important;
  box-shadow: none;
}
img,
.card-wrapper,
.topbox iframe,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.grid {
  border-radius: 32px !important;
}

.topbox iframe {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.formunit .navbar-dropdown {
  position: relative !important;
}
.formunit .navbar-dropdown {
  position: absolute !important;
}
.formunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.formunit .nav-link {
  position: relative;
}
.formunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .formunit .container {
    flex-wrap: nowrap;
  }
}
.formunit .navbar-caption {
  font-weight: 700;
}
.formunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .formunit .navbar {
    min-height: 80px;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .formunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .navbar .corewrapbox img {
  width: auto;
}
.formunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.formunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar-brand {
    min-height: 80px;
  }
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.formunit .navbar-brand .corewrapbox a {
  outline: none;
}
.formunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.formunit ul.boxlayer {
  flex-wrap: wrap;
}
.formunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit .navbar-dropdown {
  padding: 0 1rem;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.formunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .formunit .nav-item {
    width: 100%;
  }
}
.cellunitwrap {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #f1f8f1;
}
.cellunitwrap .container-fluid {
  padding-right: 0;
}
.cellunitwrap .flowbox {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cellunitwrap .flowbox {
    padding: 0 12px;
  }
}
.cellunitwrap .title {
  display: flex;
  align-items: center;
}
.cellunitwrap .flowbox {
  width: 100%;
}
.cellunitwrap .flowbox .animation-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cellunitwrap .flowbox .animation-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cellunitwrap .flowbox .animation-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cellunitwrap .flowbox .animation-section-title {
    margin-bottom: 19.5px;
  }
}
.cellunitwrap .flowbox .animation-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cellunitwrap .flowbox .animation-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cellunitwrap .packwrap {
    margin-top: 39px;
  }
}
.cellunitwrap .packwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cellunitwrap .animation-section-subtitle {
  color: #181818;
}
.cellunitwrap .animation-section-title {
  color: #181818;
}
.cellunitwrap .animation-text {
  color: #2c6e49;
  text-align: center;
}
.cellunitwrap .animation-section-title,
.cellunitwrap .animation-section-btn {
  text-align: center;
  color: #2c6e49;
}
.ridge {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.ridge .container-fluid {
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .ridge .container-fluid {
    padding: 0;
  }
}
.ridge .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .ridge .container {
    padding: 0 28px;
  }
}
.ridge .row {
  margin: -1px 0 0 0;
}
.ridge .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .ridge .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .ridge .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .ridge .card {
    padding: 20px;
  }
}
.ridge .card:first-child {
  border-right: 1px solid #ffffff;
  border-right: none;
}
@media (max-width: 992px) {
  .ridge .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
  }
}
.ridge .card:last-child {
  border-right: none;
  border-right: 1px solid #ffffff;
}
.ridge .packwrap img {
  height: 250px;
  object-fit: cover;
}
.ridge .flowbox .animation-section-title {
  margin-bottom: 32px;
}
.ridge .flowbox .animation-text {
  margin-bottom: 20px;
}
.ridge .flowbox .animation-section-btn {
  margin-top: 50px;
}
.ridge .animation-section-title {
  color: #000000;
}
.ridge .animation-text {
  color: #2c6e49;
  text-align: center;
}
.ridge .animation-section-title,
.ridge .animation-section-btn {
  text-align: center;
  color: #2c6e49;
}
.modsegment {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1f8f1;
}
.modsegment .row {
  align-items: center;
}
.modsegment img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .modsegment .text-wrapper {
    padding: 0 2rem;
  }
}
.modsegment .animation-section-title {
  color: #2c6e49;
  text-align: center;
}
.modsegment .animation-text,
.modsegment .animation-section-btn {
  color: #2c6e49;
  text-align: center;
}
.fold {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fffcf5;
}
.fold .text-wrap {
  width: 100%;
}
.fold .animation-title {
  margin-bottom: 0;
  color: #2c6e49;
}
.fold .animation-text {
  padding-top: 16px;
  color: #353535;
}
.fold .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .fold .list-wrap {
    margin-top: 24px;
  }
}
.fold .list-box {
  width: 100%;
}
.fold .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #2c6e49;
}
.fold .list-text {
  position: relative;
}
.fold .list-text:not(:first-child) {
  margin-top: 12px;
}
.fold .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("images/marker1.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.markbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.markbox .animation-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.markbox .animation-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.markbox .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .markbox .text-wrapper {
    padding: 0 2rem;
  }
}
.markbox img {
  border-radius: 1rem;
}
.markbox .row {
  flex-direction: row-reverse;
}
.markbox .row {
  align-items: center;
}
@media (max-width: 991px) {
  .markbox .packwrap {
    padding: 1rem;
  }
}
.markbox .animation-section-title {
  color: #2c6e49;
}
.markbox .animation-section-subtitle,
.markbox .rowsegmentbox {
  color: #19303d;
}
.markbox .animation-text,
.markbox .animation-section-btn {
  color: #2c6e49;
}
.layouter {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.layouter .group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #f1f8f1;
}
@media (max-width: 1440px) {
  .layouter .group {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .layouter .group {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.layouter .group .contentbox .animation-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .layouter .group .contentbox .animation-section-title {
    margin-bottom: 32px;
  }
}
.layouter .group .contentbox .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .layouter .group .contentbox .list {
    margin-bottom: 22px;
  }
}
.layouter .group .contentbox .list .item-wrap {
  margin-bottom: 22px;
}
.layouter .group .contentbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.layouter .group .contentbox .list .item-wrap::marker {
  font-weight: 700;
}
.layouter .group .contentbox .animation-section-btn .btn {
  margin-bottom: 0;
}
.layouter .packwrap {
  position: relative;
  border: 3px solid #f1f8f1;
  background-color: #f1f8f1;
  height: 100%;
}
@media (max-width: 992px) {
  .layouter .packwrap {
    height: 350px;
  }
}
.layouter .packwrap .stackbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layouter .packwrap .stackbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layouter .animation-section-title {
  color: #191c25;
}
.layouter .list {
  color: #191c25;
}
.layouter .animation-section-title,
.layouter .animation-section-btn {
  color: #2c6e49;
}
.layouter .list,
.layouter .item-wrap {
  color: #2c6e49;
}
.levelbox {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.levelbox .card-wrapper {
  background: #f1f8f1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .levelbox .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .levelbox .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .levelbox .card-wrapper {
    padding: 4rem;
  }
}
.levelbox .animation-text,
.levelbox .animation-section-btn {
  color: #2c6e49;
}
.levelbox .card-title,
.levelbox .card-box {
  text-align: left;
}
.framegrid {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f1f8f1;
}
.framegrid .row {
  align-items: stretch;
  justify-content: center;
}
.framegrid .img-item {
  position: relative;
}
.framegrid .img-item img {
  width: 100%;
  object-fit: cover;
}
.track {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1f8f1;
}
.track .card {
  justify-content: center;
}
.track .packwrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .track .packwrap {
    margin-bottom: 40px;
  }
}
.track .packwrap img {
  height: 350px;
  width: 350px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 1440px) {
  .track .packwrap img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .track .packwrap img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .track .packwrap img {
    box-shadow: none;
  }
}
.track .flowbox .animation-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .track .flowbox .animation-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.track .animation-section-title {
  color: #19171c;
}
.track .animation-text,
.track .text-wrapper {
  color: #19171c;
}
.track label {
  color: #19171c;
}
.track .animation-section-title,
.track .animation-section-btn,
.track .flowbox,
.track .form-wrapper {
  color: #2c6e49;
}
.alignbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.alignbox .card-wrapper {
  display: flex;
  background-color: #f1f8f1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .alignbox .card-wrapper {
    display: block;
  }
}
.alignbox .card-wrapper .packwrap {
  position: relative;
  width: 55%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .alignbox .card-wrapper .packwrap {
    width: 100%;
    height: 300px;
  }
}
.alignbox .card-wrapper .packwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.alignbox .card-wrapper .group {
  width: 45%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .alignbox .card-wrapper .group {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .alignbox .card-wrapper .group {
    padding: 24px 16px 16px 16px;
    width: 100%;
  }
}
.alignbox .card-wrapper .group .flowbox {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .alignbox .card-wrapper .group .flowbox {
    margin-bottom: 24px;
  }
}
.alignbox .card-wrapper .group .flowbox .animation-section-title {
  margin-bottom: 0;
}
.alignbox .card-wrapper .group .flowbox .animation-section-subtitle {
  margin-bottom: 0;
}
.alignbox .card-wrapper .group .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.alignbox .card-wrapper .group .list .item-wrap {
  margin-bottom: 16px;
}
.alignbox .card-wrapper .group .list .item-wrap:last-child {
  margin-bottom: 0;
}
.alignbox .card-wrapper .group .animation-section-btn {
  margin-top: 16px;
}
.alignbox .card-wrapper .group .animation-section-btn .btn {
  margin-bottom: 0;
}
.alignbox .animation-section-title {
  color: #ffffff;
}
.alignbox .animation-section-subtitle {
  color: #808080;
}
.alignbox .list {
  color: #ffffff;
}
.alignbox .list,
.alignbox .item-wrap {
  color: #2c6e49;
}
.alignbox .animation-section-title,
.alignbox .animation-section-btn {
  color: #2c6e49;
}
.sectionwrap {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.sectionwrap .card-wrapper {
  box-shadow: 0 10px 25px -20px #6c7179;
  padding: 8px;
  background-color: #ffffff;
}
.sectionwrap .card-wrapper .topbox iframe {
  height: 640px;
  width: 100%;
}
@media (max-width: 1440px) {
  .sectionwrap .card-wrapper .topbox iframe {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .sectionwrap .card-wrapper .topbox iframe {
    height: 350px;
  }
}
.sidewrap {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f8f1;
}
.sidewrap .container {
  max-width: 1500px;
}
.sidewrap .row {
  background: #ffffff;
}
.sidewrap .img-col {
  padding: 0;
}
.sidewrap .formwrap {
  padding: 4rem 8rem;
}
.sidewrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidewrap h2 {
  padding: 0;
  margin: 0;
}
.sidewrap .text-wrap {
  margin: auto;
}
.sidewrap .animation-text {
  color: #2c6e49;
}
@media (max-width: 1200px) {
  .sidewrap .row {
    margin: 2rem;
  }
  .sidewrap .formwrap {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .sidewrap .row {
    margin: 0rem;
  }
  .sidewrap .formwrap {
    padding: 2rem 1rem;
  }
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.formunit .navbar-dropdown {
  position: relative !important;
}
.formunit .navbar-dropdown {
  position: absolute !important;
}
.formunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.formunit .nav-link {
  position: relative;
}
.formunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .formunit .container {
    flex-wrap: nowrap;
  }
}
.formunit .navbar-caption {
  font-weight: 700;
}
.formunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .formunit .navbar {
    min-height: 80px;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .formunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .navbar .corewrapbox img {
  width: auto;
}
.formunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.formunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar-brand {
    min-height: 80px;
  }
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.formunit .navbar-brand .corewrapbox a {
  outline: none;
}
.formunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.formunit ul.boxlayer {
  flex-wrap: wrap;
}
.formunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit .navbar-dropdown {
  padding: 0 1rem;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.formunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .formunit .nav-item {
    width: 100%;
  }
}
.piece {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #f1f8f1;
}
.piece .shiftbox {
  margin: 0 -32px;
  justify-content: center;
}
.piece .shiftbox .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .piece .flowbox {
    margin-bottom: 48px;
  }
}
.piece .flowbox .animation-section-title {
  margin-bottom: 24px;
}
.piece .flowbox .text-wrapper .animation-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .piece .flowbox .text-wrapper .animation-text {
    width: 100%;
  }
}
.piece .packwrap img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .piece .packwrap img {
    height: 350px;
  }
}
.piece .animation-section-title {
  color: #ffffff;
}
.piece .animation-text,
.piece .text-wrapper {
  color: #2c6e49;
  text-align: center;
}
.piece .animation-section-title,
.piece .animation-section-btn {
  color: #2c6e49;
  text-align: center;
}
.shellcell {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.shellcell .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .shellcell .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .shellcell .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .shellcell .container {
    padding: 0 20px;
  }
}
.shellcell .row {
  justify-content: center;
}
.shellcell .group {
  display: flex;
}
@media (max-width: 992px) {
  .shellcell .group {
    display: block;
  }
}
.shellcell .group .card {
  justify-content: center;
}
.shellcell .group .packwrap {
  width: 50%;
}
@media (max-width: 992px) {
  .shellcell .group .packwrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.shellcell .group .packwrap img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .shellcell .group .packwrap img {
    height: 350px;
  }
}
.shellcell .group .contentbox {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .shellcell .group .contentbox {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .shellcell .group .contentbox {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .shellcell .group .contentbox {
    width: 100%;
    padding-left: 0;
  }
}
.shellcell .group .contentbox .animation-section-title {
  margin-bottom: 40px;
}
.shellcell .group .contentbox .animation-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.shellcell .animation-section-title {
  color: #2c6e49;
}
.shellcell .animation-text {
  color: #2c6e49;
}
.contentunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #f1f8f1;
}
@media (max-width: 992px) {
  .contentunit .container {
    padding: 0 30px;
  }
}
.contentunit .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.contentunit .flowbox .animation-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .contentunit .flowbox .animation-section-title {
    margin-bottom: 30px;
  }
}
.contentunit .text-wrapper {
  border-left: 1px solid #f4a300;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .contentunit .text-wrapper {
    padding-left: 20px;
  }
}
.contentunit .text-wrapper .animation-text {
  margin-bottom: 0;
}
.contentunit .animation-section-title {
  color: #2c6e49;
}
.contentunit .animation-text {
  color: #2c6e49;
}
.layoutbox {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.layoutbox .img-wrap {
  position: relative;
}
.layoutbox .animation-text,
.layoutbox .animation-section-btn {
  color: #232323;
}
.layoutbox .animation-section-title {
  color: #2c6e49;
  margin-bottom: 30px;
}
.layoutbox .list {
  list-style: none;
  color: #2c6e49;
}
.layoutbox .list li {
  position: relative;
  margin-bottom: 15px;
}
.layoutbox .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #f4a300;
}
@media (max-width: 768px) {
  .layoutbox * {
    text-align: center;
  }
}
.pathbox {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f8f1;
}
.pathbox .container {
  max-width: 1500px;
}
.pathbox .row {
  background: #ffffff;
}
.pathbox .img-col {
  padding: 0;
}
.pathbox .formwrap {
  padding: 4rem 8rem;
}
.pathbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pathbox h2 {
  padding: 0;
  margin: 0;
}
.pathbox .text-wrap {
  margin: auto;
}
.pathbox .animation-text {
  color: #2c6e49;
}
@media (max-width: 1200px) {
  .pathbox .row {
    margin: 2rem;
  }
  .pathbox .formwrap {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .pathbox .row {
    margin: 0rem;
  }
  .pathbox .formwrap {
    padding: 2rem 1rem;
  }
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.formunit .navbar-dropdown {
  position: relative !important;
}
.formunit .navbar-dropdown {
  position: absolute !important;
}
.formunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.formunit .nav-link {
  position: relative;
}
.formunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .formunit .container {
    flex-wrap: nowrap;
  }
}
.formunit .navbar-caption {
  font-weight: 700;
}
.formunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .formunit .navbar {
    min-height: 80px;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .formunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .navbar .corewrapbox img {
  width: auto;
}
.formunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.formunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar-brand {
    min-height: 80px;
  }
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.formunit .navbar-brand .corewrapbox a {
  outline: none;
}
.formunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.formunit ul.boxlayer {
  flex-wrap: wrap;
}
.formunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit .navbar-dropdown {
  padding: 0 1rem;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.formunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .formunit .nav-item {
    width: 100%;
  }
}
.dompart {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #f1f8f1;
}
@media (max-width: 992px) {
  .dompart .text-wrapper {
    margin-bottom: 2rem;
  }
}
.dompart .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .dompart .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.dompart img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .dompart img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .dompart .packwrap {
    padding: 1rem;
  }
}
.dompart .animation-section-title {
  color: #2c6e49;
}
.dompart .animation-text,
.dompart .animation-section-btn {
  color: #2c6e49;
}
.view {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.view .animation-section-title {
  color: #2c6e49;
}
.view .animation-text,
.view .animation-section-btn {
  color: #2c6e49;
}
.view .animation-section-subtitle {
  color: #8364e2;
}
.view img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .view .packwrap {
    padding-right: 4rem;
  }
}
.footbox {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f1f8f1;
}
.footbox img {
  width: 100%;
}
.footbox .animation-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.footbox .animation-section-title {
  margin: 0;
  font-weight: 500;
}
.footbox .animation-section-title.nodemodule {
  line-height: 1.375;
}
.footbox .contents {
  margin-top: 36px;
}
.footbox .contents .dock {
  color: #606060;
  font-weight: 300;
}
.footbox .animation-section-btn {
  margin-top: 8px;
}
.footbox .animation-section-btn .btn {
  padding: 18px 26px;
}
.footbox .animation-section-btn .btn.trunk {
  font-size: 13px;
  line-height: 1;
}
.footbox .animation-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.footbox .animation-list {
  margin-top: 20px;
  color: #606060;
}
.footbox .animation-list .list {
  list-style-type: none;
  padding-left: 0;
}
.footbox .animation-list .list li {
  line-height: 1.75;
}
.footbox .animation-list .list li:before {
  font-weight: 900;
  color: #f4a300;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.footbox .animation-section-title,
.footbox .animation-section-btn {
  color: #2c6e49;
}
.footbox .contents .animation-text,
.footbox .animation-section-btn {
  color: #2c6e49;
}
.rowwrap {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f1f8f1;
}
.rowwrap .container {
  max-width: 1500px;
}
.rowwrap .row {
  background: #ffffff;
}
.rowwrap .img-col {
  padding: 0;
}
.rowwrap .formwrap {
  padding: 4rem 8rem;
}
.rowwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rowwrap h2 {
  padding: 0;
  margin: 0;
}
.rowwrap .text-wrap {
  margin: auto;
}
.rowwrap .animation-text {
  color: #2c6e49;
}
@media (max-width: 1200px) {
  .rowwrap .row {
    margin: 2rem;
  }
  .rowwrap .formwrap {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .rowwrap .row {
    margin: 0rem;
  }
  .rowwrap .formwrap {
    padding: 2rem 1rem;
  }
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.formunit .navbar-dropdown {
  position: relative !important;
}
.formunit .navbar-dropdown {
  position: absolute !important;
}
.formunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.formunit .nav-link {
  position: relative;
}
.formunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .formunit .container {
    flex-wrap: nowrap;
  }
}
.formunit .navbar-caption {
  font-weight: 700;
}
.formunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .formunit .navbar {
    min-height: 80px;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .formunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .navbar .corewrapbox img {
  width: auto;
}
.formunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.formunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar-brand {
    min-height: 80px;
  }
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.formunit .navbar-brand .corewrapbox a {
  outline: none;
}
.formunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.formunit ul.boxlayer {
  flex-wrap: wrap;
}
.formunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit .navbar-dropdown {
  padding: 0 1rem;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.formunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .formunit .nav-item {
    width: 100%;
  }
}
.structurebox {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #f1f8f1;
}
@media (max-width: 767px) {
  .structurebox .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .structurebox .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .structurebox .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.structurebox .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.structurebox .packwrap img {
  width: 100%;
  object-fit: cover;
}
.structurebox .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.structurebox .card-title {
  color: #2c6e49;
}
.structurebox .animation-text {
  color: #2c6e49;
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.formunit .navbar-dropdown {
  position: relative !important;
}
.formunit .navbar-dropdown {
  position: absolute !important;
}
.formunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.formunit .nav-link {
  position: relative;
}
.formunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .formunit .container {
    flex-wrap: nowrap;
  }
}
.formunit .navbar-caption {
  font-weight: 700;
}
.formunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .formunit .navbar {
    min-height: 80px;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .formunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .navbar .corewrapbox img {
  width: auto;
}
.formunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.formunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar-brand {
    min-height: 80px;
  }
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.formunit .navbar-brand .corewrapbox a {
  outline: none;
}
.formunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.formunit ul.boxlayer {
  flex-wrap: wrap;
}
.formunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit .navbar-dropdown {
  padding: 0 1rem;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.formunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .formunit .nav-item {
    width: 100%;
  }
}
.nodemap {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.nodemap img {
  object-fit: cover;
}
.nodemap .animation-section-subtitle {
  color: #2c6e49;
}
.nodemap .animation-text,
.nodemap .animation-section-btn {
  color: #2c6e49;
}
.col {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f1f8f1;
}
@media (max-width: 992px) {
  .col .container {
    padding: 0 30px;
  }
}
.col .row {
  justify-content: center;
}
.col .flowbox {
  margin: 0 12%;
  border-bottom: 1px solid #f4a300;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .col .flowbox {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .col .flowbox {
    margin: 0;
  }
}
.col .flowbox .animation-section-subtitle {
  margin-bottom: 30px;
}
.col .flowbox .animation-section-title {
  margin-bottom: 50px;
}
.col .text-wrapper .animation-text {
  margin-bottom: 16px;
}
.col .animation-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.col .animation-section-title {
  color: #2c6e49;
  text-align: center;
}
.col .animation-text {
  color: #2c6e49;
  text-align: center;
}
.boxareaunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.boxareaunit .container,
.boxareaunit .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .boxareaunit .container,
  .boxareaunit .container-fluid {
    padding: 0 20px;
  }
}
.boxareaunit .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #f4a300;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .boxareaunit .row {
    padding: 85px 8px;
  }
}
.boxareaunit .flowbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .boxareaunit .flowbox {
    padding: 0;
  }
}
.boxareaunit .flowbox .animation-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .boxareaunit .flowbox .animation-section-title {
    margin-bottom: 20px;
  }
}
.boxareaunit .flowbox .animation-text {
  margin-bottom: 20px;
}
.boxareaunit .packwrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .boxareaunit .packwrap {
    margin-bottom: 50px;
    height: auto;
  }
}
.boxareaunit .packwrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .boxareaunit .packwrap img {
    height: 300px;
  }
}
.boxareaunit .animation-section-title {
  color: #3d4045;
}
.boxareaunit .animation-text {
  color: #2c6e49;
  text-align: center;
}
.boxareaunit .animation-section-title,
.boxareaunit .animation-section-btn {
  color: #2c6e49;
  text-align: center;
}
.bodyunit {
  background: #f1f8f1;
  padding-top: 45px;
  padding-bottom: 45px;
}
.bodyunit .corewrap img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bodyunit .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .bodyunit .corewrap {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .bodyunit {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .bodyunit .container-fluid {
    padding: 0 1rem;
  }
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.formunit .navbar-dropdown {
  position: relative !important;
}
.formunit .navbar-dropdown {
  position: absolute !important;
}
.formunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.formunit .nav-link {
  position: relative;
}
.formunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .formunit .container {
    flex-wrap: nowrap;
  }
}
.formunit .navbar-caption {
  font-weight: 700;
}
.formunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .formunit .navbar {
    min-height: 80px;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .formunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .navbar .corewrapbox img {
  width: auto;
}
.formunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.formunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar-brand {
    min-height: 80px;
  }
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.formunit .navbar-brand .corewrapbox a {
  outline: none;
}
.formunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.formunit ul.boxlayer {
  flex-wrap: wrap;
}
.formunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit .navbar-dropdown {
  padding: 0 1rem;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.formunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .formunit .nav-item {
    width: 100%;
  }
}
.layoutgrid {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #f1f8f1;
}
.layoutgrid .card {
  justify-content: center;
}
.layoutgrid .packwrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .layoutgrid .packwrap {
    margin-bottom: 40px;
  }
}
.layoutgrid .packwrap img {
  height: 350px;
  width: 350px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 1440px) {
  .layoutgrid .packwrap img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .layoutgrid .packwrap img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .layoutgrid .packwrap img {
    box-shadow: none;
  }
}
.layoutgrid .flowbox .animation-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutgrid .flowbox .animation-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.layoutgrid .animation-section-title {
  color: #19171c;
}
.layoutgrid .animation-text,
.layoutgrid .text-wrapper {
  color: #19171c;
}
.layoutgrid label {
  color: #19171c;
}
.layoutgrid .animation-section-title,
.layoutgrid .animation-section-btn,
.layoutgrid .flowbox,
.layoutgrid .form-wrapper {
  color: #2c6e49;
}
.inset {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.inset .card-wrapper {
  display: flex;
  background-color: #f1f8f1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .inset .card-wrapper {
    display: block;
  }
}
.inset .card-wrapper .packwrap {
  position: relative;
  width: 55%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .inset .card-wrapper .packwrap {
    width: 100%;
    height: 300px;
  }
}
.inset .card-wrapper .packwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.inset .card-wrapper .group {
  width: 45%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .inset .card-wrapper .group {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .inset .card-wrapper .group {
    padding: 24px 16px 16px 16px;
    width: 100%;
  }
}
.inset .card-wrapper .group .flowbox {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .inset .card-wrapper .group .flowbox {
    margin-bottom: 24px;
  }
}
.inset .card-wrapper .group .flowbox .animation-section-title {
  margin-bottom: 0;
}
.inset .card-wrapper .group .flowbox .animation-section-subtitle {
  margin-bottom: 0;
}
.inset .card-wrapper .group .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inset .card-wrapper .group .list .item-wrap {
  margin-bottom: 16px;
}
.inset .card-wrapper .group .list .item-wrap:last-child {
  margin-bottom: 0;
}
.inset .card-wrapper .group .animation-section-btn {
  margin-top: 16px;
}
.inset .card-wrapper .group .animation-section-btn .btn {
  margin-bottom: 0;
}
.inset .animation-section-title {
  color: #ffffff;
}
.inset .animation-section-subtitle {
  color: #808080;
}
.inset .list {
  color: #ffffff;
}
.inset .list,
.inset .item-wrap {
  color: #2c6e49;
}
.inset .animation-section-title,
.inset .animation-section-btn {
  color: #2c6e49;
}
.patternunit {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.patternunit .card-wrapper {
  box-shadow: 0 10px 25px -20px #6c7179;
  padding: 8px;
  background-color: #ffffff;
}
.patternunit .card-wrapper .topbox iframe {
  height: 640px;
  width: 100%;
}
@media (max-width: 1440px) {
  .patternunit .card-wrapper .topbox iframe {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .patternunit .card-wrapper .topbox iframe {
    height: 350px;
  }
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.formunit .navbar-dropdown {
  position: relative !important;
}
.formunit .navbar-dropdown {
  position: absolute !important;
}
.formunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.formunit .nav-link {
  position: relative;
}
.formunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .formunit .container {
    flex-wrap: nowrap;
  }
}
.formunit .navbar-caption {
  font-weight: 700;
}
.formunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .formunit .navbar {
    min-height: 80px;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .formunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .navbar .corewrapbox img {
  width: auto;
}
.formunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.formunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar-brand {
    min-height: 80px;
  }
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.formunit .navbar-brand .corewrapbox a {
  outline: none;
}
.formunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.formunit ul.boxlayer {
  flex-wrap: wrap;
}
.formunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit .navbar-dropdown {
  padding: 0 1rem;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.formunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .formunit .nav-item {
    width: 100%;
  }
}
.canvas {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("images/deep1.jpg");
}
.canvas .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .canvas .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .canvas .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .canvas .card-wrapper {
    padding: 4rem;
  }
}
.canvas .animation-text,
.canvas .animation-section-btn {
  text-align: center;
  color: #2c6e49;
}
.canvas .card-title {
  color: #2c6e49;
}
.interfacewrap {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.interfacewrap .animation-text {
  color: #2c6e49;
}
.clusterunit {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.clusterunit .row {
  border: 3px solid #f4a300;
  margin-top: -3px;
  border-radius: 5px;
}
.clusterunit .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .clusterunit .card {
    padding: 48px 20px;
  }
}
.clusterunit .card .flowbox .animation-section-title {
  margin-bottom: 0;
}
.clusterunit .animation-section-title {
  color: #2c6e49;
  text-align: center;
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.layoutunit .navbar-dropdown {
  position: relative !important;
}
.layoutunit .navbar-dropdown {
  position: absolute !important;
}
.layoutunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutunit .nav-link {
  position: relative;
}
.layoutunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .layoutunit .container {
    flex-wrap: nowrap;
  }
}
.layoutunit .navbar-caption {
  font-weight: 700;
}
.layoutunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.layoutunit .nav-item:focus,
.layoutunit .nav-link:focus {
  outline: none;
}
.layoutunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .layoutunit .navbar {
    min-height: 80px;
  }
  .layoutunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .layoutunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .layoutunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutunit .navbar .corewrapbox img {
  width: auto;
}
.layoutunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.layoutunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutunit .navbar-brand {
    min-height: 80px;
  }
}
.layoutunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutunit .navbar-brand .corewrapbox a {
  outline: none;
}
.layoutunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.layoutunit ul.boxlayer {
  flex-wrap: wrap;
}
.layoutunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.layoutunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutunit .navbar-dropdown {
  padding: 0 1rem;
}
.layoutunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutunit .navbar {
    height: 70px;
  }
  .layoutunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.layoutunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .layoutunit .nav-item {
    width: 100%;
  }
}
.pagebox {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("images/deep1.jpg");
}
.pagebox .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .pagebox .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagebox .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .pagebox .card-wrapper {
    padding: 4rem;
  }
}
.pagebox .animation-text,
.pagebox .animation-section-btn {
  text-align: center;
  color: #2c6e49;
}
.pagebox .card-title {
  color: #2c6e49;
}
.stepbox {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.stepbox .animation-text {
  color: #2c6e49;
}
.subbox {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.subbox .row {
  border: 3px solid #f4a300;
  margin-top: -3px;
  border-radius: 5px;
}
.subbox .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .subbox .card {
    padding: 48px 20px;
  }
}
.subbox .card .flowbox .animation-section-title {
  margin-bottom: 0;
}
.subbox .animation-section-title {
  color: #2c6e49;
  text-align: center;
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.nodetrack .navbar-dropdown {
  position: relative !important;
}
.nodetrack .navbar-dropdown {
  position: absolute !important;
}
.nodetrack .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nodetrack .nav-link {
  position: relative;
}
.nodetrack .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodetrack .container {
    flex-wrap: nowrap;
  }
}
.nodetrack .navbar-caption {
  font-weight: 700;
}
.nodetrack .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.nodetrack .nav-item:focus,
.nodetrack .nav-link:focus {
  outline: none;
}
.nodetrack .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .nodetrack .navbar {
    min-height: 80px;
  }
  .nodetrack .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodetrack .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .nodetrack .navbar ul.boxlayer li {
    margin: auto;
  }
  .nodetrack .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodetrack .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodetrack .navbar .corewrapbox img {
  width: auto;
}
.nodetrack .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.nodetrack .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodetrack .navbar-brand {
    min-height: 80px;
  }
}
.nodetrack .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nodetrack .navbar-brand .corewrapbox a {
  outline: none;
}
.nodetrack .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.nodetrack ul.boxlayer {
  flex-wrap: wrap;
}
.nodetrack .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.nodetrack button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.nodetrack button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodetrack button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodetrack button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodetrack button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodetrack button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodetrack .navbar-dropdown {
  padding: 0 1rem;
}
.nodetrack a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodetrack .navbar {
    height: 70px;
  }
  .nodetrack .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodetrack .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.nodetrack .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .nodetrack .nav-item {
    width: 100%;
  }
}
.holdwrap {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("images/deep1.jpg");
}
.holdwrap .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .holdwrap .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .holdwrap .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .holdwrap .card-wrapper {
    padding: 4rem;
  }
}
.holdwrap .animation-text,
.holdwrap .animation-section-btn {
  text-align: center;
  color: #2c6e49;
}
.holdwrap .card-title {
  color: #2c6e49;
}
.splitbox {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.splitbox .animation-text {
  color: #2c6e49;
}
.tilegrid {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.tilegrid .row {
  border: 3px solid #f4a300;
  margin-top: -3px;
  border-radius: 5px;
}
.tilegrid .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .tilegrid .card {
    padding: 48px 20px;
  }
}
.tilegrid .card .flowbox .animation-section-title {
  margin-bottom: 0;
}
.tilegrid .animation-section-title {
  color: #2c6e49;
  text-align: center;
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.sectioncore .navbar-dropdown {
  position: relative !important;
}
.sectioncore .navbar-dropdown {
  position: absolute !important;
}
.sectioncore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.sectioncore .nav-link {
  position: relative;
}
.sectioncore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .sectioncore .container {
    flex-wrap: nowrap;
  }
}
.sectioncore .navbar-caption {
  font-weight: 700;
}
.sectioncore .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.sectioncore .nav-item:focus,
.sectioncore .nav-link:focus {
  outline: none;
}
.sectioncore .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .sectioncore .navbar {
    min-height: 80px;
  }
  .sectioncore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectioncore .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .sectioncore .navbar ul.boxlayer li {
    margin: auto;
  }
  .sectioncore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sectioncore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectioncore .navbar .corewrapbox img {
  width: auto;
}
.sectioncore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.sectioncore .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .sectioncore .navbar-brand {
    min-height: 80px;
  }
}
.sectioncore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sectioncore .navbar-brand .corewrapbox a {
  outline: none;
}
.sectioncore .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.sectioncore ul.boxlayer {
  flex-wrap: wrap;
}
.sectioncore .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sectioncore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sectioncore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.sectioncore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sectioncore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sectioncore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sectioncore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sectioncore .navbar-dropdown {
  padding: 0 1rem;
}
.sectioncore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectioncore .navbar {
    height: 70px;
  }
  .sectioncore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectioncore .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.sectioncore .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .sectioncore .nav-item {
    width: 100%;
  }
}
.flexunit {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("images/deep1.jpg");
}
.flexunit .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .flexunit .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flexunit .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .flexunit .card-wrapper {
    padding: 4rem;
  }
}
.flexunit .animation-text,
.flexunit .animation-section-btn {
  text-align: center;
  color: #2c6e49;
}
.flexunit .card-title {
  color: #2c6e49;
}
.trackbox {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.trackbox .animation-text {
  color: #2c6e49;
}
.innerwrapunit {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.innerwrapunit .row {
  border: 3px solid #f4a300;
  margin-top: -3px;
  border-radius: 5px;
}
.innerwrapunit .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .innerwrapunit .card {
    padding: 48px 20px;
  }
}
.innerwrapunit .card .flowbox .animation-section-title {
  margin-bottom: 0;
}
.innerwrapunit .animation-section-title {
  color: #2c6e49;
  text-align: center;
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.formunit .navbar-dropdown {
  position: relative !important;
}
.formunit .navbar-dropdown {
  position: absolute !important;
}
.formunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.formunit .nav-link {
  position: relative;
}
.formunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .formunit .container {
    flex-wrap: nowrap;
  }
}
.formunit .navbar-caption {
  font-weight: 700;
}
.formunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .formunit .navbar {
    min-height: 80px;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .formunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .navbar .corewrapbox img {
  width: auto;
}
.formunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.formunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar-brand {
    min-height: 80px;
  }
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.formunit .navbar-brand .corewrapbox a {
  outline: none;
}
.formunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.formunit ul.boxlayer {
  flex-wrap: wrap;
}
.formunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit .navbar-dropdown {
  padding: 0 1rem;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.formunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .formunit .nav-item {
    width: 100%;
  }
}
.bodylayer {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .bodylayer .packwrap {
    padding: 1rem;
  }
}
.bodylayer img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.bodylayer img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.bodylayer .animation-text,
.bodylayer .animation-section-btn {
  color: #2c6e49;
  text-align: left;
}
.bodylayer .animation-section-title {
  color: #2c6e49;
  text-align: center;
}
.formgrid {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.formgrid .animation-text {
  color: #2c6e49;
}
.layoutbase {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .layoutbase .row {
    padding: 0 13px;
  }
}
.layoutbase .stackbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .layoutbase .stackbox .packwrap {
    margin-bottom: 50px;
  }
}
.layoutbase .stackbox .packwrap img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .layoutbase .stackbox .packwrap img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.layoutbase .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .layoutbase .text-wrapper {
    padding: 0;
  }
}
.layoutbase .text-wrapper .animation-text {
  margin-bottom: 0;
  opacity: .85;
}
.layoutbase .animation-text {
  color: #2c6e49;
}
.padsegment {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f8f1;
}
.padsegment .container {
  max-width: 1500px;
}
.padsegment .row {
  background: #ffffff;
}
.padsegment .img-col {
  padding: 0;
}
.padsegment .formwrap {
  padding: 4rem 8rem;
}
.padsegment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.padsegment h2 {
  padding: 0;
  margin: 0;
}
.padsegment .text-wrap {
  margin: auto;
}
.padsegment .animation-text {
  color: #2c6e49;
}
@media (max-width: 1200px) {
  .padsegment .row {
    margin: 2rem;
  }
  .padsegment .formwrap {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .padsegment .row {
    margin: 0rem;
  }
  .padsegment .formwrap {
    padding: 2rem 1rem;
  }
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.formunit .navbar-dropdown {
  position: relative !important;
}
.formunit .navbar-dropdown {
  position: absolute !important;
}
.formunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.formunit .nav-link {
  position: relative;
}
.formunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .formunit .container {
    flex-wrap: nowrap;
  }
}
.formunit .navbar-caption {
  font-weight: 700;
}
.formunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .formunit .navbar {
    min-height: 80px;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .formunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .navbar .corewrapbox img {
  width: auto;
}
.formunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.formunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar-brand {
    min-height: 80px;
  }
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.formunit .navbar-brand .corewrapbox a {
  outline: none;
}
.formunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.formunit ul.boxlayer {
  flex-wrap: wrap;
}
.formunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit .navbar-dropdown {
  padding: 0 1rem;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.formunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .formunit .nav-item {
    width: 100%;
  }
}
.docklayer {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #f1f8f1;
}
@media (max-width: 992px) {
  .docklayer .row {
    padding: 0 13px;
  }
}
.docklayer .packwrap {
  height: 100%;
}
.docklayer .packwrap img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .docklayer .packwrap img {
    height: 400px;
  }
}
.docklayer .spanlayer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .docklayer .spanlayer {
    margin-bottom: 100px;
  }
}
.docklayer .spanlayer .flowbox {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .docklayer .spanlayer .flowbox {
    padding: 0;
  }
}
.docklayer .spanlayer .flowbox .animation-section-title {
  margin-bottom: 0;
}
.docklayer .spanlayer .flowbox .animation-text {
  margin: 25px 0 0;
}
.docklayer .spanlayer .flowbox .animation-section-btn {
  margin: 40px 0 0;
}
.docklayer .spanlayer .flowbox .animation-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.docklayer .animation-section-title {
  color: #ffffff;
}
.docklayer .animation-text {
  color: #2c6e49;
}
.docklayer .animation-section-title,
.docklayer .animation-section-btn {
  color: #2c6e49;
  text-align: center;
}
.mount {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f1f8f1;
}
.mount .animation-text {
  color: #2c6e49;
}
.dockbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f1f8f1;
}
.dockbox .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .dockbox .container-fluid {
    padding: 0 20px;
  }
}
.dockbox .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .dockbox .container {
    padding: 0 20px;
  }
  .dockbox .container .row {
    padding: 0;
  }
}
.dockbox .flowbox {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .dockbox .flowbox {
    margin-bottom: 40px;
  }
}
.dockbox .flowbox .animation-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.dockbox .packwrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .dockbox .packwrap img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .dockbox .packwrap img {
    height: 300px;
  }
}
.dockbox .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .dockbox .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.dockbox .text-wrapper .animation-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .dockbox .text-wrapper .animation-text {
    margin-bottom: 20px;
  }
}
.dockbox .animation-section-title {
  color: #ffffff;
}
.dockbox .animation-text {
  color: #2c6e49;
}
.item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f8f1;
}
.item .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .item .container-fluid {
    padding: 0 12px;
  }
}
.item .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .item .container {
    padding: 0 20px;
  }
}
.item .card {
  padding: 0;
}
.item .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #f4a300;
  border-right: none;
}
@media (max-width: 992px) {
  .item .text-wrapper {
    padding: 50px 20px;
  }
}
.item .text-wrapper .animation-text {
  margin-bottom: 0;
}
.item .animation-section-title {
  color: #1d1d1d;
}
.item .animation-section-subtitle {
  color: #1d1d1d;
}
.item .animation-text {
  color: #2c6e49;
}
.holdbox {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f8f1;
}
.holdbox .container {
  max-width: 1500px;
}
.holdbox .row {
  background: #ffffff;
}
.holdbox .img-col {
  padding: 0;
}
.holdbox .formwrap {
  padding: 4rem 8rem;
}
.holdbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.holdbox h2 {
  padding: 0;
  margin: 0;
}
.holdbox .text-wrap {
  margin: auto;
}
.holdbox .animation-text {
  color: #2c6e49;
}
@media (max-width: 1200px) {
  .holdbox .row {
    margin: 2rem;
  }
  .holdbox .formwrap {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .holdbox .row {
    margin: 0rem;
  }
  .holdbox .formwrap {
    padding: 2rem 1rem;
  }
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.formunit .navbar-dropdown {
  position: relative !important;
}
.formunit .navbar-dropdown {
  position: absolute !important;
}
.formunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.formunit .nav-link {
  position: relative;
}
.formunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .formunit .container {
    flex-wrap: nowrap;
  }
}
.formunit .navbar-caption {
  font-weight: 700;
}
.formunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .formunit .navbar {
    min-height: 80px;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .formunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .navbar .corewrapbox img {
  width: auto;
}
.formunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.formunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar-brand {
    min-height: 80px;
  }
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.formunit .navbar-brand .corewrapbox a {
  outline: none;
}
.formunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.formunit ul.boxlayer {
  flex-wrap: wrap;
}
.formunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit .navbar-dropdown {
  padding: 0 1rem;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.formunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .formunit .nav-item {
    width: 100%;
  }
}
.layoutwrap {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .layoutwrap .container {
    max-width: 1400px;
  }
}
.layoutwrap img {
  width: 80%;
  height: auto;
  margin: auto;
}
.layoutwrap .content {
  margin: auto;
}
.layoutwrap .animation-text,
.layoutwrap .animation-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .layoutwrap img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .layoutwrap .img-col {
    padding-bottom: 2rem;
  }
}
.layoutwrap .animation-text {
  color: #2c6e49;
}
.framewrap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.framewrap .animation-text {
  color: #2c6e49;
}
.partlayer {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.partlayer .shiftbox {
  justify-content: space-between;
}
.partlayer .shiftbox .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .partlayer .flowbox {
    margin-bottom: 40px;
  }
}
.partlayer .flowbox .animation-section-title {
  margin-bottom: 0;
}
.partlayer .flowbox .animation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .partlayer .flowbox .animation-section-btn {
    margin-top: 10px;
  }
}
.partlayer .packwrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .partlayer .packwrap {
    justify-content: center;
  }
}
.partlayer .packwrap img {
  width: 346px;
  height: 346px;
  min-width: 346px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .partlayer .packwrap img {
    width: 300px;
    height: 300px;
    min-width: 300px;
  }
}
@media (max-width: 1200px) {
  .partlayer .packwrap img {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
}
.partlayer .animation-section-title {
  color: #ffffff;
}
.partlayer .animation-section-title,
.partlayer .animation-section-btn {
  color: #2c6e49;
}
.tailbox {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f8f1;
}
.tailbox .container {
  max-width: 1500px;
}
.tailbox .row {
  background: #ffffff;
}
.tailbox .img-col {
  padding: 0;
}
.tailbox .formwrap {
  padding: 4rem 8rem;
}
.tailbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tailbox h2 {
  padding: 0;
  margin: 0;
}
.tailbox .text-wrap {
  margin: auto;
}
.tailbox .animation-text {
  color: #2c6e49;
}
@media (max-width: 1200px) {
  .tailbox .row {
    margin: 2rem;
  }
  .tailbox .formwrap {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .tailbox .row {
    margin: 0rem;
  }
  .tailbox .formwrap {
    padding: 2rem 1rem;
  }
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}
.formunit .navbar-dropdown {
  position: relative !important;
}
.formunit .navbar-dropdown {
  position: absolute !important;
}
.formunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.formunit .nav-link {
  position: relative;
}
.formunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .formunit .container {
    flex-wrap: nowrap;
  }
}
.formunit .navbar-caption {
  font-weight: 700;
}
.formunit .boxlayer {
  margin-right: auto;
  margin-left: auto;
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #154c2d;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .formunit .navbar {
    min-height: 80px;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .corewrapbox img {
    height: 3rem !important;
  }
  .formunit .navbar ul.boxlayer li {
    margin: auto;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .navbar .corewrapbox img {
  width: auto;
}
.formunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.formunit .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar-brand {
    min-height: 80px;
  }
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.formunit .navbar-brand .corewrapbox a {
  outline: none;
}
.formunit .navbar-expand-lg .boxlayer .nav-link {
  padding: 0;
}
.formunit ul.boxlayer {
  flex-wrap: wrap;
}
.formunit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit .navbar-dropdown {
  padding: 0 1rem;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.formunit .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .formunit .nav-item {
    width: 100%;
  }
}
.shellunit {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0d331e;
}
.shellunit .row {
  justify-content: center;
}
.shellunit .row .card {
  justify-content: space-between;
}
.shellunit .group {
  margin-bottom: 20px;
}
.shellunit .group .contentbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .shellunit .group .contentbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .shellunit .group .contentbox {
    width: 100%;
  }
}
.shellunit .group .contentbox .packwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .group .contentbox .packwrap {
    margin-bottom: 20px;
  }
}
.shellunit .group .contentbox .packwrap img {
  height: 260px;
  object-fit: cover;
}
.shellunit .group .contentbox .flowbox .animation-section-title {
  margin-bottom: 0;
}
.shellunit .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .shellunit .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.shellunit .nav-wrapper .nav-wrap .animation-list-title {
  margin-bottom: 20px;
}
.shellunit .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:hover,
.shellunit .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f4a300;
}
.shellunit .animation-section-btn {
  margin-bottom: 20px;
}
.shellunit .animation-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .plate {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.shellunit .animation-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.shellunit .animation-section-title {
  color: #093388;
}
.shellunit .animation-list-title {
  color: #f4a300;
}
.shellunit .list {
  color: #58595b;
}
.shellunit .list,
.shellunit .item-wrap {
  color: #ffffff;
}
.shellunit .animation-section-title,
.shellunit .animation-section-btn,
.shellunit .group {
  color: #ffffff;
}


/* Base Cookie Banner */
.containbox {
  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;
}

.containbox.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.containbox p {
  margin: 0;
  font-size: 14px;
}

.containbox 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) {
  .containbox {
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    max-width: 480px;
    transform: translate(-50%, 20px);
    border-radius: 8px;
    gap: 12px;
  }

  .containbox.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) {
  .containbox {
    padding: 8px;
    gap: 8px;
    font-size: 12px;
  }

  .containbox img {
    width: 30px;
    height: 30px;
  }

  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    padding: 10px 0;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes verticalShake {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    75% {
        transform: translateY(-2px);
    }
}

.navbar-brand {
    animation: verticalShake 0.6s ease-in-out;
}
/* endlogoanimations */

/* cssform-start */

.ttc-form {
  padding: 0 !important;
  background: transparent;
}

.ttc-form .group {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 40, 120, 0.08);
  padding: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
  box-sizing: border-box;
}

.ttc-form #customForm {
  width: 100%;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
}

.ttc-form #customForm * {
  color: #1a1a1a;
  box-sizing: border-box;
}

.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #cfd7e6 !important;
  border-radius: 8px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  background: #f7f9ff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: all 0.25s ease;
}

.ttc-form #customForm textarea.form-control {
  min-height: 160px;
  resize: vertical;
  border-radius: 8px !important;
}

.ttc-form #customForm ::placeholder {
  color: #7b84a8;
}

.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #ffffff !important;
  border-color: #4d8bff !important;
  box-shadow: 0 0 0 3px rgba(77, 139, 255, 0.2) !important;
}

.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px !important;
  background: linear-gradient(90deg, #4d8bff, #699eff);
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ttc-form #customForm .btn:hover {
  background: linear-gradient(90deg, #3b7df0, #588fff);
  transform: translateY(-1px);
}

.ttc-form #customForm small {
  font-size: 12px;
  color: #7b84a8;
}

.ttc-form #customForm a {
  color: #4d8bff;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  border: 1px solid #cfd7e6;
  background: #f7f9ff;
  padding: 16px;
  border-radius: 8px !important;
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for="consent_processing"] label,
.ttc-form #customForm [data-for="consent_contact"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a1a;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
  word-break: normal;
}

.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_processing"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_contact"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.ttc-form #customForm .alert {
  border-radius: 8px !important;
  font-size: 14px;
  background: #d0f0d9;
  border: 1px solid #7fbf8c;
  color: #1f3a25;
}

@media (max-width: 767px) {
  .ttc-form { padding: 0 16px !important; }
  .ttc-form .group { padding: 24px 20px; margin: 16px auto 0; max-width: 100%; }
  .ttc-form #customForm .form-control { font-size: 15px; padding: 12px 14px; margin-bottom: 14px; }
  .ttc-form #customForm .btn { width: 100%; font-size: 16px; padding: 14px 20px; }
  .ttc-form #customForm [data-for="captcha"] > div,
  .ttc-form #customForm [data-for="consent_processing"] > div,
  .ttc-form #customForm [data-for="consent_contact"] > div { padding: 14px; }
  .ttc-form #customForm [data-for="captcha"] label,
  .ttc-form #customForm [data-for="consent_processing"] label,
  .ttc-form #customForm [data-for="consent_contact"] label { font-size: 14px; line-height: 1.5; }
}

@media (max-width: 420px) {
  .ttc-form .group { padding: 20px 15px; }
  .ttc-form #customForm [data-for="captcha"] label,
  .ttc-form #customForm [data-for="consent_processing"] label,
  .ttc-form #customForm [data-for="consent_contact"] label { font-size: 13px; line-height: 1.4; }
}
/* cssform-end */
.stack {
  padding:120px 0;
  background:#0f1724;
  text-align:center;
}

.stack h1 {
  font-size:120px;
  font-weight:700;
  color:#ffffff;
  margin-bottom:10px;
}

.stack h2 {
  font-size:36px;
  color:#ffffff;
  margin-bottom:20px;
}

.stack p {
  font-size:18px;
  color:#c6c6c6;
  max-width:640px;
  margin:0 auto 30px auto;
  line-height:1.6;
}

.stack .btn-primary {
  background:#0066cc;
  border-color:#0066cc;
  padding:12px 28px;
  font-size:16px;
  border-radius:4px;
}

.stack .btn-primary:hover {
  background:#004fa3;
  border-color:#004fa3;
}