@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-black-rgb: 0, 0, 0;
  --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;
}
 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
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;
}
.notch {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .notch {
    font-size: 5rem;
  }
}
.navunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .navunit {
    font-size: 4.5rem;
  }
}
.neutralbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .neutralbox {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.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-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.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);
}
.modularbox {
  --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;
}
 .modularbox .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 .modularbox {
    flex-direction: row;
  }
  .navbar-expand-lg .modularbox .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);
}
.board {
  --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);
}
.boxareaunit {
  --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-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.text-center {
  text-align: center !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .nodeunit {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .nodeunit img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
@charset "UTF-8";
@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}
button {
  background-color: transparent;
  border-color: transparent;
}
section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.saturation-section-title {
  font-style: normal;
  line-height: 1.3;
}
.line {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
.notch,
.navunit,
.neutralbox,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
strong {
  font-weight: bold;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
textarea[type=hidden] {
  display: none;
}
section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hidden {
  visibility: hidden;
}
.bodysegment {
  text-align: left;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.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;
}
[type=submit] {
  -webkit-appearance: none;
}
@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 .nodeunit 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 .modularbox.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}
.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.justify-content-center {
  -webkit-justify-content: center;
}
.card-wrapper {
  -webkit-flex: 1;
}
.form-group:focus {
  outline: none;
}
.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}
form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .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;
}
.contentbox {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
ul {
  margin-bottom: 2.3125rem;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1440px) {
  .container-fluid {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.item {
  position: relative;
}
@font-face {
  font-family: 'layout2';
  font-display: swap;
  src:  url('fonts/bitmap2.eot');
  src:  url('fonts/bitmap2.eot') format('embedded-opentype'),
    url('fonts/bitmap2.woff2') format('woff2'),
    url('fonts/bitmap2.woff') format('woff'),
    url('fonts/bitmap2.ttf') format('truetype'),
    url('fonts/bitmap2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn {
  border-width: 2px;
}
body {
  font-family: Barlow;
}
.notch {
  font-family: 'Barlow', sans-serif;
  font-size: 4.5rem;
  line-height: 1.25;
}
.navunit {
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.neutralbox {
  font-family: 'Barlow', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.23rem;
  line-height: 1.25;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
}
@media (max-width: 992px) {
  .notch {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .notch {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .navunit {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .neutralbox {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.784rem;
    font-size: calc( 1.4304999999999999rem + (2.23 - 1.4304999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4304999999999999rem + (2.23 - 1.4304999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #113f7c !important;
  border-color: #113f7c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: inherit;
  background-color: #1756a9 !important;
  border-color: #1756a9 !important;
  box-shadow: none;
}
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1756a9 !important;
  border-color: #1756a9 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.board {
  background-color: #70c770;
}
.boxareaunit {
  background-color: #f6a851;
}
.saturation-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #000000;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.saturation-section-btn .btn {
  padding: 15px 24px;
  border-radius: 4rem !important;
  flex-direction: row-reverse;
  border: none !important;
}
.saturation-section-btn .btn-primary,
.saturation-section-btn .btn-secondary {
  font-weight: 700 !important;
}
.container-fluid {
  padding: 0 200px;
}
@media (max-width: 1440px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 16px;
  }
}
.unit .navbar-dropdown {
  position: relative !important;
}
.unit .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .unit .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .unit .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.unit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.unit .nav-link {
  position: relative;
}
.unit .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .unit .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .unit .container {
    max-width: 1100px;
  }
}
.unit .nav-item:focus,
.unit .nav-link:focus {
  outline: none;
}
.unit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e8ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.unit .navbar .nodeunit {
  margin-right: 10px;
}
.unit .navbar .nodeunit img {
  width: auto;
}
.unit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .unit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unit .navbar .nodeunit img {
    height: 3rem !important;
  }
  .unit .navbar ul.modularbox li {
    margin: auto;
  }
  .unit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .unit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unit .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.unit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.unit .navbar-brand .navbar-caption:hover,
.unit .navbar-brand .navbar-caption:focus {
  color: #113f7c !important;
}
.unit .navbar-brand .nodeunit a {
  outline: none;
}
.unit .navbar-expand-lg .modularbox .nav-link {
  padding: 0;
}
.unit ul.modularbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .unit ul.modularbox {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.unit .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .unit .navbar-buttons {
    text-align: left;
  }
}
.unit .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .unit .navbar-buttons .btn {
    width: auto !important;
  }
}
.unit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #e2e8ec !important;
  border: none !important;
  box-shadow: none !important;
}
.unit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.unit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.unit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.unit .navbar-dropdown {
  padding: 0 1rem;
}
.unit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unit .navbar {
    height: 70px;
  }
  .unit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unit .nav-item {
  padding: 0;
  margin: 0;
}
.unit .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.unit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.unit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #113f7c;
  transition: all 0.3s ease-in-out;
}
.unit .nav-item .nav-link:hover {
  background-color: transparent;
  color: #113f7c;
}
.unit .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.unit .nav-item .nav-link:hover::before {
  width: 100%;
}
.unit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .unit .navbar {
    justify-content: flex-start !important;
  }
  .unit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .unit .navbar-collapse .modularbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .unit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .unit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .unit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.unit .depthbox {
  min-height: 77px;
}
.unit .dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .unit .dropdown {
    width: auto;
    text-align: center;
  }
}
.traceunit {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("images/quiet2.jpg");
}
.traceunit .gridtrack {
  justify-content: space-between;
}
.traceunit .gridtrack .card {
  justify-content: center;
}
.traceunit .gridmap .saturation-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .traceunit .gridmap .saturation-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .traceunit .outline {
    margin-bottom: 32px;
  }
}
.traceunit .outline .line {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .traceunit .outline .line {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .traceunit .phasebox {
    margin-bottom: 32px;
  }
}
.traceunit .phasebox img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .traceunit .phasebox img {
    height: 350px;
  }
}
.traceunit .saturation-section-title {
  color: #000000;
}
.traceunit .line {
  color: #000000;
}
.dockband {
  padding-top: 5rem;
  background-color: #f6f6f6;
}
.dockband .outline {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.dockband .outline .card-wrapper {
  padding: 32px;
  background-color: #f6f6f6;
  box-shadow: inset 0 10px 8px 0 #97cff7, inset 0 -5px 10px -4px #97cff7, 0 10px 10px -5px #97cff7;
  overflow: hidden;
}
@media (max-width: 992px) {
  .dockband .outline .card-wrapper {
    padding: 24px;
  }
}
.dockband .outline .card-wrapper .gridmap .flowsegment {
  margin-bottom: 16px;
}
.dockband .outline .card-wrapper .gridmap .flowsegment .rowwrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #97cff7, 0 10px 10px -8px #97cff7;
  background-color: #f6f6f6;
}
.dockband .outline .card-wrapper .gridmap .flowsegment .rowwrap .headbox {
  margin-bottom: 0;
}
.dockband .outline .card-wrapper .gridmap .saturation-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dockband .outline .card-wrapper .gridmap .saturation-section-title {
    margin-bottom: 16px;
  }
}
.dockband .outline .card-wrapper .text-wrapper .line {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dockband .outline .card-wrapper .text-wrapper .line {
    width: 100%;
  }
}
.dockband .outline .card-wrapper .text-wrapper .saturation-section-btn {
  margin-top: 10px;
}
.dockband .outline .card-wrapper .phasebox {
  margin-top: 20px;
}
.dockband .outline .card-wrapper .phasebox img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .dockband .outline .card-wrapper .phasebox img {
    height: 450px;
  }
}
.dockband .shell {
  margin: 0 -20px;
}
.dockband .shell .card {
  padding: 0 20px;
}
.dockband .headbox,
.dockband .flowsegment {
  color: #000000;
}
.dockband .saturation-section-title {
  color: #000000;
}
.dockband .line,
.dockband .text-wrapper {
  color: #475569;
}
.dockband .line,
.dockband .saturation-section-btn {
  color: #000000;
}
.nestbox {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .nestbox .col-padding {
    padding-right: 4rem;
  }
}
.nestbox .pathwrap {
  background: #97cff7;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #000000;
}
@media (min-width: 767px) {
  .nestbox .pathwrap {
    max-width: 80%;
  }
}
.nestbox .stage {
  background: #113f7c;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .nestbox .stage {
    max-width: 80%;
  }
}
.nestbox .saturation-section-title {
  color: #000000;
}
.nestbox .line {
  color: #000000;
}
.partlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("images/thin1.jpg");
}
.partlayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .partlayer .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .partlayer .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .partlayer .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .partlayer .container {
    padding: 0 12px;
  }
}
.partlayer .phasebox img,
.partlayer .layout img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .partlayer .phasebox img,
  .partlayer .layout img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .partlayer .phasebox img,
  .partlayer .layout img {
    margin-right: 16px;
  }
  .partlayer .phasebox img:nth-child(2n),
  .partlayer .layout img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .partlayer .phasebox img,
  .partlayer .layout img {
    width: 100px;
    height: 100px;
  }
}
.partlayer .phasebox {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .partlayer .phasebox {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.partlayer .phasebox img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partlayer .phasebox img {
    margin-bottom: 0;
  }
}
.partlayer .layout {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .partlayer .layout {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.partlayer .layout img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .partlayer .outline {
    padding: 0 24px;
  }
}
.partlayer .outline .saturation-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partlayer .outline .saturation-section-title {
    margin-bottom: 56px;
  }
}
.partlayer .outline .line {
  margin-bottom: 0;
}
.partlayer .saturation-section-title {
  color: #000000;
  text-align: center;
}
.partlayer .line {
  color: #000000;
  text-align: justify;
}
.stacksegment {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.stacksegment .container {
  max-width: 1300px;
}
.stacksegment .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .stacksegment .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .stacksegment .phasebox {
    margin-bottom: 1rem;
  }
}
.stacksegment .row {
  align-items: center;
}
@media (max-width: 991px) {
  .stacksegment .phasebox {
    padding: 1.5rem;
  }
}
.stacksegment .saturation-section-title {
  color: #000000;
}
.stacksegment .line,
.stacksegment .saturation-section-btn {
  color: #000000;
}
.framecore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.framecore .depthbox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .framecore .depthbox {
    margin-bottom: 32px;
  }
}
.framecore .depthbox .flowsegment {
  margin-bottom: 16px;
}
.framecore .depthbox .flowsegment .headbox {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.framecore .depthbox .saturation-section-title {
  margin-bottom: 16px;
}
.framecore .depthbox .text-wrapper .line {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .framecore .depthbox .text-wrapper .line {
    width: 100%;
  }
}
.framecore .shell {
  margin: 0 -10px;
}
.framecore .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .framecore .item:last-child {
    margin-bottom: 0;
  }
}
.framecore .item .item-wrapper {
  height: 100%;
  background-color: #e2e8ec;
  padding: 8px;
}
.framecore .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #97cff7;
}
.framecore .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.framecore .item .item-wrapper .card-box .item-text {
  margin-bottom: 24px;
}
.framecore .item .item-wrapper .card-box .link-wrapper {
  padding-top: 24px;
  border-top: 1px solid #113f7c;
}
.framecore .item .item-wrapper .card-box .link-wrapper .item-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
.framecore .item .item-wrapper .card-box .link-wrapper .item-link:hover,
.framecore .item .item-wrapper .card-box .link-wrapper .item-link:focus {
  transform: translateY(-2px);
}
.framecore .headbox,
.framecore .flowsegment {
  color: #000000;
  text-align: center;
}
.framecore .saturation-section-title {
  color: #000000;
  text-align: center;
}
.framecore .line,
.framecore .text-wrapper {
  color: #000000;
  text-align: center;
}
.framecore .item-title {
  color: #000000;
}
.framecore .item-text {
  color: #4f4f4f;
}
.framecore .item-link {
  color: #000000;
  text-align: center;
}
.framecore .item-title {
  text-align: center;
}
.basebox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.basebox .wrap {
  position: relative;
  background-color: #97cff7;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .basebox .wrap {
    padding: 3rem 1rem;
  }
}
.basebox .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.basebox .line {
  color: #000000;
}
.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e8ec;
}
@media (max-width: 992px) and (max-width: 992px) {
  .flow .container {
    padding: 0 24px;
  }
}
.flow .row {
  justify-content: space-between;
}
.flow .logo-wrapper {
  display: flex;
}
.flow .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.flow .logo-wrapper .platebox {
  width: 100%;
  border-bottom: 1px solid #113f7c;
}
.flow .outline {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .flow .outline {
    padding: 24px 0;
  }
}
.flow .outline .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.flow .outline .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.flow .outline .list .item-wrap:hover,
.flow .outline .list .item-wrap:focus {
  color: #113f7c;
}
.flow .outline .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flow .outline .saturation-section-title {
  margin-bottom: 24px;
}
.flow .outline .alignbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.flow .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .flow .nav-list {
    padding: 0;
  }
}
.flow .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #113f7c;
  border-bottom: 1px solid #113f7c;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.flow .nav-list .item-wrap:hover,
