@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-warning-rgb: 255, 193, 7;
  --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-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}
*,
*::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);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6, .h6, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.splitunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .splitunit {
    font-size: 5rem;
  }
}
.cellbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .cellbox {
    font-size: 4.5rem;
  }
}
.outline {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .outline {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .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-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.item {
  --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;
}
 .item .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 .item {
    flex-direction: row;
  }
  .navbar-expand-lg .item .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 > hr {
  margin-right: 0;
  margin-left: 0;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.splitlayer {
  --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);
}
.viewlayer {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
:root {
  --bs-btn-close-filter: ;
}
:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.d-flex {
  display: flex !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.w-100 {
  width: 100% !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.text-center {
  text-align: center !important;
}
.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-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .holdwrap {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .holdwrap img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .holdwrap.saturation-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .saturation-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
@charset "UTF-8";
@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="socicon-"], [class*=" socicon-"] {
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socicon-instagram:before {
  content: "\e044";
}
@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.saturation-iconfont:hover {
  text-decoration: none;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.saturation-section-title {
  font-style: normal;
  line-height: 1.3;
}
.saturation-section-subtitle {
  line-height: 1.3;
}
.framefield {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h6,
.splitunit,
.cellbox,
.outline,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
b,
strong {
  font-weight: bold;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
textarea[type=hidden] {
  display: none;
}
section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hidden {
  visibility: hidden;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.saturation-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}
.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
nav .saturation-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
.btn .saturation-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}
[type=submit] {
  -webkit-appearance: none;
}
.pathwrap .wrap {
  min-height: 100vh;
}
.pathwrap {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@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 .holdwrap 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 .item.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}
.nav-link .saturation-iconfont {
  margin-right: 0.5rem;
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}
.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.justify-content-center {
  -webkit-justify-content: center;
}
.card-wrapper {
  -webkit-flex: 1;
}
.form-group:focus {
  outline: none;
}
.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.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 .saturation-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;
}
.wrap {
  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;
}
.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.item {
  position: relative;
}
@font-face {
  font-family: 'editing2';
  font-display: swap;
  src:  url('fonts/iconography2.eot');
  src:  url('fonts/iconography2.eot') format('embedded-opentype'),
    url('fonts/iconography2.woff2') format('woff2'),
    url('fonts/iconography2.woff') format('woff'),
    url('fonts/iconography2.ttf') format('truetype'),
    url('fonts/iconography2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn {
  border-width: 2px;
}
body {
  font-family: Geist;
}
.splitunit {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.15;
}
.splitunit > .saturation-iconfont {
  font-size: 5rem;
}
.cellbox {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.15;
}
.cellbox > .saturation-iconfont {
  font-size: 3.125rem;
}
.outline {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.outline > .saturation-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.45;
}
.display-5 > .saturation-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .saturation-iconfont {
  font-size: 1.375rem;
}
@media (max-width: 992px) {
  .splitunit {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .splitunit {
    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))));
  }
  .cellbox {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .outline {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.45 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .splitunit {
    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))));
  }
  .cellbox {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .outline {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary .saturation-iconfont {
  background-color: #000000;
  color: #51c651;
}
.btn-primary,
.btn-primary:active {
  background-color: #64cc64 !important;
  border-color: #64cc64 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #51c651 !important;
  background-color: #51c651 !important;
  border-color: #51c651 !important;
  box-shadow: inset -500px 0 0 #000000;
  transition: all .8s ease;
}
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #51c651 !important;
  border-color: #51c651 !important;
}
.btn-success .saturation-iconfont {
  background-color: #ffffff;
  color: #102a24;
}
.btn-success,
.btn-success:active {
  background-color: #173d33 !important;
  border-color: #173d33 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus {
  color: #256252 !important;
  background-color: #256252 !important;
  border-color: #256252 !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #256252 !important;
  border-color: #256252 !important;
}
.btn-secondary-outline .saturation-iconfont {
  color: #000000;
  background-color: #64cc64;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #64cc64;
  color: #64cc64;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  color: #36a436 !important;
  background-color: transparent !important;
  border-color: #36a436 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .saturation-iconfont,
.btn-secondary-outline:focus .saturation-iconfont {
  color: #000000;
  background-color: #36a436;
}
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #64cc64 !important;
  border-color: #64cc64 !important;
}
.text-primary {
  color: #64cc64 !important;
}
.text-secondary {
  color: #64cc64 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #329832 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #329832 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.splitlayer {
  background-color: #70c770;
}
.viewlayer {
  background-color: #3fb03f;
}
.saturation-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #64cc64;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .saturation-iconfont {
  font-size: 1.25rem;
}
.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: #64cc64 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .saturation-iconfont {
  font-size: 1.25rem;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.saturation-section-btn .btn {
  font-weight: 500;
  padding: 0 30px;
  min-height: 48px;
}
.saturation-section-btn .btn .saturation-iconfont {
  margin-left: 16px;
  margin-right: -30px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.bandwrap,
.saturation-section-subtitle::before {
  border-radius: 24px !important;
}
.trunk {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.target .navbar-dropdown {
  position: relative !important;
}
.target .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .target .container {
    flex-wrap: nowrap;
  }
}
.target .flowsegment {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.target .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.target .nav-link {
  position: relative;
}
.target .nav-item:focus,
.target .nav-link:focus {
  outline: none;
}
.target .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
@media (min-width: 992px) {
  .target .navbar {
    min-height: 105px;
  }
}
.target .navbar .holdwrap img {
  width: auto;
}
.target .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .target .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .target .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .target .navbar .nav-item .nav-link::before {
    display: none;
  }
  .target .navbar .holdwrap img {
    height: 3rem !important;
  }
  .target .navbar ul.item li {
    margin: auto;
  }
  .target .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .target .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.target .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .target .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.target .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.target .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #64cc64;
}
.target .navbar-brand .navbar-caption:hover {
  color: #64cc64 !important;
}
.target .navbar-brand .holdwrap a {
  outline: none;
}
.target .navbar-expand-lg .item .nav-link {
  padding: 0;
}
.target ul.item {
  flex-wrap: wrap;
}
.target .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .target .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.target .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.target button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.target button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.target button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.target button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.target button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.target button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.target .navbar-dropdown {
  padding: 0 1rem;
}
.target a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .target .navbar {
    height: 60px;
  }
  .target .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .target .navbar {
    min-height: 105px;
  }
}
.topbox {
  background-image: url("images/black1.jpg");
}
.topbox .piece {
  padding: 50px 80px 0 0;
  padding: 50px 0 0 80px;
}
@media (max-width: 992px) {
  .topbox .piece {
    margin-bottom: 32px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .topbox .piece {
    padding: 0;
  }
}
.topbox .piece .saturation-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .topbox .piece .saturation-section-title {
    margin-bottom: 32px;
  }
}
.topbox .piece .saturation-section-btn {
  position: relative;
}
.topbox .piece .saturation-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #219721;
}
.topbox .piece .saturation-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .topbox .piece .saturation-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.topbox .wrapunitbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.topbox .wrapunitbox::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #219721;
}
@media (max-width: 992px) {
  .topbox .wrapunitbox::before {
    width: 250px;
    height: 250px;
  }
}
.topbox .wrapunitbox::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #64cc64;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .topbox .wrapunitbox::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .topbox .wrapunitbox::after {
    display: none;
  }
}
.topbox .wrapunitbox img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #173d33;
}
.topbox .wrapunitbox .image_1 {
  width: 250px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .topbox .wrapunitbox .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.topbox .wrapunitbox .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .topbox .wrapunitbox .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.topbox .saturation-section-title {
  color: #101511;
}
.topbox .framefield {
  color: #6e716f;
}
.topbox .saturation-section-title,
.topbox .saturation-section-btn {
  color: #ffffff;
  text-align: center;
}
.nodecore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.nodecore .row {
  justify-content: center;
  margin: 0 -24px;
}
.nodecore .row .card {
  padding: 0 24px;
}
.nodecore .card-wrapper {
  border: 3px solid #64cc64;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .nodecore .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .nodecore .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .nodecore .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.nodecore .card-wrapper .card-wrap .saturation-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nodecore .card-wrapper .card-wrap .saturation-section-title {
    margin-bottom: 30px;
  }
}
.nodecore .card-wrapper .card-wrap .framefield {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nodecore .card-wrapper .card-wrap .framefield {
    margin-bottom: 30px;
  }
}
.nodecore .wrapunitbox {
  height: 100%;
}
.nodecore .wrapunitbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .nodecore .wrapunitbox img {
    height: 350px;
  }
}
.nodecore .saturation-section-title {
  color: #cbff5b;
}
.nodecore .framefield {
  color: #ffffff;
  text-align: center;
}
.nodecore .saturation-section-title,
.nodecore .saturation-section-btn {
  text-align: center;
  color: #3fb03f;
}
.viewbox {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.viewbox .framefield {
  color: #ffffff;
}
.viewbox .my {
  margin-bottom: 0;
  margin-top: auto;
}
.viewbox h6 {
  background: #64cc64;
  display: inline;
}
.viewbox h6 {
  line-height: 1.3 !important;
}
.viewbox h6 span {
  padding-right: 2rem;
}
.viewbox .saturation-section-title,
.viewbox .align {
  color: #ffffff;
  text-align: center;
}
.viewbox .saturation-section-subtitle,
.viewbox .align {
  color: #ffffff;
  text-align: center;
}
.elementbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.elementbox .layout {
  justify-content: flex-end;
}
.elementbox .layout .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .elementbox .notch {
    margin-bottom: 32px;
  }
}
.elementbox .notch .saturation-section-title {
  margin-bottom: 24px;
}
.elementbox .notch .flowunit {
  margin-bottom: 16px;
}
.elementbox .notch .framefield {
  margin-bottom: 0;
}
.elementbox .notch .saturation-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .elementbox .notch .saturation-section-btn {
    margin-top: 16px;
  }
}
.elementbox .container {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .elementbox .container {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .elementbox .container {
    display: block;
    padding: 0;
  }
}
.elementbox .container .wrapunitbox {
  width: 100%;
}
@media (max-width: 992px) {
  .elementbox .container .wrapunitbox {
    margin-bottom: 16px;
  }
}
.elementbox .container .wrapunitbox img {
  height: 612px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .elementbox .container .wrapunitbox img {
    height: 350px;
  }
}
.elementbox .container .colunit {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .elementbox .container .colunit {
    position: static;
    width: auto;
  }
}
.elementbox .container .colunit img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .elementbox .container .colunit img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.elementbox .flowunit {
  color: #3fb03f;
  text-align: center;
}
.elementbox .saturation-section-title {
  color: #272b2e;
}
.elementbox .framefield,
.elementbox .text-wrapper {
  color: #272b2e;
}
.elementbox .framefield {
  color: #ffffff;
}
.elementbox .saturation-section-title,
.elementbox .saturation-section-btn {
  color: #ffffff;
  text-align: center;
}
.fieldnode {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.fieldnode .notch {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .fieldnode .notch {
    padding: 0;
  }
}
.fieldnode .notch .piece {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .fieldnode .notch .piece {
    margin-bottom: 48px;
  }
}
.fieldnode .notch .piece .saturation-section-title {
  margin-bottom: 24px;
}
.fieldnode .notch .piece .text-wrapper .framefield {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .fieldnode .notch .piece .text-wrapper .framefield {
    width: 100%;
  }
}
.fieldnode .notch .wrapunitbox {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .fieldnode .notch .wrapunitbox {
    margin-bottom: 38px;
  }
}
.fieldnode .notch .wrapunitbox img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .fieldnode .notch .wrapunitbox img {
    height: 250px;
  }
}
.fieldnode .saturation-section-title {
  color: #ffffff;
}
.fieldnode .framefield,
.fieldnode .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.fieldnode .saturation-section-title,
.fieldnode .saturation-section-btn {
  text-align: center;
}
.fieldwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.fieldwrap .row {
  position: relative;
}
.fieldwrap .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #3fb03f 50%, #173d33);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .fieldwrap .row .blur-circle {
    display: none;
  }
}
.fieldwrap .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .fieldwrap .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .fieldwrap .row {
    padding: 0 24px;
  }
}
.fieldwrap .title {
  display: flex;
  align-items: center;
}
.fieldwrap .piece {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .fieldwrap .piece {
    margin-bottom: 32px;
  }
}
.fieldwrap .piece .saturation-section-title {
  margin-bottom: 10px;
}
.fieldwrap .piece .saturation-section-title span {
  position: relative;
  z-index: 1;
}
.fieldwrap .piece .saturation-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #173d33;
  z-index: -1;
}
.fieldwrap .piece .framefield {
  margin-bottom: 0;
}
.fieldwrap .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #000000;
  z-index: 2;
}
.fieldwrap .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #219721;
  border-radius: 100%;
  margin-right: 16px;
}
.fieldwrap .card .card-number .mapwrap {
  margin-bottom: 0;
}
.fieldwrap .card .saturation-card-title {
  margin-bottom: 0;
  width: 80%;
}
.fieldwrap .saturation-section-title {
  color: #f4efe8;
}
.fieldwrap .framefield {
  color: #ffffff;
  text-align: left;
}
.fieldwrap .mapwrap {
  color: #111111;
}
.fieldwrap .saturation-card-title {
  color: #ffffff;
}
.fieldwrap .saturation-section-btn {
  margin-top: 20px;
}
.stagebox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.stagebox .stacklayer {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .stagebox .stacklayer {
    top: -150px;
    right: -350px;
  }
}
.stagebox .stacklayer::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  pointer-events: none;
}
.stagebox .stacklayer::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  transform: rotate(-45deg);
  pointer-events: none;
}
.stagebox .row {
  justify-content: center;
}
.stagebox .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.stagebox .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.stagebox .notch {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .notch {
    margin-bottom: 30px;
  }
}
.stagebox .notch .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .stagebox .notch .saturation-section-title {
    margin-bottom: 20px;
  }
}
.stagebox .notch .text-wrapper .framefield {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stagebox .notch .text-wrapper .framefield {
    width: 100%;
  }
}
.stagebox .notch .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .stagebox .notch .saturation-section-btn {
    margin-top: 20px;
  }
}
.stagebox .linewrap {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .linewrap {
    text-align: center;
    margin-bottom: 30px;
  }
}
.stagebox .linewrap .holder {
  display: inline-flex;
  flex-direction: column;
}
.stagebox .linewrap .holder .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.stagebox .linewrap .holder .soc-item a {
  display: block;
}
.stagebox .linewrap .holder .soc-item a:hover .saturation-iconfont,
.stagebox .linewrap .holder .soc-item a:focus .saturation-iconfont {
  background-color: #f1f5eb;
  color: #003800;
}
.stagebox .linewrap .holder .soc-item a .saturation-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #003800;
}
.stagebox .linewrap .holder .soc-item .strip {
  margin-bottom: 0;
}
.stagebox .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.stagebox .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #006100;
  pointer-events: none;
}
.stagebox .copy-wrapper .host {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.stagebox .saturation-section-title {
  color: #f1f5eb;
}
.stagebox .framefield,
.stagebox .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.stagebox .saturation-section-btn,
.stagebox .saturation-section-title {
  text-align: center;
}
.stagebox .strip {
  color: #f1f5eb;
}
.stagebox .host {
  color: #f1f5eb;
  text-align: center;
}
.stagebox .host,
.stagebox .copy-wrapper {
  color: #ffffff;
}
.target .navbar-dropdown {
  position: relative !important;
}
.target .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .target .container {
    flex-wrap: nowrap;
  }
}
.target .flowsegment {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.target .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.target .nav-link {
  position: relative;
}
.target .nav-item:focus,
.target .nav-link:focus {
  outline: none;
}
.target .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
@media (min-width: 992px) {
  .target .navbar {
    min-height: 105px;
  }
}
.target .navbar .holdwrap img {
  width: auto;
}
.target .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .target .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .target .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .target .navbar .nav-item .nav-link::before {
    display: none;
  }
  .target .navbar .holdwrap img {
    height: 3rem !important;
  }
  .target .navbar ul.item li {
    margin: auto;
  }
  .target .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .target .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.target .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .target .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.target .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.target .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #64cc64;
}
.target .navbar-brand .navbar-caption:hover {
  color: #64cc64 !important;
}
.target .navbar-brand .holdwrap a {
  outline: none;
}
.target .navbar-expand-lg .item .nav-link {
  padding: 0;
}
.target ul.item {
  flex-wrap: wrap;
}
.target .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .target .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.target .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.target button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.target button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.target button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.target button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.target button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.target button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.target .navbar-dropdown {
  padding: 0 1rem;
}
.target a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .target .navbar {
    height: 60px;
  }
  .target .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .target .navbar {
    min-height: 105px;
  }
}
.domunit {
  background-color: #000000;
  overflow: hidden;
}
.domunit::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #000000 10%, #000000 25%, #219721 100%);
  filter: blur(150px);
  pointer-events: none;
}
.domunit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.domunit .container {
  margin: 0 -30px;
}
.domunit .container .card {
  padding: 0 30px;
}
.domunit .piece {
  position: relative;
  z-index: 1;
}
.domunit .piece .stackunit .gridcell {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #173d33;
}
.domunit .piece .saturation-section-title {
  margin-bottom: 24px;
}
.domunit .piece .text-wrapper .framefield {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .domunit .piece .text-wrapper .framefield {
    width: 100%;
  }
}
.domunit .piece .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .domunit .piece .saturation-section-btn {
    margin-top: 10px;
  }
}
.domunit .wrapunitbox {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .domunit .wrapunitbox {
    padding: 20px;
    margin-top: 40px;
  }
}
.domunit .wrapunitbox .nodemodule {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #000000;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.domunit .wrapunitbox .colunit {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .domunit .wrapunitbox .colunit {
    min-height: auto;
    height: 300px;
  }
}
.domunit .wrapunitbox .colunit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.domunit .gridcell,
.domunit .stackunit {
  color: #ffffff;
  text-align: center;
}
.domunit .saturation-section-title {
  color: #ffffff;
}
.domunit .framefield,
.domunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.domunit .saturation-section-title,
.domunit .saturation-section-btn {
  text-align: center;
}
.gridcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.gridcore .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .gridcore .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .gridcore .container {
    padding: 0 12px;
  }
}
.gridcore .piece .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .gridcore .piece .saturation-section-title {
    margin-bottom: 24px;
  }
}
.gridcore .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #219721;
  box-shadow: 4px 4px #219721;
  background-color: #000000;
}
@media (max-width: 992px) {
  .gridcore .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.gridcore .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .gridcore .card-wrapper .card-wrap {
    display: block;
  }
}
.gridcore .card-wrapper .card-wrap .framefield {
  margin-bottom: 0;
}
.gridcore .saturation-section-title {
  color: #ffffff;
  text-align: center;
}
.gridcore .saturation-section-subtitle {
  color: #222222;
}
.gridcore .framefield {
  color: #ffffff;
}
.gridcore .list {
  color: #222222;
}
.wrapunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.wrapunit .row {
  margin: 0 -15px;
}
.wrapunit .row .card {
  padding: 0 15px;
}
.wrapunit .piece .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .wrapunit .piece .saturation-section-title {
    margin-bottom: 20px;
  }
}
.wrapunit .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .wrapunit .layout {
    display: block;
  }
}
@media (max-width: 992px) {
  .wrapunit .layout .item {
    margin-bottom: 20px;
  }
}
.wrapunit .layout .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #006100;
}
@media (max-width: 992px) {
  .wrapunit .layout .item .item-wrapper {
    padding: 20px;
  }
}
.wrapunit .layout .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .wrapunit .layout .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.wrapunit .layout .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .wrapunit .layout .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.wrapunit .layout .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .wrapunit .layout .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.wrapunit .layout .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.wrapunit .layout .item .item-wrapper .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .wrapunit .layout .item .item-wrapper .saturation-section-btn {
    margin-top: 20px;
  }
}
.wrapunit .layout .item .item-wrapper .saturation-section-btn .btn {
  margin-bottom: 0;
}
.wrapunit .saturation-section-title {
  color: #fefff5;
  text-align: left;
}
.wrapunit .item-title {
  color: #fefff5;
}
.wrapunit .item-text {
  color: #fefff5;
}
.wrapunit .item-title {
  text-align: center;
}
.domcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.domcore .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .domcore .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .domcore .container {
    padding: 0 12px;
  }
}
.domcore .piece .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .domcore .piece .saturation-section-title {
    margin-bottom: 24px;
  }
}
.domcore .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #219721;
  box-shadow: 4px 4px #219721;
  background-color: #000000;
}
@media (max-width: 992px) {
  .domcore .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.domcore .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .domcore .card-wrapper .card-wrap {
    display: block;
  }
}
.domcore .card-wrapper .card-wrap .framefield {
  margin-bottom: 0;
}
.domcore .saturation-section-title {
  color: #ffffff;
  text-align: center;
}
.domcore .saturation-section-subtitle {
  color: #222222;
}
.domcore .framefield {
  color: #ffffff;
}
.domcore .list {
  color: #222222;
}
.grip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #003800 0%, #000000 100%);
}
@media (max-width: 992px) {
  .grip {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #003800 0%, #000000 110%);
  }
}
.grip .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .grip .notch {
    margin-bottom: 32px;
  }
}
.grip .notch .gridcell {
  margin-bottom: 32px;
}
.grip .notch .piece {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .grip .notch .piece {
    margin-bottom: 24px;
  }
}
.grip .notch .piece .saturation-section-title {
  margin-bottom: 0;
}
.grip .notch .piece .saturation-section-subtitle {
  margin-bottom: 0;
}
.grip .notch .text-wrapper .framefield {
  margin-bottom: 0;
}
.grip .notch .saturation-section-btn {
  margin-top: 24px;
}
.grip .wrapunitbox {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .grip .wrapunitbox {
    padding-left: 0;
  }
}
.grip .wrapunitbox img {
  height: 640px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .grip .wrapunitbox img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .grip .wrapunitbox img {
    height: 350px;
  }
}
.grip .gridcell {
  color: #3fb03f;
  text-align: center;
}
.grip .saturation-section-title {
  color: #ffffff;
  text-align: center;
}
.grip .saturation-section-subtitle {
  color: #ffffff;
}
.grip .framefield,
.grip .text-wrapper {
  color: #666666;
}
.grip .framefield,
.grip .text-wrapper,
.grip .saturation-section-btn {
  color: #ffffff;
}
.stagebox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.stagebox .stacklayer {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .stagebox .stacklayer {
    top: -150px;
    right: -350px;
  }
}
.stagebox .stacklayer::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  pointer-events: none;
}
.stagebox .stacklayer::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  transform: rotate(-45deg);
  pointer-events: none;
}
.stagebox .row {
  justify-content: center;
}
.stagebox .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.stagebox .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.stagebox .notch {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .notch {
    margin-bottom: 30px;
  }
}
.stagebox .notch .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .stagebox .notch .saturation-section-title {
    margin-bottom: 20px;
  }
}
.stagebox .notch .text-wrapper .framefield {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stagebox .notch .text-wrapper .framefield {
    width: 100%;
  }
}
.stagebox .notch .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .stagebox .notch .saturation-section-btn {
    margin-top: 20px;
  }
}
.stagebox .linewrap {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .linewrap {
    text-align: center;
    margin-bottom: 30px;
  }
}
.stagebox .linewrap .holder {
  display: inline-flex;
  flex-direction: column;
}
.stagebox .linewrap .holder .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.stagebox .linewrap .holder .soc-item a {
  display: block;
}
.stagebox .linewrap .holder .soc-item a:hover .saturation-iconfont,
.stagebox .linewrap .holder .soc-item a:focus .saturation-iconfont {
  background-color: #f1f5eb;
  color: #003800;
}
.stagebox .linewrap .holder .soc-item a .saturation-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #003800;
}
.stagebox .linewrap .holder .soc-item .strip {
  margin-bottom: 0;
}
.stagebox .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.stagebox .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #006100;
  pointer-events: none;
}
.stagebox .copy-wrapper .host {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.stagebox .saturation-section-title {
  color: #f1f5eb;
}
.stagebox .framefield,
.stagebox .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.stagebox .saturation-section-btn,
.stagebox .saturation-section-title {
  text-align: center;
}
.stagebox .strip {
  color: #f1f5eb;
}
.stagebox .host {
  color: #f1f5eb;
  text-align: center;
}
.stagebox .host,
.stagebox .copy-wrapper {
  color: #ffffff;
}
.target .navbar-dropdown {
  position: relative !important;
}
.target .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .target .container {
    flex-wrap: nowrap;
  }
}
.target .flowsegment {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.target .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.target .nav-link {
  position: relative;
}
.target .nav-item:focus,
.target .nav-link:focus {
  outline: none;
}
.target .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
@media (min-width: 992px) {
  .target .navbar {
    min-height: 105px;
  }
}
.target .navbar .holdwrap img {
  width: auto;
}
.target .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .target .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .target .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .target .navbar .nav-item .nav-link::before {
    display: none;
  }
  .target .navbar .holdwrap img {
    height: 3rem !important;
  }
  .target .navbar ul.item li {
    margin: auto;
  }
  .target .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .target .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.target .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .target .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.target .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.target .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #64cc64;
}
.target .navbar-brand .navbar-caption:hover {
  color: #64cc64 !important;
}
.target .navbar-brand .holdwrap a {
  outline: none;
}
.target .navbar-expand-lg .item .nav-link {
  padding: 0;
}
.target ul.item {
  flex-wrap: wrap;
}
.target .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .target .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.target .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.target button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.target button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.target button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.target button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.target button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.target button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.target .navbar-dropdown {
  padding: 0 1rem;
}
.target a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .target .navbar {
    height: 60px;
  }
  .target .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .target .navbar {
    min-height: 105px;
  }
}
.nodemapunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.nodemapunit .notch {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .nodemapunit .notch {
    padding: 30px 20px;
  }
}
.nodemapunit .notch .colunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nodemapunit .notch .colunit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nodemapunit .notch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #000000 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.nodemapunit .notch .container {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .nodemapunit .notch .container {
    width: 100%;
  }
}
.nodemapunit .notch .container .desc-wrapper .flowunit {
  display: inline-block;
  background-color: #173d33;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.nodemapunit .notch .container .saturation-section-title {
  margin-bottom: 32px;
}
.nodemapunit .notch .container .framefield {
  margin-bottom: 0;
}
.nodemapunit .notch .container .saturation-section-btn {
  margin-top: 64px;
}
.nodemapunit .notch .container .saturation-section-btn .btn {
  margin-bottom: 0;
}
.nodemapunit .saturation-section-title {
  color: #404349;
}
.nodemapunit .framefield {
  color: #ffffff;
}
.nodemapunit .flowunit {
  color: #b19a7c;
}
.nodemapunit .flowunit,
.nodemapunit .desc-wrapper {
  color: #ffffff;
}
.nodemapunit .saturation-section-title,
.nodemapunit .saturation-section-btn {
  color: #ffffff;
}
.fold {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.fold .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .fold .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .fold .container {
    padding: 0 30px;
  }
}
.fold .row {
  justify-content: center;
}
.fold .piece {
  margin: 0 12%;
  border-bottom: 1px solid #3fb03f;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .fold .piece {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .fold .piece {
    margin: 0;
  }
}
.fold .piece .saturation-section-subtitle {
  margin-bottom: 30px;
}
.fold .piece .saturation-section-title {
  margin-bottom: 50px;
}
.fold .text-wrapper .framefield {
  margin-bottom: 16px;
}
.fold .saturation-section-subtitle {
  color: #3fb03f;
  text-align: center;
}
.fold .saturation-section-title {
  color: #f1f4e9;
  text-align: center;
}
.fold .framefield {
  color: #f1f4e9;
}
.dockwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dockwrap .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .dockwrap .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .dockwrap .container {
    padding: 0 26px;
  }
}
.dockwrap .row {
  margin: 0;
}
@media (max-width: 992px) {
  .dockwrap .row {
    margin: 0 -12px;
  }
}
.dockwrap .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.dockwrap .card:first-child {
  border-right: 1px solid #3fb03f;
}
@media (max-width: 992px) {
  .dockwrap .card:first-child {
    border: none;
  }
}
.dockwrap .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #3fb03f;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .dockwrap .card:first-child::before {
    display: none;
  }
}
.dockwrap .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .dockwrap .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .dockwrap .card {
    padding: 0 12px;
  }
}
.dockwrap .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .dockwrap .card:last-child {
    padding: 0 12px;
  }
}
.dockwrap .card:first-child {
  border-right: none;
  border-left: 1px solid #3fb03f;
}
@media (max-width: 992px) {
  .dockwrap .card:first-child {
    border: none;
  }
}
.dockwrap .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .dockwrap .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .dockwrap .card {
    padding: 0 12px;
  }
}
.dockwrap .wrapunitbox {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .dockwrap .wrapunitbox {
    padding: 0 0 40px 0;
  }
}
.dockwrap .wrapunitbox img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .dockwrap .wrapunitbox img {
    height: 300px;
  }
}
.dockwrap .piece .unitband {
  padding: 40px;
}
@media (max-width: 992px) {
  .dockwrap .piece .unitband {
    padding: 0;
  }
}
.dockwrap .piece .unitband .saturation-section-title {
  margin-bottom: 18px;
}
.dockwrap .piece .unitband .framefield {
  margin-bottom: 0;
}
.dockwrap .saturation-section-title {
  color: #ffffff;
  text-align: center;
}
.dockwrap .framefield {
  color: #ffffff;
  text-align: center;
}
.containerwrap {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.containerwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .containerwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .containerwrap .container {
    padding: 0 30px;
  }
}
.containerwrap .row {
  justify-content: center;
}
.containerwrap .piece {
  margin: 0 12%;
  border-bottom: 1px solid #3fb03f;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .containerwrap .piece {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .containerwrap .piece {
    margin: 0;
  }
}
.containerwrap .piece .saturation-section-subtitle {
  margin-bottom: 30px;
}
.containerwrap .piece .saturation-section-title {
  margin-bottom: 50px;
}
.containerwrap .text-wrapper .framefield {
  margin-bottom: 16px;
}
.containerwrap .saturation-section-subtitle {
  color: #3fb03f;
  text-align: center;
}
.containerwrap .saturation-section-title {
  color: #f1f4e9;
  text-align: center;
}
.containerwrap .framefield {
  color: #f1f4e9;
  text-align: center;
}
.contentunit {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .contentunit .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .contentunit .container {
    padding: 0 12px;
  }
}
.contentunit .piece .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .contentunit .piece .saturation-section-title {
    margin-bottom: 24px;
  }
}
.contentunit .row.card-wrapper {
  padding: 80px;
  border: 3px solid #3fb03f;
  box-shadow: 4px 4px #3fb03f;
  background-color: #000000;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .contentunit .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.contentunit .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.contentunit .row.card-wrapper .card .wrapunitbox img {
  width: 392px;
  height: 392px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .contentunit .row.card-wrapper .card .wrapunitbox img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .contentunit .row.card-wrapper .card .wrapunitbox img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.contentunit .row.card-wrapper .card .text-wrapper .saturation-section-subtitle {
  margin-bottom: 20px;
}
.contentunit .row.card-wrapper .card .text-wrapper .framefield {
  margin-bottom: 20px;
}
.contentunit .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contentunit .saturation-section-title {
  color: #ffffff;
  text-align: center;
}
.contentunit .saturation-section-subtitle {
  color: #3fb03f;
}
.contentunit .framefield {
  color: #ffffff;
}
.contentunit .list {
  color: #222222;
}
.stagebox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.stagebox .stacklayer {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .stagebox .stacklayer {
    top: -150px;
    right: -350px;
  }
}
.stagebox .stacklayer::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  pointer-events: none;
}
.stagebox .stacklayer::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  transform: rotate(-45deg);
  pointer-events: none;
}
.stagebox .row {
  justify-content: center;
}
.stagebox .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.stagebox .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.stagebox .notch {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .notch {
    margin-bottom: 30px;
  }
}
.stagebox .notch .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .stagebox .notch .saturation-section-title {
    margin-bottom: 20px;
  }
}
.stagebox .notch .text-wrapper .framefield {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stagebox .notch .text-wrapper .framefield {
    width: 100%;
  }
}
.stagebox .notch .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .stagebox .notch .saturation-section-btn {
    margin-top: 20px;
  }
}
.stagebox .linewrap {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .linewrap {
    text-align: center;
    margin-bottom: 30px;
  }
}
.stagebox .linewrap .holder {
  display: inline-flex;
  flex-direction: column;
}
.stagebox .linewrap .holder .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.stagebox .linewrap .holder .soc-item a {
  display: block;
}
.stagebox .linewrap .holder .soc-item a:hover .saturation-iconfont,
.stagebox .linewrap .holder .soc-item a:focus .saturation-iconfont {
  background-color: #f1f5eb;
  color: #003800;
}
.stagebox .linewrap .holder .soc-item a .saturation-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #003800;
}
.stagebox .linewrap .holder .soc-item .strip {
  margin-bottom: 0;
}
.stagebox .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.stagebox .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #006100;
  pointer-events: none;
}
.stagebox .copy-wrapper .host {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.stagebox .saturation-section-title {
  color: #f1f5eb;
}
.stagebox .framefield,
.stagebox .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.stagebox .saturation-section-btn,
.stagebox .saturation-section-title {
  text-align: center;
}
.stagebox .strip {
  color: #f1f5eb;
}
.stagebox .host {
  color: #f1f5eb;
  text-align: center;
}
.stagebox .host,
.stagebox .copy-wrapper {
  color: #ffffff;
}
.target .navbar-dropdown {
  position: relative !important;
}
.target .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .target .container {
    flex-wrap: nowrap;
  }
}
.target .flowsegment {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.target .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.target .nav-link {
  position: relative;
}
.target .nav-item:focus,
.target .nav-link:focus {
  outline: none;
}
.target .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
@media (min-width: 992px) {
  .target .navbar {
    min-height: 105px;
  }
}
.target .navbar .holdwrap img {
  width: auto;
}
.target .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .target .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .target .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .target .navbar .nav-item .nav-link::before {
    display: none;
  }
  .target .navbar .holdwrap img {
    height: 3rem !important;
  }
  .target .navbar ul.item li {
    margin: auto;
  }
  .target .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .target .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.target .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .target .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.target .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.target .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #64cc64;
}
.target .navbar-brand .navbar-caption:hover {
  color: #64cc64 !important;
}
.target .navbar-brand .holdwrap a {
  outline: none;
}
.target .navbar-expand-lg .item .nav-link {
  padding: 0;
}
.target ul.item {
  flex-wrap: wrap;
}
.target .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .target .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.target .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.target button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.target button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.target button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.target button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.target button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.target button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.target .navbar-dropdown {
  padding: 0 1rem;
}
.target a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .target .navbar {
    height: 60px;
  }
  .target .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .target .navbar {
    min-height: 105px;
  }
}
.bandunit {
  background-image: url("images/wide1.jpg");
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.bandunit .tilegrid {
  position: absolute;
  bottom: 20%;
  width: 105%;
  height: 135%;
  border-radius: 100%;
  background-color: #000000;
  filter: blur(2rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .bandunit .tilegrid {
    width: 150%;
  }
}
@media (max-width: 758px) {
  .bandunit .tilegrid {
    width: 250%;
  }
}
.bandunit .notch {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .bandunit .notch {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .bandunit .notch {
    width: 100%;
  }
}
.bandunit .notch .stackunit {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .bandunit .notch .stackunit {
    margin-bottom: 28px;
  }
}
.bandunit .notch .stackunit .gridcell {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #3fb03f, #aafc75 50%, #006100);
}
.bandunit .notch .saturation-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bandunit .notch .saturation-section-title {
    margin-bottom: 18px;
  }
}
.bandunit .notch .framefield {
  margin-bottom: 0;
}
.bandunit .notch .saturation-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .bandunit .notch .saturation-section-btn {
    margin-top: 18px;
  }
}
.bandunit .gridcell,
.bandunit .stackunit {
  color: #ffffff;
  text-align: center;
}
.bandunit .saturation-section-title {
  color: #ffffff;
}
.bandunit .framefield {
  color: #ffffff;
  text-align: center;
}
.bandunit .saturation-section-title,
.bandunit .saturation-section-btn {
  text-align: center;
}
.flowbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.flowbox .piece {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .flowbox .piece {
    position: static;
    margin-bottom: 40px;
  }
}
.flowbox .piece .gridcell {
  margin-bottom: 20px;
}
.flowbox .piece .saturation-section-title {
  margin-bottom: 20px;
}
.flowbox .piece .text-wrapper .framefield {
  margin-bottom: 0;
}
.flowbox .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #3fb03f;
  overflow: hidden;
}
@media (max-width: 992px) {
  .flowbox .card-wrapper {
    padding: 80px 8px 0;
  }
}
.flowbox .card-wrapper .wrapunitbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flowbox .saturation-section-title {
  color: #ffffff;
}
.flowbox .framefield,
.flowbox .text-wrapper {
  color: #ffffff;
}
.flowbox label {
  color: #6c7179;
}
.flexunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.flexunit .row {
  position: relative;
}
.flexunit .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #3fb03f 50%, #173d33);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .flexunit .row .blur-circle {
    display: none;
  }
}
.flexunit .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .flexunit .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .flexunit .row {
    padding: 0 24px;
  }
}
.flexunit .title {
  display: flex;
  align-items: center;
}
.flexunit .piece {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .flexunit .piece {
    margin-bottom: 32px;
  }
}
.flexunit .piece .saturation-section-title {
  margin-bottom: 10px;
}
.flexunit .piece .saturation-section-title span {
  position: relative;
  z-index: 1;
}
.flexunit .piece .saturation-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #173d33;
  z-index: -1;
}
.flexunit .piece .framefield {
  margin-bottom: 0;
}
.flexunit .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #000000;
  z-index: 2;
}
.flexunit .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #219721;
  border-radius: 100%;
  margin-right: 16px;
}
.flexunit .card .card-number .mapwrap {
  margin-bottom: 0;
}
.flexunit .card .saturation-card-title {
  margin-bottom: 0;
  width: 80%;
}
.flexunit .saturation-section-title {
  color: #f4efe8;
}
.flexunit .framefield {
  color: #ffffff;
  text-align: left;
}
.flexunit .mapwrap {
  color: #111111;
}
.flexunit .saturation-card-title {
  color: #ffffff;
}
.flexunit .saturation-section-btn {
  margin-top: 20px;
}
.cellunitwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cellunitwrap .row {
  justify-content: space-between;
}
.cellunitwrap .piece .stackunit .gridcell {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #3fb03f;
}
@media (max-width: 992px) {
  .cellunitwrap .piece .saturation-section-title {
    margin-bottom: 20px;
  }
}
.cellunitwrap .notch .flowunit {
  margin-bottom: 20px;
}
.cellunitwrap .notch .framefield {
  margin-bottom: 0;
}
.cellunitwrap .notch .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cellunitwrap .notch .saturation-section-btn {
    margin-top: 20px;
  }
}
.cellunitwrap .gridcell {
  color: #000000;
}
.cellunitwrap .saturation-section-title {
  color: #ffffff;
}
.cellunitwrap .flowunit {
  color: #3fb03f;
}
.cellunitwrap .framefield {
  color: #8a8a8a;
}
.cellunitwrap .framefield,
.cellunitwrap .saturation-section-btn {
  color: #ffffff;
}
.cellunitwrap .gridcell,
.cellunitwrap .stackunit {
  color: #3fb03f;
}
.stagebox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.stagebox .stacklayer {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .stagebox .stacklayer {
    top: -150px;
    right: -350px;
  }
}
.stagebox .stacklayer::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  pointer-events: none;
}
.stagebox .stacklayer::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  transform: rotate(-45deg);
  pointer-events: none;
}
.stagebox .row {
  justify-content: center;
}
.stagebox .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.stagebox .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.stagebox .notch {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .notch {
    margin-bottom: 30px;
  }
}
.stagebox .notch .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .stagebox .notch .saturation-section-title {
    margin-bottom: 20px;
  }
}
.stagebox .notch .text-wrapper .framefield {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stagebox .notch .text-wrapper .framefield {
    width: 100%;
  }
}
.stagebox .notch .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .stagebox .notch .saturation-section-btn {
    margin-top: 20px;
  }
}
.stagebox .linewrap {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .linewrap {
    text-align: center;
    margin-bottom: 30px;
  }
}
.stagebox .linewrap .holder {
  display: inline-flex;
  flex-direction: column;
}
.stagebox .linewrap .holder .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.stagebox .linewrap .holder .soc-item a {
  display: block;
}
.stagebox .linewrap .holder .soc-item a:hover .saturation-iconfont,
.stagebox .linewrap .holder .soc-item a:focus .saturation-iconfont {
  background-color: #f1f5eb;
  color: #003800;
}
.stagebox .linewrap .holder .soc-item a .saturation-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #003800;
}
.stagebox .linewrap .holder .soc-item .strip {
  margin-bottom: 0;
}
.stagebox .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.stagebox .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #006100;
  pointer-events: none;
}
.stagebox .copy-wrapper .host {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.stagebox .saturation-section-title {
  color: #f1f5eb;
}
.stagebox .framefield,
.stagebox .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.stagebox .saturation-section-btn,
.stagebox .saturation-section-title {
  text-align: center;
}
.stagebox .strip {
  color: #f1f5eb;
}
.stagebox .host {
  color: #f1f5eb;
  text-align: center;
}
.stagebox .host,
.stagebox .copy-wrapper {
  color: #ffffff;
}
.target .navbar-dropdown {
  position: relative !important;
}
.target .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .target .container {
    flex-wrap: nowrap;
  }
}
.target .flowsegment {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.target .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.target .nav-link {
  position: relative;
}
.target .nav-item:focus,
.target .nav-link:focus {
  outline: none;
}
.target .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
@media (min-width: 992px) {
  .target .navbar {
    min-height: 105px;
  }
}
.target .navbar .holdwrap img {
  width: auto;
}
.target .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .target .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .target .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .target .navbar .nav-item .nav-link::before {
    display: none;
  }
  .target .navbar .holdwrap img {
    height: 3rem !important;
  }
  .target .navbar ul.item li {
    margin: auto;
  }
  .target .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .target .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.target .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .target .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.target .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.target .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #64cc64;
}
.target .navbar-brand .navbar-caption:hover {
  color: #64cc64 !important;
}
.target .navbar-brand .holdwrap a {
  outline: none;
}
.target .navbar-expand-lg .item .nav-link {
  padding: 0;
}
.target ul.item {
  flex-wrap: wrap;
}
.target .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .target .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.target .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.target button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.target button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.target button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.target button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.target button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.target button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.target .navbar-dropdown {
  padding: 0 1rem;
}
.target a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .target .navbar {
    height: 60px;
  }
  .target .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .target .navbar {
    min-height: 105px;
  }
}
.cellunit {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #000000;
}
.cellunit .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cellunit .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cellunit .container {
    padding: 0 24px;
  }
}
.cellunit .notch {
  position: relative;
  z-index: 1;
}
.cellunit .notch .saturation-section-subtitle {
  margin-bottom: 20px;
}
.cellunit .notch .saturation-section-title {
  margin-bottom: 32px;
}
.cellunit .notch .flowunit {
  margin-bottom: 56px;
}
.cellunit .notch .framefield {
  margin-bottom: 0;
}
.cellunit .notch .saturation-section-btn {
  margin-top: 20px;
}
.cellunit .notch .saturation-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cellunit .notch .saturation-section-btn .btn:hover,
.cellunit .notch .saturation-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cellunit .stacklayer {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cellunit .stacklayer .modwrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cellunit .stacklayer .decor_1 {
  background-color: #003800;
}
.cellunit .stacklayer .decor_2 {
  background-color: #006100;
}
.cellunit .stacklayer .decor_3 {
  background-color: #003800;
}
.cellunit .stacklayer .decor_4 {
  background-color: #006100;
}
.cellunit .saturation-section-title {
  color: #141414;
}
.cellunit .saturation-section-subtitle {
  color: #141414;
  text-align: center;
}
.cellunit .flowunit {
  color: #3fb03f;
  text-align: center;
}
.cellunit .framefield {
  color: #ffffff;
  text-align: center;
}
.cellunit .saturation-section-title,
.cellunit .saturation-section-btn {
  text-align: center;
  color: #ffffff;
}
.layoutbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.layoutbox .right {
  display: flex;
  flex-direction: column;
}
.layoutbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.layoutbox .row {
  justify-content: center;
}
.layoutbox ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.layoutbox li {
  margin-bottom: 16px;
}
.layoutbox li:last-child {
  margin-bottom: 0;
}
.layoutbox a:hover,
.layoutbox a:focus {
  color: #3f69ff !important;
}
.layoutbox .list {
  color: #ffffff;
}
.stagebox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.stagebox .stacklayer {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .stagebox .stacklayer {
    top: -150px;
    right: -350px;
  }
}
.stagebox .stacklayer::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  pointer-events: none;
}
.stagebox .stacklayer::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  transform: rotate(-45deg);
  pointer-events: none;
}
.stagebox .row {
  justify-content: center;
}
.stagebox .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.stagebox .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.stagebox .notch {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .notch {
    margin-bottom: 30px;
  }
}
.stagebox .notch .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .stagebox .notch .saturation-section-title {
    margin-bottom: 20px;
  }
}
.stagebox .notch .text-wrapper .framefield {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stagebox .notch .text-wrapper .framefield {
    width: 100%;
  }
}
.stagebox .notch .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .stagebox .notch .saturation-section-btn {
    margin-top: 20px;
  }
}
.stagebox .linewrap {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stagebox .linewrap {
    text-align: center;
    margin-bottom: 30px;
  }
}
.stagebox .linewrap .holder {
  display: inline-flex;
  flex-direction: column;
}
.stagebox .linewrap .holder .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.stagebox .linewrap .holder .soc-item a {
  display: block;
}
.stagebox .linewrap .holder .soc-item a:hover .saturation-iconfont,
.stagebox .linewrap .holder .soc-item a:focus .saturation-iconfont {
  background-color: #f1f5eb;
  color: #003800;
}
.stagebox .linewrap .holder .soc-item a .saturation-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #003800;
}
.stagebox .linewrap .holder .soc-item .strip {
  margin-bottom: 0;
}
.stagebox .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.stagebox .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #006100;
  pointer-events: none;
}
.stagebox .copy-wrapper .host {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.stagebox .saturation-section-title {
  color: #f1f5eb;
}
.stagebox .framefield,
.stagebox .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.stagebox .saturation-section-btn,
.stagebox .saturation-section-title {
  text-align: center;
}
.stagebox .strip {
  color: #f1f5eb;
}
.stagebox .host {
  color: #f1f5eb;
  text-align: center;
}
.stagebox .host,
.stagebox .copy-wrapper {
  color: #ffffff;
}
.layerbox .navbar-dropdown {
  position: relative !important;
}
.layerbox .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .layerbox .container {
    flex-wrap: nowrap;
  }
}
.layerbox .flowsegment {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.layerbox .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.layerbox .nav-link {
  position: relative;
}
.layerbox .nav-item:focus,
.layerbox .nav-link:focus {
  outline: none;
}
.layerbox .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
@media (min-width: 992px) {
  .layerbox .navbar {
    min-height: 105px;
  }
}
.layerbox .navbar .holdwrap img {
  width: auto;
}
.layerbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .layerbox .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .layerbox .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .layerbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layerbox .navbar .holdwrap img {
    height: 3rem !important;
  }
  .layerbox .navbar ul.item li {
    margin: auto;
  }
  .layerbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layerbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layerbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .layerbox .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.layerbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.layerbox .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #64cc64;
}
.layerbox .navbar-brand .navbar-caption:hover {
  color: #64cc64 !important;
}
.layerbox .navbar-brand .holdwrap a {
  outline: none;
}
.layerbox .navbar-expand-lg .item .nav-link {
  padding: 0;
}
.layerbox ul.item {
  flex-wrap: wrap;
}
.layerbox .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .layerbox .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.layerbox .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.layerbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layerbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.layerbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layerbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layerbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layerbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layerbox .navbar-dropdown {
  padding: 0 1rem;
}
.layerbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layerbox .navbar {
    height: 60px;
  }
  .layerbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .layerbox .navbar {
    min-height: 105px;
  }
}
.group {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #000000;
}
.group .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .group .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .group .container {
    padding: 0 24px;
  }
}
.group .notch {
  position: relative;
  z-index: 1;
}
.group .notch .saturation-section-subtitle {
  margin-bottom: 20px;
}
.group .notch .saturation-section-title {
  margin-bottom: 32px;
}
.group .notch .flowunit {
  margin-bottom: 56px;
}
.group .notch .framefield {
  margin-bottom: 0;
}
.group .notch .saturation-section-btn {
  margin-top: 20px;
}
.group .notch .saturation-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.group .notch .saturation-section-btn .btn:hover,
.group .notch .saturation-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.group .stacklayer {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.group .stacklayer .modwrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.group .stacklayer .decor_1 {
  background-color: #003800;
}
.group .stacklayer .decor_2 {
  background-color: #006100;
}
.group .stacklayer .decor_3 {
  background-color: #003800;
}
.group .stacklayer .decor_4 {
  background-color: #006100;
}
.group .saturation-section-title {
  color: #141414;
}
.group .saturation-section-subtitle {
  color: #141414;
  text-align: center;
}
.group .flowunit {
  color: #3fb03f;
  text-align: center;
}
.group .framefield {
  color: #ffffff;
  text-align: center;
}
.group .saturation-section-title,
.group .saturation-section-btn {
  text-align: center;
  color: #ffffff;
}
.spanbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.spanbox .right {
  display: flex;
  flex-direction: column;
}
.spanbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.spanbox .row {
  justify-content: center;
}
.spanbox ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.spanbox li {
  margin-bottom: 16px;
}
.spanbox li:last-child {
  margin-bottom: 0;
}
.spanbox a:hover,
.spanbox a:focus {
  color: #3f69ff !important;
}
.spanbox .list {
  color: #ffffff;
}
.neutralwrap {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.neutralwrap .stacklayer {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .neutralwrap .stacklayer {
    top: -150px;
    right: -350px;
  }
}
.neutralwrap .stacklayer::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  pointer-events: none;
}
.neutralwrap .stacklayer::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  transform: rotate(-45deg);
  pointer-events: none;
}
.neutralwrap .row {
  justify-content: center;
}
.neutralwrap .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .neutralwrap .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.neutralwrap .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.neutralwrap .notch {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .neutralwrap .notch {
    margin-bottom: 30px;
  }
}
.neutralwrap .notch .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .neutralwrap .notch .saturation-section-title {
    margin-bottom: 20px;
  }
}
.neutralwrap .notch .text-wrapper .framefield {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .neutralwrap .notch .text-wrapper .framefield {
    width: 100%;
  }
}
.neutralwrap .notch .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .neutralwrap .notch .saturation-section-btn {
    margin-top: 20px;
  }
}
.neutralwrap .linewrap {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .neutralwrap .linewrap {
    text-align: center;
    margin-bottom: 30px;
  }
}
.neutralwrap .linewrap .holder {
  display: inline-flex;
  flex-direction: column;
}
.neutralwrap .linewrap .holder .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.neutralwrap .linewrap .holder .soc-item a {
  display: block;
}
.neutralwrap .linewrap .holder .soc-item a:hover .saturation-iconfont,
.neutralwrap .linewrap .holder .soc-item a:focus .saturation-iconfont {
  background-color: #f1f5eb;
  color: #003800;
}
.neutralwrap .linewrap .holder .soc-item a .saturation-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #003800;
}
.neutralwrap .linewrap .holder .soc-item .strip {
  margin-bottom: 0;
}
.neutralwrap .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.neutralwrap .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #006100;
  pointer-events: none;
}
.neutralwrap .copy-wrapper .host {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.neutralwrap .saturation-section-title {
  color: #f1f5eb;
}
.neutralwrap .framefield,
.neutralwrap .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.neutralwrap .saturation-section-btn,
.neutralwrap .saturation-section-title {
  text-align: center;
}
.neutralwrap .strip {
  color: #f1f5eb;
}
.neutralwrap .host {
  color: #f1f5eb;
  text-align: center;
}
.neutralwrap .host,
.neutralwrap .copy-wrapper {
  color: #ffffff;
}
.node .navbar-dropdown {
  position: relative !important;
}
.node .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .node .container {
    flex-wrap: nowrap;
  }
}
.node .flowsegment {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.node .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.node .nav-link {
  position: relative;
}
.node .nav-item:focus,
.node .nav-link:focus {
  outline: none;
}
.node .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
@media (min-width: 992px) {
  .node .navbar {
    min-height: 105px;
  }
}
.node .navbar .holdwrap img {
  width: auto;
}
.node .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .node .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .node .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .node .navbar .nav-item .nav-link::before {
    display: none;
  }
  .node .navbar .holdwrap img {
    height: 3rem !important;
  }
  .node .navbar ul.item li {
    margin: auto;
  }
  .node .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .node .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.node .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .node .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.node .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.node .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #64cc64;
}
.node .navbar-brand .navbar-caption:hover {
  color: #64cc64 !important;
}
.node .navbar-brand .holdwrap a {
  outline: none;
}
.node .navbar-expand-lg .item .nav-link {
  padding: 0;
}
.node ul.item {
  flex-wrap: wrap;
}
.node .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .node .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.node .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.node button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.node button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.node button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.node button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.node button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.node button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.node .navbar-dropdown {
  padding: 0 1rem;
}
.node a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .node .navbar {
    height: 60px;
  }
  .node .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .node .navbar {
    min-height: 105px;
  }
}
.bar {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #000000;
}
.bar .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .bar .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .bar .container {
    padding: 0 24px;
  }
}
.bar .notch {
  position: relative;
  z-index: 1;
}
.bar .notch .saturation-section-subtitle {
  margin-bottom: 20px;
}
.bar .notch .saturation-section-title {
  margin-bottom: 32px;
}
.bar .notch .flowunit {
  margin-bottom: 56px;
}
.bar .notch .framefield {
  margin-bottom: 0;
}
.bar .notch .saturation-section-btn {
  margin-top: 20px;
}
.bar .notch .saturation-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.bar .notch .saturation-section-btn .btn:hover,
.bar .notch .saturation-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.bar .stacklayer {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.bar .stacklayer .modwrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.bar .stacklayer .decor_1 {
  background-color: #003800;
}
.bar .stacklayer .decor_2 {
  background-color: #006100;
}
.bar .stacklayer .decor_3 {
  background-color: #003800;
}
.bar .stacklayer .decor_4 {
  background-color: #006100;
}
.bar .saturation-section-title {
  color: #141414;
}
.bar .saturation-section-subtitle {
  color: #141414;
  text-align: center;
}
.bar .flowunit {
  color: #3fb03f;
  text-align: center;
}
.bar .framefield {
  color: #ffffff;
  text-align: center;
}
.bar .saturation-section-title,
.bar .saturation-section-btn {
  text-align: center;
  color: #ffffff;
}
.levelbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.levelbox .right {
  display: flex;
  flex-direction: column;
}
.levelbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.levelbox .row {
  justify-content: center;
}
.levelbox ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.levelbox li {
  margin-bottom: 16px;
}
.levelbox li:last-child {
  margin-bottom: 0;
}
.levelbox a:hover,
.levelbox a:focus {
  color: #3f69ff !important;
}
.levelbox .list {
  color: #ffffff;
}
.neutralbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.neutralbox .stacklayer {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .neutralbox .stacklayer {
    top: -150px;
    right: -350px;
  }
}
.neutralbox .stacklayer::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  pointer-events: none;
}
.neutralbox .stacklayer::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  transform: rotate(-45deg);
  pointer-events: none;
}
.neutralbox .row {
  justify-content: center;
}
.neutralbox .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .neutralbox .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.neutralbox .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.neutralbox .notch {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .neutralbox .notch {
    margin-bottom: 30px;
  }
}
.neutralbox .notch .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .neutralbox .notch .saturation-section-title {
    margin-bottom: 20px;
  }
}
.neutralbox .notch .text-wrapper .framefield {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .neutralbox .notch .text-wrapper .framefield {
    width: 100%;
  }
}
.neutralbox .notch .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .neutralbox .notch .saturation-section-btn {
    margin-top: 20px;
  }
}
.neutralbox .linewrap {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .neutralbox .linewrap {
    text-align: center;
    margin-bottom: 30px;
  }
}
.neutralbox .linewrap .holder {
  display: inline-flex;
  flex-direction: column;
}
.neutralbox .linewrap .holder .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.neutralbox .linewrap .holder .soc-item a {
  display: block;
}
.neutralbox .linewrap .holder .soc-item a:hover .saturation-iconfont,
.neutralbox .linewrap .holder .soc-item a:focus .saturation-iconfont {
  background-color: #f1f5eb;
  color: #003800;
}
.neutralbox .linewrap .holder .soc-item a .saturation-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #003800;
}
.neutralbox .linewrap .holder .soc-item .strip {
  margin-bottom: 0;
}
.neutralbox .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.neutralbox .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #006100;
  pointer-events: none;
}
.neutralbox .copy-wrapper .host {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.neutralbox .saturation-section-title {
  color: #f1f5eb;
}
.neutralbox .framefield,
.neutralbox .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.neutralbox .saturation-section-btn,
.neutralbox .saturation-section-title {
  text-align: center;
}
.neutralbox .strip {
  color: #f1f5eb;
}
.neutralbox .host {
  color: #f1f5eb;
  text-align: center;
}
.neutralbox .host,
.neutralbox .copy-wrapper {
  color: #ffffff;
}
.docklayer .navbar-dropdown {
  position: relative !important;
}
.docklayer .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .docklayer .container {
    flex-wrap: nowrap;
  }
}
.docklayer .flowsegment {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.docklayer .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.docklayer .nav-link {
  position: relative;
}
.docklayer .nav-item:focus,
.docklayer .nav-link:focus {
  outline: none;
}
.docklayer .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
@media (min-width: 992px) {
  .docklayer .navbar {
    min-height: 105px;
  }
}
.docklayer .navbar .holdwrap img {
  width: auto;
}
.docklayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .docklayer .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .docklayer .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .docklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .docklayer .navbar .holdwrap img {
    height: 3rem !important;
  }
  .docklayer .navbar ul.item li {
    margin: auto;
  }
  .docklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .docklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.docklayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .docklayer .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.docklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.docklayer .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #64cc64;
}
.docklayer .navbar-brand .navbar-caption:hover {
  color: #64cc64 !important;
}
.docklayer .navbar-brand .holdwrap a {
  outline: none;
}
.docklayer .navbar-expand-lg .item .nav-link {
  padding: 0;
}
.docklayer ul.item {
  flex-wrap: wrap;
}
.docklayer .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .docklayer .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.docklayer .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.docklayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.docklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.docklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.docklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.docklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.docklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.docklayer .navbar-dropdown {
  padding: 0 1rem;
}
.docklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .docklayer .navbar {
    height: 60px;
  }
  .docklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .docklayer .navbar {
    min-height: 105px;
  }
}
.holdlayer {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #000000;
}
.holdlayer .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .holdlayer .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .holdlayer .container {
    padding: 0 24px;
  }
}
.holdlayer .notch {
  position: relative;
  z-index: 1;
}
.holdlayer .notch .saturation-section-subtitle {
  margin-bottom: 20px;
}
.holdlayer .notch .saturation-section-title {
  margin-bottom: 32px;
}
.holdlayer .notch .flowunit {
  margin-bottom: 56px;
}
.holdlayer .notch .framefield {
  margin-bottom: 0;
}
.holdlayer .notch .saturation-section-btn {
  margin-top: 20px;
}
.holdlayer .notch .saturation-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.holdlayer .notch .saturation-section-btn .btn:hover,
.holdlayer .notch .saturation-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.holdlayer .stacklayer {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.holdlayer .stacklayer .modwrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.holdlayer .stacklayer .decor_1 {
  background-color: #003800;
}
.holdlayer .stacklayer .decor_2 {
  background-color: #006100;
}
.holdlayer .stacklayer .decor_3 {
  background-color: #003800;
}
.holdlayer .stacklayer .decor_4 {
  background-color: #006100;
}
.holdlayer .saturation-section-title {
  color: #141414;
}
.holdlayer .saturation-section-subtitle {
  color: #141414;
  text-align: center;
}
.holdlayer .flowunit {
  color: #3fb03f;
  text-align: center;
}
.holdlayer .framefield {
  color: #ffffff;
  text-align: center;
}
.holdlayer .saturation-section-title,
.holdlayer .saturation-section-btn {
  text-align: center;
  color: #ffffff;
}
.layouter {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.layouter .right {
  display: flex;
  flex-direction: column;
}
.layouter .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.layouter .row {
  justify-content: center;
}
.layouter ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.layouter li {
  margin-bottom: 16px;
}
.layouter li:last-child {
  margin-bottom: 0;
}
.layouter a:hover,
.layouter a:focus {
  color: #3f69ff !important;
}
.layouter .list {
  color: #ffffff;
}
.blockrow {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.blockrow .stacklayer {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .blockrow .stacklayer {
    top: -150px;
    right: -350px;
  }
}
.blockrow .stacklayer::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  pointer-events: none;
}
.blockrow .stacklayer::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #003800;
  transform: rotate(-45deg);
  pointer-events: none;
}
.blockrow .row {
  justify-content: center;
}
.blockrow .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .blockrow .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.blockrow .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.blockrow .notch {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .blockrow .notch {
    margin-bottom: 30px;
  }
}
.blockrow .notch .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .blockrow .notch .saturation-section-title {
    margin-bottom: 20px;
  }
}
.blockrow .notch .text-wrapper .framefield {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .blockrow .notch .text-wrapper .framefield {
    width: 100%;
  }
}
.blockrow .notch .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .blockrow .notch .saturation-section-btn {
    margin-top: 20px;
  }
}
.blockrow .linewrap {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .blockrow .linewrap {
    text-align: center;
    margin-bottom: 30px;
  }
}
.blockrow .linewrap .holder {
  display: inline-flex;
  flex-direction: column;
}
.blockrow .linewrap .holder .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.blockrow .linewrap .holder .soc-item a {
  display: block;
}
.blockrow .linewrap .holder .soc-item a:hover .saturation-iconfont,
.blockrow .linewrap .holder .soc-item a:focus .saturation-iconfont {
  background-color: #f1f5eb;
  color: #003800;
}
.blockrow .linewrap .holder .soc-item a .saturation-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #003800;
}
.blockrow .linewrap .holder .soc-item .strip {
  margin-bottom: 0;
}
.blockrow .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.blockrow .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #006100;
  pointer-events: none;
}
.blockrow .copy-wrapper .host {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.blockrow .saturation-section-title {
  color: #f1f5eb;
}
.blockrow .framefield,
.blockrow .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.blockrow .saturation-section-btn,
.blockrow .saturation-section-title {
  text-align: center;
}
.blockrow .strip {
  color: #f1f5eb;
}
.blockrow .host {
  color: #f1f5eb;
  text-align: center;
}
.blockrow .host,
.blockrow .copy-wrapper {
  color: #ffffff;
}
.routebox {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
.routebox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: slideIn 0.5s forwards;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cookieAcceptBtn,
.cookieRejectBtn {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}
.cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}
.cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}
.cookieRejectBtn:hover {
  background-color: #ffe6e6;
}
@media (max-width: 768px) {
  .routebox {
    left: 50%;
    right: auto;
    bottom: 15px;
    max-width: 480px;
    width: calc(100% - 30px);
    padding: 15px;
    transform: translate(-50%, 100%);
    border-radius: 10px;
  }
  .routebox.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: none;
    transform: translate(-50%, 0);
  }
  .cookieAcceptBtn,
  .cookieRejectBtn {
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .routebox {
    bottom: 10px;
    max-width: 100%;
    width: calc(100% - 20px);
    padding: 10px;
  }
  .cookieAcceptBtn,
  .cookieRejectBtn {
    font-size: 14px;
    padding: 8px;
  }
}
.ttc-form {
  padding: 0;
  background: #e8ecf3;
}
.ttc-form .notch {
  background: #e8ecf3;
  border-radius: 28px;
  padding: 48px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  border: none;
  box-shadow: 20px 20px 40px #c9cdd4,
              -20px -20px 40px #ffffff;
}
.ttc-form #customForm {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #2a2d34;
  font-family: "Inter", system-ui, -apple-system, Helvetica, Arial, sans-serif;
}
.ttc-form #customForm * {
  color: #2a2d34;
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  border: none !important;
  border-radius: 18px !important;
  padding: 16px 20px;
  margin-bottom: 26px;
  background: #e8ecf3 !important;
  font-size: 16px;
  box-shadow: inset 8px 8px 16px #c9cdd4,
              inset -8px -8px 16px #ffffff !important;
  transition: background-color .25s ease, box-shadow .25s ease, transform .1s ease;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  box-shadow: inset 6px 6px 14px #c1c5cc,
              inset -6px -6px 14px #ffffff !important;
  transform: translateY(-1px);
}
.ttc-form #customForm textarea.form-control {
  min-height: 170px;
  resize: vertical;
  border-radius: 20px !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #7c8088;
}
.ttc-form #customForm ::placeholder {
  color: #7c8088;
}
.ttc-form #customForm .tailbox,
.ttc-form #customForm .shellcore {
  background: #e8ecf3;
  border-radius: 20px;
  padding: 18px 22px;
  margin-bottom: 24px;
  box-shadow: inset 7px 7px 14px #cbd0d8,
              inset -7px -7px 14px #ffffff;
}
.ttc-form #customForm .formcore,
.ttc-form #customForm .drawwrap {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  line-height: 1.55;
  flex-wrap: nowrap;
}
.ttc-form #customForm .blockwrap,
.ttc-form #customForm .bodylayer {
  flex: 1;
  min-width: 0;
}
.ttc-form #customForm .padbox,
.ttc-form #customForm .unitfield {
  width: 20px;
  height: 20px;
  accent-color: #7a8cff;
  flex-shrink: 0;
  margin-top: 2px;
}
.ttc-form #customForm .btn {
  width: 100%;
  padding: 16px 34px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  background: #e8ecf3;
  color: #2a2d34;
  cursor: pointer;
  letter-spacing: .05em;
  box-shadow: 10px 10px 22px #c7cbd3,
              -10px -10px 22px #ffffff;
  transition: transform .1s ease, box-shadow .18s ease;
}
.ttc-form #customForm .btn:hover {
  transform: translateY(-2px);
  box-shadow: 14px 14px 26px #c3c7ce,
              -14px -14px 26px #ffffff;
}
.ttc-form #customForm .alert {
  border-radius: 16px;
  padding: 16px 20px;
  font-size: 15px;
  background: #cfe9d6;
  box-shadow: inset 8px 8px 16px #adcbb3,
              inset -8px -8px 16px #e8f6ec;
  border: none;
  color: #1f3a26;
}
@media (max-width: 767px) {
  .ttc-form .notch {
    padding: 28px 20px;
  }
  .ttc-form #customForm .btn {
    padding: 14px 22px;
  }
}
@media (max-width: 420px) {
  .ttc-form .notch {
    padding: 22px 16px;
  }
}
section.form01,
.form01 .notch,
.form01 form,
.form01 input,
.form01 textarea,
.form01 button {
    filter: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 999 !important;
    position: relative;
}


.target button.navbar-toggler .hamburger span{
  background-color:#ffffff !important;
}
