@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 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-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::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);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.domlayer {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .domlayer {
    font-size: 5rem;
  }
}

.shiftbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .shiftbox {
    font-size: 4.5rem;
  }
}

.bodysegment {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .bodysegment {
    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-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .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-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.wrapper {
  --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;
}
 .wrapper .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 .wrapper {
    flex-direction: row;
  }
  .navbar-expand-lg .wrapper .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.bodylayer {
  --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);
}

.zonelayer {
  --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: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/narrow1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .bodywrap {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .bodywrap img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/narrow1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/narrow1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@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;
}

.style-section-title {
  font-style: normal;
  line-height: 1.3;
}

.style-section-subtitle {
  line-height: 1.3;
}

.clipwrap {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.domlayer,
.shiftbox,
.bodysegment,
.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;
}

/*! Base colors */
.domtrack {
  color: #ffffff;
}

/*! Text-aligns */
.coreunit {
  text-align: left;
}

.pathunit {
  text-align: center;
}

/*! Font-weight  */

.mainfield {
  font-weight: 700;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.style-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 .style-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.mainfield {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.matrix .tilebox {
  min-height: 100vh;
}

.matrix {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .bodywrap 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 .wrapper.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: 1.5 !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 .style-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;
}

.tilebox {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/narrow1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'identity2';
  font-display: swap;
  src:  url('fonts/input2.eot');
  src:  url('fonts/input2.eot') format('embedded-opentype'),
    url('fonts/input2.ttf') format('truetype'),
    url('fonts/input2.woff') format('woff'),
    url('fonts/input2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/narrow1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.btn {
  border-width: 3px;
}
body {
  font-family: Funnel Display;
}
.domlayer {
  font-family: 'Funnel Display', display;
  font-size: 3.5rem;
  line-height: 1;
}
.shiftbox {
  font-family: 'Funnel Display', display;
  font-size: 3rem;
  line-height: 1;
}
.bodysegment {
  font-family: 'Funnel Display', display;
  font-size: 1.85rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Funnel Display', display;
  font-size: 2.2rem;
  line-height: 1;
}
.display-7 {
  font-family: 'Funnel Sans', sans-serif;
  font-size: 1.19rem;
  line-height: 1.35;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .domlayer {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .domlayer {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .shiftbox {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .bodysegment {
    font-size: 1.48rem;
    font-size: calc( 1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.952rem;
    font-size: calc( 1.0665rem + (1.19 - 1.0665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0665rem + (1.19 - 1.0665) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .domlayer {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .shiftbox {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .bodysegment {
    font-size: 1.48rem;
    font-size: calc( 1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.952rem;
    font-size: calc( 1.0665rem + (1.19 - 1.0665) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0665rem + (1.19 - 1.0665) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-primary,
.btn-primary:active {
  background-color: #18204f !important;
  border-color: #18204f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #243076 !important;
  border-color: #243076 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #243076 !important;
  border-color: #243076 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #18204f !important;
}
.text-success {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000001 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.bodylayer {
  background-color: #70c770;
}
.zonelayer {
  background-color: #ffc4c9;
}
.style-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #18204f;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Funnel Display', display;
  font-size: 1.85rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #18204f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Funnel Display', display;
  font-size: 1.85rem;
  line-height: 1.5;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.style-section-btn .btn {
  padding: 24px 42px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .style-section-btn .btn {
    padding: 12px 16px;
  }
}
.form-control {
  border-radius: 100px !important;
}

.card-wrapper,
.card,
.item-wrapper,
.colpad {
  border-radius: 3rem !important;
}
.floatunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #d6def4;
}
@media (min-width: 991px) {
  .floatunit {
    min-height: 170px !important;
  }
}
.floatunit .container,
.floatunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .floatunit .container,
  .floatunit .container-fluid {
    min-height: 170px !important;
  }
}
.floatunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.floatunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .floatunit .top_menu {
    min-height: 110px !important;
  }
}
.floatunit .navbar-caption:hover {
  color: #000c3f !important;
}
.floatunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .floatunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .floatunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #18204f;
    left: -32px;
    width: calc(100% + 64px);
  }
  .floatunit .bodywrap {
    margin: 0;
  }
  .floatunit .bodywrap img {
    margin: auto;
    width: auto;
  }
  .floatunit .btn {
    white-space: nowrap;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit ul.wrapper {
  flex-wrap: wrap;
}
.floatunit ul.wrapper li {
  margin: auto;
}
.floatunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d6def4;
}
.floatunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .floatunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .top_menu {
    justify-content: space-between;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .nav-link {
    padding: 5px !important;
  }
  .floatunit .navbar .container-fluid,
  .floatunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .floatunit .navbar .bodywrap img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.floatunit .navbar-brand .bodywrap a {
  outline: none;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.floatunit .navbar-dropdown {
  position: absolute;
}
.floatunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.floatunit a.nav-link:hover {
  color: #000c3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 77px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flexbox {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("images/gray1.jpg");
  overflow: hidden;
}
.flexbox .container,
.flexbox .container-fluid {
  position: relative;
}
.flexbox .row {
  justify-content: left;
}
.flexbox .col-content {
  position: relative;
  z-index: 10;
}
.flexbox .style-section-title {
  color: #ffffff;
}
.flexbox .style-section-subtitle {
  color: #ffffff;
}
.flexbox .clipwrap {
  color: #2B2B2B;
}
.flexbox .style-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.flexbox .unitrow {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .flexbox .unitrow {
    width: 240px;
    height: 240px;
  }
}
.flexbox .tilegrid {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #9cadd9 27%, #9cadd9 50%, #9cadd9 79%);
}
.flexbox .formgrid {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #18204f 27%, #18204f 50%, #18204f 79%);
}
.flexbox .coverbox {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #d6def4 27%, #d6def4 50%, #d6def4 79%);
}
.flexbox .nodeunit {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #464e81 27%, #464e81 50%, #464e81 79%);
}
.dockwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("images/shallow1.jpg");
}
.dockwrap .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .dockwrap .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .dockwrap .row {
    padding: 0 24px;
  }
}
.dockwrap .title {
  display: flex;
  align-items: center;
}
.dockwrap .phasebox {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .dockwrap .phasebox {
    margin-bottom: 32px;
  }
}
.dockwrap .phasebox .style-section-title {
  margin-bottom: 32px;
}
.dockwrap .phasebox .style-section-title span {
  position: relative;
  z-index: 1;
}
.dockwrap .phasebox .style-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.dockwrap .phasebox .clipwrap {
  margin: 0;
}
.dockwrap .node {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .dockwrap .node {
    margin-bottom: 32px;
  }
}
.dockwrap .node img {
  max-height: 500px;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .dockwrap .node img {
    width: 100%;
  }
}
.dockwrap .style-section-title {
  color: #dddddd;
  text-align: center;
}
.dockwrap .clipwrap {
  color: #ffffff;
  text-align: center;
}
.topwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
  position: relative;
}
.topwrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #18204f, #000c3f);
}
.topwrap .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .topwrap .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .topwrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .topwrap .container {
    padding: 0 16px;
  }
}
.topwrap .style-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .topwrap .style-section-title {
    margin-bottom: 48px;
  }
}
.topwrap .row {
  justify-content: space-between;
  margin: 0 -24px;
}
.topwrap .row .item {
  padding: 0 24px;
}
.topwrap .row .item:first-child {
  margin-bottom: 0;
}
.topwrap .item {
  margin-bottom: 32px;
}
.topwrap .item .item-wrapper {
  border-bottom: 1px solid #d6def4;
  border-radius: 0 !important;
  padding-bottom: 32px;
}
.topwrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.topwrap .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.topwrap .item .item-wrapper .card-box .style-section-btn .btn {
  margin-bottom: 0;
}
.topwrap .card-title {
  color: #f4f4f4;
  text-align: center;
}
.topwrap .card-text {
  color: #ffffff;
  text-align: center;
}
.topwrap .card-title,
.topwrap .style-section-btn {
  text-align: center;
  color: #ffffff;
}
.topwrap .style-section-title,
.topwrap .phasebox {
  text-align: center;
}
.alignbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d6def4;
}
.alignbox .colpad {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #9cadd9;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .alignbox .colpad {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .alignbox .colpad {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .alignbox .colpad {
    display: none;
  }
}
.alignbox .phasebox {
  position: relative;
  z-index: 1;
}
.alignbox .phasebox .style-section-title {
  margin-bottom: 20px;
}
.alignbox .phasebox .gridwrapunit {
  margin-bottom: 0;
}
.alignbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper {
    margin-top: 32px;
  }
}
.alignbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alignbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.alignbox .nav-wrapper .list .item-wrap:hover,
.alignbox .nav-wrapper .list .item-wrap:focus {
  color: #000c3f;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.alignbox .style-section-title {
  color: #ffffff;
  text-align: center;
}
.alignbox .gridwrapunit {
  color: #000000;
  text-align: center;
}
.alignbox .list {
  color: #ffffff;
}
.alignbox .style-section-title,
.alignbox .style-section-btn {
  color: #000c3f;
}
.alignbox .list,
.alignbox .item-wrap {
  color: #000c3f;
}
.floatunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #d6def4;
}
@media (min-width: 991px) {
  .floatunit {
    min-height: 170px !important;
  }
}
.floatunit .container,
.floatunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .floatunit .container,
  .floatunit .container-fluid {
    min-height: 170px !important;
  }
}
.floatunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.floatunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .floatunit .top_menu {
    min-height: 110px !important;
  }
}
.floatunit .navbar-caption:hover {
  color: #000c3f !important;
}
.floatunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .floatunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .floatunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #18204f;
    left: -32px;
    width: calc(100% + 64px);
  }
  .floatunit .bodywrap {
    margin: 0;
  }
  .floatunit .bodywrap img {
    margin: auto;
    width: auto;
  }
  .floatunit .btn {
    white-space: nowrap;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit ul.wrapper {
  flex-wrap: wrap;
}
.floatunit ul.wrapper li {
  margin: auto;
}
.floatunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d6def4;
}
.floatunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .floatunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .top_menu {
    justify-content: space-between;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .nav-link {
    padding: 5px !important;
  }
  .floatunit .navbar .container-fluid,
  .floatunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .floatunit .navbar .bodywrap img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.floatunit .navbar-brand .bodywrap a {
  outline: none;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.floatunit .navbar-dropdown {
  position: absolute;
}
.floatunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.floatunit a.nav-link:hover {
  color: #000c3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 77px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cellunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.cellunit .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cellunit .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cellunit .container {
    padding: 0 20px;
  }
}
.cellunit .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cellunit .row {
    padding: 50px 16px;
  }
}
.cellunit .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #d6def4;
  filter: blur(120px);
}
.cellunit .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #9cadd9;
  filter: blur(150px);
}
.cellunit .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #18204f;
  opacity: 1;
}
.cellunit .row .phasebox {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cellunit .row .phasebox {
    margin-bottom: 50px;
  }
}
.cellunit .row .phasebox .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cellunit .row .phasebox .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cellunit .row .phasebox .style-section-title {
  margin-bottom: 32px;
}
.cellunit .row .phasebox .clipwrap {
  margin-bottom: 32px;
}
.cellunit .row .node {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cellunit .row .node {
    min-height: 450px;
  }
}
.cellunit .row .node img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cellunit .row .node img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cellunit .row .node img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cellunit .style-section-title {
  color: #ffffff;
}
.cellunit .clipwrap {
  color: #ffffff;
  text-align: center;
}
.cellunit .style-section-title,
.cellunit .style-section-btn {
  text-align: center;
}
.tilepad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
  overflow: hidden;
}
.tilepad .gridnode {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .tilepad .gridnode {
    padding: 0 16px;
  }
}
.tilepad .gridnode::before,
.tilepad .gridnode::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #d6def4;
}
.tilepad .gridnode::before {
  left: 0;
}
.tilepad .gridnode::after {
  right: 0;
}
.tilepad .pathbox {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.tilepad .phasebox {
  margin-bottom: 40px;
  align-items: flex-end;
}
.tilepad .phasebox .item {
  margin-bottom: 0;
}
.tilepad .style-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .tilepad .style-section-title {
    margin-bottom: 24px;
  }
}
.tilepad .clipwrap {
  margin-bottom: 0;
  color: #0a0a0a;
}
.tilepad .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .tilepad .item {
    margin-bottom: 16px;
  }
  .tilepad .item:last-child {
    margin-bottom: 0;
  }
}
.tilepad .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .tilepad .item .item-wrapper {
    padding: 24px 16px;
  }
}
.tilepad .item .item-wrapper:hover .item-img img,
.tilepad .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .tilepad .item .item-wrapper:hover .item-img img,
  .tilepad .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.tilepad .item .item-wrapper .item-content .item-title_1,