.flow .nav-list .item-wrap:focus {
  color: #113f7c;
}
.flow .nav-list .item-wrap:hover::before,
.flow .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.flow .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.flow .nav-list .item-wrap::before {
  content: '';
  background-color: #113f7c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.flow .saturation-section-title {
  color: #000000;
}
.flow .list {
  color: #F9F6E0;
}
.flow .alignbox {
  color: #000000;
}
.flow .list,
.flow .item-wrap {
  color: #000000;
}
.unit .navbar-dropdown {
  position: relative !important;
}
.unit .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .unit .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .unit .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.unit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.unit .nav-link {
  position: relative;
}
.unit .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .unit .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .unit .container {
    max-width: 1100px;
  }
}
.unit .nav-item:focus,
.unit .nav-link:focus {
  outline: none;
}
.unit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e8ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.unit .navbar .nodeunit {
  margin-right: 10px;
}
.unit .navbar .nodeunit img {
  width: auto;
}
.unit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .unit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unit .navbar .nodeunit img {
    height: 3rem !important;
  }
  .unit .navbar ul.modularbox li {
    margin: auto;
  }
  .unit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .unit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unit .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.unit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.unit .navbar-brand .navbar-caption:hover,
.unit .navbar-brand .navbar-caption:focus {
  color: #113f7c !important;
}
.unit .navbar-brand .nodeunit a {
  outline: none;
}
.unit .navbar-expand-lg .modularbox .nav-link {
  padding: 0;
}
.unit ul.modularbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .unit ul.modularbox {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.unit .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .unit .navbar-buttons {
    text-align: left;
  }
}
.unit .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .unit .navbar-buttons .btn {
    width: auto !important;
  }
}
.unit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #e2e8ec !important;
  border: none !important;
  box-shadow: none !important;
}
.unit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.unit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.unit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.unit .navbar-dropdown {
  padding: 0 1rem;
}
.unit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unit .navbar {
    height: 70px;
  }
  .unit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unit .nav-item {
  padding: 0;
  margin: 0;
}
.unit .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.unit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.unit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #113f7c;
  transition: all 0.3s ease-in-out;
}
.unit .nav-item .nav-link:hover {
  background-color: transparent;
  color: #113f7c;
}
.unit .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.unit .nav-item .nav-link:hover::before {
  width: 100%;
}
.unit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .unit .navbar {
    justify-content: flex-start !important;
  }
  .unit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .unit .navbar-collapse .modularbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .unit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .unit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .unit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.unit .depthbox {
  min-height: 77px;
}
.unit .dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .unit .dropdown {
    width: auto;
    text-align: center;
  }
}
.dockunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/yellow1.jpg");
  overflow: hidden;
}
.dockunit .outline {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 425px) {
  .dockunit .outline {
    padding-left: 0;
    padding-right: 0;
  }
}
.dockunit .outline .platebox {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #97cff7;
  pointer-events: none;
}
@media (max-width: 425px) {
  .dockunit .outline .platebox {
    display: none;
  }
}
.dockunit .outline .border_1 {
  left: 0;
}
.dockunit .outline .border_2 {
  right: 0;
}
.dockunit .outline .flowsegment {
  margin-bottom: 20px;
}
.dockunit .outline .flowsegment .rowwrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #ff6900 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.dockunit .outline .flowsegment .rowwrap::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #ff6900 0%, transparent 100%);
  z-index: -1;
}
.dockunit .outline .gridmap .saturation-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #0f172a 40%, #113f7c 90%);
  margin-bottom: 20px;
}
.dockunit .outline .text-wrapper .line {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dockunit .outline .text-wrapper .line {
    width: 100%;
  }
}
.dockunit .outline .saturation-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .dockunit .outline .saturation-section-btn {
    margin-top: 20px;
  }
}
.dockunit .headbox,
.dockunit .flowsegment {
  color: #334155;
}
.dockunit .saturation-section-title {
  color: #0f172a;
}
.dockunit .line,
.dockunit .text-wrapper {
  color: #000000;
}
.dockunit .saturation-section-title,
.dockunit .saturation-section-btn,
.dockunit .gridmap {
  color: #000000;
}
.areaunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.areaunit .depthbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .areaunit .depthbox {
    margin-bottom: 40px;
  }
}
.areaunit .depthbox .flowsegment {
  padding-bottom: 12px;
  border-bottom: 1px solid #113f7c;
  margin-bottom: 24px;
}
.areaunit .depthbox .flowsegment .rowwrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.areaunit .depthbox .flowsegment .rowwrap .headbox {
  margin-bottom: 0;
}
.areaunit .depthbox .gridmap .saturation-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .areaunit .depthbox .gridmap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.areaunit .depthbox .text-wrapper .line {
  margin-bottom: 0;
}
.areaunit .depthbox .card {
  justify-content: center;
}
.areaunit .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .areaunit .item {
    margin-bottom: 20px;
  }
  .areaunit .item:last-child {
    margin-bottom: 0;
  }
}
.areaunit .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #e2e8ec;
  border: 1px solid #113f7c;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .areaunit .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.areaunit .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #97cff7;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .areaunit .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.areaunit .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #f6f6f6;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .areaunit .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.areaunit .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.areaunit .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .areaunit .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.areaunit .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.areaunit .item .item-wrapper .item-content .saturation-section-btn {
  margin-top: 10px;
}
.areaunit .item .item-wrapper .item-content .saturation-section-btn .btn {
  margin-bottom: 0;
}
.areaunit .headbox {
  color: #9ba9c4;
}
.areaunit .saturation-section-title {
  color: #000000;
}
.areaunit .line,
.areaunit .text-wrapper {
  color: #9ba9c4;
}
.areaunit .item-title {
  color: #ffffff;
}
.areaunit .item-text {
  color: #9ba9c4;
}
.areaunit .headbox,
.areaunit .flowsegment {
  color: #000000;
}
.areaunit .item-title,
.areaunit .saturation-section-btn {
  color: #000000;
  text-align: center;
}
.areaunit .item-text,
.areaunit .text-wrap {
  color: #000000;
  text-align: center;
}
.pinbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.pinbox .row {
  margin: 0 -15px;
}
.pinbox .row .card {
  padding: 0 15px;
}
.pinbox .gridmap .saturation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pinbox .gridmap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.pinbox .shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .pinbox .shell {
    display: block;
  }
}
@media (max-width: 992px) {
  .pinbox .shell .item {
    margin-bottom: 20px;
  }
}
.pinbox .shell .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #113f7c;
}
@media (max-width: 992px) {
  .pinbox .shell .item .item-wrapper {
    padding: 20px;
  }
}
.pinbox .shell .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pinbox .shell .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.pinbox .shell .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .pinbox .shell .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.pinbox .shell .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pinbox .shell .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.pinbox .shell .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.pinbox .shell .item .item-wrapper .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .pinbox .shell .item .item-wrapper .saturation-section-btn {
    margin-top: 20px;
  }
}
.pinbox .shell .item .item-wrapper .saturation-section-btn .btn {
  margin-bottom: 0;
}
.pinbox .saturation-section-title {
  color: #fefff5;
}
.pinbox .item-title {
  color: #fefff5;
}
.pinbox .item-text {
  color: #fefff5;
  text-align: center;
}
.pinbox .item-title {
  text-align: center;
}
.holdunit {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .holdunit .phasebox {
    padding: 1rem;
  }
}
.holdunit img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.holdunit img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.holdunit .line,
.holdunit .saturation-section-btn {
  color: #000000;
}
.holdunit .saturation-section-title {
  color: #000000;
}
.sectionwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.sectionwrap .wrap {
  position: relative;
  background-color: #97cff7;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .sectionwrap .wrap {
    padding: 3rem 1rem;
  }
}
.sectionwrap .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.sectionwrap .line {
  color: #000000;
}
.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e8ec;
}
@media (max-width: 992px) and (max-width: 992px) {
  .flow .container {
    padding: 0 24px;
  }
}
.flow .row {
  justify-content: space-between;
}
.flow .logo-wrapper {
  display: flex;
}
.flow .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.flow .logo-wrapper .platebox {
  width: 100%;
  border-bottom: 1px solid #113f7c;
}
.flow .outline {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .flow .outline {
    padding: 24px 0;
  }
}
.flow .outline .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.flow .outline .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.flow .outline .list .item-wrap:hover,
.flow .outline .list .item-wrap:focus {
  color: #113f7c;
}
.flow .outline .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flow .outline .saturation-section-title {
  margin-bottom: 24px;
}
.flow .outline .alignbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.flow .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .flow .nav-list {
    padding: 0;
  }
}
.flow .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #113f7c;
  border-bottom: 1px solid #113f7c;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.flow .nav-list .item-wrap:hover,
