@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-info-rgb: 13, 202, 240;
  --bs-danger-rgb: 220, 53, 69;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* 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;
}

summary {
  display: list-item;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.pack {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .pack {
    font-size: 5rem;
  }
}

.coverunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .coverunit {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.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, .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, .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);
}

.tileunit {
  --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;
}
.tileunit .nav-link.active, .tileunit .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 .tileunit {
    flex-direction: row;
  }
  .navbar-expand-lg .tileunit .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);
}

.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);
}

.unitsegment {
  --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);
}

.tilepad {
  --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;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .board {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .board img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.weight-section-title {
  font-style: normal;
  line-height: 1.3;
}

.topwrap {
  font-style: normal;
  line-height: 1.7;
}


h2,
h3,
h4,
.pack,
.coverunit,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .media {
    width: auto;
  }
}
/*! Buttons */
.weight-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 .weight-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

.trackbox {
  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 .board 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 .tileunit.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;
}

.media {
  display: -webkit-flex;
}

.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 .weight-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;
}

ul {
  margin-bottom: 2.3125rem;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'alignment2';
  font-display: swap;
  src:  url('fonts/collaboration2.eot');
  src:  url('fonts/collaboration2.eot') format('embedded-opentype'),
    url('fonts/collaboration2.woff2') format('woff2'),
    url('fonts/collaboration2.woff') format('woff'),
    url('fonts/collaboration2.ttf') format('truetype'),
    url('fonts/collaboration2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.btn {
  border-width: 2px;
}
body {
  font-family: Rethink Sans;
}
.pack {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}
.coverunit {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.286;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .pack {
    font-size: 2.64rem;
  }
}
@media (max-width: 768px) {
  .pack {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .coverunit {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-primary {
  background: linear-gradient(90deg, #00e5ff, #00e5ff 65%, #66efff) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00e5ff !important;
  border-color: #00e5ff !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #33eaff !important;
  border-color: #33eaff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #33eaff !important;
  border-color: #33eaff !important;
}
.text-primary {
  color: #00e5ff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #008999 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.unitsegment {
  background-color: #70c770;
}
.tilepad {
  background-color: #000000;
}
a,
a:hover {
  color: #00e5ff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.286;
  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: #00e5ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.286;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.weight-section-btn .btn,
.weight-section-btn-main .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  padding: 16px 32px;
}
.weight-section-btn .btn:hover,
.weight-section-btn-main .btn:hover,
.weight-section-btn .btn:focus,
.weight-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.weight-section-btn .btn-primary,
.weight-section-btn-main .btn-primary {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper,
.item-wrap {
  border-radius: 0 !important;
}
.form-control {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.floatunit {
  background-color: transparent;
}
.floatunit .navbar-dropdown {
  background-color: #0b0f1a !important;
  padding: 0;
}
.floatunit .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .floatunit .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .floatunit .menu_box .navbar-collapse {
    background-color: #0b0f1a !important;
    transition: all 0s ease 0s;
  }
}
.floatunit .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .floatunit .weight-section-btn-main {
    margin-top: 1rem;
  }
}
.floatunit .weight-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.floatunit .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.floatunit .btn:hover {
  box-shadow: none;
}
.floatunit .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .floatunit .nav-item {
    margin: 0 !important;
  }
}
.floatunit .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .floatunit .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.floatunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #00e5ff;
  transition: all 0.3s ease-out;
}
.floatunit .nav-item .nav-link:hover,
.floatunit .nav-item .nav-link:focus {
  background-color: #0b0f1a;
  color: #00e5ff !important;
}
.floatunit .nav-item .nav-link:hover::before,
.floatunit .nav-item .nav-link:focus::before {
  width: 80%;
}
.floatunit .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.floatunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .floatunit .tileunit {
    margin: 0;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .floatunit .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.floatunit .navbar .board img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.floatunit .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .floatunit .navbar .nav-item {
    padding: .5rem 0;
  }
  .floatunit .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .board img {
    height: 3rem !important;
  }
  .floatunit .navbar ul.tileunit {
    overflow: hidden;
  }
  .floatunit .navbar ul.tileunit li {
    margin: 0;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .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;
}
.floatunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.floatunit .navbar-brand .board a {
  outline: none;
}
.floatunit .navbar-expand-lg .tileunit .nav-link {
  padding: 6px 16px !important;
}
.floatunit ul.tileunit {
  flex-wrap: wrap;
  padding: 0;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0f1a;
  background: #0b0f1a;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.floatunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 70px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.floatunit .navbar-dropdown .board {
  margin-right: 10px;
}
.floatunit .navbar-caption:hover {
  color: #00e5ff;
}
@media (min-width: 992px) {
  .floatunit .tileunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.floatunit .navbar-caption {
  color: #ffffff;
}

.floatunit .weight-section-btn {
  text-align: center;
}
.floatunit a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.footbox {
  position: relative;
  padding: 4px 0;
  background-color: #111827;
}
.footbox .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.footbox .cont-wrapper .rowunit {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footbox .cont-wrapper .rowunit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f2937;
  opacity: 0.8;
  pointer-events: none;
}
.footbox .cont-wrapper .rowunit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footbox .cont-wrapper {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.footbox .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 32px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .footbox .card-wrapper {
    padding: 80px 24px;
  }
}
.footbox .card-wrapper .floatbox {
  margin-bottom: 24px;
  pointer-events: visible;
}
.footbox .card-wrapper .weight-section-title {
  margin-bottom: 24px;
  pointer-events: visible;
}
.footbox .card-wrapper .text-wrapper .topwrap {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .footbox .card-wrapper .text-wrapper .topwrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .footbox .card-wrapper .text-wrapper .topwrap {
    width: 100%;
  }
}
.footbox .card-wrapper .weight-section-btn {
  pointer-events: visible;
}
.footbox .card-wrapper .weight-section-btn .btn {
  margin-bottom: 0;
}
.footbox .floatbox {
  color: #ffffff;
  text-align: center;
}
.footbox .weight-section-title {
  color: #ffb3c1;
}
.footbox .topwrap,
.footbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.footbox .weight-section-title,
.footbox .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.blocklayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2238;
}
.blocklayer .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .blocklayer .card {
    margin-bottom: 40px;
  }
}
.blocklayer .sectionwrap .floatbox {
  margin-bottom: 20px;
}
.blocklayer .sectionwrap .weight-section-title {
  margin-bottom: 20px;
}
.blocklayer .weight-section-btn .btn {
  margin-bottom: 0;
}
.blocklayer .text-wrapper .topwrap {
  margin-bottom: 0;
}
.blocklayer .floatbox {
  color: #ffffff;
  text-align: center;
}
.blocklayer .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.blocklayer .topwrap {
  color: #ffffff;
  text-align: center;
}
.view {
  background-color: #111827;
}
.view .partlayer {
  padding: 10px;
  border-top: 10px solid #00e5ff;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #1f2937;
}
.view .partlayer .flexbox {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .view .partlayer .flexbox {
    padding: 10px 10px 30px;
  }
}
.view .partlayer .flexbox .weight-section-title {
  margin-bottom: 20px;
}
.view .partlayer .flexbox .text-wrapper .topwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .view .partlayer .flexbox .text-wrapper .topwrap {
    width: 100%;
  }
}
.view .modsegment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .view .modsegment {
    grid-template-columns: 1fr;
  }
}
.view .modsegment .rowunit img {
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .view .modsegment .rowunit img {
    height: 300px;
  }
}
.view .weight-section-title {
  color: #000c3f;
}
.view .topwrap {
  color: #000c3f;
}
.view .weight-section-title,
.view .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.view .topwrap,
.view .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.target {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2238;
}
.target .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .target .card {
    margin-bottom: 40px;
  }
}
.target .sectionwrap .floatbox {
  margin-bottom: 20px;
}
.target .sectionwrap .weight-section-title {
  margin-bottom: 20px;
}
.target .weight-section-btn .btn {
  margin-bottom: 0;
}
.target .text-wrapper .topwrap {
  margin-bottom: 0;
}
.target .floatbox {
  color: #ffffff;
  text-align: center;
}
.target .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.target .topwrap {
  color: #ffffff;
  text-align: center;
}
.footwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111827;
}
.footwrap .row {
  justify-content: center;
}
.footwrap .modsegment img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .footwrap .modsegment img {
    height: 300px;
  }
}
.footwrap .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .footwrap .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .footwrap .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.footwrap .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.footwrap .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f2937;
  opacity: .5;
  pointer-events: none;
}
.footwrap .card-wrapper .weight-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .footwrap .card-wrapper .weight-section-title {
    margin-bottom: 24px;
  }
}
.footwrap .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.footwrap .card-wrapper .text-wrapper .topwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .footwrap .card-wrapper .text-wrapper .topwrap {
    width: 100%;
  }
}
.footwrap .card-wrapper .weight-section-btn {
  position: relative;
  z-index: 1;
}
.footwrap .card-wrapper .weight-section-btn .btn {
  margin-bottom: 0;
}
.footwrap .weight-section-title {
  color: #2c2c26;
}
.footwrap .topwrap,
.footwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.footwrap .weight-section-title,
.footwrap .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.formpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2238;
}
.formpad .sectionwrap {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1440px) {
  .formpad .sectionwrap {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .formpad .sectionwrap {
    width: 100%;
    margin: 0 0 32px;
  }
}
.formpad .sectionwrap .floatbox {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.formpad .sectionwrap .weight-section-title {
  margin-bottom: 24px;
}
.formpad .sectionwrap .text-wrapper .topwrap {
  margin-bottom: 0;
}
.formpad .item {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .formpad .item {
    margin-bottom: 20px;
  }
}
.formpad .item::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, #00e5ff, #00e5ff 50%, #00e5ff);
  box-shadow: 0 0.5px 0.0625rem 0 #00e5ff;
}
@media (max-width: 992px) {
  .formpad .item::before {
    display: none;
  }
}
.formpad .item:nth-child(3n)::before {
  display: none;
}
.formpad .item .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .formpad .item .item-wrapper {
    padding: 0;
  }
}
.formpad .item .item-wrapper .item-text {
  margin-bottom: 0;
  width: 100%;
}
.formpad .floatbox {
  color: #49496d;
  text-align: center;
}
.formpad .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.formpad .topwrap,
.formpad .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.formpad .item-text {
  color: #ffffff;
  text-align: center;
}
.nestbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f1a;
}
.nestbox .container,
.nestbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nestbox .container,
  .nestbox .container-fluid {
    padding: 0 20px;
  }
}
.nestbox a {
  display: block;
}
.nestbox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #00e5ff;
  border-bottom: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    padding: 50px 0;
  }
}
.nestbox 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) {
  .nestbox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nestbox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-right: none;
  }
}
.nestbox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nestbox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper {
    height: auto;
  }
}
.nestbox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nestbox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nestbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nestbox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nestbox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .card-wrapper {
    margin-bottom: 50px;
  }
}
.nestbox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #00e5ff;
  border-radius: 24px;
}
.nestbox .card-wrapper .card-wrap .weight-section-title {
  margin-bottom: 42px;
}
.nestbox .card-wrapper .card-wrap .topwrap {
  margin-bottom: 42px;
}
.nestbox .copyright {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-title {
  color: #3d4045;
}
.nestbox .topwrap {
  color: #000000;
  text-align: center;
}
.nestbox .list {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-btn {
  text-align: right;
}
.nestbox .weight-section-title,
.nestbox .weight-section-btn {
  text-align: center;
  color: #000000;
}
.floatunit {
  background-color: transparent;
}
.floatunit .navbar-dropdown {
  background-color: #0b0f1a !important;
  padding: 0;
}
.floatunit .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .floatunit .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .floatunit .menu_box .navbar-collapse {
    background-color: #0b0f1a !important;
    transition: all 0s ease 0s;
  }
}
.floatunit .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .floatunit .weight-section-btn-main {
    margin-top: 1rem;
  }
}
.floatunit .weight-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.floatunit .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.floatunit .btn:hover {
  box-shadow: none;
}
.floatunit .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .floatunit .nav-item {
    margin: 0 !important;
  }
}
.floatunit .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .floatunit .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.floatunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #00e5ff;
  transition: all 0.3s ease-out;
}
.floatunit .nav-item .nav-link:hover,
.floatunit .nav-item .nav-link:focus {
  background-color: #0b0f1a;
  color: #00e5ff !important;
}
.floatunit .nav-item .nav-link:hover::before,
.floatunit .nav-item .nav-link:focus::before {
  width: 80%;
}
.floatunit .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.floatunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .floatunit .tileunit {
    margin: 0;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .floatunit .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.floatunit .navbar .board img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.floatunit .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .floatunit .navbar .nav-item {
    padding: .5rem 0;
  }
  .floatunit .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .board img {
    height: 3rem !important;
  }
  .floatunit .navbar ul.tileunit {
    overflow: hidden;
  }
  .floatunit .navbar ul.tileunit li {
    margin: 0;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .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;
}
.floatunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.floatunit .navbar-brand .board a {
  outline: none;
}
.floatunit .navbar-expand-lg .tileunit .nav-link {
  padding: 6px 16px !important;
}
.floatunit ul.tileunit {
  flex-wrap: wrap;
  padding: 0;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0f1a;
  background: #0b0f1a;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.floatunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 70px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.floatunit .navbar-dropdown .board {
  margin-right: 10px;
}
.floatunit .navbar-caption:hover {
  color: #00e5ff;
}
@media (min-width: 992px) {
  .floatunit .tileunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.floatunit .navbar-caption {
  color: #ffffff;
}

.floatunit .weight-section-btn {
  text-align: center;
}
.floatunit a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.pathbox {
  background-color: #111827;
}
.pathbox .card {
  justify-content: center;
}
.pathbox .partlayer .floatbox {
  margin-bottom: 15px;
}
.pathbox .partlayer .weight-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .pathbox .partlayer .weight-section-title {
    margin-bottom: 30px;
  }
}
.pathbox .partlayer .text-wrapper .topwrap {
  margin-bottom: 30px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .pathbox .partlayer .text-wrapper .topwrap {
    width: 100%;
    margin-bottom: 15px;
  }
}
.pathbox .modsegment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 65px;
  height: 615px;
  margin-left: 100px;
  margin-left: 0;
  margin-right: 100px;
}
@media (max-width: 1440px) {
  .pathbox .modsegment {
    padding: 40px 20px;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .pathbox .modsegment {
    height: 400px;
    padding: 30px 15px;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 1440px) {
  .pathbox .modsegment {
    margin-left: 0;
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .pathbox .modsegment {
    margin-right: 0;
  }
}
.pathbox .modsegment .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pathbox .modsegment .rowunit {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 65px;
  background-color: #e2fa0e;
}
@media (max-width: 1440px) {
  .pathbox .modsegment .rowunit {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  .pathbox .modsegment .rowunit {
    padding: 30px 15px;
  }
}
.pathbox .modsegment .rowunit img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pathbox .floatbox {
  color: #ffffff;
}
.pathbox .weight-section-title {
  color: #ffffff;
}
.pathbox .topwrap {
  color: #ffffff;
}
.pathbox .weight-section-title,
.pathbox .weight-section-btn {
  text-align: center;
}
.pathbox .topwrap,
.pathbox .text-wrapper {
  text-align: center;
}
.partgrid {
  background-color: #1a2238;
}
.partgrid .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .partgrid .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .partgrid .container {
    padding: 0 26px;
  }
}
.partgrid .row {
  justify-content: center;
}
.partgrid .partlayer {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #273449;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .partgrid .partlayer {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .partgrid .partlayer {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .partgrid .partlayer {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .partgrid .partlayer {
    padding: 100px 20px;
    display: block;
  }
}
.partgrid .partlayer .sectionwrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .partgrid .partlayer .sectionwrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .partgrid .partlayer .sectionwrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.partgrid .partlayer .sectionwrap .weight-section-title {
  margin-bottom: 30px;
}
.partgrid .partlayer .sectionwrap .blockrow {
  margin-bottom: 0;
}
.partgrid .partlayer .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .partgrid .partlayer .text-wrapper {
    width: 100%;
  }
}
.partgrid .partlayer .text-wrapper .topwrap {
  margin-bottom: 20px;
}
.partgrid .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.partgrid .blockrow {
  color: #ffffff;
  text-align: center;
}
.partgrid .topwrap {
  color: #ffffff;
  text-align: center;
}
.fold {
  background-color: #111827;
}
.fold .card {
  justify-content: center;
}
.fold .modsegment {
  padding-right: 70px;
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .fold .modsegment {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .fold .modsegment {
    padding-left: 0;
  }
}
.fold .modsegment img {
  height: 650px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .fold .modsegment img {
    height: 350px;
  }
}
.fold .partlayer .weight-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .fold .partlayer .weight-section-title {
    margin-bottom: 20px;
  }
}
.fold .partlayer .text-wrapper .topwrap {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .fold .partlayer .text-wrapper .topwrap {
    width: 100%;
  }
}
.fold .weight-section-title {
  color: #000000;
}
.fold .topwrap,
.fold .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.fold .weight-section-title,
.fold .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.tilebox {
  background-color: #1a2238;
}
.tilebox .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .tilebox .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .tilebox .container {
    padding: 0 26px;
  }
}
.tilebox .row {
  justify-content: center;
}
.tilebox .partlayer {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #273449;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .tilebox .partlayer {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .tilebox .partlayer {
    padding: 100px 20px;
    display: block;
  }
}
.tilebox .partlayer .sectionwrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .tilebox .partlayer .sectionwrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.tilebox .partlayer .sectionwrap .weight-section-title {
  margin-bottom: 30px;
}
.tilebox .partlayer .sectionwrap .blockrow {
  margin-bottom: 0;
}
.tilebox .partlayer .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .tilebox .partlayer .text-wrapper {
    width: 100%;
  }
}
.tilebox .partlayer .text-wrapper .topwrap {
  margin-bottom: 20px;
}
.tilebox .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.tilebox .blockrow {
  color: #ffffff;
  text-align: center;
}
.tilebox .topwrap {
  color: #ffffff;
  text-align: center;
}
.nestbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f1a;
}
.nestbox .container,
.nestbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nestbox .container,
  .nestbox .container-fluid {
    padding: 0 20px;
  }
}
.nestbox a {
  display: block;
}
.nestbox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #00e5ff;
  border-bottom: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    padding: 50px 0;
  }
}
.nestbox 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) {
  .nestbox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nestbox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-right: none;
  }
}
.nestbox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nestbox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper {
    height: auto;
  }
}
.nestbox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nestbox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nestbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nestbox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nestbox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .card-wrapper {
    margin-bottom: 50px;
  }
}
.nestbox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #00e5ff;
  border-radius: 24px;
}
.nestbox .card-wrapper .card-wrap .weight-section-title {
  margin-bottom: 42px;
}
.nestbox .card-wrapper .card-wrap .topwrap {
  margin-bottom: 42px;
}
.nestbox .copyright {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-title {
  color: #3d4045;
}
.nestbox .topwrap {
  color: #000000;
  text-align: center;
}
.nestbox .list {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-btn {
  text-align: right;
}
.nestbox .weight-section-title,
.nestbox .weight-section-btn {
  text-align: center;
  color: #000000;
}
.floatunit {
  background-color: transparent;
}
.floatunit .navbar-dropdown {
  background-color: #0b0f1a !important;
  padding: 0;
}
.floatunit .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .floatunit .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .floatunit .menu_box .navbar-collapse {
    background-color: #0b0f1a !important;
    transition: all 0s ease 0s;
  }
}
.floatunit .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .floatunit .weight-section-btn-main {
    margin-top: 1rem;
  }
}
.floatunit .weight-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.floatunit .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.floatunit .btn:hover {
  box-shadow: none;
}
.floatunit .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .floatunit .nav-item {
    margin: 0 !important;
  }
}
.floatunit .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .floatunit .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.floatunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #00e5ff;
  transition: all 0.3s ease-out;
}
.floatunit .nav-item .nav-link:hover,
.floatunit .nav-item .nav-link:focus {
  background-color: #0b0f1a;
  color: #00e5ff !important;
}
.floatunit .nav-item .nav-link:hover::before,
.floatunit .nav-item .nav-link:focus::before {
  width: 80%;
}
.floatunit .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.floatunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .floatunit .tileunit {
    margin: 0;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .floatunit .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.floatunit .navbar .board img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.floatunit .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .floatunit .navbar .nav-item {
    padding: .5rem 0;
  }
  .floatunit .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .board img {
    height: 3rem !important;
  }
  .floatunit .navbar ul.tileunit {
    overflow: hidden;
  }
  .floatunit .navbar ul.tileunit li {
    margin: 0;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .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;
}
.floatunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.floatunit .navbar-brand .board a {
  outline: none;
}
.floatunit .navbar-expand-lg .tileunit .nav-link {
  padding: 6px 16px !important;
}
.floatunit ul.tileunit {
  flex-wrap: wrap;
  padding: 0;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0f1a;
  background: #0b0f1a;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.floatunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 70px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.floatunit .navbar-dropdown .board {
  margin-right: 10px;
}
.floatunit .navbar-caption:hover {
  color: #00e5ff;
}
@media (min-width: 992px) {
  .floatunit .tileunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.floatunit .navbar-caption {
  color: #ffffff;
}

.floatunit .weight-section-btn {
  text-align: center;
}
.floatunit a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.viewsegment {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #111827;
}
.viewsegment .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .viewsegment .container-fluid {
    padding: 0 15px;
  }
}
.viewsegment .row {
  margin: 0;
}
.viewsegment .row .card {
  padding: 0;
}
.viewsegment .card-wrapper {
  padding: 140px 30px;
  background-color: #1f2937;
}
@media (max-width: 1440px) {
  .viewsegment .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .viewsegment .card-wrapper {
    padding: 15px;
  }
}
.viewsegment .card-wrapper .group .floatbox {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.viewsegment .card-wrapper .weight-section-title {
  margin-bottom: 20px;
}
.viewsegment .card-wrapper .text-wrapper .topwrap {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .viewsegment .card-wrapper .text-wrapper .topwrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.viewsegment .card-wrapper .weight-section-btn .btn {
  margin-bottom: 0;
}
.viewsegment .modsegment {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .viewsegment .modsegment {
    height: 350px;
    margin-bottom: 15px;
  }
}
.viewsegment .modsegment img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.viewsegment .floatbox {
  color: #000000;
}
.viewsegment .weight-section-title {
  color: #000000;
}
.viewsegment .topwrap,
.viewsegment .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.viewsegment .weight-section-title,
.viewsegment .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.packlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2238;
}
.packlayer .partlayer .group {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .packlayer .partlayer .group {
    margin-bottom: 20px;
  }
}
.packlayer .partlayer .group .floatbox {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.packlayer .partlayer .sectionwrap .weight-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .packlayer .partlayer .sectionwrap .weight-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.packlayer .partlayer .text-wrapper .topwrap {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .packlayer .partlayer .text-wrapper .topwrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .packlayer .partlayer .text-wrapper .topwrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.packlayer .floatbox,
.packlayer .group {
  color: #19171c;
  text-align: center;
}
.packlayer .weight-section-title {
  color: #19171c;
}
.packlayer .topwrap,
.packlayer .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.packlayer .weight-section-title,
.packlayer .sectionwrap,
.packlayer .weight-section-btn {
  text-align: center;
}
.packlayer .weight-section-title,
.packlayer .weight-section-btn,
.packlayer .sectionwrap {
  color: #ffffff;
}
.corewrap {
  overflow: hidden;
  background-color: #111827;
}
.corewrap .card-wrapper {
  display: flex;
  background-color: #1f2937;
  overflow: hidden;
}
@media (max-width: 992px) {
  .corewrap .card-wrapper {
    display: block;
  }
}
.corewrap .card-wrapper .modsegment {
  position: relative;
  width: 55%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .corewrap .card-wrapper .modsegment {
    width: 100%;
    height: 300px;
  }
}
.corewrap .card-wrapper .modsegment img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
.corewrap .card-wrapper .partlayer {
  width: 45%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .corewrap .card-wrapper .partlayer {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .corewrap .card-wrapper .partlayer {
    padding: 24px 16px 16px 16px;
    width: 100%;
  }
}
.corewrap .card-wrapper .partlayer .weight-section-title {
  margin-bottom: 16px;
}
.corewrap .card-wrapper .partlayer .topwrap {
  margin-bottom: 0;
}
.corewrap .card-wrapper .partlayer .weight-section-btn {
  margin-top: 24px;
}
.corewrap .card-wrapper .partlayer .weight-section-btn .btn {
  margin-bottom: 0;
}
.corewrap .weight-section-title {
  color: #ffffff;
}
.corewrap .topwrap,
.corewrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.corewrap .weight-section-title,
.corewrap .weight-section-btn {
  text-align: center;
}
.boxbridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2238;
}
.boxbridge .layoutcell {
  margin: 0 -32px;
  justify-content: center;
}
.boxbridge .layoutcell .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .boxbridge .sectionwrap {
    margin-bottom: 48px;
  }
}
.boxbridge .sectionwrap .weight-section-title {
  margin-bottom: 24px;
}
.boxbridge .sectionwrap .text-wrapper .topwrap {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .boxbridge .sectionwrap .text-wrapper .topwrap {
    width: 100%;
  }
}
.boxbridge .modsegment img {
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .boxbridge .modsegment img {
    height: 350px;
  }
}
.boxbridge .weight-section-title {
  color: #19171c;
}
.boxbridge .topwrap,
.boxbridge .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.boxbridge .partlayer .group {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxbridge .partlayer .group {
    margin-bottom: 20px;
  }
}
.boxbridge .partlayer .group .floatbox {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.boxbridge .partlayer .sectionwrap .weight-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxbridge .partlayer .sectionwrap .weight-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.boxbridge .partlayer .text-wrapper .topwrap {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .boxbridge .partlayer .text-wrapper .topwrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .boxbridge .partlayer .text-wrapper .topwrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.boxbridge .floatbox,
.boxbridge .group {
  color: #19171c;
  text-align: center;
}
.boxbridge .weight-section-title,
.boxbridge .sectionwrap,
.boxbridge .weight-section-btn {
  text-align: center;
}
.boxbridge .weight-section-title,
.boxbridge .weight-section-btn,
.boxbridge .sectionwrap {
  color: #ffffff;
}
.nestbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f1a;
}
.nestbox .container,
.nestbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nestbox .container,
  .nestbox .container-fluid {
    padding: 0 20px;
  }
}
.nestbox a {
  display: block;
}
.nestbox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #00e5ff;
  border-bottom: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    padding: 50px 0;
  }
}
.nestbox 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) {
  .nestbox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nestbox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-right: none;
  }
}
.nestbox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nestbox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper {
    height: auto;
  }
}
.nestbox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nestbox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nestbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nestbox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nestbox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .card-wrapper {
    margin-bottom: 50px;
  }
}
.nestbox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #00e5ff;
  border-radius: 24px;
}
.nestbox .card-wrapper .card-wrap .weight-section-title {
  margin-bottom: 42px;
}
.nestbox .card-wrapper .card-wrap .topwrap {
  margin-bottom: 42px;
}
.nestbox .copyright {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-title {
  color: #3d4045;
}
.nestbox .topwrap {
  color: #000000;
  text-align: center;
}
.nestbox .list {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-btn {
  text-align: right;
}
.nestbox .weight-section-title,
.nestbox .weight-section-btn {
  text-align: center;
  color: #000000;
}
.floatunit {
  background-color: transparent;
}
.floatunit .navbar-dropdown {
  background-color: #0b0f1a !important;
  padding: 0;
}
.floatunit .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .floatunit .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .floatunit .menu_box .navbar-collapse {
    background-color: #0b0f1a !important;
    transition: all 0s ease 0s;
  }
}
.floatunit .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .floatunit .weight-section-btn-main {
    margin-top: 1rem;
  }
}
.floatunit .weight-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.floatunit .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.floatunit .btn:hover {
  box-shadow: none;
}
.floatunit .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .floatunit .nav-item {
    margin: 0 !important;
  }
}
.floatunit .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .floatunit .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.floatunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #00e5ff;
  transition: all 0.3s ease-out;
}
.floatunit .nav-item .nav-link:hover,
.floatunit .nav-item .nav-link:focus {
  background-color: #0b0f1a;
  color: #00e5ff !important;
}
.floatunit .nav-item .nav-link:hover::before,
.floatunit .nav-item .nav-link:focus::before {
  width: 80%;
}
.floatunit .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.floatunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .floatunit .tileunit {
    margin: 0;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .floatunit .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.floatunit .navbar .board img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.floatunit .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .floatunit .navbar .nav-item {
    padding: .5rem 0;
  }
  .floatunit .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .board img {
    height: 3rem !important;
  }
  .floatunit .navbar ul.tileunit {
    overflow: hidden;
  }
  .floatunit .navbar ul.tileunit li {
    margin: 0;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .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;
}
.floatunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.floatunit .navbar-brand .board a {
  outline: none;
}
.floatunit .navbar-expand-lg .tileunit .nav-link {
  padding: 6px 16px !important;
}
.floatunit ul.tileunit {
  flex-wrap: wrap;
  padding: 0;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0f1a;
  background: #0b0f1a;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.floatunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 70px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.floatunit .navbar-dropdown .board {
  margin-right: 10px;
}
.floatunit .navbar-caption:hover {
  color: #00e5ff;
}
@media (min-width: 992px) {
  .floatunit .tileunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.floatunit .navbar-caption {
  color: #ffffff;
}

.floatunit .weight-section-btn {
  text-align: center;
}
.floatunit a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.traceunit {
  background-color: #111827;
}
.traceunit .partlayer {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .traceunit .partlayer {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .traceunit .partlayer {
    margin: 0;
    width: 100%;
  }
}
.traceunit .partlayer .sectionwrap {
  margin-bottom: 24px;
}
.traceunit .partlayer .sectionwrap .weight-section-title {
  margin-bottom: 0;
}
.traceunit .partlayer .text-wrapper .topwrap {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .traceunit .partlayer .text-wrapper .topwrap {
    width: 100%;
  }
}
.traceunit .modsegment {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
  -webkit-mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
}
.traceunit .modsegment img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .traceunit .modsegment img {
    height: 300px;
  }
}
.traceunit .weight-section-title {
  color: #808080;
}
.traceunit .topwrap,
.traceunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.traceunit .weight-section-title,
.traceunit .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.frame {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #1a2238;
}
.frame .row {
  justify-content: center;
}
.frame .card-wrapper {
  position: relative;
  padding: 80px 150px;
  background-color: #273449;
}
@media (max-width: 1600px) {
  .frame .card-wrapper {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .frame .card-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .frame .card-wrapper {
    padding: 30px 20px;
  }
}
.frame .card-wrapper .weight-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .frame .card-wrapper .weight-section-title {
    margin-bottom: 30px;
  }
}
.frame .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.frame .card-wrapper .text-wrapper .topwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .frame .card-wrapper .text-wrapper .topwrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.frame .card-wrapper .weight-section-btn {
  position: relative;
  z-index: 1;
}
.frame .weight-section-title {
  color: #000000;
}
.frame .topwrap,
.frame .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.frame .weight-section-title,
.frame .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.zonelayer {
  background-color: #111827;
}
.zonelayer .partlayer {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .zonelayer .partlayer {
    display: block;
    padding: 0;
  }
}
.zonelayer .partlayer .sectionwrap {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonelayer .partlayer .sectionwrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.zonelayer .partlayer .sectionwrap .weight-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .zonelayer .partlayer .sectionwrap .weight-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.zonelayer .partlayer .sectionwrap .topwrap {
  margin-bottom: 0;
}
.zonelayer .partlayer .sectionwrap .weight-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .zonelayer .partlayer .sectionwrap .weight-section-btn {
    margin-top: 16px;
  }
}
.zonelayer .partlayer .rowunit {
  width: 40%;
  border: 3px solid #111827;
  box-shadow: 4px 4px 0 0 #111827;
  background-color: #111827;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .zonelayer .partlayer .rowunit {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.zonelayer .partlayer .rowunit img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zonelayer .weight-section-title {
  color: #050f0f;
}
.zonelayer .topwrap {
  color: #050f0f;
}
.zonelayer .weight-section-title,
.zonelayer .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.zonelayer .topwrap,
.zonelayer .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.sectioncore {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #1a2238;
}
.sectioncore .row {
  justify-content: center;
}
.sectioncore .card-wrapper {
  position: relative;
  padding: 80px 150px;
  background-color: #273449;
}
@media (max-width: 1600px) {
  .sectioncore .card-wrapper {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .sectioncore .card-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .sectioncore .card-wrapper {
    padding: 30px 20px;
  }
}
.sectioncore .card-wrapper .weight-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sectioncore .card-wrapper .weight-section-title {
    margin-bottom: 30px;
  }
}
.sectioncore .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.sectioncore .card-wrapper .text-wrapper .topwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .sectioncore .card-wrapper .text-wrapper .topwrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sectioncore .card-wrapper .weight-section-btn {
  position: relative;
  z-index: 1;
}
.sectioncore .weight-section-title {
  color: #000000;
}
.sectioncore .topwrap,
.sectioncore .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.sectioncore .weight-section-title,
.sectioncore .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.neutralwrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #111827;
}
.neutralwrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .neutralwrap .partlayer {
    margin-bottom: 32px;
  }
}
.neutralwrap .partlayer .floatbox {
  margin-bottom: 32px;
}
.neutralwrap .partlayer .sectionwrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .neutralwrap .partlayer .sectionwrap {
    margin-bottom: 24px;
  }
}
.neutralwrap .partlayer .sectionwrap .weight-section-title {
  margin-bottom: 0;
}
.neutralwrap .partlayer .text-wrapper .topwrap {
  margin-bottom: 0;
}
.neutralwrap .partlayer .weight-section-btn {
  margin-top: 24px;
}
.neutralwrap .modsegment {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .neutralwrap .modsegment {
    padding-left: 0;
  }
}
.neutralwrap .modsegment img {
  height: 640px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .neutralwrap .modsegment img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .neutralwrap .modsegment img {
    height: 350px;
  }
}
.neutralwrap .floatbox {
  color: #a6adbf;
}
.neutralwrap .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.neutralwrap .topwrap,
.neutralwrap .text-wrapper {
  color: #666666;
}
.neutralwrap .topwrap,
.neutralwrap .text-wrapper,
.neutralwrap .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.nestbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f1a;
}
.nestbox .container,
.nestbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nestbox .container,
  .nestbox .container-fluid {
    padding: 0 20px;
  }
}
.nestbox a {
  display: block;
}
.nestbox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #00e5ff;
  border-bottom: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    padding: 50px 0;
  }
}
.nestbox 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) {
  .nestbox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nestbox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-right: none;
  }
}
.nestbox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nestbox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper {
    height: auto;
  }
}
.nestbox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nestbox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nestbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nestbox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nestbox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .card-wrapper {
    margin-bottom: 50px;
  }
}
.nestbox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #00e5ff;
  border-radius: 24px;
}
.nestbox .card-wrapper .card-wrap .weight-section-title {
  margin-bottom: 42px;
}
.nestbox .card-wrapper .card-wrap .topwrap {
  margin-bottom: 42px;
}
.nestbox .copyright {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-title {
  color: #3d4045;
}
.nestbox .topwrap {
  color: #000000;
  text-align: center;
}
.nestbox .list {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-btn {
  text-align: right;
}
.nestbox .weight-section-title,
.nestbox .weight-section-btn {
  text-align: center;
  color: #000000;
}
.floatunit {
  background-color: transparent;
}
.floatunit .navbar-dropdown {
  background-color: #0b0f1a !important;
  padding: 0;
}
.floatunit .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .floatunit .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .floatunit .menu_box .navbar-collapse {
    background-color: #0b0f1a !important;
    transition: all 0s ease 0s;
  }
}
.floatunit .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .floatunit .weight-section-btn-main {
    margin-top: 1rem;
  }
}
.floatunit .weight-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.floatunit .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.floatunit .btn:hover {
  box-shadow: none;
}
.floatunit .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .floatunit .nav-item {
    margin: 0 !important;
  }
}
.floatunit .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .floatunit .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.floatunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #00e5ff;
  transition: all 0.3s ease-out;
}
.floatunit .nav-item .nav-link:hover,
.floatunit .nav-item .nav-link:focus {
  background-color: #0b0f1a;
  color: #00e5ff !important;
}
.floatunit .nav-item .nav-link:hover::before,
.floatunit .nav-item .nav-link:focus::before {
  width: 80%;
}
.floatunit .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.floatunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .floatunit .tileunit {
    margin: 0;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .floatunit .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.floatunit .navbar .board img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.floatunit .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .floatunit .navbar .nav-item {
    padding: .5rem 0;
  }
  .floatunit .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .board img {
    height: 3rem !important;
  }
  .floatunit .navbar ul.tileunit {
    overflow: hidden;
  }
  .floatunit .navbar ul.tileunit li {
    margin: 0;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .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;
}
.floatunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.floatunit .navbar-brand .board a {
  outline: none;
}
.floatunit .navbar-expand-lg .tileunit .nav-link {
  padding: 6px 16px !important;
}
.floatunit ul.tileunit {
  flex-wrap: wrap;
  padding: 0;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0f1a;
  background: #0b0f1a;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.floatunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 70px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.floatunit .navbar-dropdown .board {
  margin-right: 10px;
}
.floatunit .navbar-caption:hover {
  color: #00e5ff;
}
@media (min-width: 992px) {
  .floatunit .tileunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.floatunit .navbar-caption {
  color: #ffffff;
}

.floatunit .weight-section-btn {
  text-align: center;
}
.floatunit a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.wrapperunit {
  background-color: #111827;
}
.wrapperunit .row {
  margin: 0 -20px;
}
.wrapperunit .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .wrapperunit .partlayer {
    margin-bottom: 40px;
  }
}
.wrapperunit .partlayer .group {
  margin-bottom: 24px;
}
.wrapperunit .partlayer .weight-section-title {
  margin-bottom: 24px;
}
.wrapperunit .partlayer .topwrap {
  margin-bottom: 0;
}
.wrapperunit .partlayer .weight-section-btn {
  margin-top: 16px;
}
.wrapperunit .partlayer .weight-section-btn .btn {
  margin-bottom: 0;
}
.wrapperunit .modsegment {
  padding: 24px;
  background-color: #1f2937;
}
@media (max-width: 992px) {
  .wrapperunit .modsegment {
    padding: 16px;
  }
}
.wrapperunit .modsegment img {
  height: 650px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .wrapperunit .modsegment img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .wrapperunit .modsegment img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .wrapperunit .modsegment img {
    height: 350px;
  }
}
.wrapperunit .weight-section-title {
  color: #ffffff;
}
.wrapperunit .floatbox {
  color: #000000;
}
.wrapperunit .topwrap {
  color: #ffffff;
  text-align: center;
}
.wrapperunit .weight-section-title,
.wrapperunit .weight-section-btn {
  text-align: center;
}
.coversegment {
  background-color: #1a2238;
  overflow: hidden;
  position: relative;
}
.coversegment .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .coversegment .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .coversegment .container {
    padding: 0 30px;
  }
}
.coversegment .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.coversegment .sectionwrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .coversegment .sectionwrap {
    margin-bottom: 40px;
  }
}
.coversegment .sectionwrap .blockrow {
  margin-bottom: 20px;
}
.coversegment .sectionwrap .weight-section-title {
  margin-bottom: 0;
}
.coversegment .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.coversegment .form-wrapper .dragArea.row .weight-section-title {
  margin-bottom: 40px !important;
}
.coversegment .form-wrapper .dragArea.row .topwrap {
  margin-bottom: 40px !important;
}
.coversegment .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.coversegment .form-wrapper .dragArea.row .form-group .form-control {
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #00e5ff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .coversegment .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.coversegment .form-wrapper .dragArea.row .form-group .form-control::-moz-placeholder {
  color: #00e5ff;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.coversegment .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #00e5ff;
  transition: all 0.3s ease-in-out;
}
.coversegment .form-wrapper .dragArea.row .form-group .form-control:hover,
.coversegment .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #273449;
}
.coversegment .form-wrapper .dragArea.row .form-group .form-control:hover::-moz-placeholder, .coversegment .form-wrapper .dragArea.row .form-group .form-control:focus::-moz-placeholder {
  opacity: .5;
}
.coversegment .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.coversegment .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.coversegment .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.coversegment .form-wrapper .dragArea.row .weight-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.coversegment .form-wrapper .dragArea.row .weight-section-btn .btn {
  margin-top: 10px;
}
.coversegment .blockrow {
  color: #c7fcb5;
  text-align: center;
}
.coversegment .weight-section-title {
  color: #ffffff;
}
.coversegment .weight-section-title,
.coversegment .weight-section-btn {
  text-align: center;
}
.corefield {
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #111827;
}
.corefield .row {
  justify-content: center;
}
.corefield .sectionwrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .corefield .sectionwrap {
    margin-bottom: 30px;
  }
}
.corefield .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .corefield .item {
    margin-bottom: 16px;
  }
}
.corefield .item .item-wrapper .viewnode {
  padding: 26px 22px;
  background-color: #1f2937;
}
.corefield .item .item-wrapper .viewnode .drawwrap {
  display: inline-flex;
  align-items: center;
}
.corefield .item .item-wrapper .viewnode .drawwrap .card-title {
  margin-bottom: 0;
}
.corefield .weight-section-title {
  color: #ffffff;
  text-align: center;
}
.corefield .card-title {
  color: #000000;
}
.corefield .card-title,
.corefield .viewnode {
  text-align: center;
  color: #ffffff;
}
.nestbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f1a;
}
.nestbox .container,
.nestbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nestbox .container,
  .nestbox .container-fluid {
    padding: 0 20px;
  }
}
.nestbox a {
  display: block;
}
.nestbox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #00e5ff;
  border-bottom: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    padding: 50px 0;
  }
}
.nestbox 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) {
  .nestbox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nestbox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-right: none;
  }
}
.nestbox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nestbox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper {
    height: auto;
  }
}
.nestbox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nestbox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nestbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nestbox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nestbox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .card-wrapper {
    margin-bottom: 50px;
  }
}
.nestbox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #00e5ff;
  border-radius: 24px;
}
.nestbox .card-wrapper .card-wrap .weight-section-title {
  margin-bottom: 42px;
}
.nestbox .card-wrapper .card-wrap .topwrap {
  margin-bottom: 42px;
}
.nestbox .copyright {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-title {
  color: #3d4045;
}
.nestbox .topwrap {
  color: #000000;
  text-align: center;
}
.nestbox .list {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-btn {
  text-align: right;
}
.nestbox .weight-section-title,
.nestbox .weight-section-btn {
  text-align: center;
  color: #000000;
}
.floatunit {
  background-color: transparent;
}
.floatunit .navbar-dropdown {
  background-color: #0b0f1a !important;
  padding: 0;
}
.floatunit .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .floatunit .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .floatunit .menu_box .navbar-collapse {
    background-color: #0b0f1a !important;
    transition: all 0s ease 0s;
  }
}
.floatunit .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .floatunit .weight-section-btn-main {
    margin-top: 1rem;
  }
}
.floatunit .weight-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.floatunit .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.floatunit .btn:hover {
  box-shadow: none;
}
.floatunit .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .floatunit .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .floatunit .nav-item {
    margin: 0 !important;
  }
}
.floatunit .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .floatunit .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.floatunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #00e5ff;
  transition: all 0.3s ease-out;
}
.floatunit .nav-item .nav-link:hover,
.floatunit .nav-item .nav-link:focus {
  background-color: #0b0f1a;
  color: #00e5ff !important;
}
.floatunit .nav-item .nav-link:hover::before,
.floatunit .nav-item .nav-link:focus::before {
  width: 80%;
}
.floatunit .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.floatunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .floatunit .tileunit {
    margin: 0;
  }
}
.floatunit .nav-item:focus,
.floatunit .nav-link:focus {
  outline: none;
}
.floatunit .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .floatunit .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.floatunit .navbar .board img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.floatunit .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .floatunit .navbar .nav-item {
    padding: .5rem 0;
  }
  .floatunit .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .floatunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .floatunit .navbar .board img {
    height: 3rem !important;
  }
  .floatunit .navbar ul.tileunit {
    overflow: hidden;
  }
  .floatunit .navbar ul.tileunit li {
    margin: 0;
  }
  .floatunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .floatunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.floatunit .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;
}
.floatunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.floatunit .navbar-brand .board a {
  outline: none;
}
.floatunit .navbar-expand-lg .tileunit .nav-link {
  padding: 6px 16px !important;
}
.floatunit ul.tileunit {
  flex-wrap: wrap;
  padding: 0;
}
.floatunit button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0f1a;
  background: #0b0f1a;
}
.floatunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.floatunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.floatunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatunit .navbar {
    height: 70px;
  }
  .floatunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.floatunit .navbar-dropdown .board {
  margin-right: 10px;
}
.floatunit .navbar-caption:hover {
  color: #00e5ff;
}
@media (min-width: 992px) {
  .floatunit .tileunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.floatunit .navbar-caption {
  color: #ffffff;
}

.floatunit .weight-section-btn {
  text-align: center;
}
.floatunit a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.docklayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111827;
}
.docklayer .row {
  justify-content: space-between;
}
.docklayer .partlayer {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .docklayer .partlayer {
    padding: 0;
  }
}
.docklayer .partlayer .weight-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .docklayer .partlayer .weight-section-title {
    margin-bottom: 20px;
  }
}
.docklayer .partlayer .topwrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .docklayer .partlayer .topwrap {
    margin-bottom: 20px;
  }
}
.docklayer .partlayer .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.docklayer .partlayer .logo-wrapper .logo-wrap .rowunit {
  margin-right: 12px;
}
.docklayer .partlayer .logo-wrapper .logo-wrap .rowunit img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.docklayer .partlayer .logo-wrapper .logo-wrap .blockrow {
  margin-bottom: 0;
}
.docklayer .weight-section-title {
  color: #000000;
}
.docklayer .blockrow {
  color: #000000;
}
.docklayer .topwrap {
  color: #ffffff;
}
.docklayer .weight-section-title,
.docklayer .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.nestbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f1a;
}
.nestbox .container,
.nestbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nestbox .container,
  .nestbox .container-fluid {
    padding: 0 20px;
  }
}
.nestbox a {
  display: block;
}
.nestbox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #00e5ff;
  border-bottom: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    padding: 50px 0;
  }
}
.nestbox 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) {
  .nestbox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nestbox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-right: none;
  }
}
.nestbox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nestbox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper {
    height: auto;
  }
}
.nestbox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nestbox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nestbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nestbox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nestbox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .card-wrapper {
    margin-bottom: 50px;
  }
}
.nestbox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #00e5ff;
  border-radius: 24px;
}
.nestbox .card-wrapper .card-wrap .weight-section-title {
  margin-bottom: 42px;
}
.nestbox .card-wrapper .card-wrap .topwrap {
  margin-bottom: 42px;
}
.nestbox .copyright {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-title {
  color: #3d4045;
}
.nestbox .topwrap {
  color: #000000;
  text-align: center;
}
.nestbox .list {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-btn {
  text-align: right;
}
.nestbox .weight-section-title,
.nestbox .weight-section-btn {
  text-align: center;
  color: #000000;
}
.shell {
  background-color: transparent;
}
.shell .navbar-dropdown {
  background-color: #0b0f1a !important;
  padding: 0;
}
.shell .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .shell .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .shell .menu_box .navbar-collapse {
    background-color: #0b0f1a !important;
    transition: all 0s ease 0s;
  }
}
.shell .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .shell .weight-section-btn-main {
    margin-top: 1rem;
  }
}
.shell .weight-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.shell .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.shell .btn:hover {
  box-shadow: none;
}
.shell .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .shell .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .shell .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .shell .nav-item {
    margin: 0 !important;
  }
}
.shell .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .shell .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.shell .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #00e5ff;
  transition: all 0.3s ease-out;
}
.shell .nav-item .nav-link:hover,
.shell .nav-item .nav-link:focus {
  background-color: #0b0f1a;
  color: #00e5ff !important;
}
.shell .nav-item .nav-link:hover::before,
.shell .nav-item .nav-link:focus::before {
  width: 80%;
}
.shell .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.shell .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .shell .tileunit {
    margin: 0;
  }
}
.shell .nav-item:focus,
.shell .nav-link:focus {
  outline: none;
}
.shell .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .shell .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.shell .navbar .board img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.shell .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .shell .navbar .nav-item {
    padding: .5rem 0;
  }
  .shell .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .shell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .shell .navbar .board img {
    height: 3rem !important;
  }
  .shell .navbar ul.tileunit {
    overflow: hidden;
  }
  .shell .navbar ul.tileunit li {
    margin: 0;
  }
  .shell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .shell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.shell .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;
}
.shell .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.shell .navbar-brand .board a {
  outline: none;
}
.shell .navbar-expand-lg .tileunit .nav-link {
  padding: 6px 16px !important;
}
.shell ul.tileunit {
  flex-wrap: wrap;
  padding: 0;
}
.shell button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0f1a;
  background: #0b0f1a;
}
.shell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.shell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.shell button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.shell button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.shell button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.shell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shell .navbar {
    height: 70px;
  }
  .shell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.shell .navbar-dropdown .board {
  margin-right: 10px;
}
.shell .navbar-caption:hover {
  color: #00e5ff;
}
@media (min-width: 992px) {
  .shell .tileunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.shell .navbar-caption {
  color: #ffffff;
}

.shell .weight-section-btn {
  text-align: center;
}
.shell a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.col {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111827;
}
.col .row {
  justify-content: space-between;
}
.col .partlayer {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .col .partlayer {
    padding: 0;
  }
}
.col .partlayer .weight-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .col .partlayer .weight-section-title {
    margin-bottom: 20px;
  }
}
.col .partlayer .topwrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .col .partlayer .topwrap {
    margin-bottom: 20px;
  }
}
.col .partlayer .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.col .partlayer .logo-wrapper .logo-wrap .rowunit {
  margin-right: 12px;
}
.col .partlayer .logo-wrapper .logo-wrap .rowunit img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.col .partlayer .logo-wrapper .logo-wrap .blockrow {
  margin-bottom: 0;
}
.col .weight-section-title {
  color: #000000;
}
.col .blockrow {
  color: #000000;
}
.col .topwrap {
  color: #ffffff;
}
.col .weight-section-title,
.col .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.nestbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f1a;
}
.nestbox .container,
.nestbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nestbox .container,
  .nestbox .container-fluid {
    padding: 0 20px;
  }
}
.nestbox a {
  display: block;
}
.nestbox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #00e5ff;
  border-bottom: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    padding: 50px 0;
  }
}
.nestbox 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) {
  .nestbox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nestbox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-right: none;
  }
}
.nestbox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nestbox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper {
    height: auto;
  }
}
.nestbox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nestbox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nestbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nestbox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nestbox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .card-wrapper {
    margin-bottom: 50px;
  }
}
.nestbox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #00e5ff;
  border-radius: 24px;
}
.nestbox .card-wrapper .card-wrap .weight-section-title {
  margin-bottom: 42px;
}
.nestbox .card-wrapper .card-wrap .topwrap {
  margin-bottom: 42px;
}
.nestbox .copyright {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-title {
  color: #3d4045;
}
.nestbox .topwrap {
  color: #000000;
  text-align: center;
}
.nestbox .list {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-btn {
  text-align: right;
}
.nestbox .weight-section-title,
.nestbox .weight-section-btn {
  text-align: center;
  color: #000000;
}
.flowbox {
  background-color: transparent;
}
.flowbox .navbar-dropdown {
  background-color: #0b0f1a !important;
  padding: 0;
}
.flowbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .flowbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .flowbox .menu_box .navbar-collapse {
    background-color: #0b0f1a !important;
    transition: all 0s ease 0s;
  }
}
.flowbox .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .flowbox .weight-section-btn-main {
    margin-top: 1rem;
  }
}
.flowbox .weight-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.flowbox .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.flowbox .btn:hover {
  box-shadow: none;
}
.flowbox .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .flowbox .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .flowbox .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .flowbox .nav-item {
    margin: 0 !important;
  }
}
.flowbox .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .flowbox .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.flowbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #00e5ff;
  transition: all 0.3s ease-out;
}
.flowbox .nav-item .nav-link:hover,
.flowbox .nav-item .nav-link:focus {
  background-color: #0b0f1a;
  color: #00e5ff !important;
}
.flowbox .nav-item .nav-link:hover::before,
.flowbox .nav-item .nav-link:focus::before {
  width: 80%;
}
.flowbox .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.flowbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .flowbox .tileunit {
    margin: 0;
  }
}
.flowbox .nav-item:focus,
.flowbox .nav-link:focus {
  outline: none;
}
.flowbox .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .flowbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.flowbox .navbar .board img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.flowbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .flowbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .flowbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .flowbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .flowbox .navbar .board img {
    height: 3rem !important;
  }
  .flowbox .navbar ul.tileunit {
    overflow: hidden;
  }
  .flowbox .navbar ul.tileunit li {
    margin: 0;
  }
  .flowbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .flowbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.flowbox .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;
}
.flowbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.flowbox .navbar-brand .board a {
  outline: none;
}
.flowbox .navbar-expand-lg .tileunit .nav-link {
  padding: 6px 16px !important;
}
.flowbox ul.tileunit {
  flex-wrap: wrap;
  padding: 0;
}
.flowbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0f1a;
  background: #0b0f1a;
}
.flowbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.flowbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.flowbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.flowbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.flowbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.flowbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flowbox .navbar {
    height: 70px;
  }
  .flowbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flowbox .navbar-dropdown .board {
  margin-right: 10px;
}
.flowbox .navbar-caption:hover {
  color: #00e5ff;
}
@media (min-width: 992px) {
  .flowbox .tileunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.flowbox .navbar-caption {
  color: #ffffff;
}

.flowbox .weight-section-btn {
  text-align: center;
}
.flowbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.stage {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111827;
}
.stage .row {
  justify-content: space-between;
}
.stage .partlayer {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .stage .partlayer {
    padding: 0;
  }
}
.stage .partlayer .weight-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .stage .partlayer .weight-section-title {
    margin-bottom: 20px;
  }
}
.stage .partlayer .topwrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .stage .partlayer .topwrap {
    margin-bottom: 20px;
  }
}
.stage .partlayer .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.stage .partlayer .logo-wrapper .logo-wrap .rowunit {
  margin-right: 12px;
}
.stage .partlayer .logo-wrapper .logo-wrap .rowunit img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.stage .partlayer .logo-wrapper .logo-wrap .blockrow {
  margin-bottom: 0;
}
.stage .weight-section-title {
  color: #000000;
}
.stage .blockrow {
  color: #000000;
}
.stage .topwrap {
  color: #ffffff;
}
.stage .weight-section-title,
.stage .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.nestbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f1a;
}
.nestbox .container,
.nestbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nestbox .container,
  .nestbox .container-fluid {
    padding: 0 20px;
  }
}
.nestbox a {
  display: block;
}
.nestbox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #00e5ff;
  border-bottom: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    padding: 50px 0;
  }
}
.nestbox 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) {
  .nestbox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nestbox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-right: none;
  }
}
.nestbox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nestbox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper {
    height: auto;
  }
}
.nestbox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nestbox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nestbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nestbox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nestbox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .card-wrapper {
    margin-bottom: 50px;
  }
}
.nestbox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #00e5ff;
  border-radius: 24px;
}
.nestbox .card-wrapper .card-wrap .weight-section-title {
  margin-bottom: 42px;
}
.nestbox .card-wrapper .card-wrap .topwrap {
  margin-bottom: 42px;
}
.nestbox .copyright {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-title {
  color: #3d4045;
}
.nestbox .topwrap {
  color: #000000;
  text-align: center;
}
.nestbox .list {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-btn {
  text-align: right;
}
.nestbox .weight-section-title,
.nestbox .weight-section-btn {
  text-align: center;
  color: #000000;
}
.stack {
  background-color: transparent;
}
.stack .navbar-dropdown {
  background-color: #0b0f1a !important;
  padding: 0;
}
.stack .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .stack .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .stack .menu_box .navbar-collapse {
    background-color: #0b0f1a !important;
    transition: all 0s ease 0s;
  }
}
.stack .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .stack .weight-section-btn-main {
    margin-top: 1rem;
  }
}
.stack .weight-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.stack .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.stack .btn:hover {
  box-shadow: none;
}
.stack .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .stack .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .stack .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .stack .nav-item {
    margin: 0 !important;
  }
}
.stack .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .stack .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.stack .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #00e5ff;
  transition: all 0.3s ease-out;
}
.stack .nav-item .nav-link:hover,
.stack .nav-item .nav-link:focus {
  background-color: #0b0f1a;
  color: #00e5ff !important;
}
.stack .nav-item .nav-link:hover::before,
.stack .nav-item .nav-link:focus::before {
  width: 80%;
}
.stack .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.stack .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .stack .tileunit {
    margin: 0;
  }
}
.stack .nav-item:focus,
.stack .nav-link:focus {
  outline: none;
}
.stack .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .stack .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.stack .navbar .board img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.stack .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .stack .navbar .nav-item {
    padding: .5rem 0;
  }
  .stack .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .stack .navbar .nav-item .nav-link::before {
    display: none;
  }
  .stack .navbar .board img {
    height: 3rem !important;
  }
  .stack .navbar ul.tileunit {
    overflow: hidden;
  }
  .stack .navbar ul.tileunit li {
    margin: 0;
  }
  .stack .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .stack .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.stack .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;
}
.stack .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.stack .navbar-brand .board a {
  outline: none;
}
.stack .navbar-expand-lg .tileunit .nav-link {
  padding: 6px 16px !important;
}
.stack ul.tileunit {
  flex-wrap: wrap;
  padding: 0;
}
.stack button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0f1a;
  background: #0b0f1a;
}
.stack button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.stack button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.stack button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.stack button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.stack button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.stack a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stack .navbar {
    height: 70px;
  }
  .stack .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stack .navbar-dropdown .board {
  margin-right: 10px;
}
.stack .navbar-caption:hover {
  color: #00e5ff;
}
@media (min-width: 992px) {
  .stack .tileunit.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.stack .navbar-caption {
  color: #ffffff;
}

.stack .weight-section-btn {
  text-align: center;
}
.stack a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.unitrow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111827;
}
.unitrow .row {
  justify-content: space-between;
}
.unitrow .partlayer {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .unitrow .partlayer {
    padding: 0;
  }
}
.unitrow .partlayer .weight-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .unitrow .partlayer .weight-section-title {
    margin-bottom: 20px;
  }
}
.unitrow .partlayer .topwrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .unitrow .partlayer .topwrap {
    margin-bottom: 20px;
  }
}
.unitrow .partlayer .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.unitrow .partlayer .logo-wrapper .logo-wrap .rowunit {
  margin-right: 12px;
}
.unitrow .partlayer .logo-wrapper .logo-wrap .rowunit img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.unitrow .partlayer .logo-wrapper .logo-wrap .blockrow {
  margin-bottom: 0;
}
.unitrow .weight-section-title {
  color: #000000;
}
.unitrow .blockrow {
  color: #000000;
}
.unitrow .topwrap {
  color: #ffffff;
}
.unitrow .weight-section-title,
.unitrow .weight-section-btn {
  text-align: center;
  color: #ffffff;
}
.nestbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f1a;
}
.nestbox .container,
.nestbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .nestbox .container,
  .nestbox .container-fluid {
    padding: 0 20px;
  }
}
.nestbox a {
  display: block;
}
.nestbox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #00e5ff;
  border-bottom: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper {
    padding: 50px 0;
  }
}
.nestbox 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) {
  .nestbox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .nestbox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.nestbox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #00e5ff;
  border-right: none;
  border-left: 1px solid #00e5ff;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .nestbox .copy-wrapper {
    border-right: none;
  }
}
.nestbox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.nestbox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper {
    height: auto;
  }
}
.nestbox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nestbox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.nestbox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestbox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.nestbox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.nestbox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .card-wrapper {
    margin-bottom: 50px;
  }
}
.nestbox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #00e5ff;
  border-radius: 24px;
}
.nestbox .card-wrapper .card-wrap .weight-section-title {
  margin-bottom: 42px;
}
.nestbox .card-wrapper .card-wrap .topwrap {
  margin-bottom: 42px;
}
.nestbox .copyright {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-title {
  color: #3d4045;
}
.nestbox .topwrap {
  color: #000000;
  text-align: center;
}
.nestbox .list {
  color: #ffffff;
  text-align: center;
}
.nestbox .weight-section-btn {
  text-align: right;
}
.nestbox .weight-section-title,
.nestbox .weight-section-btn {
  text-align: center;
  color: #000000;
}


/* Base Cookie Banner */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}

.navlayer {
  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;
}

.navlayer.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: bounceIn 0.8s ease-out forwards;
}

.navlayer p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.navlayer 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) {
  .navlayer {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) scale(0.95) !important;
  }

  .navlayer.show {
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }

  #cookieBanner button,
  .navlayer button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .navlayer {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }

  #cookieBanner button,
  .navlayer button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes glow {
    0% {
        text-shadow: 0 0 5px #fff;
    }
    50% {
        text-shadow: 0 0 20px #ff0;
    }
    100% {
        text-shadow: 0 0 5px #fff;
    }
}

.navbar-brand {
    animation: glow 2s alternate;
}
/* endlogoanimations */

/* cssform-start */

.ttc-form {
  padding: 0 !important;
  background: transparent;
}

.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  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 .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 .element,
.ttc-form #customForm .stagewrap {
  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: nowrap;
}

.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;
  padding: 14px 16px;
  background: rgba(70,200,95,.45) !important;
  border: 1px solid rgba(20,120,40,.7) !important;
  color: #0a2d12 !important;
  backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }
  .ttc-form #customForm {
    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 #customForm {
    padding: 20px 15px;
  }
}
/* cssform-end */
