@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-info-rgb: 13, 202, 240;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
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;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.modulebox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .modulebox {
    font-size: 5rem;
  }
}

.zonelayer {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .zonelayer {
    font-size: 4.5rem;
  }
}

.slotwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .slotwrap {
    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-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.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::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.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-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.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-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-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);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :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);
}
.btn-check:checked + .btn:focus-visible, :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-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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);
}

.rowsegment {
  --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;
}
 .rowsegment .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 .rowsegment {
    flex-direction: row;
  }
  .navbar-expand-lg .rowsegment .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.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);
}

.corefield {
  --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);
}

.plane {
  --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);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

: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;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.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-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/warm2.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 .linedock {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .linedock 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/warm2.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/warm2.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;
}

.script-section-title {
  font-style: normal;
  line-height: 1.3;
}

.sidebox {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.modulebox,
.zonelayer,
.slotwrap,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.script-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;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .script-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! 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 .linedock 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 .rowsegment.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .script-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;
}

.traceunit {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/warm2.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: 'visualization2';
  font-display: swap;
  src:  url('fonts/contrast2.eot');
  src:  url('fonts/contrast2.eot') format('embedded-opentype'),
    url('fonts/contrast2.woff2') format('woff2'),
    url('fonts/contrast2.woff') format('woff'),
    url('fonts/contrast2.ttf') format('truetype'),
    url('fonts/contrast2.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/warm2.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);
}
body {
  font-family: Manrope;
}
.modulebox {
  font-family: 'Inter', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.zonelayer {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.slotwrap {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
/* ---- 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) {
  .modulebox {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .modulebox {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .zonelayer {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .slotwrap {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .modulebox {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .zonelayer {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .slotwrap {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary {
  box-shadow: inset 0 10px 8px 0 #0949f9, inset 0 -2px 10px 0 #0949f9, 0 1px 2px 0 #021d67, 0 10px 15px -5px #032480;
}
.btn-primary,
.btn-primary:active {
  background-color: #032480 !important;
  border-color: #032480 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #0432b2 !important;
  border-color: #0432b2 !important;
  box-shadow: inset 0 10px 8px 0 #3b6efa, inset 0 -2px 10px 0 #3b6efa, 0 1px 2px 0 #042b99, 0 20px 40px -10px #0432b2;
  transform: translateY(-2px);
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0432b2 !important;
  border-color: #0432b2 !important;
}
.btn-secondary {
  box-shadow: inset 0 10px 8px 0 #0f45dd, inset 0 -2px 10px 0 #0f45dd, 0 1px 2px 0 #05194e, 0 10px 15px -5px #072066;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #072066 !important;
  border-color: #072066 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: inherit;
  background-color: #0a2f96 !important;
  border-color: #0a2f96 !important;
  box-shadow: inset 0 10px 8px 0 #2f62f1, inset 0 -2px 10px 0 #2f62f1, 0 1px 2px 0 #09277e, 0 20px 40px -10px #0a2f96;
  transform: translateY(-2px);
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a2f96 !important;
  border-color: #0a2f96 !important;
}
.btn-info {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 10px 15px -5px #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
}
.btn-info:hover,
.btn-info:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}

.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  box-shadow: inset 0 10px 8px 0 #404040, inset 0 -2px 10px 0 #404040, 0 1px 2px 0 #000000, 0 10px 15px -5px #000000;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: inset 0 10px 8px 0 #595959, inset 0 -2px 10px 0 #595959, 0 1px 2px 0 #0d0d0d, 0 20px 40px -10px #1a1a1a;
  transform: translateY(-2px);
}

.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning {
  box-shadow: inset 0 10px 8px 0 #0949f9, inset 0 -2px 10px 0 #0949f9, 0 1px 2px 0 #021d67, 0 10px 15px -5px #032480;
}
.btn-warning,
.btn-warning:active {
  background-color: #032480 !important;
  border-color: #032480 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus {
  color: inherit;
  background-color: #0432b2 !important;
  border-color: #0432b2 !important;
  box-shadow: inset 0 10px 8px 0 #3b6efa, inset 0 -2px 10px 0 #3b6efa, 0 1px 2px 0 #042b99, 0 20px 40px -10px #0432b2;
  transform: translateY(-2px);
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0432b2 !important;
  border-color: #0432b2 !important;
}
.btn-danger {
  box-shadow: inset 0 10px 8px 0 #0f45dd, inset 0 -2px 10px 0 #0f45dd, 0 1px 2px 0 #05194e, 0 10px 15px -5px #072066;
}
.btn-danger,
.btn-danger:active {
  background-color: #072066 !important;
  border-color: #072066 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus {
  color: inherit;
  background-color: #0a2f96 !important;
  border-color: #0a2f96 !important;
  box-shadow: inset 0 10px 8px 0 #2f62f1, inset 0 -2px 10px 0 #2f62f1, 0 1px 2px 0 #09277e, 0 20px 40px -10px #0a2f96;
  transform: translateY(-2px);
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a2f96 !important;
  border-color: #0a2f96 !important;
}
.btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #ededed, 0 10px 15px -5px #fafafa;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
}
.btn-white:hover,
.btn-white:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}

.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: inset 0 10px 8px 0 #314a88, inset 0 -2px 10px 0 #314a88, 0 1px 2px 0 #080d17, 0 10px 15px -5px #0f172a;
}
.btn-black,
.btn-black:active {
  background-color: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus {
  color: inherit;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
  box-shadow: inset 0 10px 8px 0 #3e5fae, inset 0 -2px 10px 0 #3e5fae, 0 1px 2px 0 #16213d, 0 20px 40px -10px #1c2c50;
  transform: translateY(-2px);
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #032480;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #010c2b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #032480 !important;
  border-color: #032480 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #072066;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  color: #010715 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #072066 !important;
  border-color: #072066 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #032480;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  color: #010c2b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #032480 !important;
  border-color: #032480 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #072066;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  color: #010715 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #072066 !important;
  border-color: #072066 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f172a;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f172a !important;
  border-color: #0f172a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #032480 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #01081c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.corefield {
  background-color: #70c770;
}
.plane {
  background-color: #072066;
}
.script-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #032480;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 8px !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: #032480 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.script-section-btn .btn {
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 12px !important;
  padding: 18px 26px;
  border: none !important;
}
.script-section-btn .btn-black {
  box-shadow: inset 0 10px 8px 0 #484848, 0 10px 15px -5px #949494;
  background-color: #0f172a !important;
}
.script-section-btn .btn-black:hover,
.script-section-btn .btn-black:focus {
  color: #ffffff !important;
  background-color: #032480 !important;
  border-color: #032480 !important;
  box-shadow: inset 0 10px 8px 0 #0949f9, inset 0 -2px 10px 0 #0949f9, 0 1px 2px 0 #032480, 0 20px 40px -10px #032480;
}
.script-section-btn .btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #c7c7c7, 0 1px 2px 0 #c7c7c7, 0 10px 15px -5px #c7c7c7;
  background-color: #fafafa !important;
}
.script-section-btn .btn-white:hover,
.script-section-btn .btn-white:focus {
  color: #ffffff !important;
  background-color: #032480 !important;
  border-color: #032480 !important;
  box-shadow: inset 0 10px 8px 0 #0949f9, inset 0 -2px 10px 0 #0949f9, 0 1px 2px 0 #032480, 0 20px 40px -10px #032480;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.clipbox {
  border-radius: 32px !important;
}
.layoutnode,
.item-img::before,
.item-img::after {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.areabox {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .areabox .navbar-toggler {
    transform: scale(0.8);
  }
}
.areabox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.areabox .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.areabox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.areabox .navbar-brand .linedock a {
  outline: none;
}
.areabox .rowsegment {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.areabox .rowsegment .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .areabox .rowsegment {
    padding-left: 1.5rem;
  }
}
.areabox .nav-link {
  width: fit-content;
  position: relative;
}
.areabox .linedock {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .areabox .linedock {
    padding-left: 1rem;
  }
}
.areabox .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .areabox .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.areabox .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #072066;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .areabox .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .areabox .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.areabox .nav-item:focus,
.areabox .nav-link:focus {
  outline: none;
}
.areabox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.areabox .navbar .linedock img {
  width: auto;
}
.areabox .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .areabox .navbar {
    min-height: 72px;
  }
  .areabox .navbar .linedock img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .areabox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .areabox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .areabox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.areabox .navbar-expand-lg .rowsegment .nav-link {
  padding: 0;
}
.areabox ul.rowsegment {
  flex-wrap: wrap;
}
.areabox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.areabox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.areabox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.areabox .navbar-dropdown {
  padding: 0 1rem;
}
.areabox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .areabox .navbar {
    height: 70px;
  }
  .areabox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.areabox .script-section-btn {
  margin: -0.6rem -0.6rem;
}
.areabox .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .areabox .navbar-brand {
    margin-right: auto;
  }
  .areabox .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072066;
    backdrop-filter: blur(8px);
  }
  .areabox .rowsegment .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .areabox .navbar-collapse {
    padding: 1rem;
  }
}
.flow {
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-color: #000000;
  overflow: hidden;
}
.flow::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #072066 10%, #072066 25%, #072066 100%);
  filter: blur(150px);
  pointer-events: none;
}
.flow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.flow .layouter {
  position: relative;
  z-index: 1;
}
.flow .layouter .layoutunit .gridcell {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #072066;
}
.flow .layouter .script-section-title {
  margin-bottom: 24px;
}
.flow .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .flow .layouter .text-wrapper .sidebox {
    width: 100%;
  }
}
.flow .layouter .script-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .flow .layouter .script-section-btn {
    margin-top: 10px;
  }
}
.flow .gridcell,
.flow .layoutunit {
  color: #ffffff;
  text-align: center;
}
.flow .script-section-title {
  color: #ffffff;
}
.flow .sidebox,
.flow .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.flow .script-section-title,
.flow .script-section-btn {
  text-align: center;
}
.headwrap {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.headwrap .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .headwrap .row {
    padding: 0 12px;
  }
}
.headwrap .text-wrapper {
  padding: 25px;
}
@media (max-width: 992px) {
  .headwrap .text-wrapper {
    padding: 0;
  }
}
.headwrap .text-wrapper .script-section-title {
  margin-bottom: 15px;
}
.headwrap .text-wrapper .script-section-title span {
  color: #072066;
}
.headwrap .text-wrapper .sidebox {
  margin-bottom: 16px;
}
.headwrap .image {
  position: relative;
}
.headwrap .sectioncore {
  position: relative;
  padding-top: 50%;
  width: fit-content;
}
@media (max-width: 992px) {
  .headwrap .sectioncore {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: auto;
  }
}
.headwrap .sectioncore::before {
  content: '';
  position: absolute;
  right: -20rem;
  top: 13rem;
  display: block;
  width: 400px;
  height: 400px;
  border: 30px solid #032480;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .headwrap .sectioncore::before {
    display: none;
  }
}
.headwrap .sectioncore::after {
  content: '';
  position: absolute;
  right: -26rem;
  top: 6.7rem;
  display: block;
  width: 600px;
  height: 600px;
  border: 30px solid #032480;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .headwrap .sectioncore::after {
    display: none;
  }
}
.headwrap .sectioncore img {
  width: 400px;
  min-height: 600px;
  border-radius: 0 0 0 100%;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .headwrap .sectioncore img {
    min-height: auto;
    width: 250px;
  }
}
.headwrap .script-section-title {
  color: #fafafa;
  text-align: center;
}
.headwrap .sidebox {
  color: #ffffff;
}
.wrapperbox {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.wrapperbox .row.card {
  padding: 0 90px;
  background-color: #000000;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .wrapperbox .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.wrapperbox .row.card .script-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .wrapperbox .row.card .script-section-title {
    margin: 32px 0 0 0;
  }
}
.wrapperbox .row.card .sectioncore {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .wrapperbox .row.card .sectioncore {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .wrapperbox .row.card .sectioncore {
    display: block;
  }
}
.wrapperbox .row.card .sectioncore img {
  object-fit: cover;
  border-radius: 10px;
}
.wrapperbox .row.card .sectioncore img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .wrapperbox .row.card .sectioncore img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.wrapperbox .row.card .sectioncore img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .wrapperbox .row.card .sectioncore img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.wrapperbox .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .wrapperbox .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.wrapperbox .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.wrapperbox .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #032480;
  transition: all .3s ease;
}
.wrapperbox .row.card .text-wrapper .sidebox {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.wrapperbox .row.card .text-wrapper .script-section-btn {
  position: relative;
  z-index: 1;
}
.wrapperbox .script-section-title {
  color: #ffffff;
  text-align: center;
}
.wrapperbox .sidebox {
  color: #6e716f;
}
.wrapperbox .sidebox,
.wrapperbox .script-section-btn {
  color: #ffffff;
}
.holdlayer {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.holdlayer .text-wrapper .script-section-title {
  margin-bottom: 0;
}
.holdlayer .text-wrapper .sidebox {
  margin: 32px 0 0 0;
}
.holdlayer .script-section-title {
  color: #ffffff;
  text-align: center;
}
.holdlayer .sidebox {
  color: #6e716f;
  text-align: center;
}
.colpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.colpad .row {
  position: relative;
}
.colpad .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #072066 50%, #072066);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .colpad .row .blur-circle {
    display: none;
  }
}
.colpad .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .colpad .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .colpad .row {
    padding: 0 24px;
  }
}
.colpad .title {
  display: flex;
  align-items: center;
}
.colpad .holder {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .colpad .holder {
    margin-bottom: 32px;
  }
}
.colpad .holder .script-section-title {
  margin-bottom: 10px;
}
.colpad .holder .script-section-title span {
  position: relative;
  z-index: 1;
}
.colpad .holder .script-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ca41ec;
  z-index: -1;
}
.colpad .holder .sidebox {
  margin-bottom: 0;
}
.colpad .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #000000;
  z-index: 2;
}
.colpad .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #072066;
  border-radius: 100%;
  margin-right: 16px;
}
.colpad .card .card-number .shelllayer {
  margin-bottom: 0;
}
.colpad .card .script-card-title {
  margin-bottom: 0;
  width: 80%;
}
.colpad .script-section-title {
  color: #f4efe8;
}
.colpad .sidebox {
  color: #f4efe8;
  text-align: left;
}
.colpad .shelllayer {
  color: #ffffff;
}
.colpad .script-card-title {
  color: #ffffff;
  text-align: left;
}
.colpad .script-section-btn {
  margin-top: 20px;
}
.tilebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tilebox .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .logo-wrapper {
    margin-bottom: 40px;
  }
}
.tilebox .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.tilebox .holder .script-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .holder .script-section-title {
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .tilebox .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.tilebox .nav-wrapper .nav-wrap .script-list-title {
  margin-bottom: 20px;
}
.tilebox .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:hover,
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tilebox .layouter {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .layouter {
    margin-bottom: 40px;
  }
}
.tilebox .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .layouter .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tilebox .layouter .script-list-title {
  margin-bottom: 20px;
}
.tilebox .section {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.tilebox .script-section-title {
  color: #000000;
}
.tilebox .script-list-title {
  color: #ffffff;
}
.tilebox .sidebox {
  color: #000000;
}
.tilebox .script-section-title,
.tilebox .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.tilebox .sidebox,
.tilebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tilebox .list,
.tilebox .item-wrap {
  color: #ffffff;
}
.areabox {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .areabox .navbar-toggler {
    transform: scale(0.8);
  }
}
.areabox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.areabox .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.areabox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.areabox .navbar-brand .linedock a {
  outline: none;
}
.areabox .rowsegment {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.areabox .rowsegment .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .areabox .rowsegment {
    padding-left: 1.5rem;
  }
}
.areabox .nav-link {
  width: fit-content;
  position: relative;
}
.areabox .linedock {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .areabox .linedock {
    padding-left: 1rem;
  }
}
.areabox .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .areabox .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.areabox .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #072066;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .areabox .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .areabox .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.areabox .nav-item:focus,
.areabox .nav-link:focus {
  outline: none;
}
.areabox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.areabox .navbar .linedock img {
  width: auto;
}
.areabox .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .areabox .navbar {
    min-height: 72px;
  }
  .areabox .navbar .linedock img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .areabox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .areabox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .areabox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.areabox .navbar-expand-lg .rowsegment .nav-link {
  padding: 0;
}
.areabox ul.rowsegment {
  flex-wrap: wrap;
}
.areabox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.areabox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.areabox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.areabox .navbar-dropdown {
  padding: 0 1rem;
}
.areabox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .areabox .navbar {
    height: 70px;
  }
  .areabox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.areabox .script-section-btn {
  margin: -0.6rem -0.6rem;
}
.areabox .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .areabox .navbar-brand {
    margin-right: auto;
  }
  .areabox .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072066;
    backdrop-filter: blur(8px);
  }
  .areabox .rowsegment .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .areabox .navbar-collapse {
    padding: 1rem;
  }
}
.bodysegment {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.bodysegment::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #072066 10%, #072066 25%, #072066 100%);
  filter: blur(150px);
  pointer-events: none;
}
.bodysegment::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.bodysegment .zoneunit {
  margin: 0 -30px;
}
.bodysegment .zoneunit .card {
  padding: 0 30px;
}
.bodysegment .holder {
  position: relative;
  z-index: 1;
}
.bodysegment .holder .layoutunit .gridcell {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.bodysegment .holder .script-section-title {
  margin-bottom: 24px;
}
.bodysegment .holder .text-wrapper .sidebox {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bodysegment .holder .text-wrapper .sidebox {
    width: 100%;
  }
}
.bodysegment .holder .script-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .bodysegment .holder .script-section-btn {
    margin-top: 10px;
  }
}
.bodysegment .sectioncore {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .bodysegment .sectioncore {
    padding: 20px;
    margin-top: 40px;
  }
}
.bodysegment .sectioncore .ridge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #000000;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.bodysegment .sectioncore .bandwrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .bodysegment .sectioncore .bandwrap {
    min-height: auto;
    height: 300px;
  }
}
.bodysegment .sectioncore .bandwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bodysegment .gridcell,
.bodysegment .layoutunit {
  color: #ffffff;
}
.bodysegment .script-section-title {
  color: #ffffff;
}
.bodysegment .sidebox,
.bodysegment .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.bodysegment .script-section-title,
.bodysegment .script-section-btn {
  text-align: center;
}
.innerpad {
  padding-top: 5rem;
  background-color: #000000;
}
.innerpad .layouter {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.innerpad .layouter .card-wrapper {
  padding: 32px;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #072066, inset 0 -5px 10px -4px #000000, 0 10px 10px -5px #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .innerpad .layouter .card-wrapper {
    padding: 24px;
  }
}
.innerpad .layouter .card-wrapper .holder .layoutunit {
  margin-bottom: 16px;
}
.innerpad .layouter .card-wrapper .holder .script-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .innerpad .layouter .card-wrapper .holder .script-section-title {
    margin-bottom: 16px;
  }
}
.innerpad .layouter .card-wrapper .text-wrapper .sidebox {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .innerpad .layouter .card-wrapper .text-wrapper .sidebox {
    width: 100%;
  }
}
.innerpad .layouter .card-wrapper .text-wrapper .script-section-btn {
  margin-top: 10px;
}
.innerpad .layouter .card-wrapper .sectioncore {
  margin-top: 20px;
}
.innerpad .layouter .card-wrapper .sectioncore img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .innerpad .layouter .card-wrapper .sectioncore img {
    height: 450px;
  }
}
.innerpad .fieldlayer {
  margin: 0 -20px;
}
.innerpad .fieldlayer .card {
  padding: 0 20px;
}
.innerpad .gridcell,
.innerpad .layoutunit {
  color: #334155;
}
.innerpad .script-section-title {
  color: #ffffff;
}
.innerpad .sidebox,
.innerpad .text-wrapper {
  color: #475569;
}
.innerpad .sidebox,
.innerpad .script-section-btn {
  color: #ffffff;
}
.modulewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.modulewrap .row {
  margin: 0 -15px;
}
.modulewrap .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .modulewrap .holder {
    margin-bottom: 40px;
  }
}
.modulewrap .holder .navwrap .script-section-title {
  margin-bottom: 0;
}
.modulewrap .holder .desc-wrapper .deck {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .modulewrap .holder .desc-wrapper .deck {
    width: 100%;
    margin-top: 30px;
  }
}
.modulewrap .text-wrapper .gridcell {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .modulewrap .text-wrapper .gridcell {
    margin-bottom: 30px;
  }
}
.modulewrap .text-wrapper .text-wrap .sidebox {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .modulewrap .text-wrapper .text-wrap .sidebox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.modulewrap .text-wrapper .script-section-btn .btn {
  margin-bottom: 0;
}
.modulewrap .script-section-title {
  color: #fefff5;
}
.modulewrap .deck {
  color: #fefff5;
}
.modulewrap .gridcell {
  color: #fefff5;
}
.modulewrap .sidebox {
  color: #fefff5;
}
.contentbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.contentbox .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #072066 0, #000000 43%, #000000 100%);
}
.contentbox .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #072066 0, #000000 43%, #000000 100%);
}
.contentbox .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #072066 0, #000000 43%, #000000 100%);
}
.contentbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .contentbox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .contentbox .container {
    padding: 0 30px;
  }
}
.contentbox .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.contentbox .layouter .script-section-title {
  margin-bottom: 40px;
}
.contentbox .layouter .text-wrapper .sidebox {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .contentbox .layouter .text-wrapper .sidebox {
    margin-bottom: 30px;
    width: 100%;
  }
}
.contentbox .script-section-title {
  color: #ffffff;
}
.contentbox .sidebox,
.contentbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.contentbox .script-section-title,
.contentbox .script-section-btn {
  text-align: center;
}
.corewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.corewrap .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .corewrap .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .corewrap .container {
    padding: 0 26px;
  }
}
.corewrap .row {
  margin: 0;
}
@media (max-width: 992px) {
  .corewrap .row {
    margin: 0 -12px;
  }
}
.corewrap .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.corewrap .card:first-child {
  border-right: 1px solid #072066;
}
@media (max-width: 992px) {
  .corewrap .card:first-child {
    border: none;
  }
}
.corewrap .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #072066;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .corewrap .card:first-child::before {
    display: none;
  }
}
.corewrap .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .corewrap .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .corewrap .card {
    padding: 0 12px;
  }
}
.corewrap .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .corewrap .card:last-child {
    padding: 0 12px;
  }
}
.corewrap .card:first-child {
  border-right: none;
  border-left: 1px solid #072066;
}
@media (max-width: 992px) {
  .corewrap .card:first-child {
    border: none;
  }
}
.corewrap .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .corewrap .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .corewrap .card {
    padding: 0 12px;
  }
}
.corewrap .sectioncore {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .corewrap .sectioncore {
    padding: 0 0 40px 0;
  }
}
.corewrap .sectioncore img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .corewrap .sectioncore img {
    height: 300px;
  }
}
.corewrap .holder .navwrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .corewrap .holder .navwrap {
    padding: 0;
  }
}
.corewrap .holder .navwrap .script-section-title {
  margin-bottom: 18px;
}
.corewrap .holder .navwrap .sidebox {
  margin-bottom: 0;
}
.corewrap .script-section-title {
  color: #ffffff;
  text-align: center;
}
.corewrap .sidebox {
  color: #ffffff;
}
.coreunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.coreunit .row {
  margin: 0 -15px;
}
.coreunit .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .coreunit .holder {
    margin-bottom: 40px;
  }
}
.coreunit .holder .navwrap .script-section-title {
  margin-bottom: 0;
}
.coreunit .holder .desc-wrapper .deck {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .coreunit .holder .desc-wrapper .deck {
    width: 100%;
    margin-top: 30px;
  }
}
.coreunit .text-wrapper .gridcell {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .coreunit .text-wrapper .gridcell {
    margin-bottom: 30px;
  }
}
.coreunit .text-wrapper .text-wrap .sidebox {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .coreunit .text-wrapper .text-wrap .sidebox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.coreunit .text-wrapper .script-section-btn .btn {
  margin-bottom: 0;
}
.coreunit .script-section-title {
  color: #fefff5;
}
.coreunit .deck {
  color: #fefff5;
}
.coreunit .gridcell {
  color: #fefff5;
}
.coreunit .sidebox {
  color: #fefff5;
}
.tilebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tilebox .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .logo-wrapper {
    margin-bottom: 40px;
  }
}
.tilebox .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.tilebox .holder .script-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .holder .script-section-title {
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .tilebox .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.tilebox .nav-wrapper .nav-wrap .script-list-title {
  margin-bottom: 20px;
}
.tilebox .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:hover,
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tilebox .layouter {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .layouter {
    margin-bottom: 40px;
  }
}
.tilebox .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .layouter .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tilebox .layouter .script-list-title {
  margin-bottom: 20px;
}
.tilebox .section {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.tilebox .script-section-title {
  color: #000000;
}
.tilebox .script-list-title {
  color: #ffffff;
}
.tilebox .sidebox {
  color: #000000;
}
.tilebox .script-section-title,
.tilebox .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.tilebox .sidebox,
.tilebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tilebox .list,
.tilebox .item-wrap {
  color: #ffffff;
}
.areabox {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .areabox .navbar-toggler {
    transform: scale(0.8);
  }
}
.areabox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.areabox .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.areabox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.areabox .navbar-brand .linedock a {
  outline: none;
}
.areabox .rowsegment {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.areabox .rowsegment .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .areabox .rowsegment {
    padding-left: 1.5rem;
  }
}
.areabox .nav-link {
  width: fit-content;
  position: relative;
}
.areabox .linedock {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .areabox .linedock {
    padding-left: 1rem;
  }
}
.areabox .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .areabox .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.areabox .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #072066;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .areabox .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .areabox .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.areabox .nav-item:focus,
.areabox .nav-link:focus {
  outline: none;
}
.areabox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.areabox .navbar .linedock img {
  width: auto;
}
.areabox .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .areabox .navbar {
    min-height: 72px;
  }
  .areabox .navbar .linedock img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .areabox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .areabox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .areabox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.areabox .navbar-expand-lg .rowsegment .nav-link {
  padding: 0;
}
.areabox ul.rowsegment {
  flex-wrap: wrap;
}
.areabox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.areabox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.areabox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.areabox .navbar-dropdown {
  padding: 0 1rem;
}
.areabox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .areabox .navbar {
    height: 70px;
  }
  .areabox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.areabox .script-section-btn {
  margin: -0.6rem -0.6rem;
}
.areabox .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .areabox .navbar-brand {
    margin-right: auto;
  }
  .areabox .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072066;
    backdrop-filter: blur(8px);
  }
  .areabox .rowsegment .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .areabox .navbar-collapse {
    padding: 1rem;
  }
}
.base {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-color: #000000;
  overflow: hidden;
}
.base .card {
  position: relative;
}
.base .card .outerpad {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #032480, #032480 50%, #032480);
  filter: blur(4rem);
  pointer-events: none;
}
.base .card .outerpad::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.base .layouter {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .base .layouter {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .base .layouter {
    width: 100%;
  }
}
.base .layouter .layoutunit {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .base .layouter .layoutunit {
    margin-bottom: 28px;
  }
}
.base .layouter .layoutunit .gridcell {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #5a74bd, #ffffff 50%, #5a74bd);
}
.base .layouter .script-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .base .layouter .script-section-title {
    margin-bottom: 18px;
  }
}
.base .layouter .sidebox {
  margin-bottom: 0;
}
.base .layouter .script-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .base .layouter .script-section-btn {
    margin-top: 18px;
  }
}
.base .gridcell,
.base .layoutunit {
  color: #ffffff;
  text-align: center;
}
.base .script-section-title {
  color: #ffffff;
}
.base .sidebox {
  color: #ffffff;
  text-align: center;
}
.base .script-section-title,
.base .script-section-btn {
  text-align: center;
}
.footbox {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.footbox .holder {
  margin-bottom: 40px;
}
.footbox .holder .gridcell {
  margin-bottom: 20px;
}
.footbox .holder .script-section-title {
  margin-bottom: 20px;
}
.footbox .holder .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .footbox .holder .text-wrapper .sidebox {
    width: 100%;
  }
}
.footbox .fieldlayer {
  margin: 0 -8px;
}
.footbox .fieldlayer .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .footbox .fieldlayer .item {
    margin-bottom: 20px;
  }
  .footbox .fieldlayer .item:last-child {
    margin-bottom: 0;
  }
}
.footbox .fieldlayer .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .footbox .fieldlayer .item:nth-child(3n + 2) {
    transform: none;
  }
}
.footbox .fieldlayer .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .footbox .fieldlayer .item .item-wrapper {
    min-height: 380px;
  }
}
.footbox .fieldlayer .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footbox .gridcell {
  color: #be0000;
  text-align: center;
}
.footbox .script-section-title {
  color: #000000;
  text-align: center;
}
.footbox .sidebox,
.footbox .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.modlayer {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.modlayer .holder {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .modlayer .holder {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .modlayer .holder {
    width: 100%;
    margin-bottom: 28px;
  }
}
.modlayer .holder .layoutunit {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .modlayer .holder .layoutunit {
    margin-bottom: 28px;
  }
}
.modlayer .holder .script-section-title {
  margin-bottom: 0;
}
.modlayer .holder .sidebox {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modlayer .holder .sidebox {
    margin-top: 18px;
  }
}
.modlayer .fieldlayer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.modlayer .fieldlayer .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .modlayer .fieldlayer .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .modlayer .fieldlayer .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.modlayer .fieldlayer .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .modlayer .fieldlayer .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .modlayer .fieldlayer .item .item-wrapper {
    padding: 18px;
  }
}
.modlayer .fieldlayer .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#072066, #032480, #072066);
}
.modlayer .fieldlayer .item .item-wrapper .navwrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .modlayer .fieldlayer .item .item-wrapper .navwrap {
    margin-bottom: 22px;
  }
}
.modlayer .fieldlayer .item .item-wrapper .navwrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #072066;
}
@media (max-width: 992px) {
  .modlayer .fieldlayer .item .item-wrapper .navwrap .title {
    padding: 10px 16px;
  }
}
.modlayer .fieldlayer .item .item-wrapper .navwrap .title .item-title {
  margin-bottom: 0;
}
.modlayer .fieldlayer .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.modlayer .fieldlayer .item .item-wrapper .card-box .script-section-btn {
  margin-top: 22px;
  width: 100%;
}
.modlayer .fieldlayer .item .item-wrapper .card-box .script-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.modlayer .btn-wrapper {
  margin-top: -12%;
}
.modlayer .gridcell,
.modlayer .layoutunit {
  color: #1a0b54;
  text-align: center;
}
.modlayer .script-section-title {
  color: #1a0b54;
  text-align: center;
}
.modlayer .sidebox {
  color: #a997ce;
  text-align: center;
}
.modlayer .item-title {
  color: #1a0b54;
}
.modlayer .item-text {
  color: #ffffff;
  text-align: left;
}
.modlayer .item-title,
.modlayer .navwrap {
  text-align: left;
  color: #ffffff;
}
.mainsegment {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.mainsegment .layouter {
  -webkit-mask: linear-gradient(#000000 50%, transparent 100%);
  mask: linear-gradient(#000000 50%, transparent 100%);
}
.mainsegment .layouter .card-wrapper {
  border: 1px solid #072066;
  padding: 40px;
}
@media (max-width: 992px) {
  .mainsegment .layouter .card-wrapper {
    padding: 20px;
  }
}
.mainsegment .layouter .card-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .mainsegment .layouter .card-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .mainsegment .layouter .card-wrapper img {
    height: 300px;
  }
}
.innerwrapunit {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.innerwrapunit .holder {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .innerwrapunit .holder {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .innerwrapunit .holder {
    width: 100%;
    margin-bottom: 28px;
  }
}
.innerwrapunit .holder .layoutunit {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .innerwrapunit .holder .layoutunit {
    margin-bottom: 28px;
  }
}
.innerwrapunit .holder .script-section-title {
  margin-bottom: 0;
}
.innerwrapunit .holder .sidebox {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .innerwrapunit .holder .sidebox {
    margin-top: 18px;
  }
}
.innerwrapunit .fieldlayer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.innerwrapunit .fieldlayer .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .innerwrapunit .fieldlayer .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .innerwrapunit .fieldlayer .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.innerwrapunit .fieldlayer .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .innerwrapunit .fieldlayer .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .innerwrapunit .fieldlayer .item .item-wrapper {
    padding: 18px;
  }
}
.innerwrapunit .fieldlayer .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#072066, #032480, #072066);
}
.innerwrapunit .fieldlayer .item .item-wrapper .navwrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .innerwrapunit .fieldlayer .item .item-wrapper .navwrap {
    margin-bottom: 22px;
  }
}
.innerwrapunit .fieldlayer .item .item-wrapper .navwrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #072066;
}
@media (max-width: 992px) {
  .innerwrapunit .fieldlayer .item .item-wrapper .navwrap .title {
    padding: 10px 16px;
  }
}
.innerwrapunit .fieldlayer .item .item-wrapper .navwrap .title .item-title {
  margin-bottom: 0;
}
.innerwrapunit .fieldlayer .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.innerwrapunit .fieldlayer .item .item-wrapper .card-box .script-section-btn {
  margin-top: 22px;
  width: 100%;
}
.innerwrapunit .fieldlayer .item .item-wrapper .card-box .script-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.innerwrapunit .btn-wrapper {
  margin-top: -12%;
}
.innerwrapunit .gridcell,
.innerwrapunit .layoutunit {
  color: #1a0b54;
  text-align: center;
}
.innerwrapunit .script-section-title {
  color: #1a0b54;
  text-align: center;
}
.innerwrapunit .sidebox {
  color: #a997ce;
  text-align: center;
}
.innerwrapunit .item-title {
  color: #1a0b54;
}
.innerwrapunit .item-text {
  color: #ffffff;
  text-align: left;
}
.innerwrapunit .item-title,
.innerwrapunit .navwrap {
  text-align: left;
  color: #ffffff;
}
.drawwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.drawwrap .row {
  margin: 0 -45px;
}
.drawwrap .row .card {
  padding: 0 45px;
  justify-content: center;
}
.drawwrap .interfacerow {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1440px) {
  .drawwrap .interfacerow {
    flex-direction: column;
  }
}
.drawwrap .interfacerow .bandwrap {
  margin-right: 100px;
}
@media (max-width: 1640px) {
  .drawwrap .interfacerow .bandwrap {
    margin-right: 32px;
  }
}
@media (max-width: 1440px) {
  .drawwrap .interfacerow .bandwrap {
    margin-right: 0;
  }
}
.drawwrap .interfacerow .bandwrap img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 2px solid #032480;
}
@media (max-width: 992px) {
  .drawwrap .interfacerow .bandwrap img {
    height: 260px;
    width: 260px;
  }
}
@media (max-width: 1440px) {
  .drawwrap .interfacerow .logo-wrapper {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .drawwrap .interfacerow .logo-wrapper {
    margin-bottom: 16px;
  }
}
.drawwrap .interfacerow .logo-wrapper img {
  height: 172px;
  width: 172px;
  object-fit: cover;
  transition: all .3s ease;
  border: 2px solid #9a1436;
}
.drawwrap .interfacerow .logo-wrapper img:hover,
.drawwrap .interfacerow .logo-wrapper img:focus {
  transform: scale(1.1);
}
.drawwrap .layouter {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .drawwrap .layouter {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .drawwrap .layouter {
    margin-bottom: 32px;
  }
}
.drawwrap .layouter .layoutunit .gridcell {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.drawwrap .layouter .holder .script-section-title {
  margin-bottom: 22px;
}
.drawwrap .layouter .text-wrapper .sidebox {
  margin-bottom: 12px;
}
.drawwrap .layouter .script-section-btn .btn {
  margin-bottom: 0;
}
.drawwrap .gridcell {
  color: #3a001d;
}
.drawwrap .script-section-title {
  color: #3a001d;
}
.drawwrap .sidebox {
  color: #3a001d;
}
.drawwrap .sidebox,
.drawwrap .text-wrapper {
  color: #ffffff;
}
.drawwrap .script-section-title,
.drawwrap .script-section-btn {
  color: #ffffff;
}
.tilebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tilebox .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .logo-wrapper {
    margin-bottom: 40px;
  }
}
.tilebox .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.tilebox .holder .script-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .holder .script-section-title {
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .tilebox .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.tilebox .nav-wrapper .nav-wrap .script-list-title {
  margin-bottom: 20px;
}
.tilebox .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:hover,
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tilebox .layouter {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .layouter {
    margin-bottom: 40px;
  }
}
.tilebox .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .layouter .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tilebox .layouter .script-list-title {
  margin-bottom: 20px;
}
.tilebox .section {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.tilebox .script-section-title {
  color: #000000;
}
.tilebox .script-list-title {
  color: #ffffff;
}
.tilebox .sidebox {
  color: #000000;
}
.tilebox .script-section-title,
.tilebox .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.tilebox .sidebox,
.tilebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tilebox .list,
.tilebox .item-wrap {
  color: #ffffff;
}
.areabox {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .areabox .navbar-toggler {
    transform: scale(0.8);
  }
}
.areabox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.areabox .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.areabox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.areabox .navbar-brand .linedock a {
  outline: none;
}
.areabox .rowsegment {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.areabox .rowsegment .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .areabox .rowsegment {
    padding-left: 1.5rem;
  }
}
.areabox .nav-link {
  width: fit-content;
  position: relative;
}
.areabox .linedock {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .areabox .linedock {
    padding-left: 1rem;
  }
}
.areabox .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .areabox .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.areabox .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #072066;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .areabox .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .areabox .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.areabox .nav-item:focus,
.areabox .nav-link:focus {
  outline: none;
}
.areabox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.areabox .navbar .linedock img {
  width: auto;
}
.areabox .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .areabox .navbar {
    min-height: 72px;
  }
  .areabox .navbar .linedock img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .areabox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .areabox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .areabox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.areabox .navbar-expand-lg .rowsegment .nav-link {
  padding: 0;
}
.areabox ul.rowsegment {
  flex-wrap: wrap;
}
.areabox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.areabox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.areabox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.areabox .navbar-dropdown {
  padding: 0 1rem;
}
.areabox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .areabox .navbar {
    height: 70px;
  }
  .areabox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.areabox .script-section-btn {
  margin: -0.6rem -0.6rem;
}
.areabox .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .areabox .navbar-brand {
    margin-right: auto;
  }
  .areabox .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072066;
    backdrop-filter: blur(8px);
  }
  .areabox .rowsegment .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .areabox .navbar-collapse {
    padding: 1rem;
  }
}
.pad {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #000000;
}
.pad .bandwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .pad .bandwrap {
    padding: 16px;
  }
}
.pad .bandwrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.pad .floatbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .pad .floatbox {
    padding: 16px;
  }
}
.pad .floatbox .branchbox {
  background-color: #000000;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 70%;
}
.pad .row {
  justify-content: center;
}
.pad .script-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .pad .script-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .pad .script-section-title {
    margin: 30px 16px;
  }
}
.pad .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #000000;
}
@media (max-width: 992px) {
  .pad .card-wrapper {
    padding: 30px 16px;
  }
}
.pad .card-wrapper .text-wrapper .sidebox {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .pad .card-wrapper .text-wrapper .sidebox {
    width: 100%;
  }
}
.pad .sidebox,
.pad .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.pad .script-section-btn .btn {
  margin-bottom: 0;
}
.pad .sidebox,
.pad .script-section-btn {
  text-align: center;
}
.body {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.body .holder {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .body .holder {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .body .holder {
    width: 100%;
    margin-bottom: 28px;
  }
}
.body .holder .layoutunit {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .body .holder .layoutunit {
    margin-bottom: 28px;
  }
}
.body .holder .script-section-title {
  margin-bottom: 0;
}
.body .holder .sidebox {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .body .holder .sidebox {
    margin-top: 18px;
  }
}
.body .fieldlayer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.body .fieldlayer .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .body .fieldlayer .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .body .fieldlayer .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.body .fieldlayer .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #000000;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 570px;
  position: relative;
}
@media (max-width: 992px) {
  .body .fieldlayer .item .item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .body .fieldlayer .item .item-wrapper {
    min-height: 350px;
  }
}
.body .fieldlayer .item .item-wrapper .wrapgrid {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: linear-gradient(90deg, #072066, #072066, #072066);
  border-radius: 100%;
  filter: blur(4rem);
}
.body .fieldlayer .item .item-wrapper .gradient_1 {
  right: -250px;
  bottom: -250px;
}
.body .fieldlayer .item .item-wrapper .gradient_2 {
  bottom: -200px;
}
.body .fieldlayer .item .item-wrapper .gradient_3 {
  left: -250px;
  bottom: -250px;
}
.body .fieldlayer .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.body .fieldlayer .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.body .fieldlayer .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.body .fieldlayer .item .item-wrapper .script-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}
.body .fieldlayer .item .item-wrapper .script-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.body .gridcell,
.body .layoutunit {
  color: #1a0b54;
  text-align: center;
}
.body .script-section-title {
  color: #1a0b54;
  text-align: center;
}
.body .sidebox {
  color: #a997ce;
  text-align: center;
}
.body .item-title {
  color: #ffffff;
}
.body .item-text {
  color: #ffffff;
}
.stage {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/high1.jpg");
}
.stage .card {
  justify-content: flex-end;
}
.stage .holder .script-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .stage .holder .script-section-title {
    margin-bottom: 20px;
  }
}
.stage .fieldlayer {
  justify-content: center;
  margin: 0 -15px;
}
.stage .fieldlayer .item {
  padding: 0 15px;
}
.stage .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .stage .item {
    margin-bottom: 15px;
  }
}
.stage .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .stage .item .item-wrapper {
    padding: 30px;
  }
}
.stage .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  background-color: #072066;
}
.stage .item .item-wrapper:hover .card-box .floatunit::before,
.stage .item .item-wrapper:focus .card-box .floatunit::before {
  width: 0;
  opacity: 1;
  background-color: #072066;
}
.stage .item .item-wrapper:hover .card-box .floatunit::after,
.stage .item .item-wrapper:focus .card-box .floatunit::after {
  width: 100%;
}
.stage .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.stage .item .item-wrapper .card-box .floatunit {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.stage .item .item-wrapper .card-box .floatunit::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.stage .item .item-wrapper .card-box .floatunit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #072066;
  transition: all .6s ease;
}
.stage .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.stage .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.stage .item .item-wrapper .card-box .script-section-btn {
  margin-top: 20px;
}
.stage .item .item-wrapper .card-box .script-section-btn .btn {
  margin-bottom: 0;
}
.stage .script-section-title {
  color: #ffffff;
}
.stage .card-title {
  color: #ffffff;
}
.stage .card-text {
  color: #ffffff;
}
.stageunit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.stageunit .holder {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .stageunit .holder {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .stageunit .holder {
    width: 100%;
    margin-bottom: 28px;
  }
}
.stageunit .holder .layoutunit {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .stageunit .holder .layoutunit {
    margin-bottom: 28px;
  }
}
.stageunit .holder .script-section-title {
  margin-bottom: 0;
}
.stageunit .holder .sidebox {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stageunit .holder .sidebox {
    margin-top: 18px;
  }
}
.stageunit .fieldlayer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.stageunit .fieldlayer .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .stageunit .fieldlayer .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .stageunit .fieldlayer .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.stageunit .fieldlayer .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #000000;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 570px;
  position: relative;
}
@media (max-width: 992px) {
  .stageunit .fieldlayer .item .item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .stageunit .fieldlayer .item .item-wrapper {
    min-height: 350px;
  }
}
.stageunit .fieldlayer .item .item-wrapper .wrapgrid {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: linear-gradient(90deg, #072066, #072066, #072066);
  border-radius: 100%;
  filter: blur(4rem);
}
.stageunit .fieldlayer .item .item-wrapper .gradient_1 {
  right: -250px;
  bottom: -250px;
}
.stageunit .fieldlayer .item .item-wrapper .gradient_2 {
  bottom: -200px;
}
.stageunit .fieldlayer .item .item-wrapper .gradient_3 {
  left: -250px;
  bottom: -250px;
}
.stageunit .fieldlayer .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.stageunit .fieldlayer .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.stageunit .fieldlayer .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.stageunit .fieldlayer .item .item-wrapper .script-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}
.stageunit .fieldlayer .item .item-wrapper .script-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.stageunit .gridcell,
.stageunit .layoutunit {
  color: #1a0b54;
  text-align: center;
}
.stageunit .script-section-title {
  color: #1a0b54;
  text-align: center;
}
.stageunit .sidebox {
  color: #a997ce;
  text-align: center;
}
.stageunit .item-title {
  color: #ffffff;
}
.stageunit .item-text {
  color: #ffffff;
}
.stacksegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/warm1.jpg");
}
.stacksegment .card {
  justify-content: flex-end;
}
.stacksegment .holder .script-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .stacksegment .holder .script-section-title {
    margin-bottom: 20px;
  }
}
.stacksegment .fieldlayer {
  justify-content: center;
  margin: 0 -15px;
}
.stacksegment .fieldlayer .item {
  padding: 0 15px;
}
.stacksegment .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .stacksegment .item {
    margin-bottom: 15px;
  }
}
.stacksegment .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .stacksegment .item .item-wrapper {
    padding: 30px;
  }
}
.stacksegment .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  background-color: #072066;
}
.stacksegment .item .item-wrapper:hover .card-box .floatunit::before,
.stacksegment .item .item-wrapper:focus .card-box .floatunit::before {
  width: 0;
  opacity: 1;
  background-color: #072066;
}
.stacksegment .item .item-wrapper:hover .card-box .floatunit::after,
.stacksegment .item .item-wrapper:focus .card-box .floatunit::after {
  width: 100%;
}
.stacksegment .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.stacksegment .item .item-wrapper .card-box .floatunit {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.stacksegment .item .item-wrapper .card-box .floatunit::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.stacksegment .item .item-wrapper .card-box .floatunit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #072066;
  transition: all .6s ease;
}
.stacksegment .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.stacksegment .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.stacksegment .item .item-wrapper .card-box .script-section-btn {
  margin-top: 20px;
}
.stacksegment .item .item-wrapper .card-box .script-section-btn .btn {
  margin-bottom: 0;
}
.stacksegment .script-section-title {
  color: #ffffff;
}
.stacksegment .card-title {
  color: #ffffff;
}
.stacksegment .card-text {
  color: #ffffff;
}
.modularbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.modularbox .row {
  margin: 0 -15px;
}
.modularbox .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .modularbox .holder {
    margin-bottom: 40px;
  }
}
.modularbox .holder .navwrap .script-section-title {
  margin-bottom: 0;
}
.modularbox .holder .desc-wrapper .deck {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .modularbox .holder .desc-wrapper .deck {
    width: 100%;
    margin-top: 30px;
  }
}
.modularbox .text-wrapper .gridcell {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .modularbox .text-wrapper .gridcell {
    margin-bottom: 30px;
  }
}
.modularbox .text-wrapper .text-wrap .sidebox {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .modularbox .text-wrapper .text-wrap .sidebox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.modularbox .text-wrapper .script-section-btn .btn {
  margin-bottom: 0;
}
.modularbox .script-section-title {
  color: #fefff5;
}
.modularbox .deck {
  color: #fefff5;
}
.modularbox .gridcell {
  color: #fefff5;
}
.modularbox .sidebox {
  color: #fefff5;
}
.tilebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tilebox .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .logo-wrapper {
    margin-bottom: 40px;
  }
}
.tilebox .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.tilebox .holder .script-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .holder .script-section-title {
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .tilebox .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.tilebox .nav-wrapper .nav-wrap .script-list-title {
  margin-bottom: 20px;
}
.tilebox .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:hover,
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tilebox .layouter {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .layouter {
    margin-bottom: 40px;
  }
}
.tilebox .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .layouter .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tilebox .layouter .script-list-title {
  margin-bottom: 20px;
}
.tilebox .section {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.tilebox .script-section-title {
  color: #000000;
}
.tilebox .script-list-title {
  color: #ffffff;
}
.tilebox .sidebox {
  color: #000000;
}
.tilebox .script-section-title,
.tilebox .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.tilebox .sidebox,
.tilebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tilebox .list,
.tilebox .item-wrap {
  color: #ffffff;
}
.areabox {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .areabox .navbar-toggler {
    transform: scale(0.8);
  }
}
.areabox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.areabox .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.areabox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.areabox .navbar-brand .linedock a {
  outline: none;
}
.areabox .rowsegment {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.areabox .rowsegment .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .areabox .rowsegment {
    padding-left: 1.5rem;
  }
}
.areabox .nav-link {
  width: fit-content;
  position: relative;
}
.areabox .linedock {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .areabox .linedock {
    padding-left: 1rem;
  }
}
.areabox .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .areabox .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.areabox .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #072066;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .areabox .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .areabox .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.areabox .nav-item:focus,
.areabox .nav-link:focus {
  outline: none;
}
.areabox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.areabox .navbar .linedock img {
  width: auto;
}
.areabox .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .areabox .navbar {
    min-height: 72px;
  }
  .areabox .navbar .linedock img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .areabox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .areabox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .areabox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.areabox .navbar-expand-lg .rowsegment .nav-link {
  padding: 0;
}
.areabox ul.rowsegment {
  flex-wrap: wrap;
}
.areabox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.areabox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.areabox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.areabox .navbar-dropdown {
  padding: 0 1rem;
}
.areabox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .areabox .navbar {
    height: 70px;
  }
  .areabox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.areabox .script-section-btn {
  margin: -0.6rem -0.6rem;
}
.areabox .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .areabox .navbar-brand {
    margin-right: auto;
  }
  .areabox .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072066;
    backdrop-filter: blur(8px);
  }
  .areabox .rowsegment .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .areabox .navbar-collapse {
    padding: 1rem;
  }
}
.fieldbox {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.fieldbox .zoneunit {
  margin: 0;
}
.fieldbox .zoneunit .card {
  padding: 0;
  justify-content: center;
}
.fieldbox .layouter {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .fieldbox .layouter {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .fieldbox .layouter {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .fieldbox .layouter {
    padding: 0;
    margin-bottom: 32px;
  }
}
.fieldbox .layouter .script-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .fieldbox .layouter .script-section-title {
    margin-bottom: 32px;
  }
}
.fieldbox .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .fieldbox .layouter .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 32px;
  }
}
.fieldbox .layouter .deck {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .fieldbox .layouter .deck {
    margin-top: 32px;
  }
}
.fieldbox .sectioncore {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #072066;
}
@media (max-width: 1440px) {
  .fieldbox .sectioncore {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .fieldbox .sectioncore {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .fieldbox .sectioncore {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #072066;
    padding-top: 22px;
  }
}
.fieldbox .sectioncore img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .fieldbox .sectioncore img {
    height: 350px;
  }
}
.fieldbox .script-section-title {
  color: #c10b02;
}
.fieldbox .sidebox,
.fieldbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.fieldbox .deck {
  color: #4b4949;
  text-align: center;
}
.fieldbox .script-section-title,
.fieldbox .script-section-btn {
  text-align: center;
  color: #ffffff;
}
.framefield {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.framefield .row {
  margin: 0 -45px;
}
.framefield .row .card {
  padding: 0 45px;
}
.framefield .zoneunit .text-wrapper .sidebox {
  margin-bottom: 12px;
}
.framefield .zoneunit .script-section-btn .btn {
  margin-bottom: 0;
}
.framefield .layouter {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .framefield .layouter {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .framefield .layouter {
    margin-bottom: 22px;
  }
}
.framefield .layouter .layoutunit .gridcell {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.framefield .layouter .holder .script-section-title {
  margin-bottom: 0;
}
.framefield .gridcell {
  color: #3a001d;
}
.framefield .script-section-title {
  color: #ffffff;
}
.framefield .sidebox {
  color: #3a001d;
}
.framefield .sidebox,
.framefield .text-wrapper,
.framefield .script-section-btn {
  color: #ffffff;
}
.coverbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.coverbox .card {
  justify-content: center;
}
.coverbox .sectioncore {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .coverbox .sectioncore {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.coverbox .sectioncore img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .coverbox .sectioncore img {
    height: 350px;
  }
}
.coverbox .layouter .script-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .coverbox .layouter .script-section-title {
    margin-bottom: 20px;
  }
}
.coverbox .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .coverbox .layouter .text-wrapper .sidebox {
    width: 100%;
  }
}
.coverbox .script-section-title {
  color: #000000;
}
.coverbox .sidebox,
.coverbox .text-wrapper {
  color: #ffffff;
}
.coverbox .script-section-title,
.coverbox .script-section-btn {
  color: #ffffff;
}
.abstractbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.abstractbox .row {
  margin: 0 -45px;
}
.abstractbox .row .card {
  padding: 0 45px;
}
.abstractbox .zoneunit .text-wrapper .sidebox {
  margin-bottom: 12px;
}
.abstractbox .zoneunit .script-section-btn .btn {
  margin-bottom: 0;
}
.abstractbox .layouter {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .abstractbox .layouter {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .abstractbox .layouter {
    margin-bottom: 22px;
  }
}
.abstractbox .layouter .layoutunit .gridcell {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.abstractbox .layouter .holder .script-section-title {
  margin-bottom: 0;
}
.abstractbox .gridcell {
  color: #3a001d;
}
.abstractbox .script-section-title {
  color: #ffffff;
}
.abstractbox .sidebox {
  color: #3a001d;
}
.abstractbox .sidebox,
.abstractbox .text-wrapper,
.abstractbox .script-section-btn {
  color: #ffffff;
}
.padbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.padbox .card {
  justify-content: center;
}
.padbox .sectioncore {
  padding-right: 70px;
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .padbox .sectioncore {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .padbox .sectioncore {
    padding-left: 0;
  }
}
.padbox .sectioncore img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .padbox .sectioncore img {
    height: 350px;
  }
}
.padbox .layouter .script-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .padbox .layouter .script-section-title {
    margin-bottom: 20px;
  }
}
.padbox .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .padbox .layouter .text-wrapper .sidebox {
    width: 100%;
  }
}
.padbox .script-section-title {
  color: #000000;
}
.padbox .sidebox,
.padbox .text-wrapper {
  color: #ffffff;
}
.padbox .script-section-title,
.padbox .script-section-btn {
  color: #ffffff;
}
.tilebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tilebox .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .logo-wrapper {
    margin-bottom: 40px;
  }
}
.tilebox .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.tilebox .holder .script-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .holder .script-section-title {
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .tilebox .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.tilebox .nav-wrapper .nav-wrap .script-list-title {
  margin-bottom: 20px;
}
.tilebox .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:hover,
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tilebox .layouter {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .layouter {
    margin-bottom: 40px;
  }
}
.tilebox .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .layouter .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tilebox .layouter .script-list-title {
  margin-bottom: 20px;
}
.tilebox .section {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.tilebox .script-section-title {
  color: #000000;
}
.tilebox .script-list-title {
  color: #ffffff;
}
.tilebox .sidebox {
  color: #000000;
}
.tilebox .script-section-title,
.tilebox .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.tilebox .sidebox,
.tilebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tilebox .list,
.tilebox .item-wrap {
  color: #ffffff;
}
.areabox {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .areabox .navbar-toggler {
    transform: scale(0.8);
  }
}
.areabox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.areabox .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.areabox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.areabox .navbar-brand .linedock a {
  outline: none;
}
.areabox .rowsegment {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.areabox .rowsegment .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .areabox .rowsegment {
    padding-left: 1.5rem;
  }
}
.areabox .nav-link {
  width: fit-content;
  position: relative;
}
.areabox .linedock {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .areabox .linedock {
    padding-left: 1rem;
  }
}
.areabox .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .areabox .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.areabox .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #072066;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .areabox .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .areabox .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.areabox .nav-item:focus,
.areabox .nav-link:focus {
  outline: none;
}
.areabox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.areabox .navbar .linedock img {
  width: auto;
}
.areabox .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .areabox .navbar {
    min-height: 72px;
  }
  .areabox .navbar .linedock img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .areabox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .areabox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .areabox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.areabox .navbar-expand-lg .rowsegment .nav-link {
  padding: 0;
}
.areabox ul.rowsegment {
  flex-wrap: wrap;
}
.areabox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.areabox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.areabox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.areabox .navbar-dropdown {
  padding: 0 1rem;
}
.areabox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .areabox .navbar {
    height: 70px;
  }
  .areabox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.areabox .script-section-btn {
  margin: -0.6rem -0.6rem;
}
.areabox .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .areabox .navbar-brand {
    margin-right: auto;
  }
  .areabox .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072066;
    backdrop-filter: blur(8px);
  }
  .areabox .rowsegment .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .areabox .navbar-collapse {
    padding: 1rem;
  }
}
.notch {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("images/shallow4.jpg");
}
.notch .layouter {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notch .layouter .layoutunit {
  margin-bottom: 20px;
}
.notch .layouter .holder .script-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #ffffff 40%, #5a74bd 90%);
  margin-bottom: 20px;
}
.notch .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .notch .layouter .text-wrapper .sidebox {
    width: 100%;
  }
}
.notch .layouter .script-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .notch .layouter .script-section-btn {
    margin-top: 20px;
  }
}
.notch .gridcell,
.notch .layoutunit {
  color: #334155;
}
.notch .script-section-title {
  color: #0f172a;
}
.notch .sidebox,
.notch .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.notch .script-section-title,
.notch .script-section-btn,
.notch .holder {
  text-align: center;
}
.containbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.containbox .layouter {
  display: flex;
  justify-content: center;
}
.containbox .layouter .card-wrapper {
  background-color: #000000;
  border: 2px solid #072066;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
  width: 80%;
}
@media (max-width: 1440px) {
  .containbox .layouter .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .containbox .layouter .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
@media (max-width: 1440px) {
  .containbox .layouter .card-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .containbox .layouter .card-wrapper {
    width: 100%;
  }
}
.containbox .layouter .card-wrapper .holder .script-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .containbox .layouter .card-wrapper .holder .script-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.containbox .layouter .card-wrapper .text-wrapper .sidebox {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .containbox .layouter .card-wrapper .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 22px;
  }
}
.containbox .script-section-title {
  color: #3a001d;
}
.containbox .sidebox,
.containbox .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.containbox .script-section-title,
.containbox .script-section-btn,
.containbox .holder {
  text-align: center;
}
.field {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.field .row {
  justify-content: center;
  margin: 0 -13px;
}
.field .row .item {
  padding: 0 13px;
}
.field .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .field .item {
    margin-bottom: 16px;
  }
}
.field .item .item-wrapper {
  height: 100%;
  background-color: #072066;
  padding: 54px;
}
@media (max-width: 1200px) {
  .field .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .field .item .item-wrapper {
    padding: 30px 16px;
  }
}
.field .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .field .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.field .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .field .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.field .item .item-wrapper .card-box .script-section-btn {
  margin-top: 20px;
}
.field .item-title {
  color: #fff7ee;
}
.field .item-text {
  color: #fff7ee;
}
.field .item-text,
.field .text-wrap {
  text-align: center;
}
.field .item-title,
.field .script-section-btn {
  text-align: center;
}
.tilebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tilebox .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .logo-wrapper {
    margin-bottom: 40px;
  }
}
.tilebox .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.tilebox .holder .script-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .holder .script-section-title {
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .tilebox .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.tilebox .nav-wrapper .nav-wrap .script-list-title {
  margin-bottom: 20px;
}
.tilebox .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:hover,
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tilebox .layouter {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .layouter {
    margin-bottom: 40px;
  }
}
.tilebox .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .layouter .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tilebox .layouter .script-list-title {
  margin-bottom: 20px;
}
.tilebox .section {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.tilebox .script-section-title {
  color: #000000;
}
.tilebox .script-list-title {
  color: #ffffff;
}
.tilebox .sidebox {
  color: #000000;
}
.tilebox .script-section-title,
.tilebox .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.tilebox .sidebox,
.tilebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tilebox .list,
.tilebox .item-wrap {
  color: #ffffff;
}
.areabox {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .areabox .navbar-toggler {
    transform: scale(0.8);
  }
}
.areabox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.areabox .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.areabox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.areabox .navbar-brand .linedock a {
  outline: none;
}
.areabox .rowsegment {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.areabox .rowsegment .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.areabox .rowsegment .nav-item .nav-link:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .areabox .rowsegment {
    padding-left: 1.5rem;
  }
}
.areabox .nav-link {
  width: fit-content;
  position: relative;
}
.areabox .linedock {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .areabox .linedock {
    padding-left: 1rem;
  }
}
.areabox .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .areabox .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.areabox .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #072066;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .areabox .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .areabox .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.areabox .nav-item:focus,
.areabox .nav-link:focus {
  outline: none;
}
.areabox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.areabox .navbar .linedock img {
  width: auto;
}
.areabox .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .areabox .navbar {
    min-height: 72px;
  }
  .areabox .navbar .linedock img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .areabox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .areabox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .areabox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.areabox .navbar-expand-lg .rowsegment .nav-link {
  padding: 0;
}
.areabox ul.rowsegment {
  flex-wrap: wrap;
}
.areabox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.areabox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.areabox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.areabox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.areabox .navbar-dropdown {
  padding: 0 1rem;
}
.areabox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .areabox .navbar {
    height: 70px;
  }
  .areabox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.areabox .script-section-btn {
  margin: -0.6rem -0.6rem;
}
.areabox .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .areabox .navbar-brand {
    margin-right: auto;
  }
  .areabox .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072066;
    backdrop-filter: blur(8px);
  }
  .areabox .rowsegment .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .areabox .navbar-collapse {
    padding: 1rem;
  }
}
.boxarea {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("images/deep1.jpg");
}
.boxarea .card-wrapper {
  padding: 60px;
  background-color: #000000;
  border-top: 3px solid #072066;
  box-shadow: 0 8px 15px -8px #072066;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .boxarea .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .boxarea .card-wrapper {
    padding: 24px;
  }
}
.boxarea .card-wrapper .layoutunit {
  margin-bottom: 32px;
}
.boxarea .card-wrapper .holder .script-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #5a74bd, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .boxarea .card-wrapper .holder .script-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #5a74bd, #ffffff 40%);
  }
}
.boxarea .card-wrapper .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boxarea .card-wrapper .text-wrapper .sidebox {
    width: 100%;
  }
}
.boxarea .card-wrapper .script-section-btn {
  margin-top: 22px;
}
.boxarea .gridcell,
.boxarea .layoutunit {
  color: #000000;
  text-align: center;
}
.boxarea .script-section-title {
  color: #000000;
}
.boxarea .sidebox,
.boxarea .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.boxarea .script-section-title,
.boxarea .holder,
.boxarea .script-section-btn {
  text-align: center;
}
.topbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #072066 110%);
}
.topbox .row {
  justify-content: center;
}
.topbox .layouter {
  position: relative;
  z-index: 2;
}
.topbox .layouter .script-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .topbox .layouter .script-section-title {
    margin-bottom: 22px;
  }
}
.topbox .layouter .sidebox {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .topbox .layouter .sidebox {
    margin-bottom: 22px;
  }
}
.topbox .layouter .deck {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .topbox .layouter .deck {
    margin-bottom: 22px;
  }
}
.topbox .script-section-title {
  color: #ffffff;
}
.topbox .sidebox {
  color: #ffffff;
}
.topbox .deck {
  color: #ffffff;
}
.tilebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tilebox .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .logo-wrapper {
    margin-bottom: 40px;
  }
}
.tilebox .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.tilebox .holder .script-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tilebox .holder .script-section-title {
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.tilebox .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .tilebox .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.tilebox .nav-wrapper .nav-wrap .script-list-title {
  margin-bottom: 20px;
}
.tilebox .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:hover,
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #032480;
}
.tilebox .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tilebox .layouter {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tilebox .layouter {
    margin-bottom: 40px;
  }
}
.tilebox .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilebox .layouter .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tilebox .layouter .script-list-title {
  margin-bottom: 20px;
}
.tilebox .section {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.tilebox .script-section-title {
  color: #000000;
}
.tilebox .script-list-title {
  color: #ffffff;
}
.tilebox .sidebox {
  color: #000000;
}
.tilebox .script-section-title,
.tilebox .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.tilebox .sidebox,
.tilebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tilebox .list,
.tilebox .item-wrap {
  color: #ffffff;
}
.node {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .node .navbar-toggler {
    transform: scale(0.8);
  }
}
.node .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.node .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.node .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.node .navbar-brand .linedock a {
  outline: none;
}
.node .rowsegment {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.node .rowsegment .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.node .rowsegment .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.node .rowsegment .nav-item .nav-link:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .node .rowsegment {
    padding-left: 1.5rem;
  }
}
.node .nav-link {
  width: fit-content;
  position: relative;
}
.node .linedock {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .node .linedock {
    padding-left: 1rem;
  }
}
.node .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .node .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.node .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #072066;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .node .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .node .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.node .nav-item:focus,
.node .nav-link:focus {
  outline: none;
}
.node .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.node .navbar .linedock img {
  width: auto;
}
.node .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .node .navbar {
    min-height: 72px;
  }
  .node .navbar .linedock img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .node .navbar .nav-item .nav-link::before {
    display: none;
  }
  .node .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .node .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.node .navbar-expand-lg .rowsegment .nav-link {
  padding: 0;
}
.node ul.rowsegment {
  flex-wrap: wrap;
}
.node button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.node button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.node button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.node button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.node button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.node button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.node .navbar-dropdown {
  padding: 0 1rem;
}
.node a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .node .navbar {
    height: 70px;
  }
  .node .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.node .script-section-btn {
  margin: -0.6rem -0.6rem;
}
.node .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .node .navbar-brand {
    margin-right: auto;
  }
  .node .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072066;
    backdrop-filter: blur(8px);
  }
  .node .rowsegment .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .node .navbar-collapse {
    padding: 1rem;
  }
}
.frameunit {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("images/deep1.jpg");
}
.frameunit .card-wrapper {
  padding: 60px;
  background-color: #000000;
  border-top: 3px solid #072066;
  box-shadow: 0 8px 15px -8px #072066;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .frameunit .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .frameunit .card-wrapper {
    padding: 24px;
  }
}
.frameunit .card-wrapper .layoutunit {
  margin-bottom: 32px;
}
.frameunit .card-wrapper .holder .script-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #5a74bd, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .frameunit .card-wrapper .holder .script-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #5a74bd, #ffffff 40%);
  }
}
.frameunit .card-wrapper .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .frameunit .card-wrapper .text-wrapper .sidebox {
    width: 100%;
  }
}
.frameunit .card-wrapper .script-section-btn {
  margin-top: 22px;
}
.frameunit .gridcell,
.frameunit .layoutunit {
  color: #000000;
  text-align: center;
}
.frameunit .script-section-title {
  color: #000000;
}
.frameunit .sidebox,
.frameunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.frameunit .script-section-title,
.frameunit .holder,
.frameunit .script-section-btn {
  text-align: center;
}
.bodylayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #072066 110%);
}
.bodylayer .row {
  justify-content: center;
}
.bodylayer .layouter {
  position: relative;
  z-index: 2;
}
.bodylayer .layouter .script-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bodylayer .layouter .script-section-title {
    margin-bottom: 22px;
  }
}
.bodylayer .layouter .sidebox {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .bodylayer .layouter .sidebox {
    margin-bottom: 22px;
  }
}
.bodylayer .layouter .deck {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .bodylayer .layouter .deck {
    margin-bottom: 22px;
  }
}
.bodylayer .script-section-title {
  color: #ffffff;
}
.bodylayer .sidebox {
  color: #ffffff;
}
.bodylayer .deck {
  color: #ffffff;
}
.gripbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.gripbox .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .gripbox .logo-wrapper {
    margin-bottom: 40px;
  }
}
.gripbox .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.gripbox .holder .script-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .gripbox .holder .script-section-title {
    margin-bottom: 40px;
  }
}
.gripbox .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .gripbox .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.gripbox .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .gripbox .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .gripbox .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.gripbox .nav-wrapper .nav-wrap .script-list-title {
  margin-bottom: 20px;
}
.gripbox .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.gripbox .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.gripbox .nav-wrapper .nav-wrap .list .item-wrap:hover,
.gripbox .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #032480;
}
.gripbox .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #032480;
}
.gripbox .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gripbox .layouter {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .gripbox .layouter {
    margin-bottom: 40px;
  }
}
.gripbox .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .gripbox .layouter .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.gripbox .layouter .script-list-title {
  margin-bottom: 20px;
}
.gripbox .section {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.gripbox .script-section-title {
  color: #000000;
}
.gripbox .script-list-title {
  color: #ffffff;
}
.gripbox .sidebox {
  color: #000000;
}
.gripbox .script-section-title,
.gripbox .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.gripbox .sidebox,
.gripbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.gripbox .list,
.gripbox .item-wrap {
  color: #ffffff;
}
.flexwrap {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .flexwrap .navbar-toggler {
    transform: scale(0.8);
  }
}
.flexwrap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.flexwrap .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.flexwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.flexwrap .navbar-brand .linedock a {
  outline: none;
}
.flexwrap .rowsegment {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.flexwrap .rowsegment .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.flexwrap .rowsegment .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.flexwrap .rowsegment .nav-item .nav-link:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .flexwrap .rowsegment {
    padding-left: 1.5rem;
  }
}
.flexwrap .nav-link {
  width: fit-content;
  position: relative;
}
.flexwrap .linedock {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .flexwrap .linedock {
    padding-left: 1rem;
  }
}
.flexwrap .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .flexwrap .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.flexwrap .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #072066;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .flexwrap .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .flexwrap .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.flexwrap .nav-item:focus,
.flexwrap .nav-link:focus {
  outline: none;
}
.flexwrap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.flexwrap .navbar .linedock img {
  width: auto;
}
.flexwrap .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .flexwrap .navbar {
    min-height: 72px;
  }
  .flexwrap .navbar .linedock img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .flexwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .flexwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .flexwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.flexwrap .navbar-expand-lg .rowsegment .nav-link {
  padding: 0;
}
.flexwrap ul.rowsegment {
  flex-wrap: wrap;
}
.flexwrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.flexwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.flexwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.flexwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.flexwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.flexwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.flexwrap .navbar-dropdown {
  padding: 0 1rem;
}
.flexwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flexwrap .navbar {
    height: 70px;
  }
  .flexwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flexwrap .script-section-btn {
  margin: -0.6rem -0.6rem;
}
.flexwrap .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .flexwrap .navbar-brand {
    margin-right: auto;
  }
  .flexwrap .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072066;
    backdrop-filter: blur(8px);
  }
  .flexwrap .rowsegment .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .flexwrap .navbar-collapse {
    padding: 1rem;
  }
}
.netbox {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("images/deep1.jpg");
}
.netbox .card-wrapper {
  padding: 60px;
  background-color: #000000;
  border-top: 3px solid #072066;
  box-shadow: 0 8px 15px -8px #072066;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .netbox .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .netbox .card-wrapper {
    padding: 24px;
  }
}
.netbox .card-wrapper .layoutunit {
  margin-bottom: 32px;
}
.netbox .card-wrapper .holder .script-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #5a74bd, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .netbox .card-wrapper .holder .script-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #5a74bd, #ffffff 40%);
  }
}
.netbox .card-wrapper .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .netbox .card-wrapper .text-wrapper .sidebox {
    width: 100%;
  }
}
.netbox .card-wrapper .script-section-btn {
  margin-top: 22px;
}
.netbox .gridcell,
.netbox .layoutunit {
  color: #000000;
  text-align: center;
}
.netbox .script-section-title {
  color: #000000;
}
.netbox .sidebox,
.netbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.netbox .script-section-title,
.netbox .holder,
.netbox .script-section-btn {
  text-align: center;
}
.unitgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #072066 110%);
}
.unitgrid .row {
  justify-content: center;
}
.unitgrid .layouter {
  position: relative;
  z-index: 2;
}
.unitgrid .layouter .script-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .unitgrid .layouter .script-section-title {
    margin-bottom: 22px;
  }
}
.unitgrid .layouter .sidebox {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .unitgrid .layouter .sidebox {
    margin-bottom: 22px;
  }
}
.unitgrid .layouter .deck {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .unitgrid .layouter .deck {
    margin-bottom: 22px;
  }
}
.unitgrid .script-section-title {
  color: #ffffff;
}
.unitgrid .sidebox {
  color: #ffffff;
}
.unitgrid .deck {
  color: #ffffff;
}
.domcellwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.domcellwrap .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .domcellwrap .logo-wrapper {
    margin-bottom: 40px;
  }
}
.domcellwrap .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.domcellwrap .holder .script-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .domcellwrap .holder .script-section-title {
    margin-bottom: 40px;
  }
}
.domcellwrap .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .domcellwrap .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.domcellwrap .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .domcellwrap .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .domcellwrap .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.domcellwrap .nav-wrapper .nav-wrap .script-list-title {
  margin-bottom: 20px;
}
.domcellwrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.domcellwrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.domcellwrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.domcellwrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #032480;
}
.domcellwrap .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #032480;
}
.domcellwrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.domcellwrap .layouter {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .domcellwrap .layouter {
    margin-bottom: 40px;
  }
}
.domcellwrap .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .domcellwrap .layouter .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.domcellwrap .layouter .script-list-title {
  margin-bottom: 20px;
}
.domcellwrap .section {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.domcellwrap .script-section-title {
  color: #000000;
}
.domcellwrap .script-list-title {
  color: #ffffff;
}
.domcellwrap .sidebox {
  color: #000000;
}
.domcellwrap .script-section-title,
.domcellwrap .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.domcellwrap .sidebox,
.domcellwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.domcellwrap .list,
.domcellwrap .item-wrap {
  color: #ffffff;
}
.boxwrap {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .boxwrap .navbar-toggler {
    transform: scale(0.8);
  }
}
.boxwrap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.boxwrap .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.boxwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.boxwrap .navbar-brand .linedock a {
  outline: none;
}
.boxwrap .rowsegment {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.boxwrap .rowsegment .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.boxwrap .rowsegment .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.boxwrap .rowsegment .nav-item .nav-link:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .boxwrap .rowsegment {
    padding-left: 1.5rem;
  }
}
.boxwrap .nav-link {
  width: fit-content;
  position: relative;
}
.boxwrap .linedock {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .boxwrap .linedock {
    padding-left: 1rem;
  }
}
.boxwrap .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .boxwrap .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.boxwrap .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #072066;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .boxwrap .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .boxwrap .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.boxwrap .nav-item:focus,
.boxwrap .nav-link:focus {
  outline: none;
}
.boxwrap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.boxwrap .navbar .linedock img {
  width: auto;
}
.boxwrap .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .boxwrap .navbar {
    min-height: 72px;
  }
  .boxwrap .navbar .linedock img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .boxwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .boxwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxwrap .navbar-expand-lg .rowsegment .nav-link {
  padding: 0;
}
.boxwrap ul.rowsegment {
  flex-wrap: wrap;
}
.boxwrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.boxwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.boxwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.boxwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.boxwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.boxwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.boxwrap .navbar-dropdown {
  padding: 0 1rem;
}
.boxwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxwrap .navbar {
    height: 70px;
  }
  .boxwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxwrap .script-section-btn {
  margin: -0.6rem -0.6rem;
}
.boxwrap .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .boxwrap .navbar-brand {
    margin-right: auto;
  }
  .boxwrap .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072066;
    backdrop-filter: blur(8px);
  }
  .boxwrap .rowsegment .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .boxwrap .navbar-collapse {
    padding: 1rem;
  }
}
.modwrap {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("images/deep1.jpg");
}
.modwrap .card-wrapper {
  padding: 60px;
  background-color: #000000;
  border-top: 3px solid #072066;
  box-shadow: 0 8px 15px -8px #072066;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .modwrap .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .modwrap .card-wrapper {
    padding: 24px;
  }
}
.modwrap .card-wrapper .layoutunit {
  margin-bottom: 32px;
}
.modwrap .card-wrapper .holder .script-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #5a74bd, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .modwrap .card-wrapper .holder .script-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #5a74bd, #ffffff 40%);
  }
}
.modwrap .card-wrapper .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modwrap .card-wrapper .text-wrapper .sidebox {
    width: 100%;
  }
}
.modwrap .card-wrapper .script-section-btn {
  margin-top: 22px;
}
.modwrap .gridcell,
.modwrap .layoutunit {
  color: #000000;
  text-align: center;
}
.modwrap .script-section-title {
  color: #000000;
}
.modwrap .sidebox,
.modwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.modwrap .script-section-title,
.modwrap .holder,
.modwrap .script-section-btn {
  text-align: center;
}
.blockwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #072066 110%);
}
.blockwrap .row {
  justify-content: center;
}
.blockwrap .layouter {
  position: relative;
  z-index: 2;
}
.blockwrap .layouter .script-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .blockwrap .layouter .script-section-title {
    margin-bottom: 22px;
  }
}
.blockwrap .layouter .sidebox {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .blockwrap .layouter .sidebox {
    margin-bottom: 22px;
  }
}
.blockwrap .layouter .deck {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .blockwrap .layouter .deck {
    margin-bottom: 22px;
  }
}
.blockwrap .script-section-title {
  color: #ffffff;
}
.blockwrap .sidebox {
  color: #ffffff;
}
.blockwrap .deck {
  color: #ffffff;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.patch .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .patch .logo-wrapper {
    margin-bottom: 40px;
  }
}
.patch .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.patch .holder .script-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .patch .holder .script-section-title {
    margin-bottom: 40px;
  }
}
.patch .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .patch .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.patch .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .patch .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.patch .nav-wrapper .nav-wrap .script-list-title {
  margin-bottom: 20px;
}
.patch .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.patch .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.patch .nav-wrapper .nav-wrap .list .item-wrap:hover,
.patch .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #032480;
}
.patch .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #032480;
}
.patch .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.patch .layouter {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .patch .layouter {
    margin-bottom: 40px;
  }
}
.patch .layouter .text-wrapper .sidebox {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .patch .layouter .text-wrapper .sidebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.patch .layouter .script-list-title {
  margin-bottom: 20px;
}
.patch .section {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.patch .script-section-title {
  color: #000000;
}
.patch .script-list-title {
  color: #ffffff;
}
.patch .sidebox {
  color: #000000;
}
.patch .script-section-title,
.patch .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.patch .sidebox,
.patch .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.patch .list,
.patch .item-wrap {
  color: #ffffff;
}


/* Base Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.gridunit {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
}

.gridunit.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: flipIn 0.8s ease-out forwards;
}

.gridunit p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.gridunit button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2),
              -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}

#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .gridunit {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 16px;
    transform: translateX(-50%) translateY(0);
    width: calc(100% - 32px);
    max-width: 480px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    z-index: 2147483647;
  }

  .gridunit.show {
    animation: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  #cookieBanner button,
  .gridunit button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .gridunit {
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    padding: 10px;
  }

  #cookieBanner button,
  .gridunit button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* 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: 32px;
  background: rgba(255,255,255,0.08);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ttc-form #customForm {
  width: 100%;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #e9f3ff;
}
.ttc-form #customForm * {
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  background: rgba(5,18,40,0.82) !important;
  border: 1px solid rgba(135,186,255,0.45) !important;
  border-radius: 14px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #e9f3ff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.35);
  transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease, transform .08s ease;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: rgba(9,29,66,0.95) !important;
  border-color: #57b4ff !important;
  box-shadow: 0 0 0 1px rgba(9,176,255,0.7),0 0 22px rgba(87,180,255,0.4);
  transform: translateY(-1px);
}
.ttc-form #customForm textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.ttc-form #customForm ::placeholder {
  color: rgba(188,210,238,0.85);
}
.ttc-form #customForm .outline,
.ttc-form #customForm .tilegrid {
  background: rgba(5,18,40,0.75);
  border-radius: 16px !important;
  border: 1px solid rgba(135,186,255,0.35);
  padding: 16px 16px 14px;
  margin-bottom: 18px;
}
.ttc-form #customForm .navunit,
.ttc-form #customForm .domcore {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #e9f3ff;
}
.ttc-form #customForm .neutralwrap,
.ttc-form #customForm .content {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #57b4ff;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px !important;
  border: none;
  cursor: pointer;
  background: radial-gradient(circle at 20% 0,#7ed4ff 0,#2b8dff 45%,#1260d1 100%);
  color: #f7fbff;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .08s ease, box-shadow .16s ease, opacity .16s ease;
}
.ttc-form #customForm .btn:hover {
  transform: translateY(-1px);
  opacity: .97;
}
.ttc-form #customForm .btn:active {
  transform: translateY(0);
  opacity: .94;
}
.ttc-form #customForm .alert {
  border-radius: 14px !important;
  font-size: 14px;
  background: rgba(20,60,20,0.75);
  border: 1px solid rgba(120,255,150,0.5);
  color: #d8ffe6;
  padding: 12px 14px;
  margin-bottom: 16px;
  box-shadow: 0 0 12px rgba(80,255,130,0.25);
}
.ttc-form #customForm a {
  color: #7fd0ff;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm small,
.ttc-form #customForm p {
  color: rgba(214,227,246,0.9);
}
@media (max-width: 991px) {
  .ttc-form {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .ttc-form {
    padding: 20px 14px;
  }
}
/* cssform-end */

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/warm2.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);
}