.flow .nav-list .item-wrap:focus {
  color: #113f7c;
}
.flow .nav-list .item-wrap:hover::before,
.flow .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.flow .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.flow .nav-list .item-wrap::before {
  content: '';
  background-color: #113f7c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.flow .saturation-section-title {
  color: #000000;
}
.flow .list {
  color: #F9F6E0;
}
.flow .alignbox {
  color: #000000;
}
.flow .list,
.flow .item-wrap {
  color: #000000;
}
.unit .navbar-dropdown {
  position: relative !important;
}
.unit .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .unit .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .unit .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.unit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.unit .nav-link {
  position: relative;
}
.unit .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .unit .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .unit .container {
    max-width: 1100px;
  }
}
.unit .nav-item:focus,
.unit .nav-link:focus {
  outline: none;
}
.unit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e8ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.unit .navbar .nodeunit {
  margin-right: 10px;
}
.unit .navbar .nodeunit img {
  width: auto;
}
.unit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .unit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unit .navbar .nodeunit img {
    height: 3rem !important;
  }
  .unit .navbar ul.modularbox li {
    margin: auto;
  }
  .unit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .unit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unit .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.unit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.unit .navbar-brand .navbar-caption:hover,
.unit .navbar-brand .navbar-caption:focus {
  color: #113f7c !important;
}
.unit .navbar-brand .nodeunit a {
  outline: none;
}
.unit .navbar-expand-lg .modularbox .nav-link {
  padding: 0;
}
.unit ul.modularbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .unit ul.modularbox {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.unit .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .unit .navbar-buttons {
    text-align: left;
  }
}
.unit .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .unit .navbar-buttons .btn {
    width: auto !important;
  }
}
.unit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #e2e8ec !important;
  border: none !important;
  box-shadow: none !important;
}
.unit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.unit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.unit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.unit .navbar-dropdown {
  padding: 0 1rem;
}
.unit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unit .navbar {
    height: 70px;
  }
  .unit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unit .nav-item {
  padding: 0;
  margin: 0;
}
.unit .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.unit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.unit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #113f7c;
  transition: all 0.3s ease-in-out;
}
.unit .nav-item .nav-link:hover {
  background-color: transparent;
  color: #113f7c;
}
.unit .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.unit .nav-item .nav-link:hover::before {
  width: 100%;
}
.unit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .unit .navbar {
    justify-content: flex-start !important;
  }
  .unit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .unit .navbar-collapse .modularbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .unit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .unit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .unit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.unit .depthbox {
  min-height: 77px;
}
.unit .dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .unit .dropdown {
    width: auto;
    text-align: center;
  }
}
.headwrap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.headwrap .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .headwrap .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .headwrap .container {
    padding: 15px;
  }
}
.headwrap .row {
  margin: 0 -5px;
}
.headwrap .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .headwrap .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.headwrap .phasebox {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .headwrap .phasebox {
    margin-bottom: 15px;
  }
}
.headwrap .phasebox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .headwrap .phasebox img {
    position: static;
    height: 350px;
  }
}
.headwrap .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #97cff7;
}
@media (max-width: 1440px) {
  .headwrap .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .headwrap .card-wrapper {
    padding: 30px;
  }
}
.headwrap .card-wrapper .card-wrap .gridmap .saturation-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .headwrap .card-wrapper .card-wrap .gridmap .saturation-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .headwrap .card-wrapper .card-wrap .gridmap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.headwrap .card-wrapper .card-wrap .text-wrapper .line {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .headwrap .card-wrapper .card-wrap .text-wrapper .line {
    width: 100%;
  }
}
.headwrap .card-wrapper .card-wrap .saturation-section-btn {
  margin-top: 20px;
}
.headwrap .card-wrapper .card-wrap .saturation-section-btn .btn {
  margin-bottom: 0;
}
.headwrap .saturation-section-title {
  color: #000000;
}
.headwrap .line,
.headwrap .text-wrapper {
  color: #000000;
  text-align: center;
}
.headwrap .saturation-section-title,
.headwrap .saturation-section-btn,
.headwrap .gridmap {
  text-align: center;
}
.nodecore {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
@media (max-width: 992px) {
  .nodecore .container {
    padding: 0 15px;
  }
}
.nodecore .row {
  justify-content: center;
}
.nodecore .shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px 60px;
  padding: 0 130px;
}
@media (max-width: 1440px) {
  .nodecore .shell {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .nodecore .shell {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .nodecore .shell {
    grid-template-columns: 1fr;
    gap: 100px 40px;
  }
}
.nodecore .shell .item:nth-child(2n) {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .nodecore .shell .item:nth-child(2n) {
    margin-top: 0;
  }
}
.nodecore .shell .item .item-wrapper .card-box {
  position: relative;
  padding: 50px;
  background-color: #113f7c;
}
@media (max-width: 992px) {
  .nodecore .shell .item .item-wrapper .card-box {
    padding: 40px 20px;
  }
}
.nodecore .shell .item .item-wrapper .card-box .item-number {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodecore .shell .item .item-wrapper .card-box .item-number {
    top: -4.5rem;
  }
}
.nodecore .shell .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.nodecore .shell .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.nodecore .item-title {
  color: #30262b;
}
.nodecore .item-text {
  color: #ffffff;
}
.nodecore .item-number {
  color: #113f7c;
}
.nodecore .item-title {
  color: #ffffff;
}
.corefield {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
@media (max-width: 992px) {
  .corefield .container {
    padding: 0 30px;
  }
}
.corefield .shell .item:first-child {
  position: relative;
}
.corefield .shell .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #113f7c;
  opacity: .9;
}
.corefield .shell .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.corefield .shell .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #97cff7;
}
.corefield .shell .item:last-child {
  position: relative;
}
.corefield .shell .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #e9e9e6;
  opacity: .9;
}
.corefield .shell .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.corefield .shell .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .corefield .shell .item .item-wrapper {
    display: block;
  }
}
.corefield .shell .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .corefield .shell .item .item-wrapper .item-img {
    width: 100%;
  }
}
.corefield .shell .item .item-wrapper .item-img img {
  min-height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .corefield .shell .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.corefield .shell .item .item-wrapper .card {
  justify-content: center;
}
.corefield .shell .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .corefield .shell .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.corefield .shell .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.corefield .shell .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.corefield .item-title {
  color: #144031;
}
.corefield .item-text {
  color: #000000;
}
.corefield .item-title,
.corefield .saturation-section-btn {
  color: #000000;
}
.nodewrap {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.nodewrap .outline .headbox {
  margin-bottom: 0;
}
.nodewrap .outline .saturation-section-title {
  margin-bottom: 32px;
}
.nodewrap .outline .text-wrapper .line {
  margin-bottom: 0;
}
.nodewrap .outline .saturation-section-btn {
  margin-top: 24px;
}
.nodewrap .headbox {
  color: #111111;
  text-align: center;
}
.nodewrap .saturation-section-title {
  color: #ff6d99;
}
.nodewrap .line,
.nodewrap .text-wrapper {
  color: #000000;
  text-align: center;
}
.nodewrap .saturation-section-title,
.nodewrap .saturation-section-btn {
  text-align: center;
  color: #000000;
}
.holdwrap {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("images/quiet1.jpg");
}
@media (max-width: 992px) {
  .holdwrap .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .holdwrap .container {
    padding: 0 12px;
  }
}
.holdwrap .card .card_1 {
  padding: 52px;
  border: 3px solid #97cff7;
  box-shadow: 4px 4px #97cff7;
  width: 55%;
}
.holdwrap .card .card_2 {
  padding: 40px;
  border: 3px solid #113f7c;
  box-shadow: 4px 4px #113f7c;
  width: 50%;
  margin: -5% 0 0 50%;
}
.holdwrap .card .card_3 {
  padding: 40px;
  border: 3px solid #97cff7;
  box-shadow: 4px 4px #97cff7;
  width: 40%;
  margin: -2% 0 0 18%;
}
.holdwrap .card .card-wrapper {
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .holdwrap .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    border-radius: 32px;
    padding: 24px;
  }
}
.holdwrap .card .card-wrapper .line {
  margin-bottom: 0;
}
.holdwrap .line {
  color: #222222;
}
.boxsegment {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.boxsegment .wrap {
  position: relative;
  background-color: #97cff7;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .boxsegment .wrap {
    padding: 3rem 1rem;
  }
}
.boxsegment .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.boxsegment .line {
  color: #000000;
}
.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e8ec;
}
@media (max-width: 992px) and (max-width: 992px) {
  .flow .container {
    padding: 0 24px;
  }
}
.flow .row {
  justify-content: space-between;
}
.flow .logo-wrapper {
  display: flex;
}
.flow .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.flow .logo-wrapper .platebox {
  width: 100%;
  border-bottom: 1px solid #113f7c;
}
.flow .outline {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .flow .outline {
    padding: 24px 0;
  }
}
.flow .outline .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.flow .outline .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.flow .outline .list .item-wrap:hover,
.flow .outline .list .item-wrap:focus {
  color: #113f7c;
}
.flow .outline .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flow .outline .saturation-section-title {
  margin-bottom: 24px;
}
.flow .outline .alignbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.flow .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .flow .nav-list {
    padding: 0;
  }
}
.flow .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #113f7c;
  border-bottom: 1px solid #113f7c;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.flow .nav-list .item-wrap:hover,
