@charset "UTF-8";

:root {

  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5, .h5, h4, .h4, 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;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}


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;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}


th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.wrapbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .wrapbox {
    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;
  }
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .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-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.domunit {
  --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;
}
.domunit .nav-link.active, .domunit .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 .domunit {
    flex-direction: row;
  }
  .navbar-expand-lg .domunit .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.rowwrap {
  --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);
}

.tile {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/warm1.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 .trunk {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .trunk 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/warm1.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/warm1.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;
}

.software-section-title {
  font-style: normal;
  line-height: 1.3;
}

.software-section-subtitle {
  line-height: 1.3;
}

.cellwrap {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h4,
h5,
.wrapbox,
.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 */
.mapwrap {
  color: #ffffff;
}

/*! Text-aligns */
.wrapgrid {
  text-align: left;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.software-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

nav .software-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.colwrap .fieldlayer {
  min-height: 100vh;
}

.colwrap {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .trunk 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 .domunit.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 .software-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;
}

.fieldlayer {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
blockquote {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/warm1.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: 'opacity2';
  font-display: swap;
  src:  url('fonts/interaction2.eot');
  src:  url('fonts/interaction2.eot') format('embedded-opentype'),
    url('fonts/interaction2.woff2') format('woff2'),
    url('fonts/interaction2.woff') format('woff'),
    url('fonts/interaction2.ttf') format('truetype'),
    url('fonts/interaction2.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/warm1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.btn {
  border-width: 2px;
}
body {
  font-family: Zalando Sans SemiExpanded;
}
.wrapbox {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.2rem;
  line-height: 1.45;
}
.display-5 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 2.1rem;
  line-height: 1.4;
}
.display-7 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.35rem;
  line-height: 1.35;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .wrapbox {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.45 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .wrapbox {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #3c5e85 !important;
  border-color: #3c5e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #4c77a8 !important;
  border-color: #4c77a8 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4c77a8 !important;
  border-color: #4c77a8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.rowwrap {
  background-color: #70c770;
}
.tile {
  background-color: #fe261b;
}
a,
a:hover {
  color: #3c5e85;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 400;
}
.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: #3c5e85 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 400;
}
blockquote {
  border-color: #3c5e85;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.software-section-btn .btn {
  font-weight: 500;
  padding: 8px 32px;
  border-radius: 15px !important;
  transition: all .5s ease;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .software-section-btn .btn {
    border-radius: 18px !important;
  }
}
.btn-primary {
  background-image: linear-gradient(90deg, #3c5e85, #513c85, #633c85, #854b3c) !important;
  background-size: 200% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  background-position: 100% 0;
}
img,
.card-wrap,
.card-wrapper,
.plan,
.card,
.item-wrapper,
.item-wrapper::before {
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.fieldnode .navbar-dropdown {
  position: relative !important;
}
.fieldnode .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.fieldnode .nav-link {
  position: relative;
}
.fieldnode .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .fieldnode .container {
    flex-wrap: nowrap;
  }
}
.fieldnode .nav-item:focus,
.fieldnode .nav-link:focus {
  outline: none;
}
.fieldnode .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #010014;
}
.fieldnode .navbar .trunk img {
  width: auto;
}
.fieldnode .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .fieldnode .navbar .nav-item .nav-link::before {
    display: none;
  }
  .fieldnode .navbar .trunk img {
    height: 3rem !important;
  }
  .fieldnode .navbar ul.domunit li {
    margin: auto;
  }
  .fieldnode .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .fieldnode .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .fieldnode .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.fieldnode .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.fieldnode .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.fieldnode .navbar-brand .trunk a {
  outline: none;
}
.fieldnode .navbar-expand-lg .domunit .nav-link {
  padding: 0;
}
.fieldnode ul.domunit {
  flex-wrap: wrap;
}
.fieldnode button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.fieldnode button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.fieldnode .navbar-dropdown {
  padding: 0 1rem;
}
.fieldnode a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldnode .navbar {
    height: 70px;
  }
  .fieldnode .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dockunit {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e7eef5;
}
.dockunit .noteunit {
  justify-content: space-between;
}
.dockunit .noteunit .card {
  justify-content: center;
}
.dockunit .levelwrap .unitcol {
  margin-bottom: 15px;
}
.dockunit .levelwrap .software-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .dockunit .levelwrap .software-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .dockunit .levelwrap {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .dockunit .footwrap {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .dockunit .wrapper {
    margin-bottom: 32px;
  }
}
.dockunit .wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #0d1a2a;
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .dockunit .wrapper img {
    height: 350px;
  }
}
.dockunit .software-section-title {
  color: #000000;
  text-align: center;
}
.dockunit .cellwrap {
  color: #000000;
}
.dockunit .cellwrap,
.dockunit .software-section-btn {
  color: #fdfde1;
}
.dockunit .unitcol {
  color: #fdfde1;
}
.dockunit .software-section-subtitle {
  color: #000000;
}
.dockunit .unitcol,
.dockunit .software-section-btn {
  color: #000000;
  text-align: center;
}
.dockunit .cellwrap,
.dockunit .software-section-btn mb-4 {
  color: #000000;
  text-align: center;
}
.cellbox {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #c5d0df;
}
.cellbox .wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #020115;
}
.cellbox .row {
  flex-direction: row-reverse;
}
.cellbox .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cellbox .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cellbox .software-section-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cellbox .text-wrapper {
    text-align: center;
  }
}
.cellbox .cellwrap,
.cellbox .software-section-btn {
  color: #000000;
  text-align: center;
}

.cellbox .software-section-btn {
  color: #fdfde1;
}
.cellbox .unitcol,
.cellbox .software-section-btn {
  color: #000000;
  text-align: center;
}
.boxcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7eef5;
}
.boxcore .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #c5d0df -30%, #c5d0df 20%, #c5d0df 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .boxcore .card-wrapper {
    padding: 16px;
  }
}
.boxcore .card-wrapper .software-section-title {
  margin-bottom: 22px;
}
.boxcore .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxcore .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.boxcore .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxcore .software-section-title {
  color: #000000;
  text-align: center;
}
.boxcore .list {
  color: #ffffff;
  text-align: center;
}
.boxcore .list,
.boxcore .item-wrap {
  color: #000000;
}
.nodeband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080c24;
}
.nodeband .container,
.nodeband .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nodeband .container,
  .nodeband .container-fluid {
    padding: 0 20px;
  }
}
.nodeband a {
  display: block;
}
.nodeband a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    padding: 50px 0;
  }
}
.nodeband a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .nodeband a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nodeband .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband .copy-wrapper {
    border-right: none;
  }
}
.nodeband .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nodeband .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper {
    height: auto;
  }
}
.nodeband .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nodeband .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nodeband .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nodeband .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nodeband .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .card-wrapper {
    margin-bottom: 50px;
  }
}
.nodeband .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #e7eef5;
  border-radius: 24px;
}
.nodeband .card-wrapper .card-wrap .software-section-title {
  margin-bottom: 42px;
}
.nodeband .card-wrapper .card-wrap .cellwrap {
  margin-bottom: 42px;
}
.nodeband .copyright {
  color: #ffffff;
}
.nodeband .software-section-title {
  color: #3d4045;
}
.nodeband .cellwrap {
  color: #000000;
  text-align: center;
}
.nodeband .list {
  color: #ffffff;
}
.nodeband .software-section-btn {
  text-align: right;
}
.fieldnode .navbar-dropdown {
  position: relative !important;
}
.fieldnode .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.fieldnode .nav-link {
  position: relative;
}
.fieldnode .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .fieldnode .container {
    flex-wrap: nowrap;
  }
}
.fieldnode .nav-item:focus,
.fieldnode .nav-link:focus {
  outline: none;
}
.fieldnode .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #010014;
}
.fieldnode .navbar .trunk img {
  width: auto;
}
.fieldnode .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .fieldnode .navbar .nav-item .nav-link::before {
    display: none;
  }
  .fieldnode .navbar .trunk img {
    height: 3rem !important;
  }
  .fieldnode .navbar ul.domunit li {
    margin: auto;
  }
  .fieldnode .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .fieldnode .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .fieldnode .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.fieldnode .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.fieldnode .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.fieldnode .navbar-brand .trunk a {
  outline: none;
}
.fieldnode .navbar-expand-lg .domunit .nav-link {
  padding: 0;
}
.fieldnode ul.domunit {
  flex-wrap: wrap;
}
.fieldnode button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.fieldnode button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.fieldnode .navbar-dropdown {
  padding: 0 1rem;
}
.fieldnode a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldnode .navbar {
    height: 70px;
  }
  .fieldnode .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilenode {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e7eef5;
}
.tilenode .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .tilenode .wrapper {
    margin-bottom: 2rem;
  }
}
.tilenode .wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .tilenode .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .tilenode .text-wrapper {
    margin-bottom: 2rem;
  }
}
.tilenode .software-section-title {
  text-align: center;
  color: #000000;
}
.tilenode .cellwrap,
.tilenode .software-section-btn {
  text-align: center;
  color: #000000;
}
.shellcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7eef5;
}
.shellcore .levelwrap .software-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .shellcore .levelwrap .software-section-title {
    margin-bottom: 24px;
  }
}
.shellcore .modularbox {
  margin: 0 -8px;
}
.shellcore .modularbox .item {
  padding: 0 8px;
}
.shellcore .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .shellcore .item {
    margin-bottom: 12px;
  }
}
.shellcore .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #c5d0df;
  overflow: hidden;
}
.shellcore .item .item-wrapper .card-box .item-img img {
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .shellcore .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.shellcore .item .item-wrapper .card-box .item-content {
  padding: 48px;
}
@media (max-width: 1440px) {
  .shellcore .item .item-wrapper .card-box .item-content {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .shellcore .item .item-wrapper .card-box .item-content {
    padding: 24px;
  }
}
.shellcore .item .item-wrapper .card-box .item-content .card-title {
  margin-bottom: 24px;
}
.shellcore .item .item-wrapper .card-box .item-content .card-text {
  margin-bottom: 0;
}
.shellcore .item .item-wrapper .software-section-btn {
  padding: 0 48px 48px;
}
@media (max-width: 1440px) {
  .shellcore .item .item-wrapper .software-section-btn {
    padding: 0 32px 32px;
  }
}
@media (max-width: 992px) {
  .shellcore .item .item-wrapper .software-section-btn {
    padding: 0 24px 24px;
  }
}
.shellcore .item .item-wrapper .software-section-btn .btn {
  margin-bottom: 0;
}
.shellcore .software-section-title {
  color: #2c2c26;
}
.shellcore .card-title {
  color: #ffffff;
}
.shellcore .card-text {
  color: #000000;
  text-align: center;
}
.shellcore .card-title,
.shellcore .software-section-btn {
  text-align: center;
  color: #000000;
}
.panebox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c5d0df;
}
.panebox .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .panebox .item-mb {
    margin-bottom: 1rem;
  }
}
.panebox .item-wrapper {
  background: #e7eef5;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .panebox .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .panebox .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.panebox .software-section-title {
  color: #9fe870;
}
.panebox .software-section-subtitle {
  color: #ffffff;
}
.panebox .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.panebox .card-title {
  text-align: center;
  color: #000000;
}
.panebox .card-text,
.panebox .item .software-section-btn {
  text-align: center;
  color: #000000;
}
.framegrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e7eef5;
}
.framegrid .levelwrap .software-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .framegrid .levelwrap .software-section-title {
    margin-bottom: 32px;
  }
}
.framegrid .modularbox {
  justify-content: center;
  margin: 0 -10px;
}
.framegrid .modularbox .item {
  padding: 0 10px;
}
.framegrid .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .framegrid .item {
    margin-bottom: 16px;
  }
}
.framegrid .item .item-wrapper {
  padding: 10px;
  background-color: #c5d0df;
  height: 100%;
}
.framegrid .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.framegrid .item .item-wrapper .item-img img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
.framegrid .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .framegrid .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.framegrid .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.framegrid .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.framegrid .software-section-title {
  color: #ffffff;
  text-align: center;
}
.framegrid .item-title {
  color: #000c3f;
}
.framegrid .item-text {
  color: #000000;
  text-align: center;
}
.framegrid .item-title,
.framegrid .software-section-btn {
  text-align: center;
  color: #000000;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c5d0df;
}
.areabox .card-wrapper {
  padding: 75px 64px;
  background-color: #e7eef5;
}
@media (max-width: 1440px) {
  .areabox .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .areabox .card-wrapper {
    padding: 24px 12px;
  }
}
.areabox .card-wrapper .levelwrap .software-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .levelwrap .software-section-title {
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.areabox .card-wrapper .modularbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1440px) {
  .areabox .card-wrapper .modularbox {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .areabox .card-wrapper .modularbox {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .areabox .card-wrapper .modularbox {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.areabox .card-wrapper .modularbox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #c5d0df;
  padding: 32px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .modularbox .item .item-wrapper {
    padding: 24px;
  }
}
.areabox .card-wrapper .modularbox .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
}
.areabox .card-wrapper .modularbox .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.areabox .software-section-title {
  color: #ffffff;
}
.areabox .card-number {
  color: #2c2c26;
}
.areabox .card-title {
  color: #000000;
  text-align: center;
}
.areabox .card-number {
  text-align: center;
  color: #000000;
}
.nodeband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080c24;
}
.nodeband .container,
.nodeband .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nodeband .container,
  .nodeband .container-fluid {
    padding: 0 20px;
  }
}
.nodeband a {
  display: block;
}
.nodeband a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    padding: 50px 0;
  }
}
.nodeband a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .nodeband a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nodeband .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband .copy-wrapper {
    border-right: none;
  }
}
.nodeband .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nodeband .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper {
    height: auto;
  }
}
.nodeband .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nodeband .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nodeband .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nodeband .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nodeband .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .card-wrapper {
    margin-bottom: 50px;
  }
}
.nodeband .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #e7eef5;
  border-radius: 24px;
}
.nodeband .card-wrapper .card-wrap .software-section-title {
  margin-bottom: 42px;
}
.nodeband .card-wrapper .card-wrap .cellwrap {
  margin-bottom: 42px;
}
.nodeband .copyright {
  color: #ffffff;
}
.nodeband .software-section-title {
  color: #3d4045;
}
.nodeband .cellwrap {
  color: #000000;
  text-align: center;
}
.nodeband .list {
  color: #ffffff;
}
.nodeband .software-section-btn {
  text-align: right;
}
.fieldnode .navbar-dropdown {
  position: relative !important;
}
.fieldnode .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.fieldnode .nav-link {
  position: relative;
}
.fieldnode .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .fieldnode .container {
    flex-wrap: nowrap;
  }
}
.fieldnode .nav-item:focus,
.fieldnode .nav-link:focus {
  outline: none;
}
.fieldnode .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #010014;
}
.fieldnode .navbar .trunk img {
  width: auto;
}
.fieldnode .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .fieldnode .navbar .nav-item .nav-link::before {
    display: none;
  }
  .fieldnode .navbar .trunk img {
    height: 3rem !important;
  }
  .fieldnode .navbar ul.domunit li {
    margin: auto;
  }
  .fieldnode .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .fieldnode .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .fieldnode .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.fieldnode .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.fieldnode .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.fieldnode .navbar-brand .trunk a {
  outline: none;
}
.fieldnode .navbar-expand-lg .domunit .nav-link {
  padding: 0;
}
.fieldnode ul.domunit {
  flex-wrap: wrap;
}
.fieldnode button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.fieldnode button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.fieldnode .navbar-dropdown {
  padding: 0 1rem;
}
.fieldnode a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldnode .navbar {
    height: 70px;
  }
  .fieldnode .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.treebox {
  border-bottom: 2px solid #0d1a2a;
  background-color: #e7eef5;
}
.treebox .card {
  justify-content: center;
}
.treebox .footwrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .treebox .footwrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .treebox .footwrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.treebox .footwrap .software-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .treebox .footwrap .software-section-btn {
    margin-bottom: 22px;
  }
}
.treebox .footwrap .software-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .treebox .footwrap .software-section-title {
    margin-bottom: 32px;
  }
}
.treebox .footwrap .text-wrapper .cellwrap {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .treebox .footwrap .text-wrapper .cellwrap {
    margin-bottom: 32px;
  }
}
.treebox .wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .treebox .wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .treebox .wrapper {
    padding-right: 0;
  }
}
.treebox .wrapper img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #0d1a2a;
  box-shadow: -10px 10px 0 0 #0d1a2a;
}
@media (max-width: 992px) {
  .treebox .wrapper img {
    box-shadow: -5px 5px 0 0 #0d1a2a;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .treebox .wrapper img {
    box-shadow: -5px 5px 0 0 #0d1a2a;
  }
}
.treebox .software-section-title {
  color: #ffffff;
}
.treebox .cellwrap {
  color: #ffffff;
}
.treebox .software-section-title,
.treebox .software-section-btn {
  color: #000000;
  text-align: center;
}
.treebox .cellwrap,
.treebox .text-wrapper {
  color: #000000;
  text-align: center;
}
.rowsegmentbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c5d0df;
}
.rowsegmentbox .levelwrap .software-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .rowsegmentbox .levelwrap .software-section-title {
    margin-bottom: 32px;
  }
}
.rowsegmentbox .modularbox {
  justify-content: center;
  margin: 0 -10px;
}
.rowsegmentbox .modularbox .item {
  padding: 0 10px;
}
.rowsegmentbox .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .rowsegmentbox .item {
    margin-bottom: 16px;
  }
}
.rowsegmentbox .item .item-wrapper {
  padding: 10px;
  background-color: #e7eef5;
  height: 100%;
}
.rowsegmentbox .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.rowsegmentbox .item .item-wrapper .item-img img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rowsegmentbox .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .rowsegmentbox .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.rowsegmentbox .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.rowsegmentbox .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.rowsegmentbox .software-section-title {
  color: #ffffff;
  text-align: center;
}
.rowsegmentbox .item-title {
  color: #000c3f;
}
.rowsegmentbox .item-text {
  color: #000000;
  text-align: center;
}
.rowsegmentbox .item-title,
.rowsegmentbox .software-section-btn {
  text-align: center;
  color: #000000;
}
.slotbox {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #e7eef5;
}
.slotbox .item-wrapper img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50% !important;
}
.slotbox .item-wrapper {
  background: #c5d0df;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .slotbox .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .slotbox .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.slotbox .card-title {
  color: #000000;
  text-align: center;
}
.slotbox .software-section-title {
  color: #000000;
}
.slotbox .software-section-subtitle {
  color: #000000;
}
.slotbox .card-text {
  color: #000000;
  text-align: center;
}
.slotbox .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .slotbox .item-mb {
    margin-bottom: 1rem;
  }
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c5d0df;
}
.partbox .levelwrap .software-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .partbox .levelwrap .software-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .partbox .levelwrap .software-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.partbox .modularbox {
  margin: 0 -5px;
}
.partbox .modularbox .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .partbox .modularbox .item {
    margin-bottom: 20px;
  }
}
.partbox .modularbox .item .item-wrapper {
  height: 100%;
  background-color: #e7eef5;
}
.partbox .modularbox .item .item-wrapper .item-img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .partbox .modularbox .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.partbox .modularbox .item .item-wrapper .item-content {
  padding: 20px;
}
.partbox .modularbox .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.partbox .modularbox .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .partbox .modularbox .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.partbox .modularbox .item .item-wrapper .item-content .software-section-btn {
  margin-top: 20px;
}
.partbox .modularbox .item .item-wrapper .item-content .software-section-btn .btn {
  margin-bottom: 0;
}
.partbox .software-section-title {
  color: #093388;
}
.partbox .item-title {
  color: #093388;
}
.partbox .item-text {
  color: #58595b;
}
.partbox .item-title,
.partbox .software-section-btn {
  text-align: center;
  color: #000000;
}
.partbox .item-text,
.partbox .text-wrapper {
  text-align: center;
  color: #000000;
}
.domcell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7eef5;
}
.domcell .levelwrap {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .domcell .levelwrap {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .domcell .levelwrap {
    width: 100%;
    margin-bottom: 28px;
  }
}
.domcell .levelwrap .software-section-title {
  margin-bottom: 0;
}
.domcell .levelwrap .cellwrap {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .domcell .levelwrap .cellwrap {
    margin-top: 18px;
  }
}
.domcell .modularbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.domcell .modularbox .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .domcell .modularbox .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .domcell .modularbox .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.domcell .modularbox .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #c5d0df;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .domcell .modularbox .item .item-wrapper {
    padding: 18px;
  }
}
.domcell .modularbox .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.domcell .modularbox .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.domcell .modularbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.domcell .modularbox .item .item-wrapper .software-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}
.domcell .modularbox .item .item-wrapper .software-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.domcell .software-section-title {
  color: #1a0b54;
  text-align: center;
}
.domcell .software-section-subtitle {
  color: #1a0b54;
  text-align: center;
}
.domcell .cellwrap {
  color: #a997ce;
  text-align: center;
}
.domcell .item-title {
  color: #000000;
  text-align: center;
}
.domcell .item-text {
  color: #000000;
  text-align: center;
}
.nodeband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080c24;
}
.nodeband .container,
.nodeband .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nodeband .container,
  .nodeband .container-fluid {
    padding: 0 20px;
  }
}
.nodeband a {
  display: block;
}
.nodeband a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    padding: 50px 0;
  }
}
.nodeband a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .nodeband a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nodeband .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband .copy-wrapper {
    border-right: none;
  }
}
.nodeband .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nodeband .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper {
    height: auto;
  }
}
.nodeband .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nodeband .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nodeband .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nodeband .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nodeband .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .card-wrapper {
    margin-bottom: 50px;
  }
}
.nodeband .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #e7eef5;
  border-radius: 24px;
}
.nodeband .card-wrapper .card-wrap .software-section-title {
  margin-bottom: 42px;
}
.nodeband .card-wrapper .card-wrap .cellwrap {
  margin-bottom: 42px;
}
.nodeband .copyright {
  color: #ffffff;
}
.nodeband .software-section-title {
  color: #3d4045;
}
.nodeband .cellwrap {
  color: #000000;
  text-align: center;
}
.nodeband .list {
  color: #ffffff;
}
.nodeband .software-section-btn {
  text-align: right;
}
.fieldnode .navbar-dropdown {
  position: relative !important;
}
.fieldnode .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.fieldnode .nav-link {
  position: relative;
}
.fieldnode .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .fieldnode .container {
    flex-wrap: nowrap;
  }
}
.fieldnode .nav-item:focus,
.fieldnode .nav-link:focus {
  outline: none;
}
.fieldnode .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #010014;
}
.fieldnode .navbar .trunk img {
  width: auto;
}
.fieldnode .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .fieldnode .navbar .nav-item .nav-link::before {
    display: none;
  }
  .fieldnode .navbar .trunk img {
    height: 3rem !important;
  }
  .fieldnode .navbar ul.domunit li {
    margin: auto;
  }
  .fieldnode .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .fieldnode .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .fieldnode .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.fieldnode .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.fieldnode .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.fieldnode .navbar-brand .trunk a {
  outline: none;
}
.fieldnode .navbar-expand-lg .domunit .nav-link {
  padding: 0;
}
.fieldnode ul.domunit {
  flex-wrap: wrap;
}
.fieldnode button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.fieldnode button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.fieldnode .navbar-dropdown {
  padding: 0 1rem;
}
.fieldnode a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldnode .navbar {
    height: 70px;
  }
  .fieldnode .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partwrapbox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c5d0df;
}
.partwrapbox .software-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .partwrapbox .software-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .partwrapbox .text-wrapper {
    padding: 0 3rem;
  }
}
.partwrapbox img {
  border-radius: 3rem;
}
.partwrapbox .cellwrap,
.partwrapbox .software-section-btn {
  color: #000000;
  text-align: center;
}
.nodeband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080c24;
}
.nodeband .container,
.nodeband .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nodeband .container,
  .nodeband .container-fluid {
    padding: 0 20px;
  }
}
.nodeband a {
  display: block;
}
.nodeband a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    padding: 50px 0;
  }
}
.nodeband a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .nodeband a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nodeband .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband .copy-wrapper {
    border-right: none;
  }
}
.nodeband .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nodeband .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper {
    height: auto;
  }
}
.nodeband .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nodeband .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nodeband .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nodeband .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nodeband .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .card-wrapper {
    margin-bottom: 50px;
  }
}
.nodeband .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #e7eef5;
  border-radius: 24px;
}
.nodeband .card-wrapper .card-wrap .software-section-title {
  margin-bottom: 42px;
}
.nodeband .card-wrapper .card-wrap .cellwrap {
  margin-bottom: 42px;
}
.nodeband .copyright {
  color: #ffffff;
}
.nodeband .software-section-title {
  color: #3d4045;
}
.nodeband .cellwrap {
  color: #000000;
  text-align: center;
}
.nodeband .list {
  color: #ffffff;
}
.nodeband .software-section-btn {
  text-align: right;
}
.fieldnode .navbar-dropdown {
  position: relative !important;
}
.fieldnode .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.fieldnode .nav-link {
  position: relative;
}
.fieldnode .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .fieldnode .container {
    flex-wrap: nowrap;
  }
}
.fieldnode .nav-item:focus,
.fieldnode .nav-link:focus {
  outline: none;
}
.fieldnode .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #010014;
}
.fieldnode .navbar .trunk img {
  width: auto;
}
.fieldnode .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .fieldnode .navbar .nav-item .nav-link::before {
    display: none;
  }
  .fieldnode .navbar .trunk img {
    height: 3rem !important;
  }
  .fieldnode .navbar ul.domunit li {
    margin: auto;
  }
  .fieldnode .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .fieldnode .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .fieldnode .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.fieldnode .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.fieldnode .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.fieldnode .navbar-brand .trunk a {
  outline: none;
}
.fieldnode .navbar-expand-lg .domunit .nav-link {
  padding: 0;
}
.fieldnode ul.domunit {
  flex-wrap: wrap;
}
.fieldnode button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.fieldnode button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.fieldnode .navbar-dropdown {
  padding: 0 1rem;
}
.fieldnode a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldnode .navbar {
    height: 70px;
  }
  .fieldnode .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stacksegment {
  background-image: url("images/photo11.jpg");
}
.stacksegment .software-section-title {
  color: #ffffff;
  text-align: center;
}
.stacksegment .cellwrap,
.stacksegment .software-section-btn {
  color: #fafafa;
  text-align: center;
}
.boxpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c5d0df;
}
.boxpad blockquote {
  border-color: #0d1a2a;
  border-radius: 4px;
  background-color: #e7eef5;
}
.boxpad .software-section-title {
  text-align: center;
  color: #000000;
}
.boxpad .cellwrap {
  color: #000000;
  text-align: center;
}
.wrapunit {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7eef5;
}
.wrapunit .row {
  align-items: center;
}
@media (max-width: 991px) {
  .wrapunit .row {
    flex-direction: column-reverse;
  }
  .wrapunit .wrapper {
    margin-bottom: 2rem;
  }
  .wrapunit .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .wrapunit .card-wrapper {
    padding-right: 2rem;
  }
}
.wrapunit .wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapunit .card-title {
  text-align: center;
  color: #000000;
}
.wrapunit .cellwrap,
.wrapunit .software-section-btn {
  text-align: center;
  color: #000000;
}
.pagebox {
  background-image: url("images/photo9.jpg");
}
.pagebox .footwrap {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .pagebox .footwrap {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .pagebox .footwrap {
    width: 100%;
  }
}
.pagebox .footwrap .software-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .pagebox .footwrap .software-section-title {
    margin-bottom: 18px;
  }
}
.pagebox .footwrap .cellwrap {
  margin-bottom: 0;
}
.pagebox .footwrap .software-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .pagebox .footwrap .software-section-btn {
    margin-top: 18px;
  }
}
.pagebox .software-section-title {
  color: #ffffff;
}
.pagebox .cellwrap {
  color: #ffffff;
  text-align: center;
}
.pagebox .software-section-title,
.pagebox .software-section-btn {
  text-align: center;
  color: #ffffff;
}
.nodeband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080c24;
}
.nodeband .container,
.nodeband .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nodeband .container,
  .nodeband .container-fluid {
    padding: 0 20px;
  }
}
.nodeband a {
  display: block;
}
.nodeband a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    padding: 50px 0;
  }
}
.nodeband a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .nodeband a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nodeband .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband .copy-wrapper {
    border-right: none;
  }
}
.nodeband .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nodeband .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper {
    height: auto;
  }
}
.nodeband .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nodeband .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nodeband .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nodeband .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nodeband .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .card-wrapper {
    margin-bottom: 50px;
  }
}
.nodeband .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #e7eef5;
  border-radius: 24px;
}
.nodeband .card-wrapper .card-wrap .software-section-title {
  margin-bottom: 42px;
}
.nodeband .card-wrapper .card-wrap .cellwrap {
  margin-bottom: 42px;
}
.nodeband .copyright {
  color: #ffffff;
}
.nodeband .software-section-title {
  color: #3d4045;
}
.nodeband .cellwrap {
  color: #000000;
  text-align: center;
}
.nodeband .list {
  color: #ffffff;
}
.nodeband .software-section-btn {
  text-align: right;
}
.fieldnode .navbar-dropdown {
  position: relative !important;
}
.fieldnode .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.fieldnode .nav-link {
  position: relative;
}
.fieldnode .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .fieldnode .container {
    flex-wrap: nowrap;
  }
}
.fieldnode .nav-item:focus,
.fieldnode .nav-link:focus {
  outline: none;
}
.fieldnode .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #010014;
}
.fieldnode .navbar .trunk img {
  width: auto;
}
.fieldnode .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .fieldnode .navbar .nav-item .nav-link::before {
    display: none;
  }
  .fieldnode .navbar .trunk img {
    height: 3rem !important;
  }
  .fieldnode .navbar ul.domunit li {
    margin: auto;
  }
  .fieldnode .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .fieldnode .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .fieldnode .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.fieldnode .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.fieldnode .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.fieldnode .navbar-brand .trunk a {
  outline: none;
}
.fieldnode .navbar-expand-lg .domunit .nav-link {
  padding: 0;
}
.fieldnode ul.domunit {
  flex-wrap: wrap;
}
.fieldnode button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.fieldnode button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.fieldnode .navbar-dropdown {
  padding: 0 1rem;
}
.fieldnode a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldnode .navbar {
    height: 70px;
  }
  .fieldnode .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.bodybox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7eef5;
}
.bodybox .stagebox {
  padding: 60px;
  background-color: #c5d0df;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .bodybox .stagebox {
    padding: 30px 20px;
    display: block;
  }
}
.bodybox .stagebox .cont-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .bodybox .stagebox .cont-wrap {
    width: 100%;
  }
}
.bodybox .stagebox .cont-wrap .levelwrap {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .bodybox .stagebox .cont-wrap .levelwrap {
    margin-bottom: 40px;
  }
}
.bodybox .stagebox .cont-wrap .levelwrap .desc-wrapper .unitcol {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.bodybox .stagebox .cont-wrap .levelwrap .software-section-title {
  margin-bottom: 0;
}
.bodybox .stagebox .cont-wrap .levelwrap .software-section-title span {
  color: #000000;
}
.bodybox .software-section-title {
  color: #404349;
}
.bodybox .unitcol {
  color: #b19a7c;
}
.bodybox .cellwrap {
  color: #000000;
  text-align: center;
}
.bodybox label {
  color: #404349;
}
.bodybox .software-section-title {
  text-align: center;
  color: #000000;
}
.nodeband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080c24;
}
.nodeband .container,
.nodeband .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nodeband .container,
  .nodeband .container-fluid {
    padding: 0 20px;
  }
}
.nodeband a {
  display: block;
}
.nodeband a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    padding: 50px 0;
  }
}
.nodeband a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .nodeband a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nodeband .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband .copy-wrapper {
    border-right: none;
  }
}
.nodeband .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nodeband .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper {
    height: auto;
  }
}
.nodeband .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nodeband .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nodeband .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nodeband .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nodeband .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .card-wrapper {
    margin-bottom: 50px;
  }
}
.nodeband .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #e7eef5;
  border-radius: 24px;
}
.nodeband .card-wrapper .card-wrap .software-section-title {
  margin-bottom: 42px;
}
.nodeband .card-wrapper .card-wrap .cellwrap {
  margin-bottom: 42px;
}
.nodeband .copyright {
  color: #ffffff;
}
.nodeband .software-section-title {
  color: #3d4045;
}
.nodeband .cellwrap {
  color: #000000;
  text-align: center;
}
.nodeband .list {
  color: #ffffff;
}
.nodeband .software-section-btn {
  text-align: right;
}
.fieldnode .navbar-dropdown {
  position: relative !important;
}
.fieldnode .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.fieldnode .nav-link {
  position: relative;
}
.fieldnode .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .fieldnode .container {
    flex-wrap: nowrap;
  }
}
.fieldnode .nav-item:focus,
.fieldnode .nav-link:focus {
  outline: none;
}
.fieldnode .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #010014;
}
.fieldnode .navbar .trunk img {
  width: auto;
}
.fieldnode .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .fieldnode .navbar .nav-item .nav-link::before {
    display: none;
  }
  .fieldnode .navbar .trunk img {
    height: 3rem !important;
  }
  .fieldnode .navbar ul.domunit li {
    margin: auto;
  }
  .fieldnode .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .fieldnode .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .fieldnode .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.fieldnode .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.fieldnode .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.fieldnode .navbar-brand .trunk a {
  outline: none;
}
.fieldnode .navbar-expand-lg .domunit .nav-link {
  padding: 0;
}
.fieldnode ul.domunit {
  flex-wrap: wrap;
}
.fieldnode button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.fieldnode button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.fieldnode button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.fieldnode .navbar-dropdown {
  padding: 0 1rem;
}
.fieldnode a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldnode .navbar {
    height: 70px;
  }
  .fieldnode .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7eef5;
}
.partlayer .card-wrapper {
  background: #c5d0df;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .partlayer .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partlayer .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .partlayer .card-wrapper {
    padding: 4rem;
  }
}
.partlayer .cellwrap,
.partlayer .software-section-btn {
  color: #000000;
  text-align: justify;
}
.partlayer .card-title,
.partlayer .card-box {
  text-align: center;
  color: #000000;
}
.nodeband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080c24;
}
.nodeband .container,
.nodeband .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nodeband .container,
  .nodeband .container-fluid {
    padding: 0 20px;
  }
}
.nodeband a {
  display: block;
}
.nodeband a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper {
    padding: 50px 0;
  }
}
.nodeband a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .nodeband a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nodeband a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nodeband .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nodeband .copy-wrapper {
    border-right: none;
  }
}
.nodeband .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nodeband .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper {
    height: auto;
  }
}
.nodeband .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nodeband .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nodeband .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodeband .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nodeband .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nodeband .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nodeband .card-wrapper {
    margin-bottom: 50px;
  }
}
.nodeband .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #e7eef5;
  border-radius: 24px;
}
.nodeband .card-wrapper .card-wrap .software-section-title {
  margin-bottom: 42px;
}
.nodeband .card-wrapper .card-wrap .cellwrap {
  margin-bottom: 42px;
}
.nodeband .copyright {
  color: #ffffff;
}
.nodeband .software-section-title {
  color: #3d4045;
}
.nodeband .cellwrap {
  color: #000000;
  text-align: center;
}
.nodeband .list {
  color: #ffffff;
}
.nodeband .software-section-btn {
  text-align: right;
}
.coverwrap .navbar-dropdown {
  position: relative !important;
}
.coverwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.coverwrap .nav-link {
  position: relative;
}
.coverwrap .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .coverwrap .container {
    flex-wrap: nowrap;
  }
}
.coverwrap .nav-item:focus,
.coverwrap .nav-link:focus {
  outline: none;
}
.coverwrap .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #010014;
}
.coverwrap .navbar .trunk img {
  width: auto;
}
.coverwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .coverwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .coverwrap .navbar .trunk img {
    height: 3rem !important;
  }
  .coverwrap .navbar ul.domunit li {
    margin: auto;
  }
  .coverwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .coverwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .coverwrap .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.coverwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.coverwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.coverwrap .navbar-brand .trunk a {
  outline: none;
}
.coverwrap .navbar-expand-lg .domunit .nav-link {
  padding: 0;
}
.coverwrap ul.domunit {
  flex-wrap: wrap;
}
.coverwrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.coverwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.coverwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.coverwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.coverwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.coverwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.coverwrap .navbar-dropdown {
  padding: 0 1rem;
}
.coverwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .coverwrap .navbar {
    height: 70px;
  }
  .coverwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7eef5;
}
.boardwrap .card-wrapper {
  background: #c5d0df;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .boardwrap .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .boardwrap .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .boardwrap .card-wrapper {
    padding: 4rem;
  }
}
.boardwrap .cellwrap,
.boardwrap .software-section-btn {
  color: #000000;
  text-align: justify;
}
.boardwrap .card-title,
.boardwrap .card-box {
  text-align: center;
  color: #000000;
}
.inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080c24;
}
.inner .container,
.inner .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .inner .container,
  .inner .container-fluid {
    padding: 0 20px;
  }
}
.inner a {
  display: block;
}
.inner a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .inner a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .inner a .logo-wrapper {
    padding: 50px 0;
  }
}
.inner a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .inner a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .inner a .logo-wrapper img {
    margin: 0 auto;
  }
}
.inner .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .inner .copy-wrapper {
    border-right: none;
  }
}
.inner .copy-wrapper .copyright {
  margin-bottom: 0;
}
.inner .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .inner .list-wrapper {
    height: auto;
  }
}
.inner .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .inner .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.inner .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.inner .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .inner .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.inner .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.inner .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .inner .card-wrapper {
    margin-bottom: 50px;
  }
}
.inner .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #e7eef5;
  border-radius: 24px;
}
.inner .card-wrapper .card-wrap .software-section-title {
  margin-bottom: 42px;
}
.inner .card-wrapper .card-wrap .cellwrap {
  margin-bottom: 42px;
}
.inner .copyright {
  color: #ffffff;
}
.inner .software-section-title {
  color: #3d4045;
}
.inner .cellwrap {
  color: #000000;
  text-align: center;
}
.inner .list {
  color: #ffffff;
}
.inner .software-section-btn {
  text-align: right;
}
.pack .navbar-dropdown {
  position: relative !important;
}
.pack .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.pack .nav-link {
  position: relative;
}
.pack .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .pack .container {
    flex-wrap: nowrap;
  }
}
.pack .nav-item:focus,
.pack .nav-link:focus {
  outline: none;
}
.pack .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #010014;
}
.pack .navbar .trunk img {
  width: auto;
}
.pack .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .pack .navbar .nav-item .nav-link::before {
    display: none;
  }
  .pack .navbar .trunk img {
    height: 3rem !important;
  }
  .pack .navbar ul.domunit li {
    margin: auto;
  }
  .pack .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .pack .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .pack .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.pack .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.pack .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.pack .navbar-brand .trunk a {
  outline: none;
}
.pack .navbar-expand-lg .domunit .nav-link {
  padding: 0;
}
.pack ul.domunit {
  flex-wrap: wrap;
}
.pack button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.pack button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.pack button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.pack button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.pack button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.pack button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.pack .navbar-dropdown {
  padding: 0 1rem;
}
.pack a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pack .navbar {
    height: 70px;
  }
  .pack .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7eef5;
}
.stack .card-wrapper {
  background: #c5d0df;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .stack .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .stack .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .stack .card-wrapper {
    padding: 4rem;
  }
}
.stack .cellwrap,
.stack .software-section-btn {
  color: #000000;
  text-align: justify;
}
.stack .card-title,
.stack .card-box {
  text-align: center;
  color: #000000;
}
.contentwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080c24;
}
.contentwrap .container,
.contentwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .contentwrap .container,
  .contentwrap .container-fluid {
    padding: 0 20px;
  }
}
.contentwrap a {
  display: block;
}
.contentwrap a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .contentwrap a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .contentwrap a .logo-wrapper {
    padding: 50px 0;
  }
}
.contentwrap a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .contentwrap a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .contentwrap a .logo-wrapper img {
    margin: 0 auto;
  }
}
.contentwrap .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .contentwrap .copy-wrapper {
    border-right: none;
  }
}
.contentwrap .copy-wrapper .copyright {
  margin-bottom: 0;
}
.contentwrap .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .contentwrap .list-wrapper {
    height: auto;
  }
}
.contentwrap .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .contentwrap .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.contentwrap .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.contentwrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .contentwrap .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.contentwrap .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.contentwrap .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .contentwrap .card-wrapper {
    margin-bottom: 50px;
  }
}
.contentwrap .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #e7eef5;
  border-radius: 24px;
}
.contentwrap .card-wrapper .card-wrap .software-section-title {
  margin-bottom: 42px;
}
.contentwrap .card-wrapper .card-wrap .cellwrap {
  margin-bottom: 42px;
}
.contentwrap .copyright {
  color: #ffffff;
}
.contentwrap .software-section-title {
  color: #3d4045;
}
.contentwrap .cellwrap {
  color: #000000;
  text-align: center;
}
.contentwrap .list {
  color: #ffffff;
}
.contentwrap .software-section-btn {
  text-align: right;
}
.traceunit .navbar-dropdown {
  position: relative !important;
}
.traceunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.traceunit .nav-link {
  position: relative;
}
.traceunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .traceunit .container {
    flex-wrap: nowrap;
  }
}
.traceunit .nav-item:focus,
.traceunit .nav-link:focus {
  outline: none;
}
.traceunit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #010014;
}
.traceunit .navbar .trunk img {
  width: auto;
}
.traceunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .traceunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .traceunit .navbar .trunk img {
    height: 3rem !important;
  }
  .traceunit .navbar ul.domunit li {
    margin: auto;
  }
  .traceunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .traceunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .traceunit .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.traceunit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.traceunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.traceunit .navbar-brand .trunk a {
  outline: none;
}
.traceunit .navbar-expand-lg .domunit .nav-link {
  padding: 0;
}
.traceunit ul.domunit {
  flex-wrap: wrap;
}
.traceunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.traceunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.traceunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.traceunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.traceunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.traceunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.traceunit .navbar-dropdown {
  padding: 0 1rem;
}
.traceunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .traceunit .navbar {
    height: 70px;
  }
  .traceunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.pathunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7eef5;
}
.pathunit .card-wrapper {
  background: #c5d0df;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .pathunit .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pathunit .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .pathunit .card-wrapper {
    padding: 4rem;
  }
}
.pathunit .cellwrap,
.pathunit .software-section-btn {
  color: #000000;
  text-align: justify;
}
.pathunit .card-title,
.pathunit .card-box {
  text-align: center;
  color: #000000;
}
.patch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080c24;
}
.patch .container,
.patch .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .patch .container,
  .patch .container-fluid {
    padding: 0 20px;
  }
}
.patch a {
  display: block;
}
.patch a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .patch a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .patch a .logo-wrapper {
    padding: 50px 0;
  }
}
.patch a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .patch a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .patch a .logo-wrapper img {
    margin: 0 auto;
  }
}
.patch .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .patch .copy-wrapper {
    border-right: none;
  }
}
.patch .copy-wrapper .copyright {
  margin-bottom: 0;
}
.patch .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .patch .list-wrapper {
    height: auto;
  }
}
.patch .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .patch .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.patch .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.patch .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .patch .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.patch .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.patch .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .patch .card-wrapper {
    margin-bottom: 50px;
  }
}
.patch .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #e7eef5;
  border-radius: 24px;
}
.patch .card-wrapper .card-wrap .software-section-title {
  margin-bottom: 42px;
}
.patch .card-wrapper .card-wrap .cellwrap {
  margin-bottom: 42px;
}
.patch .copyright {
  color: #ffffff;
}
.patch .software-section-title {
  color: #3d4045;
}
.patch .cellwrap {
  color: #000000;
  text-align: center;
}
.patch .list {
  color: #ffffff;
}
.patch .software-section-btn {
  text-align: right;
}