.tilepad .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.tilepad .item .item-wrapper .item-content .item-text_1,
.tilepad .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.tilepad .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tilepad .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.tilepad .item .item-wrapper .item-content .style-section-btn {
  margin-top: 24px;
}
.tilepad .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.tilepad .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .tilepad .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tilepad .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.tilepad .item .card_1 {
  background-color: #18204f;
}
.tilepad .item .card_2 {
  background-color: #d6def4;
}
.tilepad .item-title_1 {
  color: #ffffff;
}
.tilepad .item-title_2 {
  color: #000c3f;
  text-align: center;
}
.tilepad .item-text_1 {
  color: #ffffff;
  text-align: center;
}
.tilepad .item-text_2 {
  color: #0a0a0a;
}
.tilepad .item-title_1,
.tilepad .style-section-btn {
  text-align: center;
}
.tilepad .item-text_2,
.tilepad .text-wrap_2 {
  text-align: center;
  color: #000c3f;
}
.zone {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.zone::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#d6def4 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.zone .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .zone .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .zone .container {
    padding: 0 24px;
  }
}
.zone .row {
  justify-content: space-between;
}
.zone .phasebox {
  position: relative;
  z-index: 1;
}
.zone .phasebox .style-section-title {
  margin-bottom: 32px;
}
.zone .text-wrapper {
  position: relative;
  z-index: 1;
}
.zone .text-wrapper .clipwrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .zone .text-wrapper .clipwrap {
    margin-bottom: 32px;
  }
}
.zone .item {
  position: relative;
  z-index: 1;
  padding: 24px 0 48px 0;
  border-top: 1px solid #d6def4;
  border-radius: 0 !important;
}
.zone .item .item-wrapper .card-box .group {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .zone .item .item-wrapper .card-box .group {
    display: block;
  }
}
.zone .item .item-wrapper .card-box .group .card-title {
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zone .item .item-wrapper .card-box .group .card-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.zone .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 33%;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .zone .item .item-wrapper .card-box .text-wrap .card-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .zone .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.zone .item .item-wrapper .card-box .style-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.zone .item .item-wrapper .card-box .style-section-btn .btn:hover,
.zone .item .item-wrapper .card-box .style-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.zone .style-section-title {
  color: #141414;
}
.zone .clipwrap {
  color: #141414;
}
.zone .card-title {
  color: #ffffff;
  text-align: center;
}
.zone .card-text {
  color: #141414;
}
.zone .card-text,
.zone .text-wrap,
.zone .style-section-btn {
  text-align: center;
  color: #ffffff;
}
.colunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
  overflow: hidden;
}
.colunit .gridnode {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .colunit .gridnode {
    padding: 0 16px;
  }
}
.colunit .gridnode::before,
.colunit .gridnode::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #d6def4;
}
.colunit .gridnode::before {
  left: 0;
}
.colunit .gridnode::after {
  right: 0;
}
.colunit .pathbox {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.colunit .phasebox {
  margin-bottom: 40px;
  align-items: flex-end;
}
.colunit .phasebox .item {
  margin-bottom: 0;
}
.colunit .style-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .colunit .style-section-title {
    margin-bottom: 24px;
  }
}
.colunit .clipwrap {
  margin-bottom: 0;
  color: #0a0a0a;
}
.colunit .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .colunit .item {
    margin-bottom: 16px;
  }
  .colunit .item:last-child {
    margin-bottom: 0;
  }
}
.colunit .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .colunit .item .item-wrapper {
    padding: 24px 16px;
  }
}
.colunit .item .item-wrapper:hover .item-img img,
.colunit .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .colunit .item .item-wrapper:hover .item-img img,
  .colunit .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.colunit .item .item-wrapper .item-content .item-title_1,