.flow .nav-list .item-wrap:focus {
  color: #113f7c;
}
.flow .nav-list .item-wrap:hover::before,
.flow .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.flow .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.flow .nav-list .item-wrap::before {
  content: '';
  background-color: #113f7c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.flow .saturation-section-title {
  color: #000000;
}
.flow .list {
  color: #F9F6E0;
}
.flow .alignbox {
  color: #000000;
}
.flow .list,
.flow .item-wrap {
  color: #000000;
}
.unit .navbar-dropdown {
  position: relative !important;
}
.unit .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .unit .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .unit .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.unit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.unit .nav-link {
  position: relative;
}
.unit .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .unit .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .unit .container {
    max-width: 1100px;
  }
}
.unit .nav-item:focus,
.unit .nav-link:focus {
  outline: none;
}
.unit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e8ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.unit .navbar .nodeunit {
  margin-right: 10px;
}
.unit .navbar .nodeunit img {
  width: auto;
}
.unit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .unit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unit .navbar .nodeunit img {
    height: 3rem !important;
  }
  .unit .navbar ul.modularbox li {
    margin: auto;
  }
  .unit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .unit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unit .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.unit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.unit .navbar-brand .navbar-caption:hover,
.unit .navbar-brand .navbar-caption:focus {
  color: #113f7c !important;
}
.unit .navbar-brand .nodeunit a {
  outline: none;
}
.unit .navbar-expand-lg .modularbox .nav-link {
  padding: 0;
}
.unit ul.modularbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .unit ul.modularbox {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.unit .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .unit .navbar-buttons {
    text-align: left;
  }
}
.unit .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .unit .navbar-buttons .btn {
    width: auto !important;
  }
}
.unit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #e2e8ec !important;
  border: none !important;
  box-shadow: none !important;
}
.unit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.unit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.unit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.unit .navbar-dropdown {
  padding: 0 1rem;
}
.unit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unit .navbar {
    height: 70px;
  }
  .unit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unit .nav-item {
  padding: 0;
  margin: 0;
}
.unit .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.unit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.unit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #113f7c;
  transition: all 0.3s ease-in-out;
}
.unit .nav-item .nav-link:hover {
  background-color: transparent;
  color: #113f7c;
}
.unit .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.unit .nav-item .nav-link:hover::before {
  width: 100%;
}
.unit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .unit .navbar {
    justify-content: flex-start !important;
  }
  .unit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .unit .navbar-collapse .modularbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .unit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .unit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .unit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.unit .depthbox {
  min-height: 77px;
}
.unit .dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .unit .dropdown {
    width: auto;
    text-align: center;
  }
}
.docklayer {
  padding-top: 5rem;
  background-color: #97cff7;
}
.docklayer .outline {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.docklayer .outline .gridmap {
  margin-bottom: 40px;
}
.docklayer .outline .gridmap .flowsegment {
  margin-bottom: 16px;
}
.docklayer .outline .gridmap .flowsegment .rowwrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.docklayer .outline .gridmap .flowsegment .rowwrap .headbox {
  margin-bottom: 0;
}
.docklayer .outline .gridmap .saturation-section-title {
  margin-bottom: 16px;
}
.docklayer .outline .gridmap .text-wrapper .line {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .docklayer .outline .gridmap .text-wrapper .line {
    width: 100%;
  }
}
.docklayer .shell {
  margin: 0 -10px;
}
.docklayer .shell .card {
  padding: 0 10px;
}
.docklayer .card-wrapper {
  padding: 24px;
  background-color: #f6f6f6;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .docklayer .card-wrapper {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.docklayer .card-wrapper .sectionlayer {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .docklayer .card-wrapper .sectionlayer {
    display: block;
    margin-bottom: 20px;
  }
}
.docklayer .card-wrapper .sectionlayer .card-box {
  width: 100%;
}
.docklayer .card-wrapper .sectionlayer .card-box .item-title {
  margin-bottom: 0;
}
.docklayer .card-wrapper .sectionlayer .card-box .item-text {
  margin-bottom: 0;
}
.docklayer .phasebox {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .docklayer .phasebox {
    height: 320px;
  }
}
.docklayer .phasebox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.docklayer .headbox,
.docklayer .flowsegment {
  color: #334155;
  text-align: center;
}
.docklayer .saturation-section-title {
  color: #0f172a;
  text-align: center;
}
.docklayer .line,
.docklayer .text-wrapper {
  color: #000000;
  text-align: center;
}
.docklayer .item-title {
  color: #0f172a;
}
.docklayer .item-text {
  color: #000000;
}
.docklayer label {
  color: #475569;
}
.docklayer .saturation-section-title,
.docklayer .saturation-section-btn {
  color: #000000;
}
.dockbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.dockbox .depthbox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .dockbox .depthbox {
    margin-bottom: 32px;
  }
}
.dockbox .depthbox .flowsegment {
  margin-bottom: 16px;
}
.dockbox .depthbox .flowsegment .headbox {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.dockbox .depthbox .saturation-section-title {
  margin-bottom: 16px;
}
.dockbox .depthbox .text-wrapper .line {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dockbox .depthbox .text-wrapper .line {
    width: 100%;
  }
}
.dockbox .shell {
  margin: 0 -10px;
}
.dockbox .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .dockbox .item:last-child {
    margin-bottom: 0;
  }
}
.dockbox .item .item-wrapper {
  height: 100%;
  background-color: #e2e8ec;
  padding: 8px;
}
.dockbox .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #97cff7;
}
.dockbox .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.dockbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 24px;
}
.dockbox .item .item-wrapper .card-box .link-wrapper {
  padding-top: 24px;
  border-top: 1px solid #113f7c;
}
.dockbox .item .item-wrapper .card-box .link-wrapper .item-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
.dockbox .item .item-wrapper .card-box .link-wrapper .item-link:hover,
.dockbox .item .item-wrapper .card-box .link-wrapper .item-link:focus {
  transform: translateY(-2px);
}
.dockbox .headbox,
.dockbox .flowsegment {
  color: #000000;
  text-align: center;
}
.dockbox .saturation-section-title {
  color: #000000;
  text-align: center;
}
.dockbox .line,
.dockbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.dockbox .item-title {
  color: #000000;
}
.dockbox .item-text {
  color: #4f4f4f;
}
.dockbox .item-link {
  color: #000000;
  text-align: center;
}
.dockbox .item-title {
  text-align: center;
}
.zoneunit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.zoneunit .wrap {
  position: relative;
  background-color: #97cff7;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .zoneunit .wrap {
    padding: 3rem 1rem;
  }
}
.zoneunit .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.zoneunit .line {
  color: #000000;
}
.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e8ec;
}
@media (max-width: 992px) and (max-width: 992px) {
  .flow .container {
    padding: 0 24px;
  }
}
.flow .row {
  justify-content: space-between;
}
.flow .logo-wrapper {
  display: flex;
}
.flow .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.flow .logo-wrapper .platebox {
  width: 100%;
  border-bottom: 1px solid #113f7c;
}
.flow .outline {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .flow .outline {
    padding: 24px 0;
  }
}
.flow .outline .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.flow .outline .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.flow .outline .list .item-wrap:hover,
.flow .outline .list .item-wrap:focus {
  color: #113f7c;
}
.flow .outline .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flow .outline .saturation-section-title {
  margin-bottom: 24px;
}
.flow .outline .alignbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.flow .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .flow .nav-list {
    padding: 0;
  }
}
.flow .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #113f7c;
  border-bottom: 1px solid #113f7c;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.flow .nav-list .item-wrap:hover,