/* 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);
  }
}

.nodebox {
  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;
}

.nodebox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: flipIn 0.8s ease-out forwards;
}

.nodebox p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.nodebox 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) {
  .nodebox {
    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;
  }

  .nodebox.show {
    animation: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  #cookieBanner button,
  .nodebox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .nodebox {
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    padding: 10px;
  }

  #cookieBanner button,
  .nodebox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 60px 0;
  background: transparent;
}
.ttc-form .footwrap {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ttc-form #customForm {
  width: 100%;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.ttc-form #customForm .form-group {
  margin-bottom: 24px;
}
.ttc-form #customForm .form-group .form-control,
.ttc-form #customForm .form-group input.form-control,
.ttc-form #customForm .form-group textarea.form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  color: #222 !important;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ttc-form #customForm textarea.form-control {
  min-height: 160px !important;
  resize: vertical !important;
  border-radius: 0 !important;
}
.ttc-form #customForm .form-control:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #3b6cff !important;
  box-shadow: 0 0 0 3px rgba(59,108,255,.2) !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm ::placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  background: #3b6cff;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .1s ease;
}
.ttc-form #customForm .btn:hover {
  background: #2f58e6;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  font-size: 12px;
  color: #666;
}
.ttc-form #customForm a {
  color: #c47b22;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm [data-for="captcha"],
.ttc-form #customForm [data-for^="consent_"] {
  margin-bottom: 20px;
}

.ttc-form #customForm .unitgrid,
.ttc-form #customForm .form {
  width: 100%;
  border: 1px solid #c7c9ce !important;
  background: #f2f3f5 !important;
  padding: 14px 16px !important;
  border-radius: 0 !important;
  text-align: left;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
}

.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for^="consent_"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e2e2e;
  cursor: pointer;
  margin: 0;
  flex-wrap: wrap;
}

.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for^="consent_"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #3b6cff;
}

.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,.4) !important;
  background: rgba(255,255,255,.3) !important;
  color: #1b1b1b !important;
  backdrop-filter: blur(8px);
}

@media (min-width: 992px) {
  .ttc-form {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 40px 16px;
  }
  .ttc-form .footwrap {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-group .form-control {
    font-size: 15px;
    padding: 12px 14px !important;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}
@media (max-width: 420px) {
  .ttc-form .footwrap {
    padding: 20px 15px;
  }
}
/* cssform-end */

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/warm1.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, #004488, #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);
}
.nodebox.show {
  visibility: visible;
  opacity: 1;
}