.colunit .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.colunit .item .item-wrapper .item-content .item-text_1,
.colunit .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.colunit .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .colunit .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.colunit .item .item-wrapper .item-content .style-section-btn {
  margin-top: 24px;
}
.colunit .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.colunit .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .colunit .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .colunit .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.colunit .item .card_1 {
  background-color: #18204f;
}
.colunit .item .card_2 {
  background-color: #d6def4;
}
.colunit .item-title_1 {
  color: #ffffff;
}
.colunit .item-title_2 {
  color: #000c3f;
  text-align: center;
}
.colunit .item-text_1 {
  color: #ffffff;
  text-align: center;
}
.colunit .item-text_2 {
  color: #0a0a0a;
}
.colunit .item-title_1,
.colunit .style-section-btn {
  text-align: center;
}
.colunit .item-text_2,
.colunit .text-wrap_2 {
  text-align: center;
  color: #000c3f;
}
.nodetrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000c3f;
}
.nodetrack::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#d6def4 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.nodetrack .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .nodetrack .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .nodetrack .container {
    padding: 0 24px;
  }
}
.nodetrack .row {
  justify-content: space-between;
}
.nodetrack .phasebox {
  position: relative;
  z-index: 1;
}
.nodetrack .phasebox .style-section-title {
  margin-bottom: 32px;
}
.nodetrack .text-wrapper {
  position: relative;
  z-index: 1;
}
.nodetrack .text-wrapper .clipwrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodetrack .text-wrapper .clipwrap {
    margin-bottom: 32px;
  }
}
.nodetrack .item {
  position: relative;
  z-index: 1;
  padding: 24px 0 48px 0;
  border-top: 1px solid #d6def4;
  border-radius: 0 !important;
}
.nodetrack .item .item-wrapper .card-box .group {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .nodetrack .item .item-wrapper .card-box .group {
    display: block;
  }
}
.nodetrack .item .item-wrapper .card-box .group .card-title {
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodetrack .item .item-wrapper .card-box .group .card-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.nodetrack .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 33%;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .nodetrack .item .item-wrapper .card-box .text-wrap .card-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .nodetrack .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.nodetrack .item .item-wrapper .card-box .style-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.nodetrack .item .item-wrapper .card-box .style-section-btn .btn:hover,
.nodetrack .item .item-wrapper .card-box .style-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.nodetrack .style-section-title {
  color: #141414;
}
.nodetrack .clipwrap {
  color: #141414;
}
.nodetrack .card-title {
  color: #ffffff;
  text-align: center;
}
.nodetrack .card-text {
  color: #141414;
}
.nodetrack .card-text,
.nodetrack .text-wrap,
.nodetrack .style-section-btn {
  text-align: center;
  color: #ffffff;
}
.alignbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d6def4;
}
.alignbox .colpad {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #9cadd9;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .alignbox .colpad {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .alignbox .colpad {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .alignbox .colpad {
    display: none;
  }
}
.alignbox .phasebox {
  position: relative;
  z-index: 1;
}
.alignbox .phasebox .style-section-title {
  margin-bottom: 20px;
}
.alignbox .phasebox .gridwrapunit {
  margin-bottom: 0;
}
.alignbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper {
    margin-top: 32px;
  }
}
.alignbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alignbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.alignbox .nav-wrapper .list .item-wrap:hover,
.alignbox .nav-wrapper .list .item-wrap:focus {
  color: #000c3f;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.alignbox .style-section-title {
  color: #ffffff;
  text-align: center;
}
.alignbox .gridwrapunit {
  color: #000000;
  text-align: center;
}
.alignbox .list {
  color: #ffffff;
}
.alignbox .style-section-title,
.alignbox .style-section-btn {
  color: #000c3f;
}
.alignbox .list,
.alignbox .item-wrap {
  color: #000c3f;
}
.floatunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #d6def4;
}
@media (min-width: 991px) {
  .floatunit {
    min-height: 170px !important;
  }
}
.floatunit .container,
.floatunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .floatunit .container,
  .floatunit .container-fluid {
    min-height: 170px !important;
  }
}
.floatunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.floatunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .floatunit .top_menu {
    min-height: 110px !important;
  }
}
.floatunit .navbar-caption:hover {
  color: #000c3f !important;
}
.floatunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .floatunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .floatunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #18204f;
    left: -32px;
    width: calc(100% + 64px);
  }
  .floatunit .bodywrap {
    margin: 0;
  }
  .floatunit .bodywrap img {
    margin: auto;
    width: auto;
  }
  .floatunit .btn {
    white-space: nowrap;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit ul.wrapper {
  flex-wrap: wrap;
}
.floatunit ul.wrapper li {
  margin: auto;
}
.floatunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d6def4;
}
.floatunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .floatunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .top_menu {
    justify-content: space-between;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .nav-link {
    padding: 5px !important;
  }
  .floatunit .navbar .container-fluid,
  .floatunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .floatunit .navbar .bodywrap img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.floatunit .navbar-brand .bodywrap a {
  outline: none;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.floatunit .navbar-dropdown {
  position: absolute;
}
.floatunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.floatunit a.nav-link:hover {
  color: #000c3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 77px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.board {
  background-image: url("images/shallow3.jpg");
  position: relative;
  overflow: hidden;
}
.board .bg-frame {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #d6def4;
  box-shadow: 0 0 40px #d6def4;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .board .bg-frame {
    width: 40vw;
  }
}
.board .row {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .board .col-text {
    margin-top: 5rem;
  }
}
.board .style-section-title {
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .board .style-section-title {
    margin-bottom: 32px;
  }
}
.board .style-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.board .style-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.board .clipwrap {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.board .style-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .board .style-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .board .style-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .board .style-section-btn {
    margin-top: 40px;
  }
}
.board .clipwrap,
.board .style-section-btn {
  text-align: center;
}
.innerpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18204f;
}
.innerpad .phasebox .style-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .innerpad .phasebox .style-section-title {
    margin-bottom: 32px;
  }
}
.innerpad .domcell {
  justify-content: center;
  margin: 0 -7px;
}
.innerpad .domcell .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.innerpad .domcell .item .item-wrapper {
  position: relative;
  border: 1px solid #d6def4;
  height: 100%;
  overflow: hidden;
  background-color: #000c3f;
  background-color: transparent;
}
.innerpad .domcell .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000c3f;
  opacity: .5;
}
.innerpad .domcell .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.innerpad .domcell .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #000c3f;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .innerpad .domcell .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.innerpad .domcell .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .innerpad .domcell .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.innerpad .domcell .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.innerpad .domcell .item .item-wrapper .card-box .text-wrapper .style-section-btn {
  width: 100%;
}
.innerpad .domcell .item .item-wrapper .card-box .text-wrapper .style-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.innerpad .style-section-title {
  color: #ffffff;
  text-align: center;
}
.innerpad .item-title {
  color: #ffffff;
  text-align: center;
}
.innerpad .item-text {
  color: #ffffff;
  text-align: center;
}
.nodewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.nodewrap .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .nodewrap .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .nodewrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .nodewrap .container {
    padding: 0 16px;
  }
}
.nodewrap .row {
  margin: 0 -24px;
  justify-content: center;
}
.nodewrap .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .nodewrap .item {
    margin-bottom: 24px;
  }
}
.nodewrap .item .item-wrapper {
  background-image: linear-gradient(135deg, #d6def4, #464e81 34%, #d6def4 67%, #464e81) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nodewrap .item .item-wrapper .item-img img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .nodewrap .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.nodewrap .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #18204f;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .nodewrap .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.nodewrap .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.nodewrap .item .item-wrapper .item-content .clipwrap {
  margin-bottom: 32px;
}

.nodewrap .item .item-wrapper .style-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}