.flow .nav-list .item-wrap:focus {
  color: #113f7c;
}
.flow .nav-list .item-wrap:hover::before,
.flow .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.flow .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.flow .nav-list .item-wrap::before {
  content: '';
  background-color: #113f7c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.flow .saturation-section-title {
  color: #000000;
}
.flow .list {
  color: #F9F6E0;
}
.flow .alignbox {
  color: #000000;
}
.flow .list,
.flow .item-wrap {
  color: #000000;
}
.unit .navbar-dropdown {
  position: relative !important;
}
.unit .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .unit .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .unit .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.unit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.unit .nav-link {
  position: relative;
}
.unit .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .unit .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .unit .container {
    max-width: 1100px;
  }
}
.unit .nav-item:focus,
.unit .nav-link:focus {
  outline: none;
}
.unit .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e8ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.unit .navbar .nodeunit {
  margin-right: 10px;
}
.unit .navbar .nodeunit img {
  width: auto;
}
.unit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .unit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unit .navbar .nodeunit img {
    height: 3rem !important;
  }
  .unit .navbar ul.modularbox li {
    margin: auto;
  }
  .unit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .unit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unit .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.unit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.unit .navbar-brand .navbar-caption:hover,
.unit .navbar-brand .navbar-caption:focus {
  color: #113f7c !important;
}
.unit .navbar-brand .nodeunit a {
  outline: none;
}
.unit .navbar-expand-lg .modularbox .nav-link {
  padding: 0;
}
.unit ul.modularbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .unit ul.modularbox {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.unit .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .unit .navbar-buttons {
    text-align: left;
  }
}
.unit .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .unit .navbar-buttons .btn {
    width: auto !important;
  }
}
.unit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #e2e8ec !important;
  border: none !important;
  box-shadow: none !important;
}
.unit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.unit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.unit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.unit .navbar-dropdown {
  padding: 0 1rem;
}
.unit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unit .navbar {
    height: 70px;
  }
  .unit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unit .nav-item {
  padding: 0;
  margin: 0;
}
.unit .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.unit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.unit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #113f7c;
  transition: all 0.3s ease-in-out;
}
.unit .nav-item .nav-link:hover {
  background-color: transparent;
  color: #113f7c;
}
.unit .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.unit .nav-item .nav-link:hover::before {
  width: 100%;
}
.unit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .unit .navbar {
    justify-content: flex-start !important;
  }
  .unit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .unit .navbar-collapse .modularbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .unit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .unit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .unit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.unit .depthbox {
  min-height: 77px;
}
.unit .dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .unit .dropdown {
    width: auto;
    text-align: center;
  }
}
.layersegment {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #97cff7;
}
.layersegment .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .layersegment .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .layersegment .depthbox .flowsegment {
    margin-bottom: 32px;
  }
}
.layersegment .depthbox .flowsegment .rowwrap .headbox {
  margin-bottom: 10px;
}
.layersegment .depthbox .flowsegment .phasebox img {
  height: 365px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .layersegment .depthbox .flowsegment .phasebox img {
    height: 300px;
  }
}
.layersegment .depthbox .text-wrapper .saturation-section-title {
  margin-bottom: 16px;
}
.layersegment .depthbox .text-wrapper .line {
  margin-bottom: 24px;
}
.layersegment .depthbox .text-wrapper .line-wrap {
  width: 100%;
  height: 24px;
  background-image: linear-gradient(90deg, #f6f6f6 0, transparent 100%);
  margin-bottom: 24px;
}
.layersegment .depthbox .text-wrapper .text_2 {
  margin-bottom: 0;
}
.layersegment .depthbox .text-wrapper .saturation-section-btn {
  margin-top: 14px;
}
.layersegment .headbox {
  color: #f6f4f0;
}
.layersegment .saturation-section-title {
  color: #f6f4f0;
}
.layersegment .line {
  color: #000000;
}
.structurebox {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.structurebox .outline .line {
  margin-bottom: 22px;
}
.structurebox .line {
  color: #000000;
}
.structurebox .saturation-section-btn {
  text-align: center;
}
.fieldset {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.fieldset .wrap {
  position: relative;
  background-color: #97cff7;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .fieldset .wrap {
    padding: 3rem 1rem;
  }
}
.fieldset .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.fieldset .line {
  color: #000000;
}
.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e8ec;
}
@media (max-width: 992px) and (max-width: 992px) {
  .flow .container {
    padding: 0 24px;
  }
}
.flow .row {
  justify-content: space-between;
}
.flow .logo-wrapper {
  display: flex;
}
.flow .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.flow .logo-wrapper .platebox {
  width: 100%;
  border-bottom: 1px solid #113f7c;
}
.flow .outline {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .flow .outline {
    padding: 24px 0;
  }
}
.flow .outline .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.flow .outline .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.flow .outline .list .item-wrap:hover,
.flow .outline .list .item-wrap:focus {
  color: #113f7c;
}
.flow .outline .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flow .outline .saturation-section-title {
  margin-bottom: 24px;
}
.flow .outline .alignbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.flow .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .flow .nav-list {
    padding: 0;
  }
}
.flow .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #113f7c;
  border-bottom: 1px solid #113f7c;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.flow .nav-list .item-wrap:hover,
