@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-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);
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[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;
}
.zonepad {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .zonepad {
    font-size: 5rem;
  }
}
.outerwrapunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .outerwrapunit {
    font-size: 4.5rem;
  }
}
.clipbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .clipbox {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-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-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;
}
.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);
}
.shellbox {
  --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;
}
 .shellbox .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 .shellbox {
    flex-direction: row;
  }
  .navbar-expand-lg .shellbox .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.layoutnode {
  --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);
}
.casing {
  --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-start {
  justify-content: flex-start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.align-content-around {
  align-content: space-around !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.text-center {
  text-align: center !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.quiz-section {
  background-image: url("images/detailed1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .inset {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .inset 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; }
.quiz-section {
  background-image: url("images/detailed1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@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;
}
.quiz-section {
  background-image: url("images/detailed1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@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;
}
.saturation-section-subtitle {
  line-height: 1.3;
}
.boxarea {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6,
.zonepad,
.outerwrapunit,
.clipbox,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
b,
strong {
  font-weight: bold;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
textarea[type=hidden] {
  display: none;
}
section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hidden {
  visibility: hidden;
}
.stacksegment {
  text-align: left;
}
.unitband {
  text-align: center;
}
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 .inset 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 .shellbox.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;
}
.treebox {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
ul {
  margin-bottom: 2.3125rem;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.item {
  position: relative;
}
.quiz-section {
  background-image: url("images/detailed1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'drop2';
  font-display: swap;
  src:  url('fonts/responsive2.eot');
  src:  url('fonts/responsive2.eot') format('embedded-opentype'),
    url('fonts/responsive2.woff2') format('woff2'),
    url('fonts/responsive2.woff') format('woff'),
    url('fonts/responsive2.ttf') format('truetype'),
    url('fonts/responsive2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.quiz-section {
  background-image: url("images/detailed1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
body {
  font-family: Onest;
}
.zonepad {
  font-family: 'Onest', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.outerwrapunit {
  font-family: 'Onest', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.clipbox {
  font-family: 'Onest', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .zonepad {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .zonepad {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .outerwrapunit {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .clipbox {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .zonepad {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .outerwrapunit {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .clipbox {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-primary,
.btn-primary:active {
  background-color: #4fa3c6 !important;
  border-color: #4fa3c6 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #76b7d2 !important;
  border-color: #76b7d2 !important;
  box-shadow: none;
}
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #76b7d2 !important;
  border-color: #76b7d2 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  transform: scale(1.1);
  background: #0d4259 !important;
  border-color: #0d4259 !important;
  color: #4fa3c6 !important;
}
.btn-primary:hover span,
.btn-primary:focus span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.text-primary {
  color: #4fa3c6 !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2b6a84 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.layoutnode {
  background-color: #70c770;
}
.casing {
  background-color: #ffea64;
}
.saturation-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #4fa3c6;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4fa3c6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.base .navbar-dropdown {
  position: relative !important;
}
.base .navbar-dropdown {
  position: absolute !important;
}
.base .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.base .nav-link {
  position: relative;
}
.base .container {
  display: flex;
  margin: auto;
}
.base .nav-item:focus,
.base .nav-link:focus {
  outline: none;
}
.base .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e1a2b;
  backdrop-filter: saturate(180%) blur(50px);
}
.base .navbar .inset img {
  width: auto;
}
.base .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .base .navbar .nav-item .nav-link::before {
    display: none;
  }
  .base .navbar .inset img {
    height: 3rem !important;
  }
  .base .navbar ul.shellbox li {
    margin: auto;
  }
  .base .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .base .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.base .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.base .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.base .navbar-brand .inset a {
  outline: none;
}
.base .navbar-expand-lg .shellbox .nav-link {
  padding: 0;
}
.base ul.shellbox {
  flex-wrap: wrap;
}
.base button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.base button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.base button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.base button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.base .navbar-dropdown {
  padding: 0 1rem;
}
.base a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .base .navbar {
    height: 70px;
  }
  .base .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.branchbox {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("images/blue1.jpg");
}
@media (max-width: 992px) {
  .branchbox .container {
    padding: 0 15px;
  }
}
.branchbox .domwrap {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .branchbox .domwrap {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .branchbox .domwrap {
    margin-top: 40px;
    padding: 0;
  }
}
.branchbox .domwrap .saturation-section-subtitle {
  margin-bottom: 30px;
}
.branchbox .domwrap .saturation-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .branchbox .domwrap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.branchbox .domwrap .boxarea {
  margin-bottom: 0;
}
.branchbox .domwrap .saturation-section-btn {
  margin-top: 40px;
}
.branchbox .framecore {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.branchbox .framecore img {
  width: 400px;
  height: 400px;
  border: 3px solid #4fa3c6;
  box-shadow: 10px 10px 50px #d2d2df;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .branchbox .framecore img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .branchbox .framecore img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .branchbox .framecore img {
    width: 260px;
    height: 260px;
  }
}
.branchbox .saturation-section-title {
  color: #ffffff;
}
.branchbox .saturation-section-subtitle {
  color: #f2ac2b;
}
.branchbox .boxarea {
  color: #d2d2df;
  text-align: center;
}
.branchbox .saturation-section-title,
.branchbox .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.linedock {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #121f33;
}
.linedock .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #1a2c46;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .linedock .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.linedock .card-wrapper .domwrap {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .domwrap {
    width: 100%;
  }
}
.linedock .card-wrapper .domwrap .saturation-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .domwrap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.linedock .card-wrapper .domwrap .pathunit .flowsegment {
  display: inline-flex;
  width: 56%;
  height: 2px;
  background-color: #4fa3c6;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .domwrap .pathunit .flowsegment {
    width: 100%;
  }
}
.linedock .card-wrapper .domwrap .text-wrapper .boxarea {
  display: inline-block;
  width: 56%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .domwrap .text-wrapper .boxarea {
    width: 100%;
  }
}
.linedock .card-wrapper .domwrap .saturation-section-btn {
  margin-top: 20px;
}
.linedock .card-wrapper .domwrap .splitunit {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .domwrap .splitunit {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.linedock .card-wrapper .domwrap .splitunit .layoutunit {
  margin-right: 24px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .domwrap .splitunit .layoutunit {
    margin-right: 0;
    margin-top: 20px;
  }
}
.linedock .card-wrapper .domwrap .splitunit .layoutunit:last-child {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .linedock .card-wrapper .domwrap .splitunit .layoutunit:last-child {
    transform: none;
  }
}
.linedock .card-wrapper .domwrap .splitunit .layoutunit img {
  width: 256px;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .domwrap .splitunit .layoutunit img {
    width: 100%;
    height: 300px;
  }
}
.linedock .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 33%;
  padding: 24px;
  background-color: #121f33;
}
@media (max-width: 1440px) {
  .linedock .card-wrapper .card-wrap {
    width: 38%;
  }
}
@media (max-width: 992px) {
  .linedock .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.linedock .card-wrapper .card-wrap .boxareaunit {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .card-wrap .boxareaunit {
    margin-bottom: 20px;
  }
}
.linedock .card-wrapper .card-wrap .framecore img {
  height: 670px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .card-wrap .framecore img {
    height: 300px;
  }
}
.linedock .saturation-section-title {
  color: #f1f5eb;
}
.linedock .boxarea {
  color: #f1f5eb;
}
.linedock .boxareaunit {
  color: #f1f5eb;
  text-align: center;
}
.linedock .boxarea,
.linedock .text-wrapper {
  text-align: center;
}
.linedock .saturation-section-title,
.linedock .pathunit,
.linedock .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.corepad {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #121f33;
}
.corepad .boxarea {
  margin-bottom: 32px;
  color: #000c3f;
}
.corepad .desc-wrapper .boxareaunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .corepad .desc-wrapper .boxareaunit {
    width: 100%;
  }
}
.corepad .boxareaunit,
.corepad .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.corepad .boxarea {
  text-align: center;
  color: #ffffff;
}
.boxsegment {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a2c46;
}
.boxsegment .row {
  margin: 0 !important;
  row-gap: 40px;
}
.boxsegment .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.boxsegment .item-img img {
  max-width: 580px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .boxsegment .item-img {
    width: 100%;
  }
}
.boxsegment .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .boxsegment .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .boxsegment .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .boxsegment .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.boxsegment .card-title {
  color: #d6e0ee;
}
.boxsegment .card-text {
  margin-top: 25px;
  color: #131313;
}
.boxsegment .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .boxsegment .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.boxsegment .list-item {
  width: 100%;
}
.boxsegment .list-text {
  color: #ffffff;
}
.boxsegment .saturation-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .boxsegment .saturation-section-btn {
    margin-top: 15px;
  }
}
.boxsegment .card-text,
.boxsegment .saturation-section-btn {
  color: #ffffff;
}
.framewrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0a1424;
}
.framewrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .framewrap .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .framewrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .framewrap .container {
    padding: 0 16px;
  }
}
.framewrap .nestedbox {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .framewrap .nestedbox {
    margin-bottom: 48px;
  }
}
.framewrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .framewrap .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.framewrap .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.framewrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.framewrap .nav-wrapper .list .item-wrap:hover::before,
.framewrap .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.framewrap .flowsegment {
  height: 1px;
  background-color: #4fa3c6;
}
.framewrap .contentgrid {
  padding: 16px 0;
  margin-bottom: 0;
  color: #ffffff;
}
.framewrap .saturation-section-title {
  color: #ffffff;
}
.framewrap .list {
  color: #1c1c1c;
}
.base .navbar-dropdown {
  position: relative !important;
}
.base .navbar-dropdown {
  position: absolute !important;
}
.base .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.base .nav-link {
  position: relative;
}
.base .container {
  display: flex;
  margin: auto;
}
.base .nav-item:focus,
.base .nav-link:focus {
  outline: none;
}
.base .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e1a2b;
  backdrop-filter: saturate(180%) blur(50px);
}
.base .navbar .inset img {
  width: auto;
}
.base .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .base .navbar .nav-item .nav-link::before {
    display: none;
  }
  .base .navbar .inset img {
    height: 3rem !important;
  }
  .base .navbar ul.shellbox li {
    margin: auto;
  }
  .base .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .base .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.base .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.base .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.base .navbar-brand .inset a {
  outline: none;
}
.base .navbar-expand-lg .shellbox .nav-link {
  padding: 0;
}
.base ul.shellbox {
  flex-wrap: wrap;
}
.base button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.base button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.base button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.base button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.base .navbar-dropdown {
  padding: 0 1rem;
}
.base a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .base .navbar {
    height: 70px;
  }
  .base .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.scaffold {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #121f33;
}
.scaffold .card {
  justify-content: center;
}
.scaffold .splitunit {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
}
@media (max-width: 1440px) {
  .scaffold .splitunit {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .scaffold .splitunit {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.scaffold .splitunit .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .scaffold .splitunit .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.scaffold .splitunit .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.scaffold .splitunit .layoutunit img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .scaffold .splitunit .layoutunit img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.scaffold .domwrap .saturation-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .scaffold .domwrap .saturation-section-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.scaffold .domwrap .boxarea {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .scaffold .domwrap .boxarea {
    width: 100%;
    margin-bottom: 15px;
  }
}
.scaffold .saturation-section-title {
  color: #ffffff;
}
.scaffold .boxarea {
  color: #ffffff;
}
.scaffold .saturation-section-title,
.scaffold .saturation-section-btn,
.scaffold .nestedbox {
  color: #d6e0ee;
  text-align: center;
}
.scaffold .boxarea,
.scaffold .text-wrapper {
  text-align: center;
}
.unit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a2c46;
}
.unit .flexbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .flexbox {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .unit .flexbox .item {
    margin-bottom: 12px;
  }
  .unit .flexbox .item:last-child {
    margin-bottom: 0;
  }
}
.unit .flexbox .item .item-wrapper {
  position: relative;
  background-color: #121f33;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .flexbox .item .item-wrapper {
    padding: 32px 16px;
  }
}
.unit .flexbox .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .unit .flexbox .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.unit .flexbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.unit .flexbox .item .item-wrapper .card-box .saturation-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .unit .flexbox .item .item-wrapper .card-box .saturation-section-btn {
    margin-bottom: 16px;
  }
}
.unit .item-title {
  color: #050f0f;
}
.unit .item-text {
  color: #ffffff;
  text-align: center;
}
.unit .item-title,
.unit .saturation-section-btn {
  color: #d6e0ee;
  text-align: center;
}
.holdlayer {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #121f33;
}
.holdlayer .nestedbox {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .holdlayer .nestedbox {
    margin-bottom: 48px;
  }
}
.holdlayer .nestedbox .desc-wrapper .boxareaunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .holdlayer .nestedbox .desc-wrapper .boxareaunit {
    width: 100%;
    margin-bottom: 16px;
  }
}
.holdlayer .nestedbox .saturation-section-title {
  margin-bottom: 24px;
}
.holdlayer .nestedbox .text-wrapper .boxarea {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .holdlayer .nestedbox .text-wrapper .boxarea {
    width: 100%;
  }
}
.holdlayer .flexbox {
  margin: 0 -32px;
  justify-content: center;
}
.holdlayer .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .holdlayer .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.holdlayer .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .holdlayer .item:nth-child(2n) {
    margin-top: 0;
  }
}
.holdlayer .item:nth-child(3n) {
  margin-top: 0;
}
.holdlayer .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.holdlayer .item .item-wrapper:hover .item-wrap .item-img .layoutunit img,
.holdlayer .item .item-wrapper:focus .item-wrap .item-img .layoutunit img {
  border: 2px solid #4fa3c6;
  background-color: #4fa3c6;
}
.holdlayer .item .item-wrapper .item-wrap {
  height: 100%;
}
.holdlayer .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.holdlayer .item .item-wrapper .item-wrap .item-img .layoutunit {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .holdlayer .item .item-wrapper .item-wrap .item-img .layoutunit {
    margin-bottom: 16px;
  }
}
.holdlayer .item .item-wrapper .item-wrap .item-img .layoutunit img {
  height: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .holdlayer .item .item-wrapper .item-wrap .item-img .layoutunit img {
    height: 350px;
  }
}
.holdlayer .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.holdlayer .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.holdlayer .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.holdlayer .saturation-section-title {
  color: #ffffff;
  text-align: center;
}
.holdlayer .boxarea,
.holdlayer .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.holdlayer .boxareaunit,
.holdlayer .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.holdlayer .item-title {
  color: #d6e0ee;
  text-align: center;
}
.holdlayer .item-text {
  color: #ffffff;
  text-align: center;
}
.splitlayer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a2c46;
}
.splitlayer .nestedbox .saturation-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .splitlayer .nestedbox .saturation-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.splitlayer .flexbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .splitlayer .flexbox {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .splitlayer .flexbox {
    display: block;
  }
}
@media (max-width: 992px) {
  .splitlayer .item {
    margin-bottom: 20px;
  }
}
.splitlayer .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .splitlayer .item .item-wrapper {
    padding: 20px;
  }
}
.splitlayer .item .item-wrapper .card-box .card-title_1,
.splitlayer .item .item-wrapper .card-box .card-title_2,
.splitlayer .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.splitlayer .item .item-wrapper .card-box .card-text_1,
.splitlayer .item .item-wrapper .card-box .card-text_2,
.splitlayer .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.splitlayer .item .item-wrapper .card-box .saturation-section-btn {
  margin-top: 20px;
}
.splitlayer .item .item-wrapper .card-box .saturation-section-btn .btn {
  margin-bottom: 0;
}
.splitlayer .item .card_1 {
  background-color: #121f33;
}
.splitlayer .item .card_2 {
  background-color: #121f33;
}
.splitlayer .item .card_3 {
  background-color: #121f33;
}
.splitlayer .saturation-section-title,
.splitlayer .nestedbox {
  color: #323432;
  text-align: center;
}
.splitlayer .card-title_1 {
  color: #f1f5eb;
}
.splitlayer .card-text_1 {
  color: #ffffff;
  text-align: center;
}
.splitlayer .card-title_2 {
  color: #323432;
  text-align: center;
}
.splitlayer .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.splitlayer .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.splitlayer .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.splitlayer .card-title_1,
.splitlayer .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.splitlayer .card-title_2,
.splitlayer .saturation-section-btn {
  color: #d6e0ee;
}
.splitlayer .card-title_3,
.splitlayer .saturation-section-btn {
  color: #d6e0ee;
}
.trunk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #121f33;
}
.trunk .nestedbox {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .trunk .nestedbox {
    margin-bottom: 32px;
  }
}
.trunk .flexbox {
  justify-content: center;
  margin: 0 -24px;
}
.trunk .flexbox .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .trunk .flexbox .item {
    margin-bottom: 32px;
  }
}
.trunk .flexbox .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .trunk .flexbox .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .trunk .flexbox .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.trunk .flexbox .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .trunk .flexbox .item .item-wrapper .item-content {
    width: 100%;
  }
}
.trunk .flexbox .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .trunk .flexbox .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.trunk .flexbox .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.trunk .flexbox .item .item-wrapper .item-content .saturation-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .trunk .flexbox .item .item-wrapper .item-content .saturation-section-btn {
    margin-top: 22px;
  }
}
.trunk .framecore {
  padding: 16px;
  border: 3px dashed #4fa3c6;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .trunk .framecore {
    transform: none;
  }
}
.trunk .framecore img {
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
.trunk .saturation-section-title {
  color: #c10b02;
}
.trunk .item-title {
  color: #c10b02;
}
.trunk .item-text {
  color: #ffffff;
  text-align: center;
}
.trunk .item-title,
.trunk .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.framewrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0a1424;
}
.framewrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .framewrap .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .framewrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .framewrap .container {
    padding: 0 16px;
  }
}
.framewrap .nestedbox {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .framewrap .nestedbox {
    margin-bottom: 48px;
  }
}
.framewrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .framewrap .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.framewrap .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.framewrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.framewrap .nav-wrapper .list .item-wrap:hover::before,
.framewrap .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.framewrap .flowsegment {
  height: 1px;
  background-color: #4fa3c6;
}
.framewrap .contentgrid {
  padding: 16px 0;
  margin-bottom: 0;
  color: #ffffff;
}
.framewrap .saturation-section-title {
  color: #ffffff;
}
.framewrap .list {
  color: #1c1c1c;
}
.base .navbar-dropdown {
  position: relative !important;
}
.base .navbar-dropdown {
  position: absolute !important;
}
.base .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.base .nav-link {
  position: relative;
}
.base .container {
  display: flex;
  margin: auto;
}
.base .nav-item:focus,
.base .nav-link:focus {
  outline: none;
}
.base .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e1a2b;
  backdrop-filter: saturate(180%) blur(50px);
}
.base .navbar .inset img {
  width: auto;
}
.base .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .base .navbar .nav-item .nav-link::before {
    display: none;
  }
  .base .navbar .inset img {
    height: 3rem !important;
  }
  .base .navbar ul.shellbox li {
    margin: auto;
  }
  .base .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .base .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.base .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.base .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.base .navbar-brand .inset a {
  outline: none;
}
.base .navbar-expand-lg .shellbox .nav-link {
  padding: 0;
}
.base ul.shellbox {
  flex-wrap: wrap;
}
.base button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.base button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.base button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.base button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.base .navbar-dropdown {
  padding: 0 1rem;
}
.base a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .base .navbar {
    height: 70px;
  }
  .base .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.section {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #121f33;
}
@media (max-width: 991px) {
  .section .framecore {
    margin-bottom: 1rem;
  }
}
.section img {
  border-radius: 2rem;
}
.section .row {
  flex-direction: row-reverse;
}
.section .row {
  align-items: center;
}
@media (max-width: 991px) {
  .section .framecore {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .section .text-wrapper {
    padding: 0 2rem;
  }
}
.section .saturation-section-title {
  color: #d6e0ee;
  text-align: center;
}
.section .boxarea,
.section .saturation-section-btn {
  color: #ffffff;
  text-align: center;
}
.viewwrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a2c46;
}
.viewwrap .nestedbox .saturation-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .viewwrap .nestedbox .saturation-section-title {
    margin-bottom: 24px;
  }
}
.viewwrap .domwrap {
  margin: 0 -8px;
}
.viewwrap .domwrap .card {
  padding: 0 8px;
}
.viewwrap .framecore {
  height: 100%;
}
@media (max-width: 992px) {
  .viewwrap .framecore {
    margin-bottom: 12px;
  }
}
.viewwrap .framecore img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .viewwrap .framecore img {
    height: 300px;
  }
}
.viewwrap .flexbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .viewwrap .flexbox {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.viewwrap .flexbox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #121f33;
  padding: 64px;
}
@media (max-width: 1440px) {
  .viewwrap .flexbox .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .viewwrap .flexbox .item .item-wrapper {
    padding: 24px;
  }
}
.viewwrap .flexbox .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.viewwrap .flexbox .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.viewwrap .flexbox .item .item-wrapper .card-box .saturation-section-btn {
  margin-top: 24px;
}
.viewwrap .flexbox .item .item-wrapper .card-box .saturation-section-btn .btn {
  margin-bottom: 0;
}
.viewwrap .saturation-section-title {
  color: #2c2c26;
}
.viewwrap .card-title {
  color: #2c2c26;
}
.viewwrap .card-text {
  color: #ffffff;
  text-align: center;
}
.viewwrap .card-title {
  color: #d6e0ee;
  text-align: center;
}
.pagebox {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #121f33;
}
.pagebox .nestedbox {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .pagebox .nestedbox {
    margin-bottom: 40px;
  }
}
.pagebox .nestedbox .desc-wrapper .boxareaunit {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.pagebox .flexbox {
  justify-content: center;
  margin: 0 -10px;
}
.pagebox .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.pagebox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #1a2c46;
  padding: 30px;
}
@media (max-width: 992px) {
  .pagebox .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.pagebox .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.pagebox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.pagebox .saturation-section-title {
  color: #404349;
}
.pagebox .boxareaunit {
  color: #b19a7c;
}
.pagebox .item-title {
  color: #404349;
}
.pagebox .item-text {
  color: #ffffff;
  text-align: center;
}
.pagebox .item-title {
  text-align: center;
  color: #d6e0ee;
}
.corefield {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a2c46;
}
.corefield .saturation-section-subtitle {
  margin-top: 20px;
}
.corefield .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .corefield .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .corefield .card-col {
    grid-template-columns: 1fr;
  }
}
.corefield .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #121f33;
}
@media (max-width: 575px) {
  .corefield .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.corefield .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.corefield .card-title {
  margin-bottom: 0;
  color: #d6e0ee;
  text-align: center;
}
.corefield .boxarea {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.corefield .img-item {
  display: flex;
  align-items: flex-start;
}
.corefield .framecore {
  width: 100%;
  height: 100%;
}
.corefield .framecore img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #121f33;
}
@media (max-width: 992px) {
  .sectionunit .container {
    padding: 0 15px;
  }
}
.sectionunit .row {
  justify-content: center;
}
.sectionunit .flexbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px 60px;
  padding: 0 130px;
}
@media (max-width: 1440px) {
  .sectionunit .flexbox {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .sectionunit .flexbox {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .sectionunit .flexbox {
    grid-template-columns: 1fr;
    gap: 100px 40px;
  }
}
.sectionunit .flexbox .item:nth-child(2n) {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .sectionunit .flexbox .item:nth-child(2n) {
    margin-top: 0;
  }
}
.sectionunit .flexbox .item .item-wrapper .card-box {
  position: relative;
  padding: 50px;
  background-color: #1a2c46;
}
@media (max-width: 992px) {
  .sectionunit .flexbox .item .item-wrapper .card-box {
    padding: 40px 20px;
  }
}
.sectionunit .flexbox .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.sectionunit .flexbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.sectionunit .item-title {
  color: #30262b;
}
.sectionunit .item-text {
  color: #ffffff;
  text-align: center;
}
.sectionunit .item-title {
  text-align: center;
  color: #d6e0ee;
}
.cellbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a2c46;
}
.cellbox .domwrap .boxarea {
  margin-bottom: 0;
}
.cellbox .domwrap .saturation-section-btn {
  margin-top: 16px;
}
.cellbox .domwrap .saturation-section-btn .btn {
  margin-bottom: 0;
}
.cellbox .boxarea {
  color: #ffffff;
}
.framewrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0a1424;
}
.framewrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .framewrap .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .framewrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .framewrap .container {
    padding: 0 16px;
  }
}
.framewrap .nestedbox {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .framewrap .nestedbox {
    margin-bottom: 48px;
  }
}
.framewrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .framewrap .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.framewrap .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.framewrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.framewrap .nav-wrapper .list .item-wrap:hover::before,
.framewrap .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.framewrap .flowsegment {
  height: 1px;
  background-color: #4fa3c6;
}
.framewrap .contentgrid {
  padding: 16px 0;
  margin-bottom: 0;
  color: #ffffff;
}
.framewrap .saturation-section-title {
  color: #ffffff;
}
.framewrap .list {
  color: #1c1c1c;
}
.base .navbar-dropdown {
  position: relative !important;
}
.base .navbar-dropdown {
  position: absolute !important;
}
.base .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.base .nav-link {
  position: relative;
}
.base .container {
  display: flex;
  margin: auto;
}
.base .nav-item:focus,
.base .nav-link:focus {
  outline: none;
}
.base .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e1a2b;
  backdrop-filter: saturate(180%) blur(50px);
}
.base .navbar .inset img {
  width: auto;
}
.base .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .base .navbar .nav-item .nav-link::before {
    display: none;
  }
  .base .navbar .inset img {
    height: 3rem !important;
  }
  .base .navbar ul.shellbox li {
    margin: auto;
  }
  .base .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .base .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.base .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.base .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.base .navbar-brand .inset a {
  outline: none;
}
.base .navbar-expand-lg .shellbox .nav-link {
  padding: 0;
}
.base ul.shellbox {
  flex-wrap: wrap;
}
.base button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.base button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.base button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.base button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.base .navbar-dropdown {
  padding: 0 1rem;
}
.base a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .base .navbar {
    height: 70px;
  }
  .base .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxcore {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #121f33;
}
.boxcore .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #1a2c46;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .boxcore .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.boxcore .card-wrapper .plate {
  position: absolute;
  left: -150px;
  bottom: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #4fa3c6, #4fa3c6 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .boxcore .card-wrapper .plate {
    width: 400px;
    height: 400px;
  }
}
.boxcore .card-wrapper .card {
  justify-content: center;
}
.boxcore .card-wrapper .domwrap {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .boxcore .card-wrapper .domwrap {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
}
.boxcore .card-wrapper .domwrap .saturation-section-title {
  margin-bottom: 22px;
}
.boxcore .card-wrapper .domwrap .boxarea {
  margin-bottom: 0;
}
.boxcore .card-wrapper .domwrap .saturation-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .boxcore .card-wrapper .domwrap .saturation-section-btn {
    margin-top: 22px;
  }
}
.boxcore .card-wrapper .domwrap .saturation-section-btn .btn {
  margin-bottom: 0;
}
.boxcore .card-wrapper .framecore {
  position: relative;
  z-index: 1;
  width: 48%;
}
@media (max-width: 992px) {
  .boxcore .card-wrapper .framecore {
    width: 100%;
  }
}
.boxcore .card-wrapper .framecore img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .boxcore .card-wrapper .framecore img {
    height: 300px;
  }
}
.boxcore .saturation-section-title {
  color: #1a0b54;
}
.boxcore .boxarea {
  color: #ffffff;
  text-align: center;
}
.boxcore .saturation-section-title,
.boxcore .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.boardwrap {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1a2c46;
}
.boardwrap .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.boardwrap .rowwrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #121f33;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 22px;
}
.boardwrap .framecore {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .boardwrap .framecore {
    height: 145px;
  }
}
.boardwrap .framecore img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.boardwrap .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 3.875em 4.2em 1.875em 4.125em;
  min-height: 560px;
}
@media (max-width: 1199px) {
  .boardwrap .text-wrapper {
    min-height: 504px;
  }
}
@media (max-width: 991px) {
  .boardwrap .text-wrapper {
    min-height: 280px;
    padding: 2.5em 2em 1.8em 2em;
  }
}
.boardwrap .markbox {
  flex-grow: 1;
}
.boardwrap .saturation-section-title {
  color: #d6e0ee;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .boardwrap .saturation-section-title {
    margin-bottom: 16px;
  }
}
.boardwrap .boxarea {
  color: #272727;
  opacity: 0.7;
  margin-bottom: 0;
}
.boardwrap .saturation-section-btn {
  margin-top: 20px;
}
.boardwrap .boxarea,
.boardwrap .saturation-section-btn {
  text-align: center;
  color: #ffffff;
}
.wrapunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #121f33;
}
.wrapunit .body {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .wrapunit .domwrap {
    margin-bottom: 32px;
  }
}
.wrapunit .domwrap .saturation-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .wrapunit .domwrap .saturation-section-title {
    margin-bottom: 32px;
  }
}
.wrapunit .domwrap .boxarea {
  margin-bottom: 22px;
}
.wrapunit .framecore img {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .wrapunit .framecore img {
    height: 350px;
  }
}
.wrapunit .saturation-section-title {
  color: #ffffff;
}
.wrapunit .boxarea {
  color: #ffffff;
}
.wrapunit .boxarea,
.wrapunit .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.wrapunit .saturation-section-title,
.wrapunit .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.framewrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0a1424;
}
.framewrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .framewrap .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .framewrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .framewrap .container {
    padding: 0 16px;
  }
}
.framewrap .nestedbox {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .framewrap .nestedbox {
    margin-bottom: 48px;
  }
}
.framewrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .framewrap .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.framewrap .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.framewrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.framewrap .nav-wrapper .list .item-wrap:hover::before,
.framewrap .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.framewrap .flowsegment {
  height: 1px;
  background-color: #4fa3c6;
}
.framewrap .contentgrid {
  padding: 16px 0;
  margin-bottom: 0;
  color: #ffffff;
}
.framewrap .saturation-section-title {
  color: #ffffff;
}
.framewrap .list {
  color: #1c1c1c;
}
.base .navbar-dropdown {
  position: relative !important;
}
.base .navbar-dropdown {
  position: absolute !important;
}
.base .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.base .nav-link {
  position: relative;
}
.base .container {
  display: flex;
  margin: auto;
}
.base .nav-item:focus,
.base .nav-link:focus {
  outline: none;
}
.base .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e1a2b;
  backdrop-filter: saturate(180%) blur(50px);
}
.base .navbar .inset img {
  width: auto;
}
.base .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .base .navbar .nav-item .nav-link::before {
    display: none;
  }
  .base .navbar .inset img {
    height: 3rem !important;
  }
  .base .navbar ul.shellbox li {
    margin: auto;
  }
  .base .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .base .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.base .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.base .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.base .navbar-brand .inset a {
  outline: none;
}
.base .navbar-expand-lg .shellbox .nav-link {
  padding: 0;
}
.base ul.shellbox {
  flex-wrap: wrap;
}
.base button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.base button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.base button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.base button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.base .navbar-dropdown {
  padding: 0 1rem;
}
.base a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .base .navbar {
    height: 70px;
  }
  .base .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilebox {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("images/bright1.jpg");
}
.tilebox .saturation-section-title {
  color: #d6e0ee;
  text-align: center;
}
.tilebox .boxarea,
.tilebox .saturation-section-btn {
  color: #ffffff;
  text-align: center;
}
.tilebox img {
  border-radius: 2rem;
}
.tilebox .saturation-section-subtitle {
  color: #8364e2;
}
.tilebox .number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .tilebox .framecore {
    display: none;
  }
}
.objectbox {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #121f33;
}
.objectbox .framecore {
  position: relative;
  height: 100%;
}
.objectbox .saturation-section-title {
  color: #d6e0ee;
  text-align: center;
  width: 90%;
}
.objectbox .saturation-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.objectbox .saturation-section-btn {
  width: 90%;
}
.objectbox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.objectbox section {
  position: relative;
}
.objectbox .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .objectbox .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .objectbox .saturation-section-subtitle,
  .objectbox .saturation-section-btn,
  .objectbox .saturation-section-title {
    width: 100%;
    padding: 0;
  }
}
.objectbox .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.objectbox .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.objectbox .saturation-section-subtitle,
.objectbox .saturation-section-btn {
  color: #ffffff;
  text-align: center;
}
.holdunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a2c46;
}
.holdunit .saturation-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #d6e0ee;
  display: inline-block;
}
.holdunit .boxarea {
  color: #8c8c95;
  margin: 0 auto 26px;
  text-align: center;
  max-width: 739px;
}
.holdunit .margin {
  margin-right: 14px;
}
.holdunit .saturation-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .holdunit .margin {
    margin-right: 0px;
  }
}
.holdunit .btn {
  margin-top: 20px;
}
.holdunit a.btn > span {
  margin-left: 0.5rem;
}
.holdunit .boxarea {
  color: #ffffff;
}
.modulebox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #121f33;
}
.modulebox .saturation-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #d6e0ee;
  text-align: center;
}
.modulebox .row-bg {
  align-items: center;
  background: #1a2c46;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .modulebox .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .modulebox .framecore {
    padding: 1rem;
  }
}
.modulebox img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.modulebox img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.modulebox .boxarea,
.modulebox .saturation-section-btn {
  color: #ffffff;
  text-align: center;
}
.framewrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0a1424;
}
.framewrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .framewrap .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .framewrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .framewrap .container {
    padding: 0 16px;
  }
}
.framewrap .nestedbox {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .framewrap .nestedbox {
    margin-bottom: 48px;
  }
}
.framewrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .framewrap .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.framewrap .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.framewrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.framewrap .nav-wrapper .list .item-wrap:hover::before,
.framewrap .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.framewrap .flowsegment {
  height: 1px;
  background-color: #4fa3c6;
}
.framewrap .contentgrid {
  padding: 16px 0;
  margin-bottom: 0;
  color: #ffffff;
}
.framewrap .saturation-section-title {
  color: #ffffff;
}
.framewrap .list {
  color: #1c1c1c;
}
.base .navbar-dropdown {
  position: relative !important;
}
.base .navbar-dropdown {
  position: absolute !important;
}
.base .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.base .nav-link {
  position: relative;
}
.base .container {
  display: flex;
  margin: auto;
}
.base .nav-item:focus,
.base .nav-link:focus {
  outline: none;
}
.base .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e1a2b;
  backdrop-filter: saturate(180%) blur(50px);
}
.base .navbar .inset img {
  width: auto;
}
.base .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .base .navbar .nav-item .nav-link::before {
    display: none;
  }
  .base .navbar .inset img {
    height: 3rem !important;
  }
  .base .navbar ul.shellbox li {
    margin: auto;
  }
  .base .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .base .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.base .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.base .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.base .navbar-brand .inset a {
  outline: none;
}
.base .navbar-expand-lg .shellbox .nav-link {
  padding: 0;
}
.base ul.shellbox {
  flex-wrap: wrap;
}
.base button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.base button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.base button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.base button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.base .navbar-dropdown {
  padding: 0 1rem;
}
.base a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .base .navbar {
    height: 70px;
  }
  .base .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domlayer {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #121f33;
}
.domlayer .card {
  justify-content: center;
}
.domlayer .domwrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .domlayer .domwrap {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.domlayer .domwrap .nestedbox {
  margin-bottom: 32px;
}
.domlayer .domwrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.domlayer .domwrap .nestedbox .saturation-section-subtitle {
  margin-bottom: 0;
}
.domlayer .framecore img {
  height: 680px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .domlayer .framecore img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .domlayer .framecore img {
    height: 350px;
  }
}
.domlayer .saturation-section-title {
  color: #111111;
}
.domlayer .saturation-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.domlayer .saturation-section-title,
.domlayer .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.nest {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #121f33;
}
.nest .card {
  justify-content: center;
}
.nest .domwrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .nest .domwrap {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.nest .domwrap .nestedbox {
  margin-bottom: 32px;
}
.nest .domwrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.nest .domwrap .nestedbox .saturation-section-subtitle {
  margin-bottom: 0;
}
.nest .framecore img {
  height: 680px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .nest .framecore img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .nest .framecore img {
    height: 350px;
  }
}
.nest .saturation-section-title {
  color: #111111;
}
.nest .saturation-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.nest .saturation-section-title,
.nest .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.modularbox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("images/wide1.jpg");
}
.modularbox .card-wrapper {
  background: #121f33;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .modularbox .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modularbox .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .modularbox .card-wrapper {
    padding: 4rem;
  }
}
.modularbox .boxarea,
.modularbox .saturation-section-btn {
  color: #ffffff;
}
.modularbox .card-title,
.modularbox .card-box {
  text-align: left;
}
.pathwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2c46;
}
.pathwrap .row {
  margin: 0 -32px;
}
.pathwrap .row .card {
  padding: 0 32px;
  justify-content: center;
}
.pathwrap .nestedbox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .pathwrap .nestedbox {
    margin-bottom: 24px;
  }
}
.pathwrap .nestedbox .saturation-section-title {
  margin-bottom: 24px;
}
.pathwrap .nestedbox .text-wrapper .boxarea {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pathwrap .nestedbox .text-wrapper .boxarea {
    width: 100%;
  }
}
.pathwrap .nestedbox .saturation-section-btn {
  margin-top: 24px;
}
.pathwrap .framecore {
  padding: 12px;
  border: 1px solid #4fa3c6;
  background-color: #121f33;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .pathwrap .framecore {
    padding: 6px;
  }
}
.pathwrap .framecore .layoutunit {
  padding: 12px;
  background-color: #1a2c46;
  border: 1px solid #4fa3c6;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #4fa3c6;
  overflow: hidden;
}
@media (max-width: 992px) {
  .pathwrap .framecore .layoutunit {
    padding: 6px;
  }
}
.pathwrap .framecore .layoutunit img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .pathwrap .framecore .layoutunit img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .pathwrap .framecore .layoutunit img {
    height: 250px;
  }
}
.pathwrap .saturation-section-title {
  color: #181824;
}
.pathwrap .boxarea,
.pathwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.pathwrap .saturation-section-title,
.pathwrap .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.framewrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0a1424;
}
.framewrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .framewrap .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .framewrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .framewrap .container {
    padding: 0 16px;
  }
}
.framewrap .nestedbox {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .framewrap .nestedbox {
    margin-bottom: 48px;
  }
}
.framewrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .framewrap .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.framewrap .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.framewrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.framewrap .nav-wrapper .list .item-wrap:hover::before,
.framewrap .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.framewrap .flowsegment {
  height: 1px;
  background-color: #4fa3c6;
}
.framewrap .contentgrid {
  padding: 16px 0;
  margin-bottom: 0;
  color: #ffffff;
}
.framewrap .saturation-section-title {
  color: #ffffff;
}
.framewrap .list {
  color: #1c1c1c;
}
.base .navbar-dropdown {
  position: relative !important;
}
.base .navbar-dropdown {
  position: absolute !important;
}
.base .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.base .nav-link {
  position: relative;
}
.base .container {
  display: flex;
  margin: auto;
}
.base .nav-item:focus,
.base .nav-link:focus {
  outline: none;
}
.base .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e1a2b;
  backdrop-filter: saturate(180%) blur(50px);
}
.base .navbar .inset img {
  width: auto;
}
.base .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .base .navbar .nav-item .nav-link::before {
    display: none;
  }
  .base .navbar .inset img {
    height: 3rem !important;
  }
  .base .navbar ul.shellbox li {
    margin: auto;
  }
  .base .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .base .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.base .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.base .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.base .navbar-brand .inset a {
  outline: none;
}
.base .navbar-expand-lg .shellbox .nav-link {
  padding: 0;
}
.base ul.shellbox {
  flex-wrap: wrap;
}
.base button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.base button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.base button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.base button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.base button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.base .navbar-dropdown {
  padding: 0 1rem;
}
.base a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .base .navbar {
    height: 70px;
  }
  .base .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.fieldset {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp3.jpg");
}
.fieldset .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .fieldset .container {
    padding: 0 15px;
  }
}
.fieldset .domwrap .saturation-section-subtitle {
  margin-bottom: 16px;
}
.fieldset .domwrap .saturation-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .fieldset .domwrap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.fieldset .domwrap .boxarea {
  margin-bottom: 0;
}
.fieldset .saturation-section-btn {
  margin-top: 40px;
}
.fieldset .saturation-section-title {
  color: #ffffff;
}
.fieldset .saturation-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.fieldset .boxarea {
  color: #ffffff;
  text-align: center;
}
.fieldset .saturation-section-title,
.fieldset .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.shellcell {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #121f33;
}
.shellcell .boxarea {
  color: #ffffff;
}
.piece {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #1a2c46;
}
.piece .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .piece .container-fluid {
    padding: 0 20px;
  }
}
.piece .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .piece .container {
    padding: 0 20px;
  }
}
.piece .text-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .piece .text-wrapper {
    display: block;
  }
}
.piece .text-wrapper .boxarea {
  margin-bottom: 0;
}
.piece .boxarea {
  color: #ffffff;
  text-align: center;
}
.framewrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0a1424;
}
.framewrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .framewrap .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .framewrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .framewrap .container {
    padding: 0 16px;
  }
}
.framewrap .nestedbox {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .framewrap .nestedbox {
    margin-bottom: 48px;
  }
}
.framewrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .framewrap .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.framewrap .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.framewrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.framewrap .nav-wrapper .list .item-wrap:hover::before,
.framewrap .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.framewrap .flowsegment {
  height: 1px;
  background-color: #4fa3c6;
}
.framewrap .contentgrid {
  padding: 16px 0;
  margin-bottom: 0;
  color: #ffffff;
}
.framewrap .saturation-section-title {
  color: #ffffff;
}
.framewrap .list {
  color: #1c1c1c;
}
.drawwrap .navbar-dropdown {
  position: relative !important;
}
.drawwrap .navbar-dropdown {
  position: absolute !important;
}
.drawwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.drawwrap .nav-link {
  position: relative;
}
.drawwrap .container {
  display: flex;
  margin: auto;
}
.drawwrap .nav-item:focus,
.drawwrap .nav-link:focus {
  outline: none;
}
.drawwrap .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e1a2b;
  backdrop-filter: saturate(180%) blur(50px);
}
.drawwrap .navbar .inset img {
  width: auto;
}
.drawwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .drawwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .drawwrap .navbar .inset img {
    height: 3rem !important;
  }
  .drawwrap .navbar ul.shellbox li {
    margin: auto;
  }
  .drawwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .drawwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.drawwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.drawwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.drawwrap .navbar-brand .inset a {
  outline: none;
}
.drawwrap .navbar-expand-lg .shellbox .nav-link {
  padding: 0;
}
.drawwrap ul.shellbox {
  flex-wrap: wrap;
}
.drawwrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.drawwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.drawwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.drawwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.drawwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.drawwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.drawwrap .navbar-dropdown {
  padding: 0 1rem;
}
.drawwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .drawwrap .navbar {
    height: 70px;
  }
  .drawwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.content {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp3.jpg");
}
.content .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .content .container {
    padding: 0 15px;
  }
}
.content .domwrap .saturation-section-subtitle {
  margin-bottom: 16px;
}
.content .domwrap .saturation-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .content .domwrap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.content .domwrap .boxarea {
  margin-bottom: 0;
}
.content .saturation-section-btn {
  margin-top: 40px;
}
.content .saturation-section-title {
  color: #ffffff;
}
.content .saturation-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.content .boxarea {
  color: #ffffff;
  text-align: center;
}
.content .saturation-section-title,
.content .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.tailbox {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #121f33;
}
.tailbox .boxarea {
  color: #ffffff;
}
.bodycore {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #1a2c46;
}
.bodycore .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .bodycore .container-fluid {
    padding: 0 20px;
  }
}
.bodycore .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .bodycore .container {
    padding: 0 20px;
  }
}
.bodycore .text-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .bodycore .text-wrapper {
    display: block;
  }
}
.bodycore .text-wrapper .boxarea {
  margin-bottom: 0;
}
.bodycore .boxarea {
  color: #ffffff;
  text-align: center;
}
.framewrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0a1424;
}
.framewrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .framewrap .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .framewrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .framewrap .container {
    padding: 0 16px;
  }
}
.framewrap .nestedbox {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .framewrap .nestedbox {
    margin-bottom: 48px;
  }
}
.framewrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .framewrap .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.framewrap .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.framewrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.framewrap .nav-wrapper .list .item-wrap:hover::before,
.framewrap .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.framewrap .flowsegment {
  height: 1px;
  background-color: #4fa3c6;
}
.framewrap .contentgrid {
  padding: 16px 0;
  margin-bottom: 0;
  color: #ffffff;
}
.framewrap .saturation-section-title {
  color: #ffffff;
}
.framewrap .list {
  color: #1c1c1c;
}
.fieldnode .navbar-dropdown {
  position: relative !important;
}
.fieldnode .navbar-dropdown {
  position: absolute !important;
}
.fieldnode .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.fieldnode .nav-link {
  position: relative;
}
.fieldnode .container {
  display: flex;
  margin: auto;
}
.fieldnode .nav-item:focus,
.fieldnode .nav-link:focus {
  outline: none;
}
.fieldnode .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e1a2b;
  backdrop-filter: saturate(180%) blur(50px);
}
.fieldnode .navbar .inset img {
  width: auto;
}
.fieldnode .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .fieldnode .navbar .nav-item .nav-link::before {
    display: none;
  }
  .fieldnode .navbar .inset img {
    height: 3rem !important;
  }
  .fieldnode .navbar ul.shellbox li {
    margin: auto;
  }
  .fieldnode .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .fieldnode .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.fieldnode .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.fieldnode .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.fieldnode .navbar-brand .inset a {
  outline: none;
}
.fieldnode .navbar-expand-lg .shellbox .nav-link {
  padding: 0;
}
.fieldnode ul.shellbox {
  flex-wrap: wrap;
}
.fieldnode button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.fieldnode button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.fieldnode .navbar-dropdown {
  padding: 0 1rem;
}
.fieldnode a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldnode .navbar {
    height: 70px;
  }
  .fieldnode .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flowbox {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp3.jpg");
}
.flowbox .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .flowbox .container {
    padding: 0 15px;
  }
}
.flowbox .domwrap .saturation-section-subtitle {
  margin-bottom: 16px;
}
.flowbox .domwrap .saturation-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .flowbox .domwrap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.flowbox .domwrap .boxarea {
  margin-bottom: 0;
}
.flowbox .saturation-section-btn {
  margin-top: 40px;
}
.flowbox .saturation-section-title {
  color: #ffffff;
}
.flowbox .saturation-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.flowbox .boxarea {
  color: #ffffff;
  text-align: center;
}
.flowbox .saturation-section-title,
.flowbox .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.phasebox {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #121f33;
}
.phasebox .boxarea {
  color: #ffffff;
}
.slotwrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #1a2c46;
}
.slotwrap .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .slotwrap .container-fluid {
    padding: 0 20px;
  }
}
.slotwrap .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .slotwrap .container {
    padding: 0 20px;
  }
}
.slotwrap .text-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .slotwrap .text-wrapper {
    display: block;
  }
}
.slotwrap .text-wrapper .boxarea {
  margin-bottom: 0;
}
.slotwrap .boxarea {
  color: #ffffff;
  text-align: center;
}
.framewrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0a1424;
}
.framewrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .framewrap .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .framewrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .framewrap .container {
    padding: 0 16px;
  }
}
.framewrap .nestedbox {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .framewrap .nestedbox {
    margin-bottom: 48px;
  }
}
.framewrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .framewrap .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.framewrap .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.framewrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.framewrap .nav-wrapper .list .item-wrap:hover::before,
.framewrap .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.framewrap .flowsegment {
  height: 1px;
  background-color: #4fa3c6;
}
.framewrap .contentgrid {
  padding: 16px 0;
  margin-bottom: 0;
  color: #ffffff;
}
.framewrap .saturation-section-title {
  color: #ffffff;
}
.framewrap .list {
  color: #1c1c1c;
}
.fold .navbar-dropdown {
  position: relative !important;
}
.fold .navbar-dropdown {
  position: absolute !important;
}
.fold .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.fold .nav-link {
  position: relative;
}
.fold .container {
  display: flex;
  margin: auto;
}
.fold .nav-item:focus,
.fold .nav-link:focus {
  outline: none;
}
.fold .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e1a2b;
  backdrop-filter: saturate(180%) blur(50px);
}
.fold .navbar .inset img {
  width: auto;
}
.fold .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .fold .navbar .nav-item .nav-link::before {
    display: none;
  }
  .fold .navbar .inset img {
    height: 3rem !important;
  }
  .fold .navbar ul.shellbox li {
    margin: auto;
  }
  .fold .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .fold .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.fold .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.fold .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.fold .navbar-brand .inset a {
  outline: none;
}
.fold .navbar-expand-lg .shellbox .nav-link {
  padding: 0;
}
.fold ul.shellbox {
  flex-wrap: wrap;
}
.fold button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.fold button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.fold button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.fold button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.fold button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.fold button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.fold .navbar-dropdown {
  padding: 0 1rem;
}
.fold a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fold .navbar {
    height: 70px;
  }
  .fold .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.view {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp3.jpg");
}
.view .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .view .container {
    padding: 0 15px;
  }
}
.view .domwrap .saturation-section-subtitle {
  margin-bottom: 16px;
}
.view .domwrap .saturation-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .view .domwrap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.view .domwrap .boxarea {
  margin-bottom: 0;
}
.view .saturation-section-btn {
  margin-top: 40px;
}
.view .saturation-section-title {
  color: #ffffff;
}
.view .saturation-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.view .boxarea {
  color: #ffffff;
  text-align: center;
}
.view .saturation-section-title,
.view .saturation-section-btn {
  text-align: center;
  color: #d6e0ee;
}
.patternbox {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #121f33;
}
.patternbox .boxarea {
  color: #ffffff;
}
.edgebox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #1a2c46;
}
.edgebox .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .edgebox .container-fluid {
    padding: 0 20px;
  }
}
.edgebox .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .edgebox .container {
    padding: 0 20px;
  }
}
.edgebox .text-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .edgebox .text-wrapper {
    display: block;
  }
}
.edgebox .text-wrapper .boxarea {
  margin-bottom: 0;
}
.edgebox .boxarea {
  color: #ffffff;
  text-align: center;
}
.framewrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0a1424;
}
.framewrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .framewrap .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .framewrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .framewrap .container {
    padding: 0 16px;
  }
}
.framewrap .nestedbox {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .framewrap .nestedbox {
    margin-bottom: 48px;
  }
}
.framewrap .nestedbox .saturation-section-title {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .framewrap .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.framewrap .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.framewrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framewrap .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.framewrap .nav-wrapper .list .item-wrap:hover::before,
.framewrap .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.framewrap .flowsegment {
  height: 1px;
  background-color: #4fa3c6;
}
.framewrap .contentgrid {
  padding: 16px 0;
  margin-bottom: 0;
  color: #ffffff;
}
.framewrap .saturation-section-title {
  color: #ffffff;
}
.framewrap .list {
  color: #1c1c1c;
}
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}
.cellunitwrap {
  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;
  box-sizing: border-box;
}
.cellunitwrap.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: spinIn 0.8s ease-out forwards;
}
.cellunitwrap p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.cellunitwrap 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) {
  .cellunitwrap {
    left: 50%;
    bottom: 16px;
    max-width: 480px;
    width: calc(100% - 32px);
    padding: 15px;
    border-radius: 10px;
    transform: translate(-50%, 0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }
  .cellunitwrap.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: spinIn 0.8s ease-out forwards;
    transform-origin: center bottom;
  }
  #cookieBanner button,
  .cellunitwrap button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .cellunitwrap {
    bottom: 16px;
    width: calc(100% - 16px);
    padding: 10px;
  }
  #cookieBanner button,
  .cellunitwrap button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px;
    font-size: 12px;
  }
}
@keyframes stretchX {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.2);
    }
}
.navbar-brand {
    animation: stretchX 1.5s ease-in-out 1;
}
.ttc-form {
  padding: 0 !important;
  background: transparent;
}
.ttc-form #customForm {
  width: 100%;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  background: #f3f3f0;
  border-radius: 18px;
  padding: 24px 20px;
  margin: 0;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  box-sizing: border-box;
  border: 1px solid #ececec;
}
.ttc-form #customForm * {
  color: #111111;
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  padding: 16px 14px;
  margin: 0;
  background: #ffffff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: border-color .15s ease, background-color .15s ease;
}
.ttc-form #customForm .form-control + .form-control {
  border-top: 0 !important;
}
.ttc-form #customForm .form-group {
  margin-bottom: 0;
  padding: 0 14px;
}
.ttc-form #customForm textarea.form-control {
  min-height: 180px;
  resize: vertical;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #8b8b8b;
}
.ttc-form #customForm ::placeholder {
  color: #8b8b8b;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #fff !important;
  border-color: #111111 !important;
}
.ttc-form #customForm .btn {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  border: 2px solid #111111;
  border-radius: 0 !important;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease, transform .08s ease;
  text-transform: uppercase;
}
.ttc-form #customForm .btn:hover {
  background: #000000;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 12px 14px;
  border-top: 1px solid #ececec;
  background: #fafafa;
}
.ttc-form #customForm a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: break-word;
}
.ttc-form #customForm a:hover {
  text-decoration-thickness: 2px;
}
.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  background: #fcfcfc;
  padding: 16px 14px;
  border-radius: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #dcdcdc;
  margin: 0;
}
.ttc-form #customForm [data-for="consent_processing"] > div {
  border-top: 0;
}
.ttc-form #customForm [data-for="consent_contact"] > div {
  border-top: 0;
}
.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for="consent_processing"] label,
.ttc-form #customForm [data-for="consent_contact"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}
.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_processing"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_contact"] input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #111111;
}
.ttc-form #customForm .alert {
  border-radius: 0;
  font-size: 14px;
  padding: 14px 16px;
  background: #c4eacb;
  border: 1px solid #3aa54f;
  color: #0a3a14;
}
@media (min-width: 992px) {
  .ttc-form {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 0 14px !important;
  }
  .ttc-form #customForm {
    padding: 20px 14px;
  }
  .ttc-form #customForm .form-control {
    font-size: 15px;
    padding: 14px 12px;
  }
  .ttc-form #customForm .btn {
    font-size: 13px;
    padding: 16px 16px;
  }
}
@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 18px 10px;
  }
}
.quiz-section {
  background-image: url("images/detailed1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
