@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-info-rgb: 13, 202, 240;
  --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-black-rgb: 0, 0, 0;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
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,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.outerpad {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .outerpad {
    font-size: 5rem;
  }
}
.fieldwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .fieldwrap {
    font-size: 4.5rem;
  }
}
.domwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .domwrap {
    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-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-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.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.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.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.zonebox {
  --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;
}
.zonebox .nav-link.active, .zonebox .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 .zonebox {
    flex-direction: row;
  }
  .navbar-expand-lg .zonebox .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.nodebox {
  --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);
}
.nestedbox {
  --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;
}
.h-100 {
  height: 100% !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.justify-content-center {
  justify-content: center !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.text-center {
  text-align: center !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .tracebox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .tracebox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
@charset "UTF-8";
@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}
button {
  background-color: transparent;
  border-color: transparent;
}
section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.curve-section-title {
  font-style: normal;
  line-height: 1.3;
}
.curve-section-subtitle {
  line-height: 1.3;
}
.innerwrapunit {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
.outerpad,
.fieldwrap,
.domwrap,
.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;
}
.wrapbox {
  text-align: left;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.curve-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 .curve-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
[type=submit] {
  -webkit-appearance: none;
}
.mapwrap .bodysegment {
  min-height: 100vh;
}
.mapwrap {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .tracebox 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 .zonebox.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 .curve-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;
}
.bodysegment {
  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: 96px;
    padding-right: 96px;
  }
}
@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.item {
  position: relative;
}
@font-face {
  font-family: 'gradient2';
  font-display: swap;
  src:  url('fonts/symmetry2.eot');
  src:  url('fonts/symmetry2.eot') format('embedded-opentype'),
    url('fonts/symmetry2.woff2') format('woff2'),
    url('fonts/symmetry2.woff') format('woff'),
    url('fonts/symmetry2.ttf') format('truetype'),
    url('fonts/symmetry2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Plus Jakarta Sans;
}
.outerpad {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.fieldwrap {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
}
.domwrap {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-7 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.18rem;
  line-height: 1.35;
}
@media (max-width: 992px) {
  .outerpad {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .outerpad {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .fieldwrap {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .domwrap {
    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))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.944rem;
    font-size: calc( 1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .outerpad {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .fieldwrap {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 62rem) / (87 - 62))));
  }
  .domwrap {
    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))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.944rem;
    font-size: calc( 1.063rem + (1.18 - 1.063) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1.063rem + (1.18 - 1.063) * ((100vw - 62rem) / (87 - 62))));
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-primary::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #f3350c !important;
  border-color: #f3350c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #f55d3d !important;
  border-color: #f55d3d !important;
  box-shadow: none;
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.active::before {
  transform: scale(2);
}
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f55d3d !important;
  border-color: #f55d3d !important;
}
.btn-success {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-success::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #000000;
}
.btn-success,
.btn-success:active {
  background-color: #2ccb0a !important;
  border-color: #2ccb0a !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #3cf315 !important;
  border-color: #3cf315 !important;
  box-shadow: none;
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.active::before {
  transform: scale(2);
}
.btn-success:disabled {
  color: #000000 !important;
  background-color: #3cf315 !important;
  border-color: #3cf315 !important;
}
.text-primary {
  color: #f3350c !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1f1f1f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #922007 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nodebox {
  background-color: #70c770;
}
.nestedbox {
  background-color: #bd2303;
}
.curve-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #f3350c;
}
.form-control {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 4px !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: #f3350c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.curve-section-btn .btn {
  font-weight: 500;
  border-radius: 4px !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 15px !important;
}
.wrapper {
  border-radius: 10px !important;
}
.packlayer {
  border-radius: 4px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.chunk {
  background-color: transparent;
}
.chunk .navbar-dropdown {
  background-color: #0f2a33 !important;
  padding: 0;
}
.chunk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .chunk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .chunk .menu_box .navbar-collapse {
    background-color: #0f2a33 !important;
    transition: all 0s ease 0s;
  }
}
.chunk .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .chunk .curve-section-btn-main {
    margin-top: 1rem;
  }
}
.chunk .curve-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.chunk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.chunk .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .chunk .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .chunk .nav-item {
    margin: 0 !important;
  }
}
.chunk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.chunk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.chunk .nav-item .nav-link:hover,
.chunk .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.chunk .nav-item .nav-link:hover::before,
.chunk .nav-item .nav-link:focus::before {
  width: 100%;
}
.chunk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.chunk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .chunk .zonebox {
    margin: 0;
  }
}
.chunk .nav-item:focus,
.chunk .nav-link:focus {
  outline: none;
}
.chunk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .chunk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.chunk .navbar .tracebox img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.chunk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .chunk .navbar .nav-item {
    padding: .5rem 0;
  }
  .chunk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .chunk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .chunk .navbar .tracebox img {
    height: 3rem !important;
  }
  .chunk .navbar ul.zonebox {
    overflow: hidden;
  }
  .chunk .navbar ul.zonebox li {
    margin: 0;
  }
  .chunk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .chunk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.chunk .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;
}
.chunk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.chunk .navbar-brand .tracebox a {
  outline: none;
}
.chunk .navbar-expand-lg .zonebox .nav-link {
  padding: 4px 0 !important;
}
.chunk ul.zonebox {
  flex-wrap: wrap;
  padding: 0;
}
.chunk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f2a33;
  background: #ffffff;
}
.chunk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2a33;
}
.chunk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.chunk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chunk .navbar {
    height: 70px;
  }
  .chunk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.chunk .navbar-dropdown .tracebox {
  margin-right: 10px;
}
.chunk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .chunk .zonebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.chunk .navbar-caption {
  color: #ffffff;
}
.chunk .curve-section-subtitle,
.chunk .curve-section-btn {
  text-align: center;
}
.chunk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.contentunit {
  background-color: #0e4151;
  overflow: hidden;
}
.contentunit::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0f2a33 10%, #0e4151 25%, #0f2a33 100%);
  filter: blur(150px);
  pointer-events: none;
}
.contentunit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #0e4151 100%);
  pointer-events: none;
}
.contentunit .gridblock {
  margin: 0 -30px;
}
.contentunit .gridblock .card {
  padding: 0 30px;
}
.contentunit .layoutcell {
  position: relative;
  z-index: 1;
}
.contentunit .layoutcell .mainbox .blockrow {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.contentunit .layoutcell .curve-section-title {
  margin-bottom: 24px;
}
.contentunit .layoutcell .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .contentunit .layoutcell .text-wrapper .innerwrapunit {
    width: 100%;
  }
}
.contentunit .layoutcell .curve-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .contentunit .layoutcell .curve-section-btn {
    margin-top: 10px;
  }
}
.contentunit .anchorbox {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .contentunit .anchorbox {
    padding: 20px;
    margin-top: 40px;
  }
}
.contentunit .anchorbox .tilegrid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffefc2;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.contentunit .anchorbox .area {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .contentunit .anchorbox .area {
    min-height: auto;
    height: 300px;
  }
}
.contentunit .anchorbox .area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contentunit .blockrow,
.contentunit .mainbox {
  color: #ffffff;
}
.contentunit .curve-section-title {
  color: #ffffff;
}
.contentunit .innerwrapunit,
.contentunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.contentunit .curve-section-title,
.contentunit .curve-section-btn {
  text-align: center;
}
.linedock {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #b8d9e4 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .linedock {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #b8d9e4 0%, #ffffff 110%);
  }
}
.linedock .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .linedock .view {
    margin-bottom: 32px;
  }
}
.linedock .view .blockrow {
  margin-bottom: 32px;
}
.linedock .view .layoutcell {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .linedock .view .layoutcell {
    margin-bottom: 24px;
  }
}
.linedock .view .layoutcell .curve-section-title {
  margin-bottom: 0;
}
.linedock .view .layoutcell .curve-section-subtitle {
  margin-bottom: 0;
}
.linedock .view .text-wrapper .innerwrapunit {
  margin-bottom: 0;
}
.linedock .view .curve-section-btn {
  margin-top: 24px;
}
.linedock .anchorbox {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .linedock .anchorbox {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .linedock .anchorbox {
    padding-right: 0;
  }
}
.linedock .anchorbox img {
  height: 640px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .linedock .anchorbox img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .linedock .anchorbox img {
    height: 350px;
  }
}
.linedock .blockrow {
  color: #0f2a33;
}
.linedock .curve-section-title {
  color: #111111;
}
.linedock .curve-section-subtitle {
  color: #ff6d99;
}
.linedock .innerwrapunit,
.linedock .text-wrapper {
  color: #666666;
}
.linedock .innerwrapunit,
.linedock .text-wrapper,
.linedock .curve-section-btn {
  color: #000000;
}
.zoneunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.zoneunit .gridblock {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .zoneunit .gridblock {
    margin-bottom: 32px;
  }
}
.zoneunit .gridblock .mainbox {
  margin-bottom: 16px;
}
.zoneunit .gridblock .mainbox .blockrow {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.zoneunit .gridblock .curve-section-title {
  margin-bottom: 16px;
}
.zoneunit .gridblock .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zoneunit .gridblock .text-wrapper .innerwrapunit {
    width: 100%;
  }
}
.zoneunit .unitsegment {
  margin: 0 -10px;
}
.zoneunit .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .zoneunit .item:last-child {
    margin-bottom: 0;
  }
}
.zoneunit .item .item-wrapper {
  height: 100%;
  background-color: #0e4151;
  padding: 8px;
}
.zoneunit .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #f1f1f1;
}
.zoneunit .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.zoneunit .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.zoneunit .item .item-wrapper .card-box .curve-section-btn {
  margin-top: 14px;
}
.zoneunit .item .item-wrapper .card-box .curve-section-btn .btn {
  margin-bottom: 0;
}
.zoneunit .blockrow,
.zoneunit .mainbox {
  color: #000000;
  text-align: center;
}
.zoneunit .curve-section-title {
  color: #000000;
  text-align: center;
}
.zoneunit .innerwrapunit,
.zoneunit .text-wrapper {
  color: #000000;
  text-align: center;
}
.zoneunit .item-title {
  color: #000000;
}
.zoneunit .item-text {
  color: #000000;
  text-align: center;
}
.zoneunit .item-title,
.zoneunit .curve-section-btn {
  text-align: center;
}
.layoutunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.layoutunit .row {
  margin: 0 -32px;
}
.layoutunit .row .card {
  padding: 0 32px;
  justify-content: center;
}
.layoutunit .layoutcell {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .layoutunit .layoutcell {
    margin-bottom: 24px;
  }
}
.layoutunit .layoutcell .blockrow {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.layoutunit .layoutcell .curve-section-title {
  margin-bottom: 24px;
}
.layoutunit .layoutcell .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutunit .layoutcell .text-wrapper .innerwrapunit {
    width: 100%;
  }
}
.layoutunit .layoutcell .curve-section-btn {
  margin-top: 24px;
}
.layoutunit .anchorbox {
  padding: 12px;
  border: 1px solid #b8d9e4;
  background-color: #0e4151;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .layoutunit .anchorbox {
    padding: 6px;
  }
}
.layoutunit .anchorbox .area {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #b8d9e4;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #0e4151;
  overflow: hidden;
}
@media (max-width: 992px) {
  .layoutunit .anchorbox .area {
    padding: 6px;
  }
}
.layoutunit .anchorbox .area img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .layoutunit .anchorbox .area img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .layoutunit .anchorbox .area img {
    height: 250px;
  }
}
.layoutunit .blockrow {
  color: #0f2a33;
}
.layoutunit .curve-section-title {
  color: #181824;
}
.layoutunit .innerwrapunit,
.layoutunit .text-wrapper {
  color: #000000;
  text-align: center;
}
.layoutunit .curve-section-title,
.layoutunit .curve-section-btn {
  color: #000000;
  text-align: center;
}
.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2a33;
}
.flow .view .curve-section-title {
  margin-bottom: 32px;
}
.flow .view .curve-section-title span {
  color: #ffffff;
}
.flow .view .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .flow .view .text-wrapper .innerwrapunit {
    width: 100%;
    margin-bottom: 16px;
  }
}
.flow .tilegrid {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #51d136, #ffefc2, #51d136);
}
@media (max-width: 992px) {
  .flow .tilegrid {
    margin-top: 32px;
  }
}
.flow .curve-section-title {
  color: #ffffff;
}
.flow .innerwrapunit,
.flow .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.flow .curve-section-title,
.flow .curve-section-btn {
  text-align: center;
}
.shellcore {
  padding-top: 5rem;
  background-color: #ffffff;
}
.shellcore .view {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.shellcore .view .layoutcell {
  margin-bottom: 40px;
}
.shellcore .view .layoutcell .mainbox {
  margin-bottom: 16px;
}
.shellcore .view .layoutcell .mainbox .mainsegment {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.shellcore .view .layoutcell .mainbox .mainsegment .blockrow {
  margin-bottom: 0;
}
.shellcore .view .layoutcell .curve-section-title {
  margin-bottom: 16px;
}
.shellcore .view .layoutcell .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .shellcore .view .layoutcell .text-wrapper .innerwrapunit {
    width: 100%;
  }
}
.shellcore .unitsegment {
  margin: 0 -10px;
}
.shellcore .unitsegment .card {
  padding: 0 10px;
}
.shellcore .anchorbox {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 335px;
}
@media (max-width: 992px) {
  .shellcore .anchorbox {
    min-height: auto;
    height: 320px;
  }
}
.shellcore .anchorbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellcore .layout {
    margin-bottom: 20px;
  }
}
.shellcore .layout .item {
  margin-bottom: 20px;
}
.shellcore .layout .item:last-child {
  margin-bottom: 0;
}
.shellcore .layout .item:hover .item-wrapper .card-box .text-wrap .item-text,
.shellcore .layout .item:focus .item-wrapper .card-box .text-wrap .item-text {
  color: #000000;
}
.shellcore .layout .item:hover .item-wrapper .card-box .text-wrap .item-text::before,
.shellcore .layout .item:focus .item-wrapper .card-box .text-wrap .item-text::before {
  opacity: 1;
  transform: translateY(0);
}
.shellcore .layout .item .item-wrapper {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #f1f1f1;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #0e4151, 0 10px 10px -5px #0e4151;
}
@media (max-width: 992px) {
  .shellcore .layout .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.shellcore .layout .item .item-wrapper .card-box {
  width: 100%;
}
.shellcore .layout .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.shellcore .layout .item .item-wrapper .card-box .text-wrap .item-text {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  transition: all .3s ease;
}
.shellcore .layout .item .item-wrapper .card-box .text-wrap .item-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.shellcore .blockrow,
.shellcore .mainbox {
  color: #334155;
  text-align: center;
}
.shellcore .curve-section-title {
  color: #0f172a;
  text-align: center;
}
.shellcore .innerwrapunit,
.shellcore .text-wrapper {
  color: #000000;
  text-align: center;
}
.shellcore .item-title {
  color: #0f172a;
}
.shellcore .item-text {
  color: #475569;
}
.shellcore .item-text,
.shellcore .text-wrap {
  color: #000000;
}
.shellcore .item-title,
.shellcore .curve-section-btn {
  color: #000000;
}
.shellcore .curve-section-title,
.shellcore .curve-section-btn {
  color: #000000;
}
.cell {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cell .container {
    padding: 0 30px;
  }
}
.cell .view {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cell .view {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cell .view {
    padding: 0;
  }
}
.cell .view .desc-wrapper .grid {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cell .view .desc-wrapper .grid {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cell .view .desc-wrapper .grid::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #0f2a33;
}
@media (max-width: 992px) {
  .cell .view .desc-wrapper .grid::before {
    width: 40px;
  }
}
.cell .view .curve-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cell .view .curve-section-title {
    margin-bottom: 80px;
  }
}
.cell .view .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cell .view .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cell .view .text-wrapper {
    padding-left: 0;
  }
}
.cell .view .text-wrapper .innerwrapunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cell .view .text-wrapper .innerwrapunit {
    margin-bottom: 30px;
  }
}
.cell .grid {
  color: #254b45;
}
.cell .curve-section-title {
  color: #254b45;
}
.cell .innerwrapunit {
  color: #254b45;
}
.cell .grid,
.cell .desc-wrapper {
  color: #000000;
}
.pagebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2a33;
}
.pagebox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper {
    margin-bottom: 30px;
  }
}
.pagebox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.pagebox .nav-wrapper .list .item-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.pagebox .nav-wrapper .list .item-wrap:hover::before,
.pagebox .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.pagebox .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffefc2;
  transition: all .3s ease;
}
.pagebox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.pagebox .view .curve-section-title {
  margin-bottom: 15px;
}
.pagebox .view .curve-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .curve-section-btn {
    margin-bottom: 15px;
  }
}
.pagebox .view .innerwrapunit {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .innerwrapunit {
    margin-bottom: 15px;
  }
}
.pagebox .view .alignwrap {
  margin-bottom: 0;
}
.pagebox .list {
  color: #ffffff;
}
.pagebox .curve-section-title {
  color: #ffffff;
}
.pagebox .innerwrapunit {
  color: #ffffff;
}
.pagebox .alignwrap {
  color: #ffffff;
}
.innerpad {
  background-image: url("images/dry1.jpg");
}
.innerpad .view .blockrow {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .innerpad .view .blockrow {
    margin-bottom: 40px;
  }
}
.innerpad .view .curve-section-title {
  margin-bottom: 20px;
}
.innerpad .view .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .innerpad .view .text-wrapper .innerwrapunit {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .innerpad .view .text-wrapper .innerwrapunit {
    width: 100%;
  }
}
.innerpad .blockrow {
  color: #ffffff;
}
.innerpad .curve-section-title {
  color: #ffffff;
}
.innerpad .innerwrapunit {
  color: #ffffff;
}
.nodecore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.nodecore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .nodecore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .nodecore .container {
    padding: 0 16px;
  }
}
.nodecore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .nodecore .row {
    margin: 0 10px;
  }
}
.nodecore .row .card {
  padding: 0;
}
.nodecore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .nodecore .row .card:first-child {
    padding: 0;
  }
}
.nodecore .layoutcell {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #0f2a33;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .nodecore .layoutcell {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.nodecore .layoutcell .holdunit .curve-section-title {
  margin-bottom: 0;
}
.nodecore .layoutcell .holdunit .grid {
  margin: 10px 0 0;
}
.nodecore .view {
  border: 1px solid #0e4151;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .nodecore .view {
    padding: 20px;
  }
}
.nodecore .view .innerwrapunit {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .nodecore .view .innerwrapunit {
    margin-bottom: 20px;
  }
}
.nodecore .view .curve-section-btn .btn {
  margin-bottom: 0;
}
.nodecore .curve-section-title {
  color: #192227;
}
.nodecore .grid {
  color: #ffffff;
}
.nodecore .innerwrapunit {
  color: #fdfcfc;
}
.nodecore .curve-section-title {
  color: #ffffff;
}
.nodecore .innerwrapunit,
.nodecore .curve-section-btn {
  color: #000000;
}
.coversegment {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.coversegment .container {
  max-width: 1300px;
}
.coversegment .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .coversegment .text-wrapper {
    padding: 3rem 2rem;
  }
}
.coversegment .row {
  background: #0e4151;
}
@media (max-width: 991px) {
  .coversegment .anchorbox {
    margin-bottom: 1rem;
  }
}
.coversegment .anchorbox {
  padding: 0;
}
.coversegment .anchorbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coversegment .curve-section-title {
  color: #ffffff;
}
.coversegment .innerwrapunit,
.coversegment .curve-section-btn {
  color: #ffffff;
}
.coversegment .curve-section-subtitle {
  color: #ffffff;
}
.partgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("images/solid1.jpg");
}
.partgrid .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .partgrid .container {
    padding: 0 15px;
  }
}
.partgrid .anchorbox {
  margin-right: 48px;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .partgrid .anchorbox {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .partgrid .anchorbox {
    margin: 0 0 40px 0;
  }
}
.partgrid .anchorbox img {
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .partgrid .anchorbox img {
    height: 400px;
  }
}
.partgrid .view .curve-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .partgrid .view .curve-section-title {
    margin-bottom: 20px;
  }
}
.partgrid .view .curve-section-subtitle {
  margin-bottom: 20px;
}
.partgrid .view .innerwrapunit {
  margin-bottom: 16px;
}
.partgrid .view .curve-section-btn {
  margin-top: 40px;
}
.partgrid .curve-section-title {
  color: #ffffff;
}
.partgrid .curve-section-subtitle {
  color: #000000;
}
.partgrid .innerwrapunit {
  color: #000000;
}
.partgrid .curve-section-title,
.partgrid .curve-section-btn {
  color: #000000;
}
.rootsegment {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .rootsegment .container {
    padding: 0 30px;
  }
}
.rootsegment .view {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .rootsegment .view {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .rootsegment .view {
    padding: 0;
  }
}
.rootsegment .view .desc-wrapper .grid {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .rootsegment .view .desc-wrapper .grid {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.rootsegment .view .desc-wrapper .grid::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #0f2a33;
}
@media (max-width: 992px) {
  .rootsegment .view .desc-wrapper .grid::before {
    width: 40px;
  }
}
.rootsegment .view .curve-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .rootsegment .view .curve-section-title {
    margin-bottom: 80px;
  }
}
.rootsegment .view .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .rootsegment .view .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .rootsegment .view .text-wrapper {
    padding-left: 0;
  }
}
.rootsegment .view .text-wrapper .innerwrapunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .rootsegment .view .text-wrapper .innerwrapunit {
    margin-bottom: 30px;
  }
}
.rootsegment .grid {
  color: #254b45;
}
.rootsegment .curve-section-title {
  color: #254b45;
}
.rootsegment .innerwrapunit {
  color: #254b45;
}
.rootsegment .grid,
.rootsegment .desc-wrapper {
  color: #000000;
}
.pagebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2a33;
}
.pagebox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper {
    margin-bottom: 30px;
  }
}
.pagebox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.pagebox .nav-wrapper .list .item-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.pagebox .nav-wrapper .list .item-wrap:hover::before,
.pagebox .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.pagebox .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffefc2;
  transition: all .3s ease;
}
.pagebox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.pagebox .view .curve-section-title {
  margin-bottom: 15px;
}
.pagebox .view .curve-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .curve-section-btn {
    margin-bottom: 15px;
  }
}
.pagebox .view .innerwrapunit {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .innerwrapunit {
    margin-bottom: 15px;
  }
}
.pagebox .view .alignwrap {
  margin-bottom: 0;
}
.pagebox .list {
  color: #ffffff;
}
.pagebox .curve-section-title {
  color: #ffffff;
}
.pagebox .innerwrapunit {
  color: #ffffff;
}
.pagebox .alignwrap {
  color: #ffffff;
}
.chunk {
  background-color: transparent;
}
.chunk .navbar-dropdown {
  background-color: #0f2a33 !important;
  padding: 0;
}
.chunk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .chunk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .chunk .menu_box .navbar-collapse {
    background-color: #0f2a33 !important;
    transition: all 0s ease 0s;
  }
}
.chunk .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .chunk .curve-section-btn-main {
    margin-top: 1rem;
  }
}
.chunk .curve-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.chunk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.chunk .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .chunk .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .chunk .nav-item {
    margin: 0 !important;
  }
}
.chunk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.chunk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.chunk .nav-item .nav-link:hover,
.chunk .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.chunk .nav-item .nav-link:hover::before,
.chunk .nav-item .nav-link:focus::before {
  width: 100%;
}
.chunk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.chunk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .chunk .zonebox {
    margin: 0;
  }
}
.chunk .nav-item:focus,
.chunk .nav-link:focus {
  outline: none;
}
.chunk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .chunk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.chunk .navbar .tracebox img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.chunk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .chunk .navbar .nav-item {
    padding: .5rem 0;
  }
  .chunk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .chunk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .chunk .navbar .tracebox img {
    height: 3rem !important;
  }
  .chunk .navbar ul.zonebox {
    overflow: hidden;
  }
  .chunk .navbar ul.zonebox li {
    margin: 0;
  }
  .chunk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .chunk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.chunk .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;
}
.chunk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.chunk .navbar-brand .tracebox a {
  outline: none;
}
.chunk .navbar-expand-lg .zonebox .nav-link {
  padding: 4px 0 !important;
}
.chunk ul.zonebox {
  flex-wrap: wrap;
  padding: 0;
}
.chunk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f2a33;
  background: #ffffff;
}
.chunk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2a33;
}
.chunk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.chunk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chunk .navbar {
    height: 70px;
  }
  .chunk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.chunk .navbar-dropdown .tracebox {
  margin-right: 10px;
}
.chunk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .chunk .zonebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.chunk .navbar-caption {
  color: #ffffff;
}
.chunk .curve-section-subtitle,
.chunk .curve-section-btn {
  text-align: center;
}
.chunk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.formwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/narrow1.jpg");
  position: relative;
}
.formwrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #0f2a33 18%, transparent 90%, #0f2a33 100%);
  pointer-events: none;
  z-index: 1;
}
.formwrap .view {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .formwrap .view {
    margin-top: 0;
  }
}
.formwrap .view .curve-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b8d9e4, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.formwrap .view .innerwrapunit {
  margin-bottom: 22px;
}
.formwrap .curve-section-title {
  color: #ffffff;
}
.formwrap .innerwrapunit {
  color: #ffffff;
}
.dockbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.dockbox .card-wrapper {
  padding: 80px 66px;
  background-color: #f1f1f1;
}
@media (max-width: 992px) {
  .dockbox .card-wrapper {
    padding: 40px 20px;
  }
}
.dockbox .gridblock {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .dockbox .gridblock {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .dockbox .gridblock .mainbox {
    margin-bottom: 16px;
  }
}
.dockbox .gridblock .mainbox .mainsegment {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.dockbox .gridblock .mainbox .mainsegment .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #0e4151 0, transparent 100%);
}
.dockbox .gridblock .mainbox .mainsegment .blockrow {
  margin-bottom: 0;
}
.dockbox .gridblock .layoutcell .curve-section-title {
  margin-bottom: 16px;
}
.dockbox .gridblock .layoutcell .innerwrapunit {
  margin-bottom: 0;
}
.dockbox .item {
  margin-bottom: 20px;
}
.dockbox .item:last-child {
  margin-bottom: 0;
}
.dockbox .item:hover .item-wrapper .item-img img,
.dockbox .item:focus .item-wrapper .item-img img {
  transform: scale(1.2) rotate(4deg);
}
.dockbox .item .item-wrapper {
  padding: 29px;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}
@media (max-width: 992px) {
  .dockbox .item .item-wrapper {
    padding: 12px;
    display: block;
  }
}
.dockbox .item .item-wrapper .item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  padding: 20px 40px 20px 0;
  min-height: 380px;
}
@media (max-width: 992px) {
  .dockbox .item .item-wrapper .item-content {
    width: 100%;
    min-height: auto;
    padding: 20px 0 0 0;
    display: block;
  }
}
.dockbox .item .item-wrapper .item-content .card-box .item-title_1,
.dockbox .item .item-wrapper .item-content .card-box .item-title_2 {
  margin-bottom: 10px;
}
.dockbox .item .item-wrapper .item-content .card-box .item-text_1,
.dockbox .item .item-wrapper .item-content .card-box .item-text_2 {
  margin-bottom: 0;
}
.dockbox .item .item-wrapper .item-content .curve-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.dockbox .item .item-wrapper .item-img {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .dockbox .item .item-wrapper .item-img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
}
.dockbox .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all .5s ease;
  transform: scale(1.1);
}
.dockbox .item .card_1 {
  background-color: #0e4151;
}
.dockbox .item .card_2 {
  background-color: #0f2a33;
}
.dockbox .blockrow {
  color: #004aad;
}
.dockbox .curve-section-title {
  color: #004aad;
}
.dockbox .innerwrapunit {
  color: #000000;
}
.dockbox .item-title_1 {
  color: #f6f4f0;
}
.dockbox .item-title_2 {
  color: #f6f4f0;
}
.dockbox .item-text_1 {
  color: #f6f4f0;
}
.dockbox .item-text_2 {
  color: #f6f4f0;
}
.dockbox .blockrow,
.dockbox .mainbox {
  color: #000000;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.shellbox .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .shellbox .container-fluid {
    padding: 0 15px;
  }
}
.shellbox .row {
  margin: 0;
}
.shellbox .row .item {
  padding: 0;
}
.shellbox .item .item-wrapper {
  height: 100%;
  padding: 30px;
}
@media (max-width: 992px) {
  .shellbox .item .item-wrapper {
    height: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.shellbox .item .item-wrapper .card-title_1,
.shellbox .item .item-wrapper .card-title_2 {
  margin-bottom: 20px;
}
.shellbox .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .shellbox .item .item-wrapper .card-box {
    display: block;
  }
}
@media (max-width: 1440px) {
  .shellbox .item .item-wrapper .card-box .item-img {
    margin-bottom: 20px;
  }
}
.shellbox .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellbox .item .item-wrapper .card-box .item-img img {
    height: 350px;
  }
}
.shellbox .item .item-wrapper .card-box .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.shellbox .item .item-wrapper .card-box .text-wrapper .card-text_1,
.shellbox .item .item-wrapper .card-box .text-wrapper .card-text_2 {
  display: inline-block;
  margin-bottom: 20px;
}
.shellbox .item .item-wrapper .card-box .text-wrapper .curve-section-btn .btn {
  margin-bottom: 0;
}
.shellbox .item .card_1 {
  background-color: #0e4151;
}
.shellbox .item .card_2 {
  background-color: #0f2a33;
}
.shellbox .card-title_1 {
  color: #000000;
}
.shellbox .card-title_2 {
  color: #ffffff;
  text-align: center;
}
.shellbox .card-text_1 {
  color: #ffffff;
  text-align: center;
}
.shellbox .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.shellbox .card-title_1,
.shellbox .curve-section-btn {
  color: #ffffff;
  text-align: center;
}
.stack {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.stack .card-wrapper {
  position: relative;
  background-color: #f1f1f1;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .stack .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .stack .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.stack .card-wrapper .view {
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .stack .card-wrapper .view {
    width: 100%;
  }
}
.stack .card-wrapper .view .mainbox .blockrow {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .stack .card-wrapper .view .mainbox .blockrow {
    margin-bottom: 24px;
  }
}
.stack .card-wrapper .view .curve-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .stack .card-wrapper .view .curve-section-title {
    margin-bottom: 24px;
  }
}
.stack .card-wrapper .view .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .stack .card-wrapper .view .text-wrapper .innerwrapunit {
    width: 100%;
    margin-bottom: 24px;
  }
}
.stack .card-wrapper .view .curve-section-btn .btn {
  margin-bottom: 0;
}
.stack .curve-section-title {
  color: #000000;
}
.stack .blockrow {
  color: #000000;
  text-align: center;
}
.stack .innerwrapunit,
.stack .text-wrapper {
  color: #000000;
  text-align: center;
}
.stack .curve-section-title,
.stack .curve-section-btn {
  text-align: center;
}
.tileunit {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .tileunit .container {
    padding: 0 30px;
  }
}
.tileunit .view {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .tileunit .view {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .tileunit .view {
    padding: 0;
  }
}
.tileunit .view .desc-wrapper .grid {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .tileunit .view .desc-wrapper .grid {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.tileunit .view .desc-wrapper .grid::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #0f2a33;
}
@media (max-width: 992px) {
  .tileunit .view .desc-wrapper .grid::before {
    width: 40px;
  }
}
.tileunit .view .curve-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .tileunit .view .curve-section-title {
    margin-bottom: 80px;
  }
}
.tileunit .view .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .tileunit .view .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .tileunit .view .text-wrapper {
    padding-left: 0;
  }
}
.tileunit .view .text-wrapper .innerwrapunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .tileunit .view .text-wrapper .innerwrapunit {
    margin-bottom: 30px;
  }
}
.tileunit .grid {
  color: #254b45;
}
.tileunit .curve-section-title {
  color: #254b45;
}
.tileunit .innerwrapunit {
  color: #254b45;
}
.tileunit .grid,
.tileunit .desc-wrapper {
  color: #000000;
}
.pagebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2a33;
}
.pagebox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper {
    margin-bottom: 30px;
  }
}
.pagebox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.pagebox .nav-wrapper .list .item-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.pagebox .nav-wrapper .list .item-wrap:hover::before,
.pagebox .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.pagebox .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffefc2;
  transition: all .3s ease;
}
.pagebox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.pagebox .view .curve-section-title {
  margin-bottom: 15px;
}
.pagebox .view .curve-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .curve-section-btn {
    margin-bottom: 15px;
  }
}
.pagebox .view .innerwrapunit {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .innerwrapunit {
    margin-bottom: 15px;
  }
}
.pagebox .view .alignwrap {
  margin-bottom: 0;
}
.pagebox .list {
  color: #ffffff;
}
.pagebox .curve-section-title {
  color: #ffffff;
}
.pagebox .innerwrapunit {
  color: #ffffff;
}
.pagebox .alignwrap {
  color: #ffffff;
}
.chunk {
  background-color: transparent;
}
.chunk .navbar-dropdown {
  background-color: #0f2a33 !important;
  padding: 0;
}
.chunk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .chunk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .chunk .menu_box .navbar-collapse {
    background-color: #0f2a33 !important;
    transition: all 0s ease 0s;
  }
}
.chunk .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .chunk .curve-section-btn-main {
    margin-top: 1rem;
  }
}
.chunk .curve-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.chunk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.chunk .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .chunk .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .chunk .nav-item {
    margin: 0 !important;
  }
}
.chunk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.chunk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.chunk .nav-item .nav-link:hover,
.chunk .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.chunk .nav-item .nav-link:hover::before,
.chunk .nav-item .nav-link:focus::before {
  width: 100%;
}
.chunk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.chunk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .chunk .zonebox {
    margin: 0;
  }
}
.chunk .nav-item:focus,
.chunk .nav-link:focus {
  outline: none;
}
.chunk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .chunk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.chunk .navbar .tracebox img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.chunk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .chunk .navbar .nav-item {
    padding: .5rem 0;
  }
  .chunk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .chunk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .chunk .navbar .tracebox img {
    height: 3rem !important;
  }
  .chunk .navbar ul.zonebox {
    overflow: hidden;
  }
  .chunk .navbar ul.zonebox li {
    margin: 0;
  }
  .chunk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .chunk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.chunk .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;
}
.chunk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.chunk .navbar-brand .tracebox a {
  outline: none;
}
.chunk .navbar-expand-lg .zonebox .nav-link {
  padding: 4px 0 !important;
}
.chunk ul.zonebox {
  flex-wrap: wrap;
  padding: 0;
}
.chunk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f2a33;
  background: #ffffff;
}
.chunk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2a33;
}
.chunk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.chunk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chunk .navbar {
    height: 70px;
  }
  .chunk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.chunk .navbar-dropdown .tracebox {
  margin-right: 10px;
}
.chunk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .chunk .zonebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.chunk .navbar-caption {
  color: #ffffff;
}
.chunk .curve-section-subtitle,
.chunk .curve-section-btn {
  text-align: center;
}
.chunk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.deck {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0e4151;
}
.deck .view {
  justify-content: flex-end;
}
.deck .card {
  justify-content: center;
}
.deck .layoutcell {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .deck .layoutcell {
    margin-bottom: 40px;
    padding: 0;
  }
}
.deck .layoutcell .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .deck .layoutcell .curve-section-title {
    margin-bottom: 20px;
  }
}
.deck .layoutcell .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .deck .layoutcell .text-wrapper .innerwrapunit {
    width: 100%;
  }
}
.deck .curve-section-btn .btn {
  margin-bottom: 0;
}
.deck .curve-section-btn .btn::after,
.deck .curve-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.deck .curve-section-btn .btn:hover,
.deck .curve-section-btn .btn:focus {
  color: #ffffff !important;
}
.deck .curve-section-btn .btn:hover::after,
.deck .curve-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.deck .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .deck .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .deck .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .deck .form-wrapper {
    padding: 20px;
  }
}
.deck .form-wrapper .holdunit {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .deck .form-wrapper .holdunit {
    margin-bottom: 20px;
  }
}
.deck .form-wrapper .holdunit .cluster {
  margin-bottom: 16px;
}
.deck .form-wrapper .holdunit .form-text {
  margin-bottom: 0;
}
.deck .curve-section-title {
  color: #ffffff;
  text-align: center;
}
.deck .innerwrapunit {
  color: #ffffff;
}
.deck .cluster {
  color: #000000;
}
.deck .form-text {
  color: #000000;
}
.deck label {
  color: #121212;
}
.deck .innerwrapunit,
.deck .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.colpad {
  padding-top: 5rem;
  background-color: #ffffff;
}
.colpad .view {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.colpad .view .layoutcell {
  margin-bottom: 40px;
}
.colpad .view .layoutcell .mainbox {
  margin-bottom: 16px;
}
.colpad .view .layoutcell .mainbox .mainsegment {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.colpad .view .layoutcell .mainbox .mainsegment .blockrow {
  margin-bottom: 0;
}
.colpad .view .layoutcell .curve-section-title {
  margin-bottom: 16px;
}
.colpad .view .layoutcell .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .colpad .view .layoutcell .text-wrapper .innerwrapunit {
    width: 100%;
  }
}
.colpad .unitsegment {
  margin: 0 -10px;
}
.colpad .unitsegment .card {
  padding: 0 10px;
}
.colpad .anchorbox {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 335px;
}
@media (max-width: 992px) {
  .colpad .anchorbox {
    min-height: auto;
    height: 320px;
  }
}
.colpad .anchorbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .colpad .layout {
    margin-bottom: 20px;
  }
}
.colpad .layout .item {
  margin-bottom: 20px;
}
.colpad .layout .item:last-child {
  margin-bottom: 0;
}
.colpad .layout .item:hover .item-wrapper .card-box .text-wrap .item-text,
.colpad .layout .item:focus .item-wrapper .card-box .text-wrap .item-text {
  color: #000000;
}
.colpad .layout .item:hover .item-wrapper .card-box .text-wrap .item-text::before,
.colpad .layout .item:focus .item-wrapper .card-box .text-wrap .item-text::before {
  opacity: 1;
  transform: translateY(0);
}
.colpad .layout .item .item-wrapper {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #f1f1f1;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #0e4151, 0 10px 10px -5px #0e4151;
}
@media (max-width: 992px) {
  .colpad .layout .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.colpad .layout .item .item-wrapper .card-box {
  width: 100%;
}
.colpad .layout .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.colpad .layout .item .item-wrapper .card-box .text-wrap .item-text {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  transition: all .3s ease;
}
.colpad .layout .item .item-wrapper .card-box .text-wrap .item-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.colpad .blockrow,
.colpad .mainbox {
  color: #334155;
  text-align: center;
}
.colpad .curve-section-title {
  color: #0f172a;
  text-align: center;
}
.colpad .innerwrapunit,
.colpad .text-wrapper {
  color: #000000;
  text-align: center;
}
.colpad .item-title {
  color: #0f172a;
}
.colpad .item-text {
  color: #475569;
}
.colpad .item-text,
.colpad .text-wrap {
  color: #000000;
}
.colpad .item-title,
.colpad .curve-section-btn {
  color: #000000;
}
.colpad .curve-section-title,
.colpad .curve-section-btn {
  color: #000000;
}
.trackbox {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .trackbox .container {
    padding: 0 30px;
  }
}
.trackbox .view {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .trackbox .view {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .trackbox .view {
    padding: 0;
  }
}
.trackbox .view .desc-wrapper .grid {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .trackbox .view .desc-wrapper .grid {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.trackbox .view .desc-wrapper .grid::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #0f2a33;
}
@media (max-width: 992px) {
  .trackbox .view .desc-wrapper .grid::before {
    width: 40px;
  }
}
.trackbox .view .curve-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .trackbox .view .curve-section-title {
    margin-bottom: 80px;
  }
}
.trackbox .view .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .trackbox .view .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .trackbox .view .text-wrapper {
    padding-left: 0;
  }
}
.trackbox .view .text-wrapper .innerwrapunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .trackbox .view .text-wrapper .innerwrapunit {
    margin-bottom: 30px;
  }
}
.trackbox .grid {
  color: #254b45;
}
.trackbox .curve-section-title {
  color: #254b45;
}
.trackbox .innerwrapunit {
  color: #254b45;
}
.trackbox .grid,
.trackbox .desc-wrapper {
  color: #000000;
}
.pagebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2a33;
}
.pagebox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper {
    margin-bottom: 30px;
  }
}
.pagebox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.pagebox .nav-wrapper .list .item-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.pagebox .nav-wrapper .list .item-wrap:hover::before,
.pagebox .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.pagebox .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffefc2;
  transition: all .3s ease;
}
.pagebox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.pagebox .view .curve-section-title {
  margin-bottom: 15px;
}
.pagebox .view .curve-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .curve-section-btn {
    margin-bottom: 15px;
  }
}
.pagebox .view .innerwrapunit {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .innerwrapunit {
    margin-bottom: 15px;
  }
}
.pagebox .view .alignwrap {
  margin-bottom: 0;
}
.pagebox .list {
  color: #ffffff;
}
.pagebox .curve-section-title {
  color: #ffffff;
}
.pagebox .innerwrapunit {
  color: #ffffff;
}
.pagebox .alignwrap {
  color: #ffffff;
}
.chunk {
  background-color: transparent;
}
.chunk .navbar-dropdown {
  background-color: #0f2a33 !important;
  padding: 0;
}
.chunk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .chunk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .chunk .menu_box .navbar-collapse {
    background-color: #0f2a33 !important;
    transition: all 0s ease 0s;
  }
}
.chunk .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .chunk .curve-section-btn-main {
    margin-top: 1rem;
  }
}
.chunk .curve-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.chunk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.chunk .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .chunk .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .chunk .nav-item {
    margin: 0 !important;
  }
}
.chunk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.chunk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.chunk .nav-item .nav-link:hover,
.chunk .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.chunk .nav-item .nav-link:hover::before,
.chunk .nav-item .nav-link:focus::before {
  width: 100%;
}
.chunk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.chunk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .chunk .zonebox {
    margin: 0;
  }
}
.chunk .nav-item:focus,
.chunk .nav-link:focus {
  outline: none;
}
.chunk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .chunk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.chunk .navbar .tracebox img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.chunk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .chunk .navbar .nav-item {
    padding: .5rem 0;
  }
  .chunk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .chunk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .chunk .navbar .tracebox img {
    height: 3rem !important;
  }
  .chunk .navbar ul.zonebox {
    overflow: hidden;
  }
  .chunk .navbar ul.zonebox li {
    margin: 0;
  }
  .chunk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .chunk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.chunk .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;
}
.chunk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.chunk .navbar-brand .tracebox a {
  outline: none;
}
.chunk .navbar-expand-lg .zonebox .nav-link {
  padding: 4px 0 !important;
}
.chunk ul.zonebox {
  flex-wrap: wrap;
  padding: 0;
}
.chunk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f2a33;
  background: #ffffff;
}
.chunk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2a33;
}
.chunk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.chunk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chunk .navbar {
    height: 70px;
  }
  .chunk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.chunk .navbar-dropdown .tracebox {
  margin-right: 10px;
}
.chunk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .chunk .zonebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.chunk .navbar-caption {
  color: #ffffff;
}
.chunk .curve-section-subtitle,
.chunk .curve-section-btn {
  text-align: center;
}
.chunk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.floatunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #0e4151;
}
.floatunit .row {
  justify-content: center;
}
.floatunit .view .layoutcell {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .floatunit .view .layoutcell {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .floatunit .view .layoutcell {
    padding-bottom: 60px;
  }
}
.floatunit .view .layoutcell::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #f1f1f1;
}
@media (max-width: 992px) {
  .floatunit .view .layoutcell::before {
    height: 24px;
  }
}
.floatunit .view .layoutcell .curve-section-title {
  margin-bottom: 0;
}
.floatunit .view .layoutcell .curve-section-subtitle {
  margin-bottom: 0;
}
.floatunit .view .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .floatunit .view .text-wrapper .innerwrapunit {
    width: 100%;
    margin-bottom: 30px;
  }
}
.floatunit .curve-section-title {
  color: #ffffff;
}
.floatunit .curve-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.floatunit .innerwrapunit,
.floatunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.floatunit .curve-section-title,
.floatunit .curve-section-btn {
  text-align: center;
}
.rowgrid {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.rowgrid .row {
  justify-content: space-between;
}
.rowgrid .view {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .rowgrid .view {
    padding: 0;
  }
}
.rowgrid .view .curve-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .rowgrid .view .curve-section-title {
    margin-bottom: 20px;
  }
}
.rowgrid .view .innerwrapunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .rowgrid .view .innerwrapunit {
    margin-bottom: 20px;
  }
}
.rowgrid .view .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.rowgrid .view .logo-wrapper .logo-wrap .area {
  margin-right: 12px;
}
.rowgrid .view .logo-wrapper .logo-wrap .area img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.rowgrid .view .logo-wrapper .logo-wrap .grid {
  margin-bottom: 0;
}
.rowgrid .curve-section-title {
  color: #000000;
}
.rowgrid .grid {
  color: #000000;
}
.rowgrid .innerwrapunit {
  color: #000000;
}
.pagebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2a33;
}
.pagebox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper {
    margin-bottom: 30px;
  }
}
.pagebox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.pagebox .nav-wrapper .list .item-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.pagebox .nav-wrapper .list .item-wrap:hover::before,
.pagebox .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.pagebox .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffefc2;
  transition: all .3s ease;
}
.pagebox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.pagebox .view .curve-section-title {
  margin-bottom: 15px;
}
.pagebox .view .curve-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .curve-section-btn {
    margin-bottom: 15px;
  }
}
.pagebox .view .innerwrapunit {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .innerwrapunit {
    margin-bottom: 15px;
  }
}
.pagebox .view .alignwrap {
  margin-bottom: 0;
}
.pagebox .list {
  color: #ffffff;
}
.pagebox .curve-section-title {
  color: #ffffff;
}
.pagebox .innerwrapunit {
  color: #ffffff;
}
.pagebox .alignwrap {
  color: #ffffff;
}
.chunk {
  background-color: transparent;
}
.chunk .navbar-dropdown {
  background-color: #0f2a33 !important;
  padding: 0;
}
.chunk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .chunk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .chunk .menu_box .navbar-collapse {
    background-color: #0f2a33 !important;
    transition: all 0s ease 0s;
  }
}
.chunk .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .chunk .curve-section-btn-main {
    margin-top: 1rem;
  }
}
.chunk .curve-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.chunk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.chunk .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .chunk .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .chunk .nav-item {
    margin: 0 !important;
  }
}
.chunk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.chunk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.chunk .nav-item .nav-link:hover,
.chunk .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.chunk .nav-item .nav-link:hover::before,
.chunk .nav-item .nav-link:focus::before {
  width: 100%;
}
.chunk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.chunk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .chunk .zonebox {
    margin: 0;
  }
}
.chunk .nav-item:focus,
.chunk .nav-link:focus {
  outline: none;
}
.chunk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .chunk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.chunk .navbar .tracebox img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.chunk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .chunk .navbar .nav-item {
    padding: .5rem 0;
  }
  .chunk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .chunk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .chunk .navbar .tracebox img {
    height: 3rem !important;
  }
  .chunk .navbar ul.zonebox {
    overflow: hidden;
  }
  .chunk .navbar ul.zonebox li {
    margin: 0;
  }
  .chunk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .chunk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.chunk .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;
}
.chunk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.chunk .navbar-brand .tracebox a {
  outline: none;
}
.chunk .navbar-expand-lg .zonebox .nav-link {
  padding: 4px 0 !important;
}
.chunk ul.zonebox {
  flex-wrap: wrap;
  padding: 0;
}
.chunk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f2a33;
  background: #ffffff;
}
.chunk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2a33;
}
.chunk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.chunk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chunk .navbar {
    height: 70px;
  }
  .chunk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.chunk .navbar-dropdown .tracebox {
  margin-right: 10px;
}
.chunk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .chunk .zonebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.chunk .navbar-caption {
  color: #ffffff;
}
.chunk .curve-section-subtitle,
.chunk .curve-section-btn {
  text-align: center;
}
.chunk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.modwrap {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #0e4151;
}
.modwrap .row {
  justify-content: center;
}
.modwrap .view .layoutcell {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .modwrap .view .layoutcell {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .modwrap .view .layoutcell {
    padding-bottom: 60px;
  }
}
.modwrap .view .layoutcell::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .modwrap .view .layoutcell::before {
    height: 24px;
  }
}
.modwrap .view .layoutcell .curve-section-title {
  margin-bottom: 0;
}
.modwrap .view .layoutcell .curve-section-subtitle {
  margin-bottom: 0;
}
.modwrap .view .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .modwrap .view .text-wrapper .innerwrapunit {
    width: 100%;
    margin-bottom: 30px;
  }
}
.modwrap .curve-section-title {
  color: #ffffff;
}
.modwrap .curve-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.modwrap .innerwrapunit,
.modwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.modwrap .curve-section-title,
.modwrap .curve-section-btn {
  text-align: center;
}
.block {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.block .row {
  justify-content: space-between;
}
.block .view {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .block .view {
    padding: 0;
  }
}
.block .view .curve-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .block .view .curve-section-title {
    margin-bottom: 20px;
  }
}
.block .view .innerwrapunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .block .view .innerwrapunit {
    margin-bottom: 20px;
  }
}
.block .view .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.block .view .logo-wrapper .logo-wrap .area {
  margin-right: 12px;
}
.block .view .logo-wrapper .logo-wrap .area img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.block .view .logo-wrapper .logo-wrap .grid {
  margin-bottom: 0;
}
.block .curve-section-title {
  color: #000000;
}
.block .grid {
  color: #000000;
}
.block .innerwrapunit {
  color: #000000;
}
.framewrap {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .framewrap .container {
    padding: 0 30px;
  }
}
.framewrap .view {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .framewrap .view {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .framewrap .view {
    padding: 0;
  }
}
.framewrap .view .desc-wrapper .grid {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .framewrap .view .desc-wrapper .grid {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.framewrap .view .desc-wrapper .grid::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #0f2a33;
}
@media (max-width: 992px) {
  .framewrap .view .desc-wrapper .grid::before {
    width: 40px;
  }
}
.framewrap .view .curve-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .framewrap .view .curve-section-title {
    margin-bottom: 80px;
  }
}
.framewrap .view .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .framewrap .view .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .framewrap .view .text-wrapper {
    padding-left: 0;
  }
}
.framewrap .view .text-wrapper .innerwrapunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .framewrap .view .text-wrapper .innerwrapunit {
    margin-bottom: 30px;
  }
}
.framewrap .grid {
  color: #254b45;
}
.framewrap .curve-section-title {
  color: #254b45;
}
.framewrap .innerwrapunit {
  color: #254b45;
}
.framewrap .grid,
.framewrap .desc-wrapper {
  color: #000000;
}
.pagebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2a33;
}
.pagebox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper {
    margin-bottom: 30px;
  }
}
.pagebox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.pagebox .nav-wrapper .list .item-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.pagebox .nav-wrapper .list .item-wrap:hover::before,
.pagebox .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.pagebox .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffefc2;
  transition: all .3s ease;
}
.pagebox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.pagebox .view .curve-section-title {
  margin-bottom: 15px;
}
.pagebox .view .curve-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .curve-section-btn {
    margin-bottom: 15px;
  }
}
.pagebox .view .innerwrapunit {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .innerwrapunit {
    margin-bottom: 15px;
  }
}
.pagebox .view .alignwrap {
  margin-bottom: 0;
}
.pagebox .list {
  color: #ffffff;
}
.pagebox .curve-section-title {
  color: #ffffff;
}
.pagebox .innerwrapunit {
  color: #ffffff;
}
.pagebox .alignwrap {
  color: #ffffff;
}
.chunk {
  background-color: transparent;
}
.chunk .navbar-dropdown {
  background-color: #0f2a33 !important;
  padding: 0;
}
.chunk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .chunk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .chunk .menu_box .navbar-collapse {
    background-color: #0f2a33 !important;
    transition: all 0s ease 0s;
  }
}
.chunk .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .chunk .curve-section-btn-main {
    margin-top: 1rem;
  }
}
.chunk .curve-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.chunk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.chunk .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .chunk .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .chunk .nav-item {
    margin: 0 !important;
  }
}
.chunk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.chunk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.chunk .nav-item .nav-link:hover,
.chunk .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.chunk .nav-item .nav-link:hover::before,
.chunk .nav-item .nav-link:focus::before {
  width: 100%;
}
.chunk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.chunk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .chunk .zonebox {
    margin: 0;
  }
}
.chunk .nav-item:focus,
.chunk .nav-link:focus {
  outline: none;
}
.chunk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .chunk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.chunk .navbar .tracebox img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.chunk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .chunk .navbar .nav-item {
    padding: .5rem 0;
  }
  .chunk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .chunk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .chunk .navbar .tracebox img {
    height: 3rem !important;
  }
  .chunk .navbar ul.zonebox {
    overflow: hidden;
  }
  .chunk .navbar ul.zonebox li {
    margin: 0;
  }
  .chunk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .chunk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.chunk .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;
}
.chunk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.chunk .navbar-brand .tracebox a {
  outline: none;
}
.chunk .navbar-expand-lg .zonebox .nav-link {
  padding: 4px 0 !important;
}
.chunk ul.zonebox {
  flex-wrap: wrap;
  padding: 0;
}
.chunk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f2a33;
  background: #ffffff;
}
.chunk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2a33;
}
.chunk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.chunk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chunk .navbar {
    height: 70px;
  }
  .chunk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.chunk .navbar-dropdown .tracebox {
  margin-right: 10px;
}
.chunk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .chunk .zonebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.chunk .navbar-caption {
  color: #ffffff;
}
.chunk .curve-section-subtitle,
.chunk .curve-section-btn {
  text-align: center;
}
.chunk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.neutralwrap {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #0f2a33;
}
.neutralwrap .row {
  justify-content: center;
}
.neutralwrap .view .layoutcell {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .neutralwrap .view .layoutcell {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .neutralwrap .view .layoutcell {
    padding-bottom: 60px;
  }
}
.neutralwrap .view .layoutcell::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .neutralwrap .view .layoutcell::before {
    height: 24px;
  }
}
.neutralwrap .view .layoutcell .curve-section-title {
  margin-bottom: 0;
}
.neutralwrap .view .layoutcell .curve-section-subtitle {
  margin-bottom: 0;
}
.neutralwrap .view .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .neutralwrap .view .text-wrapper .innerwrapunit {
    width: 100%;
    margin-bottom: 30px;
  }
}
.neutralwrap .curve-section-title {
  color: #ffffff;
}
.neutralwrap .curve-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.neutralwrap .innerwrapunit,
.neutralwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.neutralwrap .curve-section-title,
.neutralwrap .curve-section-btn {
  text-align: center;
}
.nodeband {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.nodeband .row {
  justify-content: space-between;
}
.nodeband .view {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .nodeband .view {
    padding: 0;
  }
}
.nodeband .view .curve-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .nodeband .view .curve-section-title {
    margin-bottom: 20px;
  }
}
.nodeband .view .innerwrapunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .nodeband .view .innerwrapunit {
    margin-bottom: 20px;
  }
}
.nodeband .view .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.nodeband .view .logo-wrapper .logo-wrap .area {
  margin-right: 12px;
}
.nodeband .view .logo-wrapper .logo-wrap .area img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nodeband .view .logo-wrapper .logo-wrap .grid {
  margin-bottom: 0;
}
.nodeband .curve-section-title {
  color: #000000;
}
.nodeband .grid {
  color: #000000;
}
.nodeband .innerwrapunit {
  color: #000000;
}
.rowset {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .rowset .container {
    padding: 0 30px;
  }
}
.rowset .view {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .rowset .view {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .rowset .view {
    padding: 0;
  }
}
.rowset .view .desc-wrapper .grid {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .rowset .view .desc-wrapper .grid {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.rowset .view .desc-wrapper .grid::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #0f2a33;
}
@media (max-width: 992px) {
  .rowset .view .desc-wrapper .grid::before {
    width: 40px;
  }
}
.rowset .view .curve-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .rowset .view .curve-section-title {
    margin-bottom: 80px;
  }
}
.rowset .view .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .rowset .view .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .rowset .view .text-wrapper {
    padding-left: 0;
  }
}
.rowset .view .text-wrapper .innerwrapunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .rowset .view .text-wrapper .innerwrapunit {
    margin-bottom: 30px;
  }
}
.rowset .grid {
  color: #254b45;
}
.rowset .curve-section-title {
  color: #254b45;
}
.rowset .innerwrapunit {
  color: #254b45;
}
.rowset .grid,
.rowset .desc-wrapper {
  color: #000000;
}
.pagebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2a33;
}
.pagebox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper {
    margin-bottom: 30px;
  }
}
.pagebox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.pagebox .nav-wrapper .list .item-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.pagebox .nav-wrapper .list .item-wrap:hover::before,
.pagebox .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.pagebox .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffefc2;
  transition: all .3s ease;
}
.pagebox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.pagebox .view .curve-section-title {
  margin-bottom: 15px;
}
.pagebox .view .curve-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .curve-section-btn {
    margin-bottom: 15px;
  }
}
.pagebox .view .innerwrapunit {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .innerwrapunit {
    margin-bottom: 15px;
  }
}
.pagebox .view .alignwrap {
  margin-bottom: 0;
}
.pagebox .list {
  color: #ffffff;
}
.pagebox .curve-section-title {
  color: #ffffff;
}
.pagebox .innerwrapunit {
  color: #ffffff;
}
.pagebox .alignwrap {
  color: #ffffff;
}
.chunk {
  background-color: transparent;
}
.chunk .navbar-dropdown {
  background-color: #0f2a33 !important;
  padding: 0;
}
.chunk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .chunk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .chunk .menu_box .navbar-collapse {
    background-color: #0f2a33 !important;
    transition: all 0s ease 0s;
  }
}
.chunk .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .chunk .curve-section-btn-main {
    margin-top: 1rem;
  }
}
.chunk .curve-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.chunk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.chunk .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .chunk .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .chunk .nav-item {
    margin: 0 !important;
  }
}
.chunk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.chunk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.chunk .nav-item .nav-link:hover,
.chunk .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.chunk .nav-item .nav-link:hover::before,
.chunk .nav-item .nav-link:focus::before {
  width: 100%;
}
.chunk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.chunk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .chunk .zonebox {
    margin: 0;
  }
}
.chunk .nav-item:focus,
.chunk .nav-link:focus {
  outline: none;
}
.chunk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .chunk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.chunk .navbar .tracebox img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.chunk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .chunk .navbar .nav-item {
    padding: .5rem 0;
  }
  .chunk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .chunk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .chunk .navbar .tracebox img {
    height: 3rem !important;
  }
  .chunk .navbar ul.zonebox {
    overflow: hidden;
  }
  .chunk .navbar ul.zonebox li {
    margin: 0;
  }
  .chunk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .chunk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.chunk .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;
}
.chunk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.chunk .navbar-brand .tracebox a {
  outline: none;
}
.chunk .navbar-expand-lg .zonebox .nav-link {
  padding: 4px 0 !important;
}
.chunk ul.zonebox {
  flex-wrap: wrap;
  padding: 0;
}
.chunk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f2a33;
  background: #ffffff;
}
.chunk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2a33;
}
.chunk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.chunk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chunk .navbar {
    height: 70px;
  }
  .chunk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.chunk .navbar-dropdown .tracebox {
  margin-right: 10px;
}
.chunk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .chunk .zonebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.chunk .navbar-caption {
  color: #ffffff;
}
.chunk .curve-section-subtitle,
.chunk .curve-section-btn {
  text-align: center;
}
.chunk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.element {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #0e4151;
}
.element .row {
  justify-content: center;
}
.element .view .layoutcell {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .element .view .layoutcell {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .element .view .layoutcell {
    padding-bottom: 60px;
  }
}
.element .view .layoutcell::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .element .view .layoutcell::before {
    height: 24px;
  }
}
.element .view .layoutcell .curve-section-title {
  margin-bottom: 0;
}
.element .view .layoutcell .curve-section-subtitle {
  margin-bottom: 0;
}
.element .view .text-wrapper .innerwrapunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .element .view .text-wrapper .innerwrapunit {
    width: 100%;
    margin-bottom: 30px;
  }
}
.element .curve-section-title {
  color: #ffffff;
}
.element .curve-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.element .innerwrapunit,
.element .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.element .curve-section-title,
.element .curve-section-btn {
  text-align: center;
}
.modsegment {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.modsegment .row {
  justify-content: space-between;
}
.modsegment .view {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .modsegment .view {
    padding: 0;
  }
}
.modsegment .view .curve-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .modsegment .view .curve-section-title {
    margin-bottom: 20px;
  }
}
.modsegment .view .innerwrapunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .modsegment .view .innerwrapunit {
    margin-bottom: 20px;
  }
}
.modsegment .view .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.modsegment .view .logo-wrapper .logo-wrap .area {
  margin-right: 12px;
}
.modsegment .view .logo-wrapper .logo-wrap .area img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.modsegment .view .logo-wrapper .logo-wrap .grid {
  margin-bottom: 0;
}
.modsegment .curve-section-title {
  color: #000000;
}
.modsegment .grid {
  color: #000000;
}
.modsegment .innerwrapunit {
  color: #000000;
}
.subunit {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .subunit .container {
    padding: 0 30px;
  }
}
.subunit .view {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .subunit .view {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .subunit .view {
    padding: 0;
  }
}
.subunit .view .desc-wrapper .grid {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .subunit .view .desc-wrapper .grid {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.subunit .view .desc-wrapper .grid::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #0f2a33;
}
@media (max-width: 992px) {
  .subunit .view .desc-wrapper .grid::before {
    width: 40px;
  }
}
.subunit .view .curve-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .subunit .view .curve-section-title {
    margin-bottom: 80px;
  }
}
.subunit .view .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .subunit .view .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .subunit .view .text-wrapper {
    padding-left: 0;
  }
}
.subunit .view .text-wrapper .innerwrapunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .subunit .view .text-wrapper .innerwrapunit {
    margin-bottom: 30px;
  }
}
.subunit .grid {
  color: #254b45;
}
.subunit .curve-section-title {
  color: #254b45;
}
.subunit .innerwrapunit {
  color: #254b45;
}
.subunit .grid,
.subunit .desc-wrapper {
  color: #000000;
}
.pagebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2a33;
}
.pagebox .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper {
    margin-bottom: 30px;
  }
}
.pagebox .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.pagebox .nav-wrapper .list .item-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .pagebox .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.pagebox .nav-wrapper .list .item-wrap:hover::before,
.pagebox .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.pagebox .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffefc2;
  transition: all .3s ease;
}
.pagebox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.pagebox .view .curve-section-title {
  margin-bottom: 15px;
}
.pagebox .view .curve-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .curve-section-btn {
    margin-bottom: 15px;
  }
}
.pagebox .view .innerwrapunit {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pagebox .view .innerwrapunit {
    margin-bottom: 15px;
  }
}
.pagebox .view .alignwrap {
  margin-bottom: 0;
}
.pagebox .list {
  color: #ffffff;
}
.pagebox .curve-section-title {
  color: #ffffff;
}
.pagebox .innerwrapunit {
  color: #ffffff;
}
.pagebox .alignwrap {
  color: #ffffff;
}
.chunk {
  background-color: transparent;
}
.chunk .navbar-dropdown {
  background-color: #0f2a33 !important;
  padding: 0;
}
.chunk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .chunk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .chunk .menu_box .navbar-collapse {
    background-color: #0f2a33 !important;
    transition: all 0s ease 0s;
  }
}
.chunk .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .chunk .curve-section-btn-main {
    margin-top: 1rem;
  }
}
.chunk .curve-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.chunk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.chunk .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .chunk .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .chunk .nav-item {
    margin: 0 !important;
  }
}
.chunk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.chunk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.chunk .nav-item .nav-link:hover,
.chunk .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.chunk .nav-item .nav-link:hover::before,
.chunk .nav-item .nav-link:focus::before {
  width: 100%;
}
.chunk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.chunk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .chunk .zonebox {
    margin: 0;
  }
}
.chunk .nav-item:focus,
.chunk .nav-link:focus {
  outline: none;
}
.chunk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .chunk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.chunk .navbar .tracebox img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.chunk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .chunk .navbar .nav-item {
    padding: .5rem 0;
  }
  .chunk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .chunk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .chunk .navbar .tracebox img {
    height: 3rem !important;
  }
  .chunk .navbar ul.zonebox {
    overflow: hidden;
  }
  .chunk .navbar ul.zonebox li {
    margin: 0;
  }
  .chunk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .chunk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.chunk .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;
}
.chunk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.chunk .navbar-brand .tracebox a {
  outline: none;
}
.chunk .navbar-expand-lg .zonebox .nav-link {
  padding: 4px 0 !important;
}
.chunk ul.zonebox {
  flex-wrap: wrap;
  padding: 0;
}
.chunk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f2a33;
  background: #ffffff;
}
.chunk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2a33;
}
.chunk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.chunk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.chunk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chunk .navbar {
    height: 70px;
  }
  .chunk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.chunk .navbar-dropdown .tracebox {
  margin-right: 10px;
}
.chunk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .chunk .zonebox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.chunk .navbar-caption {
  color: #ffffff;
}
.chunk .curve-section-subtitle,
.chunk .curve-section-btn {
  text-align: center;
}
.chunk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}
.wrapgrid {
  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;
}
.wrapgrid.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: bounceIn 0.8s ease-out forwards;
}
.wrapgrid p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.wrapgrid 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) {
  .wrapgrid {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) scale(0.95) !important;
  }
  .wrapgrid.show {
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }
  #cookieBanner button,
  .wrapgrid button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .wrapgrid {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }
  #cookieBanner button,
  .wrapgrid button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