.flow .nav-list .item-wrap:focus {
  color: #113f7c;
}
.flow .nav-list .item-wrap:hover::before,
.flow .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.flow .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.flow .nav-list .item-wrap::before {
  content: '';
  background-color: #113f7c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.flow .saturation-section-title {
  color: #000000;
}
.flow .list {
  color: #F9F6E0;
}
.flow .alignbox {
  color: #000000;
}
.flow .list,
.flow .item-wrap {
  color: #000000;
}
.corewrapbox .navbar-dropdown {
  position: relative !important;
}
.corewrapbox .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .corewrapbox .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .corewrapbox .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.corewrapbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.corewrapbox .nav-link {
  position: relative;
}
.corewrapbox .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .corewrapbox .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .corewrapbox .container {
    max-width: 1100px;
  }
}
.corewrapbox .nav-item:focus,
.corewrapbox .nav-link:focus {
  outline: none;
}
.corewrapbox .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e8ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.corewrapbox .navbar .nodeunit {
  margin-right: 10px;
}
.corewrapbox .navbar .nodeunit img {
  width: auto;
}
.corewrapbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .corewrapbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .corewrapbox .navbar .nodeunit img {
    height: 3rem !important;
  }
  .corewrapbox .navbar ul.modularbox li {
    margin: auto;
  }
  .corewrapbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .corewrapbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.corewrapbox .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.corewrapbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.corewrapbox .navbar-brand .navbar-caption:hover,
.corewrapbox .navbar-brand .navbar-caption:focus {
  color: #113f7c !important;
}
.corewrapbox .navbar-brand .nodeunit a {
  outline: none;
}
.corewrapbox .navbar-expand-lg .modularbox .nav-link {
  padding: 0;
}
.corewrapbox ul.modularbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .corewrapbox ul.modularbox {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.corewrapbox .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .corewrapbox .navbar-buttons {
    text-align: left;
  }
}
.corewrapbox .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .corewrapbox .navbar-buttons .btn {
    width: auto !important;
  }
}
.corewrapbox button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #e2e8ec !important;
  border: none !important;
  box-shadow: none !important;
}
.corewrapbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.corewrapbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.corewrapbox button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.corewrapbox button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.corewrapbox button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.corewrapbox .navbar-dropdown {
  padding: 0 1rem;
}
.corewrapbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .corewrapbox .navbar {
    height: 70px;
  }
  .corewrapbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.corewrapbox .nav-item {
  padding: 0;
  margin: 0;
}
.corewrapbox .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.corewrapbox .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.corewrapbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #113f7c;
  transition: all 0.3s ease-in-out;
}
.corewrapbox .nav-item .nav-link:hover {
  background-color: transparent;
  color: #113f7c;
}
.corewrapbox .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.corewrapbox .nav-item .nav-link:hover::before {
  width: 100%;
}
.corewrapbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .corewrapbox .navbar {
    justify-content: flex-start !important;
  }
  .corewrapbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .corewrapbox .navbar-collapse .modularbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .corewrapbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .corewrapbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .corewrapbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.corewrapbox .depthbox {
  min-height: 77px;
}
.corewrapbox .dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .corewrapbox .dropdown {
    width: auto;
    text-align: center;
  }
}
.field {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #97cff7;
}
.field .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .field .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .field .depthbox .flowsegment {
    margin-bottom: 32px;
  }
}
.field .depthbox .flowsegment .rowwrap .headbox {
  margin-bottom: 10px;
}
.field .depthbox .flowsegment .phasebox img {
  height: 365px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .field .depthbox .flowsegment .phasebox img {
    height: 300px;
  }
}
.field .depthbox .text-wrapper .saturation-section-title {
  margin-bottom: 16px;
}
.field .depthbox .text-wrapper .line {
  margin-bottom: 24px;
}
.field .depthbox .text-wrapper .line-wrap {
  width: 100%;
  height: 24px;
  background-image: linear-gradient(90deg, #f6f6f6 0, transparent 100%);
  margin-bottom: 24px;
}
.field .depthbox .text-wrapper .text_2 {
  margin-bottom: 0;
}
.field .depthbox .text-wrapper .saturation-section-btn {
  margin-top: 14px;
}
.field .headbox {
  color: #f6f4f0;
}
.field .saturation-section-title {
  color: #f6f4f0;
}
.field .line {
  color: #000000;
}
.gridbody {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.gridbody .outline .line {
  margin-bottom: 22px;
}
.gridbody .line {
  color: #000000;
}
.gridbody .saturation-section-btn {
  text-align: center;
}
.docksegment {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.docksegment .wrap {
  position: relative;
  background-color: #97cff7;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .docksegment .wrap {
    padding: 3rem 1rem;
  }
}
.docksegment .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.docksegment .line {
  color: #000000;
}
.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e8ec;
}
@media (max-width: 992px) and (max-width: 992px) {
  .flow .container {
    padding: 0 24px;
  }
}
.flow .row {
  justify-content: space-between;
}
.flow .logo-wrapper {
  display: flex;
}
.flow .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.flow .logo-wrapper .platebox {
  width: 100%;
  border-bottom: 1px solid #113f7c;
}
.flow .outline {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .flow .outline {
    padding: 24px 0;
  }
}
.flow .outline .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.flow .outline .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.flow .outline .list .item-wrap:hover,
.flow .outline .list .item-wrap:focus {
  color: #113f7c;
}
.flow .outline .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flow .outline .saturation-section-title {
  margin-bottom: 24px;
}
.flow .outline .alignbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.flow .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .flow .nav-list {
    padding: 0;
  }
}
.flow .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #113f7c;
  border-bottom: 1px solid #113f7c;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.flow .nav-list .item-wrap:hover,