.nodewrap .item .item-wrapper .style-section-btn .btn-white-outline:hover::after,
.nodewrap .item .item-wrapper .style-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.nodewrap .card-title {
  color: #080808;
}
.nodewrap .card-text {
  color: #ffffff;
  text-align: center;
}
.nodewrap .card-title,
.nodewrap .style-section-btn {
  text-align: center;
  color: #ffffff;
}
.part {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18204f;
}
.part .phasebox .style-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .part .phasebox .style-section-title {
    margin-bottom: 32px;
  }
}
.part .domcell {
  justify-content: center;
  margin: 0 -7px;
}
.part .domcell .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.part .domcell .item .item-wrapper {
  position: relative;
  border: 1px solid #d6def4;
  height: 100%;
  overflow: hidden;
  background-color: #000c3f;
  background-color: transparent;
}
.part .domcell .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000c3f;
  opacity: .5;
}
.part .domcell .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.part .domcell .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #000c3f;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .part .domcell .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.part .domcell .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .part .domcell .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.part .domcell .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.part .domcell .item .item-wrapper .card-box .text-wrapper .style-section-btn {
  width: 100%;
}
.part .domcell .item .item-wrapper .card-box .text-wrapper .style-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.part .style-section-title {
  color: #ffffff;
  text-align: center;
}
.part .item-title {
  color: #ffffff;
  text-align: center;
}
.part .item-text {
  color: #ffffff;
  text-align: center;
}
.layout {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.layout .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .layout .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .layout .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .layout .container {
    padding: 0 16px;
  }
}
.layout .row {
  margin: 0 -24px;
  justify-content: center;
}
.layout .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .layout .item {
    margin-bottom: 24px;
  }
}
.layout .item .item-wrapper {
  background-image: linear-gradient(135deg, #d6def4, #464e81 34%, #d6def4 67%, #464e81) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.layout .item .item-wrapper .item-img img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .layout .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.layout .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #18204f;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .layout .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.layout .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.layout .item .item-wrapper .item-content .clipwrap {
  margin-bottom: 32px;
}

.layout .item .item-wrapper .style-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}