@keyframes bounceRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}
.navbar-brand {
    animation: bounceRight 1s ease-in-out;
}
.ttc-form {
  padding: 0 !important;
  background: transparent;
}
.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #3c2f1d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #fefcf9 !important;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(90, 60, 20, 0.08);
  padding: 42px;
  box-sizing: border-box;
  border: 1px solid #f1e8db;
}
.ttc-form #customForm * {
  color: #3c2f1d;
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #e3d5c3 !important;
  border-radius: 6px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  background: #fefcf9 !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: all 0.25s ease;
}
.ttc-form #customForm textarea.form-control {
  min-height: 160px;
  resize: vertical;
  border-radius: 6px !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #9d8e7a;
}
.ttc-form #customForm ::placeholder {
  color: #9d8e7a;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #ffffff !important;
  border-color: #d4a46f !important;
  box-shadow: 0 0 0 3px rgba(212, 164, 111, 0.2) !important;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 6px !important;
  background: linear-gradient(90deg, #00aa00, #00d500);
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}
.ttc-form #customForm .btn:hover {
  background: linear-gradient(90deg, #00bf00, #00dd00);
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  font-size: 12px;
  color: #9d8e7a;
}
.ttc-form #customForm a {
  color: #b98554;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm .spanunit,
.ttc-form #customForm .patch {
  border: 1px solid #e3d5c3;
  background: #fefcf9;
  padding: 16px;
  border-radius: 6px !important;
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.ttc-form #customForm .layer,
.ttc-form #customForm .tilebox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #3c2f1d;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}
.ttc-form #customForm .outerwrap,
.ttc-form #customForm .shellunit {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.ttc-form #customForm .alert {
  border-radius: 6px !important;
  font-size: 14px;
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }
  .ttc-form #customForm {
    padding: 24px 20px;
    margin: 16px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-control {
    font-size: 15px;
    padding: 12px 14px;
    margin-bottom: 14px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 20px;
  }
  .ttc-form #customForm .spanunit,
  .ttc-form #customForm .patch {
    padding: 14px;
  }
  .ttc-form #customForm .layer,
  .ttc-form #customForm .tilebox {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }
  .ttc-form #customForm .layer,
  .ttc-form #customForm .tilebox {
    font-size: 13px;
    line-height: 1.4;
  }
}