.flow .nav-list .item-wrap:focus {
  color: #113f7c;
}
.flow .nav-list .item-wrap:hover::before,
.flow .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.flow .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.flow .nav-list .item-wrap::before {
  content: '';
  background-color: #113f7c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.flow .saturation-section-title {
  color: #000000;
}
.flow .list {
  color: #F9F6E0;
}
.flow .alignbox {
  color: #000000;
}
.flow .list,
.flow .item-wrap {
  color: #000000;
}
.viewwrap .navbar-dropdown {
  position: relative !important;
}
.viewwrap .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .viewwrap .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .viewwrap .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.viewwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.viewwrap .nav-link {
  position: relative;
}
.viewwrap .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .viewwrap .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .viewwrap .container {
    max-width: 1100px;
  }
}
.viewwrap .nav-item:focus,
.viewwrap .nav-link:focus {
  outline: none;
}
.viewwrap .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e8ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.viewwrap .navbar .nodeunit {
  margin-right: 10px;
}
.viewwrap .navbar .nodeunit img {
  width: auto;
}
.viewwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .viewwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .viewwrap .navbar .nodeunit img {
    height: 3rem !important;
  }
  .viewwrap .navbar ul.modularbox li {
    margin: auto;
  }
  .viewwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .viewwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.viewwrap .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.viewwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.viewwrap .navbar-brand .navbar-caption:hover,
.viewwrap .navbar-brand .navbar-caption:focus {
  color: #113f7c !important;
}
.viewwrap .navbar-brand .nodeunit a {
  outline: none;
}
.viewwrap .navbar-expand-lg .modularbox .nav-link {
  padding: 0;
}
.viewwrap ul.modularbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .viewwrap ul.modularbox {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.viewwrap .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .viewwrap .navbar-buttons {
    text-align: left;
  }
}
.viewwrap .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .viewwrap .navbar-buttons .btn {
    width: auto !important;
  }
}
.viewwrap button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #e2e8ec !important;
  border: none !important;
  box-shadow: none !important;
}
.viewwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.viewwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.viewwrap button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.viewwrap button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.viewwrap button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.viewwrap .navbar-dropdown {
  padding: 0 1rem;
}
.viewwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .viewwrap .navbar {
    height: 70px;
  }
  .viewwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.viewwrap .nav-item {
  padding: 0;
  margin: 0;
}
.viewwrap .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.viewwrap .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.viewwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #113f7c;
  transition: all 0.3s ease-in-out;
}
.viewwrap .nav-item .nav-link:hover {
  background-color: transparent;
  color: #113f7c;
}
.viewwrap .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.viewwrap .nav-item .nav-link:hover::before {
  width: 100%;
}
.viewwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .viewwrap .navbar {
    justify-content: flex-start !important;
  }
  .viewwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .viewwrap .navbar-collapse .modularbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .viewwrap .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .viewwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .viewwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.viewwrap .depthbox {
  min-height: 77px;
}
.viewwrap .dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .viewwrap .dropdown {
    width: auto;
    text-align: center;
  }
}
.group {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #97cff7;
}
.group .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .group .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .group .depthbox .flowsegment {
    margin-bottom: 32px;
  }
}
.group .depthbox .flowsegment .rowwrap .headbox {
  margin-bottom: 10px;
}
.group .depthbox .flowsegment .phasebox img {
  height: 365px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .group .depthbox .flowsegment .phasebox img {
    height: 300px;
  }
}
.group .depthbox .text-wrapper .saturation-section-title {
  margin-bottom: 16px;
}
.group .depthbox .text-wrapper .line {
  margin-bottom: 24px;
}
.group .depthbox .text-wrapper .line-wrap {
  width: 100%;
  height: 24px;
  background-image: linear-gradient(90deg, #f6f6f6 0, transparent 100%);
  margin-bottom: 24px;
}
.group .depthbox .text-wrapper .text_2 {
  margin-bottom: 0;
}
.group .depthbox .text-wrapper .saturation-section-btn {
  margin-top: 14px;
}
.group .headbox {
  color: #f6f4f0;
}
.group .saturation-section-title {
  color: #f6f4f0;
}
.group .line {
  color: #000000;
}
.coverbox {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.coverbox .outline .line {
  margin-bottom: 22px;
}
.coverbox .line {
  color: #000000;
}
.coverbox .saturation-section-btn {
  text-align: center;
}
.rootbox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.rootbox .wrap {
  position: relative;
  background-color: #97cff7;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .rootbox .wrap {
    padding: 3rem 1rem;
  }
}
.rootbox .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.rootbox .line {
  color: #000000;
}
.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e8ec;
}
@media (max-width: 992px) and (max-width: 992px) {
  .flow .container {
    padding: 0 24px;
  }
}
.flow .row {
  justify-content: space-between;
}
.flow .logo-wrapper {
  display: flex;
}
.flow .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.flow .logo-wrapper .platebox {
  width: 100%;
  border-bottom: 1px solid #113f7c;
}
.flow .outline {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .flow .outline {
    padding: 24px 0;
  }
}
.flow .outline .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.flow .outline .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.flow .outline .list .item-wrap:hover,
.flow .outline .list .item-wrap:focus {
  color: #113f7c;
}
.flow .outline .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flow .outline .saturation-section-title {
  margin-bottom: 24px;
}
.flow .outline .alignbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.flow .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .flow .nav-list {
    padding: 0;
  }
}
.flow .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #113f7c;
  border-bottom: 1px solid #113f7c;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.flow .nav-list .item-wrap:hover,