.layout .item .item-wrapper .style-section-btn .btn-white-outline:hover::after,
.layout .item .item-wrapper .style-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.layout .card-title {
  color: #080808;
}
.layout .card-text {
  color: #ffffff;
  text-align: center;
}
.layout .card-title,
.layout .style-section-btn {
  text-align: center;
  color: #ffffff;
}
.alignbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d6def4;
}
.alignbox .colpad {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #9cadd9;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .alignbox .colpad {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .alignbox .colpad {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .alignbox .colpad {
    display: none;
  }
}
.alignbox .phasebox {
  position: relative;
  z-index: 1;
}
.alignbox .phasebox .style-section-title {
  margin-bottom: 20px;
}
.alignbox .phasebox .gridwrapunit {
  margin-bottom: 0;
}
.alignbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper {
    margin-top: 32px;
  }
}
.alignbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alignbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.alignbox .nav-wrapper .list .item-wrap:hover,
.alignbox .nav-wrapper .list .item-wrap:focus {
  color: #000c3f;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.alignbox .style-section-title {
  color: #ffffff;
  text-align: center;
}
.alignbox .gridwrapunit {
  color: #000000;
  text-align: center;
}
.alignbox .list {
  color: #ffffff;
}
.alignbox .style-section-title,
.alignbox .style-section-btn {
  color: #000c3f;
}
.alignbox .list,
.alignbox .item-wrap {
  color: #000c3f;
}
.floatunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #d6def4;
}
@media (min-width: 991px) {
  .floatunit {
    min-height: 170px !important;
  }
}
.floatunit .container,
.floatunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .floatunit .container,
  .floatunit .container-fluid {
    min-height: 170px !important;
  }
}
.floatunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.floatunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .floatunit .top_menu {
    min-height: 110px !important;
  }
}
.floatunit .navbar-caption:hover {
  color: #000c3f !important;
}
.floatunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .floatunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .floatunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #18204f;
    left: -32px;
    width: calc(100% + 64px);
  }
  .floatunit .bodywrap {
    margin: 0;
  }
  .floatunit .bodywrap img {
    margin: auto;
    width: auto;
  }
  .floatunit .btn {
    white-space: nowrap;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit ul.wrapper {
  flex-wrap: wrap;
}
.floatunit ul.wrapper li {
  margin: auto;
}
.floatunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d6def4;
}
.floatunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .floatunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .top_menu {
    justify-content: space-between;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .nav-link {
    padding: 5px !important;
  }
  .floatunit .navbar .container-fluid,
  .floatunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .floatunit .navbar .bodywrap img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.floatunit .navbar-brand .bodywrap a {
  outline: none;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.floatunit .navbar-dropdown {
  position: absolute;
}
.floatunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.floatunit a.nav-link:hover {
  color: #000c3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 77px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.coretrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
  overflow: hidden;
}
.coretrack .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .coretrack .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .coretrack .col-text {
    order: 2;
  }
}
.coretrack .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .coretrack .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .coretrack .col-img {
    order: 1;
  }
}
.coretrack .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .coretrack .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.coretrack .clipwrap {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .coretrack .clipwrap {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.coretrack .style-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .coretrack .style-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .coretrack .style-section-btn {
    width: 100%;
  }
}
.coretrack .node {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .coretrack .node {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .coretrack .node {
    height: auto;
  }
}
.coretrack .node img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.coretrack .unitrow {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #d6def4 27%, #9cadd9 50%, #464e81 79%);
  opacity: .97;
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .coretrack .unitrow {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.coretrack .clipwrap {
  text-align: center;
  color: #ffffff;
}
.coretrack .card-title,
.coretrack .style-section-btn {
  text-align: center;
  color: #ffffff;
}
.alignbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d6def4;
}
.alignbox .colpad {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #9cadd9;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .alignbox .colpad {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .alignbox .colpad {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .alignbox .colpad {
    display: none;
  }
}
.alignbox .phasebox {
  position: relative;
  z-index: 1;
}
.alignbox .phasebox .style-section-title {
  margin-bottom: 20px;
}
.alignbox .phasebox .gridwrapunit {
  margin-bottom: 0;
}
.alignbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper {
    margin-top: 32px;
  }
}
.alignbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alignbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.alignbox .nav-wrapper .list .item-wrap:hover,
.alignbox .nav-wrapper .list .item-wrap:focus {
  color: #000c3f;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.alignbox .style-section-title {
  color: #ffffff;
  text-align: center;
}
.alignbox .gridwrapunit {
  color: #000000;
  text-align: center;
}
.alignbox .list {
  color: #ffffff;
}
.alignbox .style-section-title,
.alignbox .style-section-btn {
  color: #000c3f;
}
.alignbox .list,
.alignbox .item-wrap {
  color: #000c3f;
}
.floatunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #d6def4;
}
@media (min-width: 991px) {
  .floatunit {
    min-height: 170px !important;
  }
}
.floatunit .container,
.floatunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .floatunit .container,
  .floatunit .container-fluid {
    min-height: 170px !important;
  }
}
.floatunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.floatunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .floatunit .top_menu {
    min-height: 110px !important;
  }
}
.floatunit .navbar-caption:hover {
  color: #000c3f !important;
}
.floatunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .floatunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .floatunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #18204f;
    left: -32px;
    width: calc(100% + 64px);
  }
  .floatunit .bodywrap {
    margin: 0;
  }
  .floatunit .bodywrap img {
    margin: auto;
    width: auto;
  }
  .floatunit .btn {
    white-space: nowrap;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit ul.wrapper {
  flex-wrap: wrap;
}
.floatunit ul.wrapper li {
  margin: auto;
}
.floatunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d6def4;
}
.floatunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .floatunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .top_menu {
    justify-content: space-between;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .nav-link {
    padding: 5px !important;
  }
  .floatunit .navbar .container-fluid,
  .floatunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .floatunit .navbar .bodywrap img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.floatunit .navbar-brand .bodywrap a {
  outline: none;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.floatunit .navbar-dropdown {
  position: absolute;
}
.floatunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.floatunit a.nav-link:hover {
  color: #000c3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 77px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #cce5fc;
  background-image: radial-gradient(at 100% -70%, #000c3f, #18204f, #cce5fc);
}
.section .tilebox {
  backdrop-filter: blur(3.5px);
}
.section img {
  width: 100%;
  transform: scale(2);
  height: 230px;
  z-index: 0;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .section img {
    transform: scale(1) translateX(0);
  }
}
.section .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .section .card-wrapper {
    padding: 2rem 1rem;
  }
}
.section .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.section .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .section .card-wrapper {
    margin-bottom: 2rem;
  }
}
.section .style-section-title,
.section .style-section-subtitle,
.section .clipwrap,
.section .style-section-btn {
  position: relative;
  z-index: 1;
}
.section .col-12 {
  position: relative;
}
.section .style-section-title {
  color: #000c3f;
  text-align: center;
}
.section .clipwrap,
.section .style-section-btn {
  color: #000c3f;
  text-align: center;
}
.section .style-section-subtitle {
  color: #263d5a;
}
.domunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
  overflow: hidden;
}
.domunit .item {
  position: relative;
}
.domunit .item .tilenode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #18204f 10%, #18204f 50%, #000c3f 100%);
  filter: blur(1rem);
}
.domunit .item .tilenode::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000c3f;
  filter: blur(1rem);
}
.domunit .gridnode {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .domunit .gridnode {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .domunit .gridnode {
    width: 100%;
  }
}
.domunit .gridnode .style-section-title {
  margin-bottom: 0;
}
.domunit .gridnode .text-wrapper .clipwrap {
  margin-top: 24px;
  margin-bottom: 0;
}
.domunit .gridnode .style-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .domunit .gridnode .style-section-btn {
    margin-top: 24px;
  }
}
.domunit .style-section-title {
  color: #181824;
}
.domunit .clipwrap,
.domunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.domunit .style-section-title,
.domunit .style-section-btn {
  text-align: center;
}
.domunit .style-section-title,
.domunit .style-section-btn {
  color: #ffffff;
}
.sublayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.sublayer .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #18204f;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .sublayer .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.sublayer .card-wrapper .bridge {
  position: absolute;
  left: -150px;
  bottom: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #d6def4, #9cadd9 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .sublayer .card-wrapper .bridge {
    width: 400px;
    height: 400px;
  }
}
.sublayer .card-wrapper .card {
  justify-content: center;
}
.sublayer .card-wrapper .gridnode {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .sublayer .card-wrapper .gridnode {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
}
.sublayer .card-wrapper .gridnode .style-section-title {
  margin-bottom: 22px;
}
.sublayer .card-wrapper .gridnode .clipwrap {
  margin-bottom: 0;
}
.sublayer .card-wrapper .gridnode .style-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .sublayer .card-wrapper .gridnode .style-section-btn {
    margin-top: 22px;
  }
}
.sublayer .card-wrapper .gridnode .style-section-btn .btn {
  margin-bottom: 0;
}
.sublayer .card-wrapper .node {
  position: relative;
  z-index: 1;
  width: 48%;
}
@media (max-width: 992px) {
  .sublayer .card-wrapper .node {
    width: 100%;
  }
}
.sublayer .card-wrapper .node img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .sublayer .card-wrapper .node img {
    height: 300px;
  }
}
.sublayer .style-section-title {
  color: #1a0b54;
}
.sublayer .clipwrap {
  color: #ffffff;
  text-align: center;
}
.sublayer .style-section-title,
.sublayer .style-section-btn {
  text-align: center;
  color: #ffffff;
}
.wrapperbox {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #18204f;
}
.wrapperbox .text-wrapper .style-section-title {
  margin-bottom: 0;
}
.wrapperbox .text-wrapper .clipwrap {
  margin: 32px 0 0 0;
}
.wrapperbox .style-section-title {
  color: #ffffff;
  text-align: center;
}
.wrapperbox .clipwrap {
  color: #6e716f;
  text-align: center;
}
.boxbridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18204f;
}
.boxbridge .text-wrapper {
  padding: 0 10%;
  position: relative;
}
@media (max-width: 768px) {
  .boxbridge .text-wrapper {
    padding: 0 32px;
  }
}
.boxbridge .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #9cadd9;
}
.boxbridge .text-wrapper .clipwrap {
  position: relative;
  z-index: 2;
  margin: 0;
}
.boxbridge .clipwrap {
  color: #e8e8e8;
  text-align: center;
}
.alignbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d6def4;
}
.alignbox .colpad {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #9cadd9;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .alignbox .colpad {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .alignbox .colpad {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .alignbox .colpad {
    display: none;
  }
}
.alignbox .phasebox {
  position: relative;
  z-index: 1;
}
.alignbox .phasebox .style-section-title {
  margin-bottom: 20px;
}
.alignbox .phasebox .gridwrapunit {
  margin-bottom: 0;
}
.alignbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper {
    margin-top: 32px;
  }
}
.alignbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alignbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.alignbox .nav-wrapper .list .item-wrap:hover,
.alignbox .nav-wrapper .list .item-wrap:focus {
  color: #000c3f;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.alignbox .style-section-title {
  color: #ffffff;
  text-align: center;
}
.alignbox .gridwrapunit {
  color: #000000;
  text-align: center;
}
.alignbox .list {
  color: #ffffff;
}
.alignbox .style-section-title,
.alignbox .style-section-btn {
  color: #000c3f;
}
.alignbox .list,
.alignbox .item-wrap {
  color: #000c3f;
}
.floatunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #d6def4;
}
@media (min-width: 991px) {
  .floatunit {
    min-height: 170px !important;
  }
}
.floatunit .container,
.floatunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .floatunit .container,
  .floatunit .container-fluid {
    min-height: 170px !important;
  }
}
.floatunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.floatunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .floatunit .top_menu {
    min-height: 110px !important;
  }
}
.floatunit .navbar-caption:hover {
  color: #000c3f !important;
}
.floatunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .floatunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .floatunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #18204f;
    left: -32px;
    width: calc(100% + 64px);
  }
  .floatunit .bodywrap {
    margin: 0;
  }
  .floatunit .bodywrap img {
    margin: auto;
    width: auto;
  }
  .floatunit .btn {
    white-space: nowrap;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit ul.wrapper {
  flex-wrap: wrap;
}
.floatunit ul.wrapper li {
  margin: auto;
}
.floatunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d6def4;
}
.floatunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .floatunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .top_menu {
    justify-content: space-between;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .nav-link {
    padding: 5px !important;
  }
  .floatunit .navbar .container-fluid,
  .floatunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .floatunit .navbar .bodywrap img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.floatunit .navbar-brand .bodywrap a {
  outline: none;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.floatunit .navbar-dropdown {
  position: absolute;
}
.floatunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.floatunit a.nav-link:hover {
  color: #000c3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 77px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridrowunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.gridrowunit .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #d6def4 -10%, #000c3f 30%, #9cadd9 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .gridrowunit .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .gridrowunit .card-wrapper {
    margin-bottom: 32px;
  }
}
.gridrowunit .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000c3f, #9cadd9, transparent);
  height: 1px;
  width: 100%;
}
.gridrowunit .card-wrapper .phasebox {
  width: 42%;
}
@media (max-width: 992px) {
  .gridrowunit .card-wrapper .phasebox {
    width: 100%;
    margin-bottom: 22px;
  }
}
.gridrowunit .card-wrapper .phasebox .rowsegmentbox {
  margin-bottom: 16px;
}
.gridrowunit .card-wrapper .phasebox .clipwrap {
  margin-bottom: 0;
}
.gridrowunit .style-section-btn {
  text-align: right;
}
.gridrowunit .rowsegmentbox {
  color: #ffffff;
  text-align: center;
}
.gridrowunit .clipwrap {
  color: #ffffff;
  text-align: center;
}
.gridrowunit label {
  color: #ffffff;
}
.alignbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d6def4;
}
.alignbox .colpad {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #9cadd9;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .alignbox .colpad {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .alignbox .colpad {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .alignbox .colpad {
    display: none;
  }
}
.alignbox .phasebox {
  position: relative;
  z-index: 1;
}
.alignbox .phasebox .style-section-title {
  margin-bottom: 20px;
}
.alignbox .phasebox .gridwrapunit {
  margin-bottom: 0;
}
.alignbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper {
    margin-top: 32px;
  }
}
.alignbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alignbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.alignbox .nav-wrapper .list .item-wrap:hover,
.alignbox .nav-wrapper .list .item-wrap:focus {
  color: #000c3f;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.alignbox .style-section-title {
  color: #ffffff;
  text-align: center;
}
.alignbox .gridwrapunit {
  color: #000000;
  text-align: center;
}
.alignbox .list {
  color: #ffffff;
}
.alignbox .style-section-title,
.alignbox .style-section-btn {
  color: #000c3f;
}
.alignbox .list,
.alignbox .item-wrap {
  color: #000c3f;
}
.floatunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #d6def4;
}
@media (min-width: 991px) {
  .floatunit {
    min-height: 170px !important;
  }
}
.floatunit .container,
.floatunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .floatunit .container,
  .floatunit .container-fluid {
    min-height: 170px !important;
  }
}
.floatunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.floatunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .floatunit .top_menu {
    min-height: 110px !important;
  }
}
.floatunit .navbar-caption:hover {
  color: #000c3f !important;
}
.floatunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .floatunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .floatunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #18204f;
    left: -32px;
    width: calc(100% + 64px);
  }
  .floatunit .bodywrap {
    margin: 0;
  }
  .floatunit .bodywrap img {
    margin: auto;
    width: auto;
  }
  .floatunit .btn {
    white-space: nowrap;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit ul.wrapper {
  flex-wrap: wrap;
}
.floatunit ul.wrapper li {
  margin: auto;
}
.floatunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d6def4;
}
.floatunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .floatunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .floatunit .navbar .top_menu {
    justify-content: space-between;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .nav-link {
    padding: 5px !important;
  }
  .floatunit .navbar .container-fluid,
  .floatunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .floatunit .navbar .bodywrap img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.floatunit .navbar-brand .bodywrap a {
  outline: none;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.floatunit .navbar-dropdown {
  position: absolute;
}
.floatunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.floatunit a.nav-link:hover {
  color: #000c3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 77px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.navlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.navlayer .container {
  padding: 0 5%;
}
.navlayer .item:focus,
.navlayer span:focus {
  outline: none;
}
.navlayer .item {
  display: flex;
  padding: 4rem 7rem;
  background: #18204f;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .navlayer .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .navlayer .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .navlayer .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .navlayer .item {
    padding: 1.5rem;
  }
}
.navlayer .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .navlayer .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .navlayer .item .item-wrapper .item-title {
    margin-bottom: 1rem;
  }
}
.navlayer .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .navlayer .item-title-wrapper {
    min-width: auto;
  }
}
.navlayer .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .navlayer .item-content {
    margin-left: 0;
  }
}
.navlayer .clipwrap {
  margin: 0;
}
.navlayer .item-title {
  color: #FFFFFF;
  text-align: center;
}
.navlayer .clipwrap {
  color: #F0F4FF;
  text-align: center;
}
.plate {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.plate .row {
  justify-content: space-between;
}
.plate .gridnode {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .plate .gridnode {
    padding: 0;
  }
}
.plate .gridnode .style-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .plate .gridnode .style-section-title {
    margin-bottom: 20px;
  }
}
.plate .gridnode .clipwrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .plate .gridnode .clipwrap {
    margin-bottom: 20px;
  }
}
.plate .gridnode .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.plate .style-section-title {
  color: #000000;
}
.plate .clipwrap {
  color: #ffffff;
}
.alignbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d6def4;
}
.alignbox .colpad {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #9cadd9;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .alignbox .colpad {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .alignbox .colpad {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .alignbox .colpad {
    display: none;
  }
}
.alignbox .phasebox {
  position: relative;
  z-index: 1;
}
.alignbox .phasebox .style-section-title {
  margin-bottom: 20px;
}
.alignbox .phasebox .gridwrapunit {
  margin-bottom: 0;
}
.alignbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper {
    margin-top: 32px;
  }
}
.alignbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alignbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.alignbox .nav-wrapper .list .item-wrap:hover,
.alignbox .nav-wrapper .list .item-wrap:focus {
  color: #000c3f;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.alignbox .style-section-title {
  color: #ffffff;
  text-align: center;
}
.alignbox .gridwrapunit {
  color: #000000;
  text-align: center;
}
.alignbox .list {
  color: #ffffff;
}
.alignbox .style-section-title,
.alignbox .style-section-btn {
  color: #000c3f;
}
.alignbox .list,
.alignbox .item-wrap {
  color: #000c3f;
}
.headwrap {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #d6def4;
}
@media (min-width: 991px) {
  .headwrap {
    min-height: 170px !important;
  }
}
.headwrap .container,
.headwrap .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .headwrap .container,
  .headwrap .container-fluid {
    min-height: 170px !important;
  }
}
.headwrap .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.headwrap .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .headwrap .top_menu {
    min-height: 110px !important;
  }
}
.headwrap .navbar-caption:hover {
  color: #000c3f !important;
}
.headwrap .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .headwrap .top_menu {
    min-height: 58px;
    position: relative;
  }
  .headwrap .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #18204f;
    left: -32px;
    width: calc(100% + 64px);
  }
  .headwrap .bodywrap {
    margin: 0;
  }
  .headwrap .bodywrap img {
    margin: auto;
    width: auto;
  }
  .headwrap .btn {
    white-space: nowrap;
  }
}
.headwrap .nav-item:focus,
.headwrap .nav-link:focus {
  outline: none;
}
.headwrap ul.wrapper {
  flex-wrap: wrap;
}
.headwrap ul.wrapper li {
  margin: auto;
}
.headwrap .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d6def4;
}
.headwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .headwrap .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .headwrap .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .headwrap .navbar .top_menu {
    justify-content: space-between;
  }
  .headwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .headwrap .navbar .nav-link {
    padding: 5px !important;
  }
  .headwrap .navbar .container-fluid,
  .headwrap .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .headwrap .navbar .bodywrap img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .headwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .headwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.headwrap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.headwrap .navbar-brand .bodywrap a {
  outline: none;
}
.headwrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.headwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.headwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.headwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.headwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.headwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.headwrap .navbar-dropdown {
  position: absolute;
}
.headwrap a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.headwrap a.nav-link:hover {
  color: #000c3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .headwrap .navbar {
    height: 77px;
  }
  .headwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.boxcore .container {
  padding: 0 5%;
}
.boxcore .item:focus,
.boxcore span:focus {
  outline: none;
}
.boxcore .item {
  display: flex;
  padding: 4rem 7rem;
  background: #18204f;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .boxcore .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .boxcore .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .boxcore .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .boxcore .item {
    padding: 1.5rem;
  }
}
.boxcore .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .boxcore .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .boxcore .item .item-wrapper .item-title {
    margin-bottom: 1rem;
  }
}
.boxcore .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .boxcore .item-title-wrapper {
    min-width: auto;
  }
}
.boxcore .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .boxcore .item-content {
    margin-left: 0;
  }
}
.boxcore .clipwrap {
  margin: 0;
}
.boxcore .item-title {
  color: #FFFFFF;
  text-align: center;
}
.boxcore .clipwrap {
  color: #F0F4FF;
  text-align: center;
}
.fieldwrap {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.fieldwrap .row {
  justify-content: space-between;
}
.fieldwrap .gridnode {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .fieldwrap .gridnode {
    padding: 0;
  }
}
.fieldwrap .gridnode .style-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .fieldwrap .gridnode .style-section-title {
    margin-bottom: 20px;
  }
}
.fieldwrap .gridnode .clipwrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .fieldwrap .gridnode .clipwrap {
    margin-bottom: 20px;
  }
}
.fieldwrap .gridnode .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.fieldwrap .style-section-title {
  color: #000000;
}
.fieldwrap .clipwrap {
  color: #ffffff;
}
.alignbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d6def4;
}
.alignbox .colpad {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #9cadd9;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .alignbox .colpad {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .alignbox .colpad {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .alignbox .colpad {
    display: none;
  }
}
.alignbox .phasebox {
  position: relative;
  z-index: 1;
}
.alignbox .phasebox .style-section-title {
  margin-bottom: 20px;
}
.alignbox .phasebox .gridwrapunit {
  margin-bottom: 0;
}
.alignbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper {
    margin-top: 32px;
  }
}
.alignbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alignbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.alignbox .nav-wrapper .list .item-wrap:hover,
.alignbox .nav-wrapper .list .item-wrap:focus {
  color: #000c3f;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.alignbox .style-section-title {
  color: #ffffff;
  text-align: center;
}
.alignbox .gridwrapunit {
  color: #000000;
  text-align: center;
}
.alignbox .list {
  color: #ffffff;
}
.alignbox .style-section-title,
.alignbox .style-section-btn {
  color: #000c3f;
}
.alignbox .list,
.alignbox .item-wrap {
  color: #000c3f;
}
.mount {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #d6def4;
}
@media (min-width: 991px) {
  .mount {
    min-height: 170px !important;
  }
}
.mount .container,
.mount .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .mount .container,
  .mount .container-fluid {
    min-height: 170px !important;
  }
}
.mount .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.mount .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .mount .top_menu {
    min-height: 110px !important;
  }
}
.mount .navbar-caption:hover {
  color: #000c3f !important;
}
.mount .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .mount .top_menu {
    min-height: 58px;
    position: relative;
  }
  .mount .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #18204f;
    left: -32px;
    width: calc(100% + 64px);
  }
  .mount .bodywrap {
    margin: 0;
  }
  .mount .bodywrap img {
    margin: auto;
    width: auto;
  }
  .mount .btn {
    white-space: nowrap;
  }
}
.mount .nav-item:focus,
.mount .nav-link:focus {
  outline: none;
}
.mount ul.wrapper {
  flex-wrap: wrap;
}
.mount ul.wrapper li {
  margin: auto;
}
.mount .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d6def4;
}
.mount .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .mount .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .mount .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .mount .navbar .top_menu {
    justify-content: space-between;
  }
  .mount .navbar .nav-item .nav-link::before {
    display: none;
  }
  .mount .navbar .nav-link {
    padding: 5px !important;
  }
  .mount .navbar .container-fluid,
  .mount .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mount .navbar .bodywrap img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .mount .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .mount .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.mount .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.mount .navbar-brand .bodywrap a {
  outline: none;
}
.mount button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.mount button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.mount button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.mount button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.mount button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.mount button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.mount .navbar-dropdown {
  position: absolute;
}
.mount a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.mount a.nav-link:hover {
  color: #000c3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mount .navbar {
    height: 77px;
  }
  .mount .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.modwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.modwrap .container {
  padding: 0 5%;
}
.modwrap .item:focus,
.modwrap span:focus {
  outline: none;
}
.modwrap .item {
  display: flex;
  padding: 4rem 7rem;
  background: #18204f;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .modwrap .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .modwrap .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .modwrap .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .modwrap .item {
    padding: 1.5rem;
  }
}
.modwrap .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .modwrap .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .modwrap .item .item-wrapper .item-title {
    margin-bottom: 1rem;
  }
}
.modwrap .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .modwrap .item-title-wrapper {
    min-width: auto;
  }
}
.modwrap .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .modwrap .item-content {
    margin-left: 0;
  }
}
.modwrap .clipwrap {
  margin: 0;
}
.modwrap .item-title {
  color: #FFFFFF;
  text-align: center;
}
.modwrap .clipwrap {
  color: #F0F4FF;
  text-align: center;
}
.rowsegment {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.rowsegment .row {
  justify-content: space-between;
}
.rowsegment .gridnode {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .rowsegment .gridnode {
    padding: 0;
  }
}
.rowsegment .gridnode .style-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .rowsegment .gridnode .style-section-title {
    margin-bottom: 20px;
  }
}
.rowsegment .gridnode .clipwrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .rowsegment .gridnode .clipwrap {
    margin-bottom: 20px;
  }
}
.rowsegment .gridnode .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.rowsegment .style-section-title {
  color: #000000;
}
.rowsegment .clipwrap {
  color: #ffffff;
}
.alignbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d6def4;
}
.alignbox .colpad {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #9cadd9;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .alignbox .colpad {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .alignbox .colpad {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .alignbox .colpad {
    display: none;
  }
}
.alignbox .phasebox {
  position: relative;
  z-index: 1;
}
.alignbox .phasebox .style-section-title {
  margin-bottom: 20px;
}
.alignbox .phasebox .gridwrapunit {
  margin-bottom: 0;
}
.alignbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper {
    margin-top: 32px;
  }
}
.alignbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alignbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.alignbox .nav-wrapper .list .item-wrap:hover,
.alignbox .nav-wrapper .list .item-wrap:focus {
  color: #000c3f;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.alignbox .style-section-title {
  color: #ffffff;
  text-align: center;
}
.alignbox .gridwrapunit {
  color: #000000;
  text-align: center;
}
.alignbox .list {
  color: #ffffff;
}
.alignbox .style-section-title,
.alignbox .style-section-btn {
  color: #000c3f;
}
.alignbox .list,
.alignbox .item-wrap {
  color: #000c3f;
}
.gridblock {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #d6def4;
}
@media (min-width: 991px) {
  .gridblock {
    min-height: 170px !important;
  }
}
.gridblock .container,
.gridblock .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .gridblock .container,
  .gridblock .container-fluid {
    min-height: 170px !important;
  }
}
.gridblock .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.gridblock .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .gridblock .top_menu {
    min-height: 110px !important;
  }
}
.gridblock .navbar-caption:hover {
  color: #000c3f !important;
}
.gridblock .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .gridblock .top_menu {
    min-height: 58px;
    position: relative;
  }
  .gridblock .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #18204f;
    left: -32px;
    width: calc(100% + 64px);
  }
  .gridblock .bodywrap {
    margin: 0;
  }
  .gridblock .bodywrap img {
    margin: auto;
    width: auto;
  }
  .gridblock .btn {
    white-space: nowrap;
  }
}
.gridblock .nav-item:focus,
.gridblock .nav-link:focus {
  outline: none;
}
.gridblock ul.wrapper {
  flex-wrap: wrap;
}
.gridblock ul.wrapper li {
  margin: auto;
}
.gridblock .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d6def4;
}
.gridblock .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .gridblock .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .gridblock .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .gridblock .navbar .top_menu {
    justify-content: space-between;
  }
  .gridblock .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridblock .navbar .nav-link {
    padding: 5px !important;
  }
  .gridblock .navbar .container-fluid,
  .gridblock .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .gridblock .navbar .bodywrap img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .gridblock .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .gridblock .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridblock .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.gridblock .navbar-brand .bodywrap a {
  outline: none;
}
.gridblock button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.gridblock button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.gridblock button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.gridblock button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.gridblock button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.gridblock button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.gridblock .navbar-dropdown {
  position: absolute;
}
.gridblock a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.gridblock a.nav-link:hover {
  color: #000c3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridblock .navbar {
    height: 77px;
  }
  .gridblock .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.formwrap .container {
  padding: 0 5%;
}
.formwrap .item:focus,
.formwrap span:focus {
  outline: none;
}
.formwrap .item {
  display: flex;
  padding: 4rem 7rem;
  background: #18204f;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .formwrap .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .formwrap .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .formwrap .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .formwrap .item {
    padding: 1.5rem;
  }
}
.formwrap .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .formwrap .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .formwrap .item .item-wrapper .item-title {
    margin-bottom: 1rem;
  }
}
.formwrap .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .formwrap .item-title-wrapper {
    min-width: auto;
  }
}
.formwrap .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .formwrap .item-content {
    margin-left: 0;
  }
}
.formwrap .clipwrap {
  margin: 0;
}
.formwrap .item-title {
  color: #FFFFFF;
  text-align: center;
}
.formwrap .clipwrap {
  color: #F0F4FF;
  text-align: center;
}
.areawrap {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.areawrap .row {
  justify-content: space-between;
}
.areawrap .gridnode {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .areawrap .gridnode {
    padding: 0;
  }
}
.areawrap .gridnode .style-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .areawrap .gridnode .style-section-title {
    margin-bottom: 20px;
  }
}
.areawrap .gridnode .clipwrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .areawrap .gridnode .clipwrap {
    margin-bottom: 20px;
  }
}
.areawrap .gridnode .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.areawrap .style-section-title {
  color: #000000;
}
.areawrap .clipwrap {
  color: #dddddd;
}
.alignbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d6def4;
}
.alignbox .colpad {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #9cadd9;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .alignbox .colpad {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .alignbox .colpad {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .alignbox .colpad {
    display: none;
  }
}
.alignbox .phasebox {
  position: relative;
  z-index: 1;
}
.alignbox .phasebox .style-section-title {
  margin-bottom: 20px;
}
.alignbox .phasebox .gridwrapunit {
  margin-bottom: 0;
}
.alignbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper {
    margin-top: 32px;
  }
}
.alignbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alignbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.alignbox .nav-wrapper .list .item-wrap:hover,
.alignbox .nav-wrapper .list .item-wrap:focus {
  color: #000c3f;
}
@media (max-width: 992px) {
  .alignbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.alignbox .style-section-title {
  color: #ffffff;
  text-align: center;
}
.alignbox .gridwrapunit {
  color: #000000;
  text-align: center;
}
.alignbox .list {
  color: #ffffff;
}
.alignbox .style-section-title,
.alignbox .style-section-btn {
  color: #000c3f;
}
.alignbox .list,
.alignbox .item-wrap {
  color: #000c3f;
}
/* logoanimations */
@keyframes blurIn {
    0% {
        filter: blur(10px);
        opacity: 0;
    }
    100% {
        filter: blur(0);
        opacity: 1;
    }
}
.navbar-brand {
    animation: blurIn 1s ease-out;
}
/* endlogoanimations */
/* cssform-start */
.ttc-form {
  padding: 64px 0;
  background: #eef1f6;
}
.ttc-form .gridnode {
  background: #eef1f6;
  border-radius: 20px;
  box-shadow: 20px 20px 40px #d3d7df, -20px -20px 40px #ffffff;
  padding: 44px;
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
  box-sizing: border-box;
}
.ttc-form #customForm {
  width: 100%;
  color: #2a2f3a;
  font-size: 16px;
  font-weight: 500;
}
.ttc-form #customForm * {
  color: #2a2f3a;
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 16px 18px;
  margin-bottom: 20px;
  background: #eef1f6 !important;
  box-shadow: inset 8px 8px 16px #d6dae2, inset -8px -8px 16px #ffffff !important;
  font-size: 16px;
  transition: box-shadow .2s ease, transform .1s ease;
}
.ttc-form #customForm textarea.form-control {
  min-height: 160px;
  resize: vertical;
  border-radius: 14px !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #6b7280;
}
.ttc-form #customForm ::placeholder {
  color: #6b7280;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  box-shadow: inset 10px 10px 18px #cfd5df, inset -10px -10px 18px #ffffff !important;
  transform: translateY(-1px);
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  border-radius: 14px !important;
  background: #eef1f6;
  color: #2a2f3a;
  cursor: pointer;
  box-shadow: 10px 10px 20px #d3d7df, -10px -10px 20px #ffffff;
  transition: transform .1s ease, box-shadow .2s ease;
}
.ttc-form #customForm .btn:hover {
  transform: translateY(-1px);
  box-shadow: 12px 12px 24px #cfd4dd, -12px -12px 24px #ffffff;
}
.ttc-form #customForm small {
  font-size: 12px;
  color: #6b7280;
}
.ttc-form #customForm a {
  color: #2a2f3a;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}