.flow .nav-list .item-wrap:focus {
  color: #113f7c;
}
.flow .nav-list .item-wrap:hover::before,
.flow .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.flow .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.flow .nav-list .item-wrap::before {
  content: '';
  background-color: #113f7c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.flow .saturation-section-title {
  color: #000000;
}
.flow .list {
  color: #F9F6E0;
}
.flow .alignbox {
  color: #000000;
}
.flow .list,
.flow .item-wrap {
  color: #000000;
}
.gridunitbox .navbar-dropdown {
  position: relative !important;
}
.gridunitbox .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .gridunitbox .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .gridunitbox .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gridunitbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.gridunitbox .nav-link {
  position: relative;
}
.gridunitbox .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .gridunitbox .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .gridunitbox .container {
    max-width: 1100px;
  }
}
.gridunitbox .nav-item:focus,
.gridunitbox .nav-link:focus {
  outline: none;
}
.gridunitbox .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e2e8ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.gridunitbox .navbar .nodeunit {
  margin-right: 10px;
}
.gridunitbox .navbar .nodeunit img {
  width: auto;
}
.gridunitbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridunitbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridunitbox .navbar .nodeunit img {
    height: 3rem !important;
  }
  .gridunitbox .navbar ul.modularbox li {
    margin: auto;
  }
  .gridunitbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .gridunitbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridunitbox .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.gridunitbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.gridunitbox .navbar-brand .navbar-caption:hover,
.gridunitbox .navbar-brand .navbar-caption:focus {
  color: #113f7c !important;
}
.gridunitbox .navbar-brand .nodeunit a {
  outline: none;
}
.gridunitbox .navbar-expand-lg .modularbox .nav-link {
  padding: 0;
}
.gridunitbox ul.modularbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .gridunitbox ul.modularbox {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.gridunitbox .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .gridunitbox .navbar-buttons {
    text-align: left;
  }
}
.gridunitbox .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .gridunitbox .navbar-buttons .btn {
    width: auto !important;
  }
}
.gridunitbox button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #e2e8ec !important;
  border: none !important;
  box-shadow: none !important;
}
.gridunitbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.gridunitbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.gridunitbox button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.gridunitbox button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.gridunitbox button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.gridunitbox .navbar-dropdown {
  padding: 0 1rem;
}
.gridunitbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridunitbox .navbar {
    height: 70px;
  }
  .gridunitbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridunitbox .nav-item {
  padding: 0;
  margin: 0;
}
.gridunitbox .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.gridunitbox .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.gridunitbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #113f7c;
  transition: all 0.3s ease-in-out;
}
.gridunitbox .nav-item .nav-link:hover {
  background-color: transparent;
  color: #113f7c;
}
.gridunitbox .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.gridunitbox .nav-item .nav-link:hover::before {
  width: 100%;
}
.gridunitbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .gridunitbox .navbar {
    justify-content: flex-start !important;
  }
  .gridunitbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .gridunitbox .navbar-collapse .modularbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .gridunitbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .gridunitbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .gridunitbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.gridunitbox .depthbox {
  min-height: 77px;
}
.gridunitbox .dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .gridunitbox .dropdown {
    width: auto;
    text-align: center;
  }
}
.subbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #97cff7;
}
.subbox .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .subbox .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .subbox .depthbox .flowsegment {
    margin-bottom: 32px;
  }
}
.subbox .depthbox .flowsegment .rowwrap .headbox {
  margin-bottom: 10px;
}
.subbox .depthbox .flowsegment .phasebox img {
  height: 365px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .subbox .depthbox .flowsegment .phasebox img {
    height: 300px;
  }
}
.subbox .depthbox .text-wrapper .saturation-section-title {
  margin-bottom: 16px;
}
.subbox .depthbox .text-wrapper .line {
  margin-bottom: 24px;
}
.subbox .depthbox .text-wrapper .line-wrap {
  width: 100%;
  height: 24px;
  background-image: linear-gradient(90deg, #f6f6f6 0, transparent 100%);
  margin-bottom: 24px;
}
.subbox .depthbox .text-wrapper .text_2 {
  margin-bottom: 0;
}
.subbox .depthbox .text-wrapper .saturation-section-btn {
  margin-top: 14px;
}
.subbox .headbox {
  color: #f6f4f0;
}
.subbox .saturation-section-title {
  color: #f6f4f0;
}
.subbox .line {
  color: #000000;
}
.node {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.node .outline .line {
  margin-bottom: 22px;
}
.node .line {
  color: #000000;
}
.node .saturation-section-btn {
  text-align: center;
}
.zonecore {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.zonecore .wrap {
  position: relative;
  background-color: #97cff7;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .zonecore .wrap {
    padding: 3rem 1rem;
  }
}
.zonecore .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.zonecore .line {
  color: #000000;
}
.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e8ec;
}
@media (max-width: 992px) and (max-width: 992px) {
  .flow .container {
    padding: 0 24px;
  }
}
.flow .row {
  justify-content: space-between;
}
.flow .logo-wrapper {
  display: flex;
}
.flow .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.flow .logo-wrapper .platebox {
  width: 100%;
  border-bottom: 1px solid #113f7c;
}
.flow .outline {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .flow .outline {
    padding: 24px 0;
  }
}
.flow .outline .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.flow .outline .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.flow .outline .list .item-wrap:hover,
.flow .outline .list .item-wrap:focus {
  color: #113f7c;
}
.flow .outline .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flow .outline .saturation-section-title {
  margin-bottom: 24px;
}
.flow .outline .alignbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.flow .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .flow .nav-list {
    padding: 0;
  }
}
.flow .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #113f7c;
  border-bottom: 1px solid #113f7c;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.flow .nav-list .item-wrap:hover,
.flow .nav-list .item-wrap:focus {
  color: #113f7c;
}
.flow .nav-list .item-wrap:hover::before,
.flow .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.flow .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.flow .nav-list .item-wrap::before {
  content: '';
  background-color: #113f7c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.flow .saturation-section-title {
  color: #000000;
}
.flow .list {
  color: #F9F6E0;
}
.flow .alignbox {
  color: #000000;
}
.flow .list,
.flow .item-wrap {
  color: #000000;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}
.coversegment {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
}
.coversegment.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: bounceIn 0.8s ease-out forwards;
}
.coversegment p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.coversegment button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}
#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}
#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}
#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .coversegment {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) scale(0.95) !important;
  }
  .coversegment.show {
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }
  #cookieBanner button,
  .coversegment button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .coversegment {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }
  #cookieBanner button,
  .coversegment button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}
.navbar-brand {
    animation: flipIn 1s ease-out;
}
.ttc-form {
  padding: 0 !important;
  background: transparent;
}
.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ttc-form #customForm .form-group {
  margin-bottom: 24px;
}
.ttc-form #customForm .form-group .form-control,
.ttc-form #customForm .form-group input.form-control,
.ttc-form #customForm .form-group textarea.form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  color: #222 !important;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ttc-form #customForm textarea.form-control {
  min-height: 160px !important;
  resize: vertical !important;
  border-radius: 0 !important;
}
.ttc-form #customForm .form-control:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #3b6cff !important;
  box-shadow: 0 0 0 3px rgba(59,108,255,.2) !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm ::placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  background: #3b6cff;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .1s ease;
}
.ttc-form #customForm .btn:hover {
  background: #2f58e6;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  font-size: 12px;
  color: #666;
}
.ttc-form #customForm a {
  color: #c47b22;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm [data-for="captcha"],
.ttc-form #customForm [data-for^="consent_"] {
  margin-bottom: 20px;
}
.ttc-form #customForm .clusterunit,
.ttc-form #customForm .mount {
  width: 100%;
  border: 1px solid #c7c9ce !important;
  background: #f2f3f5 !important;
  padding: 14px 16px !important;
  border-radius: 0 !important;
  text-align: left;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
}
.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for^="consent_"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e2e2e;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}
.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for^="consent_"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #3b6cff;
}
.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  padding: 14px 16px;
  background: rgba(70,200,95,.45) !important;
  border: 1px solid rgba(20,120,40,.7) !important;
  color: #0a2d12 !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }
  .ttc-form #customForm {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-group .form-control {
    font-size: 15px;
    padding: 12px 14px !important;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}
@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }
}