.ttc-form #customForm a:hover {
  text-decoration-thickness: 2px;
}
.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  border: 0;
  background: #eef1f6;
  padding: 16px;
  border-radius: 14px !important;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 6px 6px 14px #d8dde6, inset -6px -6px 14px #ffffff;
}
.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for="consent_processing"] label,
.ttc-form #customForm [data-for="consent_contact"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #2a2f3a;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  flex-wrap: wrap;
  word-break: word-break;
}
.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_processing"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_contact"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #2a2f3a;
}
.ttc-form #customForm .alert {
  border-radius: 14px !important;
  font-size: 14px;
  border: 0;
  background: #eef1f6;
  box-shadow: inset 6px 6px 14px #d8dde6, inset -6px -6px 14px #ffffff;
}
@media (min-width: 992px) {
  .ttc-form { padding: 84px 0; }
}
@media (max-width: 767px) {
  .ttc-form { padding: 40px 16px; }
  .ttc-form .gridnode { padding: 26px 20px; margin: 18px auto 0; max-width: 100%; }
  .ttc-form #customForm .form-control { font-size: 15px; padding: 12px 14px; margin-bottom: 16px; }
  .ttc-form #customForm .btn { width: 100%; font-size: 15px; padding: 14px 20px; }
}
@media (max-width: 420px) {
  .ttc-form .gridnode { padding: 20px 14px; }
}
/* cssform-end */

/* Base Cookie Banner */
.tracebox {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
.tracebox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: slideIn 0.5s forwards;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cookieAcceptBtn,
.cookieRejectBtn {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

.cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookieRejectBtn:hover {
  background-color: #ffe6e6;
}
@media (max-width: 768px) {
  .tracebox {
    left: 50%;
    right: auto;
    bottom: 15px;
    max-width: 480px;
    width: calc(100% - 30px);
    padding: 15px;
    transform: translate(-50%, 100%);
    border-radius: 10px;
  }
  .tracebox.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: none;
    transform: translate(-50%, 0);
  }
  
  .cookieAcceptBtn,
  .cookieRejectBtn {
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .tracebox {
    bottom: 10px;
    max-width: 100%;
    width: calc(100% - 20px);
    padding: 10px;
  }
  
  .cookieAcceptBtn,
  .cookieRejectBtn {
    font-size: 14px;
    padding: 8px;
  }
}
/* Finish Cookie Banner */

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/narrow1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #ffff66, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.tracebox.show {
  visibility: visible;
  opacity: 1;
}
