@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-info-rgb: 13, 202, 240;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::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, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

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;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.layoutgrid {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .layoutgrid {
    font-size: 4.5rem;
  }
}

.fieldbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .fieldbox {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.interfacerow {
  --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;
}
.interfacerow .nav-link.active, .interfacerow .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 .interfacerow {
    flex-direction: row;
  }
  .navbar-expand-lg .interfacerow .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.casing {
  --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);
}

.wrapgrid {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !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-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 .holdunit {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .holdunit img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .holdunit.animation-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .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 .animation-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown.navbar-fixed-top {
    position: fixed; }
  .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.animation-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.animation-section-title {
  font-style: normal;
  line-height: 1.3;
}

.animation-section-subtitle {
  line-height: 1.3;
}

.animation-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.layoutgrid,
.fieldbox,
.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 */
.animation-white {
  color: #ffffff;
}

/*! Text-aligns */
.outerwrap {
  text-align: left;
}

.colpad {
  text-align: center;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.animation-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .animation-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .animation-iconfont,
.btn.btn-sm .animation-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .animation-iconfont,
.btn.btn-md .animation-iconfont {
  margin-left: 0.8rem;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.animation-fullscreen .animation-overlay {
  min-height: 100vh;
}

.animation-fullscreen {
  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 .holdunit 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 .interfacerow.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .animation-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .animation-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;
}

.animation-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'drop2';
  font-display: swap;
  src:  url('fonts/saturation2.eot');
  src:  url('fonts/saturation2.eot') format('embedded-opentype'),
    url('fonts/saturation2.woff2') format('woff2'),
    url('fonts/saturation2.woff') format('woff'),
    url('fonts/saturation2.ttf') format('truetype'),
    url('fonts/saturation2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="rendering-"], [class*=" rendering-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'drop2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rendering-graphic-success:before {
  content: "\e97c";
}

body {
  font-family: Zalando Sans Expanded;
}
.layoutgrid {
  font-family: 'Zalando Sans Expanded', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.layoutgrid > .animation-iconfont {
  font-size: 3.5rem;
}
.fieldbox {
  font-family: 'Zalando Sans Expanded', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.fieldbox > .animation-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Zalando Sans Expanded', sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .animation-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Zalando Sans Expanded', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .animation-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .layoutgrid {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .fieldbox {
    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))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .layoutgrid {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .fieldbox {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.315rem + (1.9 - 1.315) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary .animation-iconfont {
  background-color: #000000;
  color: #34d399;
}
.btn-primary,
.btn-primary:active {
  background-color: #34d399 !important;
  border-color: #34d399 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #5edcae !important;
  border-color: #5edcae !important;
  box-shadow: none;
}
.btn-primary:hover .animation-iconfont,
.btn-primary:focus .animation-iconfont,
.btn-primary.active .animation-iconfont {
  color: #5edcae;
  border-radius: 100% !important;
}

.btn-primary:disabled {
  color: #000000 !important;
  background-color: #5edcae !important;
  border-color: #5edcae !important;
}
.btn-secondary .animation-iconfont {
  background-color: #ffffff;
  color: #48087f;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #48087f !important;
  border-color: #48087f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #630baf !important;
  border-color: #630baf !important;
  box-shadow: none;
}
.btn-secondary:hover .animation-iconfont,
.btn-secondary:focus .animation-iconfont,
.btn-secondary.active .animation-iconfont {
  color: #630baf;
  border-radius: 100% !important;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #630baf !important;
  border-color: #630baf !important;
}
.btn-info .animation-iconfont {
  background-color: #4d4d4d;
  color: #e6e6e6;
}
.btn-info,
.btn-info:active {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  color: #4d4d4d !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .animation-iconfont,
.btn-info:focus .animation-iconfont,
.btn-info.active .animation-iconfont {
  color: #ffffff;
  border-radius: 100% !important;
}

.btn-info:disabled {
  color: #4d4d4d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .animation-iconfont {
  background-color: #ffffff;
  color: #089800;
}
.btn-success,
.btn-success:active {
  background-color: #089800 !important;
  border-color: #089800 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #0bcb00 !important;
  border-color: #0bcb00 !important;
  box-shadow: none;
}
.btn-success:hover .animation-iconfont,
.btn-success:focus .animation-iconfont,
.btn-success.active .animation-iconfont {
  color: #0bcb00;
  border-radius: 100% !important;
}

.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0bcb00 !important;
  border-color: #0bcb00 !important;
}
.btn-warning .animation-iconfont {
  background-color: #ffffff;
  color: #bc7300;
}
.btn-warning,
.btn-warning:active {
  background-color: #bc7300 !important;
  border-color: #bc7300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #ef9200 !important;
  border-color: #ef9200 !important;
  box-shadow: none;
}
.btn-warning:hover .animation-iconfont,
.btn-warning:focus .animation-iconfont,
.btn-warning.active .animation-iconfont {
  color: #ef9200;
  border-radius: 100% !important;
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ef9200 !important;
  border-color: #ef9200 !important;
}
.btn-danger .animation-iconfont {
  background-color: #ffffff;
  color: #bc1d00;
}
.btn-danger,
.btn-danger:active {
  background-color: #bc1d00 !important;
  border-color: #bc1d00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: inherit;
  background-color: #ef2500 !important;
  border-color: #ef2500 !important;
  box-shadow: none;
}
.btn-danger:hover .animation-iconfont,
.btn-danger:focus .animation-iconfont,
.btn-danger.active .animation-iconfont {
  color: #ef2500;
  border-radius: 100% !important;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef2500 !important;
  border-color: #ef2500 !important;
}
.btn-white .animation-iconfont {
  background-color: #616161;
  color: #fafafa;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .animation-iconfont,
.btn-white:focus .animation-iconfont,
.btn-white.active .animation-iconfont {
  color: #ffffff;
  border-radius: 100% !important;
}

.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .animation-iconfont {
  background-color: #ffffff;
  color: #1a1a1a;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #343434 !important;
  border-color: #343434 !important;
  box-shadow: none;
}
.btn-black:hover .animation-iconfont,
.btn-black:focus .animation-iconfont,
.btn-black.active .animation-iconfont {
  color: #343434;
  border-radius: 100% !important;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #343434 !important;
  border-color: #343434 !important;
}
.btn-primary-outline {
  padding: 0 !important;
}
.btn-primary-outline .animation-iconfont {
  background-color: #34d399;
  color: #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #34d399;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #1f9167 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .animation-iconfont,
.btn-primary-outline:focus .animation-iconfont,
.btn-primary-outline.active .animation-iconfont {
  background-color: #1f9167;
  color: #ffffff;
  border-radius: 100% !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #34d399 !important;
  border-color: #34d399 !important;
}
.btn-secondary-outline {
  padding: 0 !important;
}
.btn-secondary-outline .animation-iconfont {
  background-color: #48087f;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #48087f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #1a032d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .animation-iconfont,
.btn-secondary-outline:focus .animation-iconfont,
.btn-secondary-outline.active .animation-iconfont {
  background-color: #1a032d;
  color: #ffffff;
  border-radius: 100% !important;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #48087f !important;
  border-color: #48087f !important;
}
.btn-info-outline {
  padding: 0 !important;
}
.btn-info-outline .animation-iconfont {
  background-color: #e6e6e6;
  color: #676767;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6e6e6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #bbbbbb !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .animation-iconfont,
.btn-info-outline:focus .animation-iconfont,
.btn-info-outline.active .animation-iconfont {
  background-color: #bbbbbb;
  color: #ffffff;
  border-radius: 100% !important;
}

.btn-info-outline:disabled {
  color: #676767 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-success-outline {
  padding: 0 !important;
}
.btn-success-outline .animation-iconfont {
  background-color: #089800;
  color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #089800;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #034100 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .animation-iconfont,
.btn-success-outline:focus .animation-iconfont,
.btn-success-outline.active .animation-iconfont {
  background-color: #034100;
  color: #ffffff;
  border-radius: 100% !important;
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #089800 !important;
  border-color: #089800 !important;
}
.btn-warning-outline {
  padding: 0 !important;
}
.btn-warning-outline .animation-iconfont {
  background-color: #bc7300;
  color: #ffffff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bc7300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #653e00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .animation-iconfont,
.btn-warning-outline:focus .animation-iconfont,
.btn-warning-outline.active .animation-iconfont {
  background-color: #653e00;
  color: #ffffff;
  border-radius: 100% !important;
}

.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bc7300 !important;
  border-color: #bc7300 !important;
}
.btn-danger-outline {
  padding: 0 !important;
}
.btn-danger-outline .animation-iconfont {
  background-color: #bc1d00;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bc1d00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #651000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .animation-iconfont,
.btn-danger-outline:focus .animation-iconfont,
.btn-danger-outline.active .animation-iconfont {
  background-color: #651000;
  color: #ffffff;
  border-radius: 100% !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bc1d00 !important;
  border-color: #bc1d00 !important;
}
.btn-black-outline {
  padding: 0 !important;
}
.btn-black-outline .animation-iconfont {
  background-color: #1a1a1a;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .animation-iconfont,
.btn-black-outline:focus .animation-iconfont,
.btn-black-outline.active .animation-iconfont {
  background-color: #000000;
  color: #ffffff;
  border-radius: 100% !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white-outline {
  padding: 0 !important;
}
.btn-white-outline .animation-iconfont {
  background-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .animation-iconfont,
.btn-white-outline:focus .animation-iconfont,
.btn-white-outline.active .animation-iconfont {
  background-color: #cfcfcf;
  color: #4f4f4f;
  border-radius: 100% !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #34d399 !important;
}
.text-info {
  color: #e6e6e6 !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1d845f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b3b3b3 !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;
}
.casing {
  background-color: #70c770;
}
.wrapgrid {
  background-color: #bc1d00;
}
a,
a:hover {
  color: #34d399;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Zalando Sans Expanded', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 0 !important;
}
.form-control > .animation-iconfont {
  font-size: 1.5rem;
}
.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: #34d399 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Zalando Sans Expanded', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .animation-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #34d399;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.animation-section-btn .btn {
  font-weight: 400;
  padding: 8px 16px;
  margin-bottom: 0;
  border-radius: 0 !important;
}
.animation-section-btn .btn .animation-iconfont {
  margin-left: 16px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  font-size: 16px;
}
.animation-section-btn .btn-black-outline:hover,
.animation-section-btn .btn-black-outline:focus,
.animation-section-btn .btn-black-outline.active {
  color: #5a5a5a !important;
  background-color: transparent !important;
}
.animation-section-btn .btn-black-outline:hover .animation-iconfont,
.animation-section-btn .btn-black-outline:focus .animation-iconfont,
.animation-section-btn .btn-black-outline.active .animation-iconfont {
  background-color: #c0c0c0;
  color: #1a1a1a;
  border-radius: 100% !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.framegrid {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.framegrid nav.navbar {
  position: fixed;
}
.framegrid .holdunit {
  margin-right: 1rem !important;
}
.framegrid .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framegrid .container {
    flex-wrap: nowrap;
  }
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0d0d0f;
}
.framegrid .navbar .holdunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .holdunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.interfacerow li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .holdunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .interfacerow .nav-link {
  padding: 0;
}
.framegrid ul.interfacerow {
  flex-wrap: wrap;
}
.framegrid .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.area {
  background-color: #121212;
}
.area .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .area .dockbox {
    margin-bottom: 2rem;
  }
}
.area .dockbox img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .area .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .area .text-wrapper {
    margin-bottom: 2rem;
  }
}
.area .animation-section-title {
  text-align: center;
  color: #34d399;
}
.area .animation-text,
.area .animation-section-btn {
  text-align: center;
  color: #ffffff;
}
.form {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
@media (max-width: 992px) and (max-width: 992px) {
  .form .container {
    padding: 0 24px;
  }
}
.form .card {
  justify-content: center;
}
.form .ridge {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .form .ridge {
    padding: 0 24px 24px;
  }
}
.form .ridge .animation-section-title {
  margin-bottom: 16px;
}
.form .ridge .animation-desc {
  margin-bottom: 0;
}
.form .text-wrapper {
  border-top: 1px solid #34d399;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .form .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.form .text-wrapper .animation-text {
  width: 45%;
}
@media (max-width: 992px) {
  .form .text-wrapper .animation-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .form .text-wrapper .animation-text:last-child {
    margin-bottom: 0;
  }
}
.form .animation-section-title {
  color: #F9F6E0;
}
.form .animation-desc {
  color: #ffffff;
}
.form .animation-text {
  color: #ffffff;
  text-align: center;
}
.form .animation-section-btn {
  text-align: right;
}
.form .animation-section-title,
.form .animation-section-btn {
  text-align: center;
  color: #34d399;
}
.stageunit {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #121212;
}
.stageunit .fieldcore {
  background: #1e1e1e;
}
@media (max-width: 991px) {
  .stageunit .fieldcore .dockbox {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .stageunit .fieldcore {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .stageunit .fieldcore {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .stageunit .fieldcore {
    padding: 5rem 3rem;
  }
  .stageunit .fieldcore .text-wrapper {
    padding-left: 2rem;
  }
}
.stageunit .dockbox img {
  width: 100%;
  object-fit: cover;
}
.stageunit .card-title {
  color: #34d399;
  text-align: center;
}
.stageunit .animation-text,
.stageunit .animation-section-btn {
  color: #ffffff;
  text-align: center;
}
.framecore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.framecore .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .framecore .container {
    padding: 0 24px;
  }
}
.framecore .row {
  justify-content: center;
  border-top: 1px solid #34d399;
}
@media (min-width: 992px) {
  .framecore .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .framecore .row {
    border: none;
  }
}
.framecore .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .framecore .row .item {
    padding: 0 16px;
  }
}
.framecore .item-wrapper {
  height: 100%;
}
.framecore .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .framecore .item-wrapper .card-box {
    display: block;
  }
}
.framecore .subunit {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .framecore .subunit {
    display: block;
  }
}
.framecore .subunit .animation-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .framecore .subunit .animation-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #34d399;
    text-align: left;
  }
}
.framecore .fieldcore {
  padding: 32px;
  border-left: 1px solid #34d399;
}
@media (max-width: 992px) {
  .framecore .fieldcore {
    padding: 24px;
    border-top: 1px solid #34d399;
    border-left: 1px solid #34d399;
  }
}
.framecore .fieldcore .animation-section-title {
  margin-bottom: 16px;
}
.framecore .fieldcore .animation-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .framecore .fieldcore .animation-text {
    text-align: left;
  }
}
.framecore .fieldcore .animation-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .framecore .fieldcore .animation-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.framecore .animation-section-title {
  color: #F9F6E0;
}
.framecore .animation-section-subtitle {
  color: #34d399;
  text-align: center;
}
.framecore .animation-text {
  color: #ffffff;
  text-align: center;
}
.framecore .animation-section-title,
.framecore .animation-section-btn {
  text-align: center;
  color: #34d399;
}
.unitgrid {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #121212;
}
.unitgrid .fieldcore {
  background: #1e1e1e;
}
@media (max-width: 991px) {
  .unitgrid .fieldcore .row {
    flex-direction: column-reverse;
  }
  .unitgrid .fieldcore .dockbox {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .unitgrid .fieldcore {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .unitgrid .fieldcore {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .unitgrid .fieldcore {
    padding: 5rem 3rem;
  }
  .unitgrid .fieldcore .text-wrapper {
    padding-right: 2rem;
  }
}
.unitgrid .dockbox img {
  width: 100%;
  object-fit: cover;
}
.unitgrid .card-title {
  color: #34d399;
  text-align: center;
}
.unitgrid .animation-text,
.unitgrid .animation-section-btn {
  color: #ffffff;
  text-align: center;
}
.outerpad {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #1e1e1e;
}
.outerpad .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .outerpad .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .outerpad .container {
    padding: 0 6px;
  }
}
.outerpad .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .outerpad .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .outerpad .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .outerpad .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .outerpad .row {
    padding: 70px 16px;
  }
}
.outerpad .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.outerpad .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .outerpad .desc-wrapper {
    padding: 0;
  }
}
.outerpad .desc-wrapper .animation-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #34d399;
  border-radius: 30px;
  margin-bottom: 0;
}
.outerpad .ridge {
  margin-bottom: 64px;
}
.outerpad .ridge span {
  color: #34d399;
}
.outerpad .ridge .animation-section-title {
  margin-bottom: 0;
}
.outerpad .text-wrapper {
  margin-bottom: 100px;
}
.outerpad .text-wrapper .animation-text {
  margin-bottom: 0;
}
.outerpad .dockbox {
  position: relative;
  height: 610px;
}
@media (max-width: 992px) {
  .outerpad .dockbox {
    margin-bottom: 64px;
    height: 350px;
  }
}
.outerpad .dockbox img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.outerpad .dockbox .navlayer {
  position: relative;
  height: 600px;
  border-radius: 0 16px 16px 16px;
  background-color: #34d399;
  transform: rotate(-3deg);
  margin-top: -1rem;
  margin-right: 2rem;
  margin-left: -0.5rem;
  opacity: .5;
}
@media (max-width: 992px) {
  .outerpad .dockbox .navlayer {
    height: 350px;
  }
}
.outerpad .dockbox .navlayer::after {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  height: 40px;
  width: 130px;
  border-radius: 16px 16px 0 0;
  background-color: #34d399;
}
.outerpad .wrapper {
  margin-left: 130px;
  padding-top: 64px;
}
@media (max-width: 992px) {
  .outerpad .wrapper {
    margin: 0;
    padding: 0;
  }
}
.outerpad .wrapper .item {
  padding: 40px;
  border-radius: 16px;
  background-color: #121212;
  border: 1px solid #34d399;
  margin-right: 40px;
  margin-bottom: 40px;
}
.outerpad .wrapper .item:nth-child(2n) {
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .outerpad .wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .outerpad .wrapper .item {
    padding: 22px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.outerpad .wrapper .item .item-wrapper .card-box .domcore {
  display: flex;
  justify-content: space-between;
}
.outerpad .wrapper .item .item-wrapper .card-box .domcore .card-title {
  margin-bottom: 0;
}
.outerpad .wrapper .item .item-wrapper .card-box .domcore .card-number {
  min-width: 28px;
  margin: 0 0 0 10px;
}
.outerpad .wrapper .item .item-wrapper .card-box .card-text {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .outerpad .wrapper .item .item-wrapper .card-box .card-text {
    margin: 64px 0 0 0;
  }
}
.outerpad .animation-desc {
  color: #262626;
}
.outerpad .animation-section-title {
  color: #34d399;
  text-align: center;
}
.outerpad .card-title {
  color: #34d399;
  text-align: left;
}
.outerpad .card-number {
  color: #34d399;
}
.outerpad .card-text {
  color: #ffffff;
  text-align: center;
}
.outerpad .animation-text {
  color: #ffffff;
  text-align: center;
}
.outerpad .animation-desc,
.outerpad .desc-wrapper {
  color: #34d399;
}
.boxbridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
  overflow: hidden;
  position: relative;
}
.boxbridge::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #34d399;
  pointer-events: none;
}
.boxbridge .fieldcore {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.boxbridge .fieldcore .interfacewrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #34d399;
  pointer-events: none;
}
.boxbridge .fieldcore .border_1 {
  left: 0;
}
.boxbridge .fieldcore .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .boxbridge .fieldcore .border_2 {
    display: none;
  }
}
.boxbridge .fieldcore .border_3 {
  left: 50%;
}
.boxbridge .fieldcore .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .boxbridge .fieldcore .border_4 {
    display: none;
  }
}
.boxbridge .fieldcore .border_5 {
  left: 100%;
}
.boxbridge .fieldcore .tagbox {
  margin: 0;
}
.boxbridge .fieldcore .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.boxbridge .fieldcore .ridge {
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .boxbridge .fieldcore .ridge {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .boxbridge .fieldcore .ridge {
    padding: 0 16px;
  }
}
.boxbridge .fieldcore .ridge .rowsegmentbox {
  margin-bottom: 24px;
}
.boxbridge .fieldcore .ridge .animation-section-title {
  margin-bottom: 0;
}
.boxbridge .fieldcore .list-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .boxbridge .fieldcore .list-wrapper {
    padding: 0 16px;
  }
}
.boxbridge .fieldcore .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxbridge .fieldcore .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 24px;
  padding-right: 32px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.boxbridge .fieldcore .list-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  font-size: inherit;
  color: inherit;
  transition: all .3s ease;
  transform: translateX(5px);
  opacity: 0;
}
.boxbridge .fieldcore .list-wrapper .list .item-wrap:hover,
.boxbridge .fieldcore .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.boxbridge .fieldcore .list-wrapper .list .item-wrap:hover::before,
.boxbridge .fieldcore .list-wrapper .list .item-wrap:focus::before {
  transform: translateX(0);
  opacity: .6;
}
.boxbridge .fieldcore .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxbridge .animation-section-title {
  color: #fafafa;
}
.boxbridge .list {
  color: #fafafa;
}
.boxbridge .animation-section-title,
.boxbridge .animation-section-btn {
  color: #34d399;
  text-align: center;
}
.drawunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0f;
}
.drawunit .container,
.drawunit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .drawunit .container,
  .drawunit .container-fluid {
    padding: 0 20px;
  }
}
.drawunit a {
  display: block;
}
.drawunit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #34d399;
  border-bottom: 1px solid #34d399;
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper {
    padding: 50px 0;
  }
}
.drawunit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .drawunit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.drawunit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #34d399;
}
@media (max-width: 992px) {
  .drawunit .copy-wrapper {
    border-right: none;
  }
}
.drawunit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.drawunit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper {
    height: auto;
  }
}
.drawunit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.drawunit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.drawunit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.drawunit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.drawunit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .drawunit .card-wrapper {
    margin-bottom: 50px;
  }
}
.drawunit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #1e1e1e;
  border-radius: 24px;
}
.drawunit .card-wrapper .card-wrap .animation-section-title {
  margin-bottom: 42px;
}
.drawunit .card-wrapper .card-wrap .animation-text {
  margin-bottom: 42px;
}
.drawunit .copyright {
  color: #ffffff;
  text-align: center;
}
.drawunit .animation-section-title {
  color: #3d4045;
}
.drawunit .animation-text {
  color: #ffffff;
  text-align: center;
}
.drawunit .list {
  color: #ffffff;
  text-align: center;
}
.drawunit .animation-section-btn {
  text-align: right;
}
.framegrid {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.framegrid nav.navbar {
  position: fixed;
}
.framegrid .holdunit {
  margin-right: 1rem !important;
}
.framegrid .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framegrid .container {
    flex-wrap: nowrap;
  }
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0d0d0f;
}
.framegrid .navbar .holdunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .holdunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.interfacerow li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .holdunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .interfacerow .nav-link {
  padding: 0;
}
.framegrid ul.interfacerow {
  flex-wrap: wrap;
}
.framegrid .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.pane {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #121212;
}
.pane .edgebox {
  justify-content: space-between;
}
.pane .edgebox .card {
  justify-content: center;
}
.pane .ridge .animation-desc {
  margin-bottom: 15px;
}
.pane .ridge .animation-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .pane .ridge .animation-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .pane .ridge {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .pane .fieldcore {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .pane .dockbox {
    margin-bottom: 32px;
  }
}
.pane .dockbox img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #34d399;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .pane .dockbox img {
    height: 350px;
  }
}
.pane .animation-section-title {
  color: #34d399;
  text-align: center;
}
.pane .animation-text {
  color: #000000;
}
.pane .animation-text,
.pane .animation-section-btn {
  color: #fdfde1;
}
.pane .animation-desc {
  color: #fdfde1;
}
.pane .animation-section-subtitle {
  color: #34d399;
}
.pane .animation-desc,
.pane .animation-section-btn {
  color: #ffffff;
  text-align: center;
}
.pane .animation-text,
.pane .animation-section-btn mb-4 {
  text-align: center;
  color: #ffffff;
}
.netbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.netbox .tagbox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .netbox .tagbox {
    margin-bottom: 32px;
  }
}
.netbox .tagbox .rowsegmentbox {
  margin-bottom: 16px;
}
.netbox .tagbox .animation-section-title {
  margin-bottom: 16px;
}
.netbox .tagbox .text-wrapper .animation-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .netbox .tagbox .text-wrapper .animation-text {
    width: 100%;
  }
}
.netbox .nodebox {
  margin: 0 -10px;
}
.netbox .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .netbox .item:last-child {
    margin-bottom: 0;
  }
}
.netbox .item .item-wrapper {
  height: 100%;
  background-color: #34d399;
  padding: 8px;
}
.netbox .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #121212;
}
.netbox .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.netbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.netbox .item .item-wrapper .card-box .animation-section-btn {
  margin-top: 14px;
}
.netbox .item .item-wrapper .card-box .animation-section-btn .btn {
  margin-bottom: 0;
}

.netbox .rowsegmentbox {
  color: #000000;
  text-align: center;
}
.netbox .animation-section-title {
  color: #000000;
  text-align: center;
}
.netbox .animation-text,
.netbox .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.netbox .item-title {
  color: #000000;
}
.netbox .item-text {
  color: #ffffff;
  text-align: center;
}
.netbox .item-title,
.netbox .animation-section-btn {
  text-align: center;
  color: #34d399;
}
.colbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.colbox .fieldcore {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .colbox .fieldcore {
    margin-bottom: 32px;
  }
}
.colbox .fieldcore .ridge {
  margin-bottom: 16px;
}
.colbox .fieldcore .ridge .animation-section-title {
  margin-bottom: 0;
}
.colbox .fieldcore .ridge .animation-section-subtitle {
  margin-bottom: 0;
}
.colbox .fieldcore .text-wrapper .animation-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .colbox .fieldcore .text-wrapper .animation-text {
    width: 100%;
  }
}
.colbox .nodebox {
  margin: 0 -8px;
  align-items: center;
}
.colbox .nodebox .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.colbox .nodebox .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.colbox .nodebox .item .item-wrapper .field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.colbox .nodebox .item .item-wrapper .coreunit {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .colbox .nodebox .item .item-wrapper .coreunit {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .colbox .nodebox .item .item-wrapper .coreunit {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .colbox .nodebox .item .item-wrapper .coreunit {
    left: -160%;
  }
}
.colbox .nodebox .item .item-wrapper .coreunit.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .colbox .nodebox .item .item-wrapper .coreunit.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .colbox .nodebox .item .item-wrapper .coreunit.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .colbox .nodebox .item .item-wrapper .coreunit.reverse {
    left: auto;
    right: -160%;
  }
}
.colbox .nodebox .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .colbox .nodebox .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.colbox .nodebox .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .colbox .nodebox .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.colbox .nodebox .item .item-wrapper .item-content .card-box .card-title_1,
.colbox .nodebox .item .item-wrapper .item-content .card-box .card-title_2,
.colbox .nodebox .item .item-wrapper .item-content .card-box .card-title_3,
.colbox .nodebox .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.colbox .nodebox .item .item-wrapper .item-content .card-box .card-text_1,
.colbox .nodebox .item .item-wrapper .item-content .card-box .card-text_2,
.colbox .nodebox .item .item-wrapper .item-content .card-box .card-text_3,
.colbox .nodebox .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.colbox .nodebox .item .item-wrapper .item-content .card-box .animation-section-btn {
  margin-top: 24px;
}
.colbox .nodebox .item .item-wrapper .item-content .card-box .animation-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.colbox .nodebox .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .colbox .nodebox .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.colbox .nodebox .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .colbox .nodebox .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.colbox .nodebox .item .item-wrapper .card_1 .card-box,
.colbox .nodebox .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .colbox .nodebox .item .item-wrapper .card_1 .card-box,
  .colbox .nodebox .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.colbox .nodebox .item .item-wrapper .card_1 {
  background-color: #0d0d0f;
  border-color: #34d399;
}
.colbox .nodebox .item .item-wrapper .card_2 {
  background-color: #0d0d0f;
  border-color: #34d399;
}
.colbox .nodebox .item .item-wrapper .card_3 {
  background-color: #121212;
  border-color: #34d399;
}
.colbox .nodebox .item .item-wrapper .card_4 {
  background-color: #121212;
  border-color: #34d399;
}
.colbox .btn-wrapper {
  margin-right: 9%;
}
.colbox .animation-section-title {
  color: #ffffff;
  text-align: center;
}
.colbox .animation-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.colbox .animation-text,
.colbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.colbox .card-title_1 {
  color: #ffffff;
}
.colbox .card-title_2 {
  color: #34d399;
  text-align: center;
}
.colbox .card-title_3 {
  color: #34d399;
  text-align: center;
}
.colbox .card-title_4 {
  color: #ffffff;
}
.colbox .card-text_1 {
  color: #ffffff;
  text-align: center;
}
.colbox .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.colbox .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.colbox .card-text_4 {
  color: #ffffff;
  text-align: center;
}
.colbox .card-title_1,
.colbox .animation-section-btn {
  text-align: center;
  color: #34d399;
}
.colbox .card-title_4,
.colbox .animation-section-btn {
  text-align: center;
  color: #34d399;
}
.base {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.base .ridge {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .base .ridge {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .base .ridge {
    width: 100%;
    margin-bottom: 28px;
  }
}
.base .ridge .rowsegmentbox {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .base .ridge .rowsegmentbox {
    margin-bottom: 28px;
  }
}
.base .ridge .animation-section-title {
  margin-bottom: 0;
}
.base .ridge .animation-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .base .ridge .animation-text {
    margin-top: 18px;
  }
}
.base .nodebox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.base .nodebox .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .base .nodebox .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .base .nodebox .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.base .nodebox .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #121212;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 570px;
  position: relative;
}
@media (max-width: 992px) {
  .base .nodebox .item .item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .base .nodebox .item .item-wrapper {
    min-height: 350px;
  }
}
.base .nodebox .item .item-wrapper .splitunit {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: linear-gradient(90deg, #34d399, #34d399, #34d399);
  border-radius: 100%;
  filter: blur(4rem);
}
.base .nodebox .item .item-wrapper .gradient_1 {
  right: -250px;
  bottom: -250px;
}
.base .nodebox .item .item-wrapper .gradient_2 {
  bottom: -200px;
}
.base .nodebox .item .item-wrapper .gradient_3 {
  left: -250px;
  bottom: -250px;
}
.base .nodebox .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.base .nodebox .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.base .nodebox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.base .nodebox .item .item-wrapper .animation-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}
.base .nodebox .item .item-wrapper .animation-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

.base .rowsegmentbox {
  color: #1a0b54;
  text-align: center;
}
.base .animation-section-title {
  color: #1a0b54;
  text-align: center;
}
.base .animation-section-subtitle {
  color: #1a0b54;
  text-align: center;
}
.base .animation-text {
  color: #a997ce;
  text-align: center;
}
.base .item-title {
  color: #34d399;
  text-align: center;
}
.base .item-text {
  color: #ffffff;
  text-align: center;
}
.blocklayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.blocklayer .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .blocklayer .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.blocklayer .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .blocklayer .card-col {
    padding: 20px 0 0;
  }
}
.blocklayer .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .blocklayer .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .blocklayer .card-wrapper {
    max-width: 100%;
  }
}
.blocklayer .card-title {
  padding-bottom: 10px;
  color: #34d399;
  text-align: center;
}
.blocklayer .animation-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.blocklayer .animation-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .blocklayer .dockbox {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .blocklayer .dockbox {
    max-width: 100%;
  }
}
.blocklayer .dockbox img {
  width: 100%;
  object-fit: cover;
}
.blocklayer .animation-text,
.blocklayer .animation-section-btn {
  color: #ffffff;
  text-align: center;
}
.drawunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0f;
}
.drawunit .container,
.drawunit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .drawunit .container,
  .drawunit .container-fluid {
    padding: 0 20px;
  }
}
.drawunit a {
  display: block;
}
.drawunit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #34d399;
  border-bottom: 1px solid #34d399;
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper {
    padding: 50px 0;
  }
}
.drawunit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .drawunit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.drawunit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #34d399;
}
@media (max-width: 992px) {
  .drawunit .copy-wrapper {
    border-right: none;
  }
}
.drawunit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.drawunit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper {
    height: auto;
  }
}
.drawunit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.drawunit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.drawunit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.drawunit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.drawunit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .drawunit .card-wrapper {
    margin-bottom: 50px;
  }
}
.drawunit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #1e1e1e;
  border-radius: 24px;
}
.drawunit .card-wrapper .card-wrap .animation-section-title {
  margin-bottom: 42px;
}
.drawunit .card-wrapper .card-wrap .animation-text {
  margin-bottom: 42px;
}
.drawunit .copyright {
  color: #ffffff;
  text-align: center;
}
.drawunit .animation-section-title {
  color: #3d4045;
}
.drawunit .animation-text {
  color: #ffffff;
  text-align: center;
}
.drawunit .list {
  color: #ffffff;
  text-align: center;
}
.drawunit .animation-section-btn {
  text-align: right;
}
.framegrid {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.framegrid nav.navbar {
  position: fixed;
}
.framegrid .holdunit {
  margin-right: 1rem !important;
}
.framegrid .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framegrid .container {
    flex-wrap: nowrap;
  }
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0d0d0f;
}
.framegrid .navbar .holdunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .holdunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.interfacerow li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .holdunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .interfacerow .nav-link {
  padding: 0;
}
.framegrid ul.interfacerow {
  flex-wrap: wrap;
}
.framegrid .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nestedbox {
  background-image: url("images/wet1.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.nestedbox .splitunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #000000 82%);
}
.nestedbox .fieldcore {
  position: relative;
  z-index: 1;
}
.nestedbox .card {
  justify-content: flex-end;
}
.nestedbox .ridge {
  margin-bottom: 20px;
}
.nestedbox .ridge .animation-section-title {
  margin-bottom: 0;
}
.nestedbox .ridge .animation-section-subtitle {
  margin-bottom: 0;
}
.nestedbox .text-wrapper .animation-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .text-wrapper .animation-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.nestedbox .animation-section-title {
  color: #ffffff;
}
.nestedbox .animation-section-subtitle {
  color: #caf31d;
}
.nestedbox .animation-text {
  color: #ffffff;
}
.nestedbox .animation-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .nestedbox .animation-section-btn {
    text-align: left;
  }
}
.nestedbox .animation-section-title,
.nestedbox .animation-section-btn {
  text-align: center;
  color: #34d399;
}
.nestedbox .animation-text,
.nestedbox .text-wrapper {
  text-align: center;
}
.basebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e1e1e;
}
.basebox .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .basebox .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .basebox .container {
    padding: 0 16px;
  }
}
.basebox .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .basebox .row {
    margin: 0 10px;
  }
}
.basebox .row .card {
  position: relative;
  padding: 0;
}
.basebox .row .card .stagewrap {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #34d399;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .basebox .row .card .stagewrap {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .basebox .row .card .stagewrap {
    display: none;
  }
}
.basebox .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #34d399;
  border-radius: 100%;
  border: 5px solid #34d399;
  z-index: 1;
}
@media (max-width: 1300px) {
  .basebox .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .basebox .row .card .icon-decor {
    display: none;
  }
}
.basebox .ridge {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .basebox .ridge {
    width: 100%;
  }
}
.basebox .ridge .animation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .basebox .ridge .animation-section-title {
    margin-bottom: 20px;
  }
}
.basebox .ridge .animation-text {
  margin-bottom: 0;
}
.basebox .animation-section-title {
  color: #34d399;
  text-align: center;
}
.basebox .animation-text {
  color: #fdfcfc;
  text-align: center;
}
.shell {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.shell .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .shell .text-wrapper {
    padding: 3rem 1rem;
  }
}
.shell .wrapper {
  background: #1e1e1e;
  border-radius: 2rem;
  overflow: hidden;
}
.shell .dockbox {
  padding: 0;
}
.shell .dockbox img {
  height: 100%;
  object-fit: cover;
}
.shell .animation-section-title {
  color: #34d399;
  text-align: center;
}
.shell .animation-text,
.shell .animation-section-btn {
  color: #ffffff;
  text-align: center;
}
.tilepad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.tilepad .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .tilepad .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .tilepad .container {
    padding: 0 16px;
  }
}
.tilepad .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.tilepad .fieldcore .animation-section-title {
  margin-bottom: 50px;
}
.tilepad .fieldcore .animation-text {
  margin-bottom: 0;
}
.tilepad .animation-section-title {
  color: #34d399;
  text-align: center;
}
.tilepad .animation-text {
  color: #000000;
}
.tilepad .animation-text {
  color: #ffffff;
  text-align: center;
}
.splitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.splitbox .viewlayer {
  position: relative;
}
.splitbox .flexlayer {
  display: flex;
  flex-wrap: wrap;
}
.splitbox .dockbox img {
  width: 100%;
  object-fit: cover;
}
.splitbox .animation-section-title,
.splitbox .animation-section-subtitle,
.splitbox .frameunit {
  text-align: center;
}
.splitbox .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #34d399;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .splitbox .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .splitbox .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.splitbox .row:after {
  content: "";
  position: absolute;
  background-color: #34d399;
  width: 2px;
}
@media (max-width: 767px) {
  .splitbox .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .splitbox .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .splitbox .timeline-date-wrapper,
  .splitbox .timeline-text-wrapper,
  .splitbox .dockbox {
    padding: 0rem;
    padding-left: 2rem;
  }
  .splitbox .animation-timeline-date {
    text-align: left !important;
  }
  .splitbox .animation-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .splitbox .timeline-date-wrapper,
  .splitbox .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .splitbox .timeline-date-wrapper,
  .splitbox .timeline-text-wrapper,
  .splitbox .dockbox {
    padding: 2rem;
  }
}
.splitbox .animation-section-title {
  color: #34d399;
}
.splitbox .animation-timeline-date {
  color: #ffffff;
}
.splitbox .animation-timeline-title {
  color: #34d399;
  text-align: center;
}
.splitbox .animation-text {
  color: #ffffff;
  text-align: center;
}
.drawunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0f;
}
.drawunit .container,
.drawunit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .drawunit .container,
  .drawunit .container-fluid {
    padding: 0 20px;
  }
}
.drawunit a {
  display: block;
}
.drawunit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #34d399;
  border-bottom: 1px solid #34d399;
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper {
    padding: 50px 0;
  }
}
.drawunit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .drawunit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.drawunit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #34d399;
}
@media (max-width: 992px) {
  .drawunit .copy-wrapper {
    border-right: none;
  }
}
.drawunit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.drawunit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper {
    height: auto;
  }
}
.drawunit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.drawunit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.drawunit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.drawunit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.drawunit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .drawunit .card-wrapper {
    margin-bottom: 50px;
  }
}
.drawunit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #1e1e1e;
  border-radius: 24px;
}
.drawunit .card-wrapper .card-wrap .animation-section-title {
  margin-bottom: 42px;
}
.drawunit .card-wrapper .card-wrap .animation-text {
  margin-bottom: 42px;
}
.drawunit .copyright {
  color: #ffffff;
  text-align: center;
}
.drawunit .animation-section-title {
  color: #3d4045;
}
.drawunit .animation-text {
  color: #ffffff;
  text-align: center;
}
.drawunit .list {
  color: #ffffff;
  text-align: center;
}
.drawunit .animation-section-btn {
  text-align: right;
}
.framegrid {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.framegrid nav.navbar {
  position: fixed;
}
.framegrid .holdunit {
  margin-right: 1rem !important;
}
.framegrid .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framegrid .container {
    flex-wrap: nowrap;
  }
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0d0d0f;
}
.framegrid .navbar .holdunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .holdunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.interfacerow li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .holdunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .interfacerow .nav-link {
  padding: 0;
}
.framegrid ul.interfacerow {
  flex-wrap: wrap;
}
.framegrid .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.bound {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.bound .tagbox {
  margin: 0;
}
.bound .tagbox .card {
  padding: 0;
  justify-content: space-between;
}
.bound .fieldcore {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .bound .fieldcore {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .bound .fieldcore {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .bound .fieldcore {
    padding: 0;
  }
}
.bound .fieldcore .animation-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .bound .fieldcore .animation-section-title {
    margin-bottom: 32px;
  }
}
.bound .fieldcore .text-wrapper .animation-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .bound .fieldcore .text-wrapper .animation-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.bound .desc-wrapper .animation-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .bound .desc-wrapper .animation-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .bound .desc-wrapper .animation-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .bound .desc-wrapper .animation-desc {
    width: 100%;
    padding: 0;
  }
}
.bound .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #34d399;
}
@media (max-width: 992px) {
  .bound .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .bound .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .bound .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .bound .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #34d399;
    padding-top: 22px;
  }
}
.bound .animation-section-title {
  color: #c10b02;
}
.bound .animation-text {
  color: #4b4949;
}
.bound .animation-desc {
  color: #4b4949;
}
.bound label {
  color: #4b4949;
}
.bound .animation-section-title,
.bound .animation-section-btn {
  text-align: center;
  color: #34d399;
}
.bound .animation-text,
.bound .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.layersegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
@media (max-width: 992px) and (max-width: 992px) {
  .layersegment .container {
    padding: 0 24px;
  }
}
.layersegment .card {
  justify-content: center;
}
.layersegment .ridge {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .layersegment .ridge {
    padding: 0 24px 24px;
  }
}
.layersegment .ridge .animation-section-title {
  margin-bottom: 16px;
}
.layersegment .ridge .animation-desc {
  margin-bottom: 0;
}
.layersegment .text-wrapper {
  border-top: 1px solid #34d399;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .layersegment .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.layersegment .text-wrapper .animation-text {
  width: 45%;
}
@media (max-width: 992px) {
  .layersegment .text-wrapper .animation-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .layersegment .text-wrapper .animation-text:last-child {
    margin-bottom: 0;
  }
}
.layersegment .animation-section-title {
  color: #F9F6E0;
}
.layersegment .animation-desc {
  color: #ffffff;
}
.layersegment .animation-text {
  color: #ffffff;
  text-align: center;
}
.layersegment .animation-section-btn {
  text-align: right;
}
.layersegment .animation-section-title,
.layersegment .animation-section-btn {
  text-align: center;
  color: #34d399;
}
.drawunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0f;
}
.drawunit .container,
.drawunit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .drawunit .container,
  .drawunit .container-fluid {
    padding: 0 20px;
  }
}
.drawunit a {
  display: block;
}
.drawunit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #34d399;
  border-bottom: 1px solid #34d399;
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper {
    padding: 50px 0;
  }
}
.drawunit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .drawunit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.drawunit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #34d399;
}
@media (max-width: 992px) {
  .drawunit .copy-wrapper {
    border-right: none;
  }
}
.drawunit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.drawunit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper {
    height: auto;
  }
}
.drawunit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.drawunit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.drawunit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.drawunit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.drawunit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .drawunit .card-wrapper {
    margin-bottom: 50px;
  }
}
.drawunit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #1e1e1e;
  border-radius: 24px;
}
.drawunit .card-wrapper .card-wrap .animation-section-title {
  margin-bottom: 42px;
}
.drawunit .card-wrapper .card-wrap .animation-text {
  margin-bottom: 42px;
}
.drawunit .copyright {
  color: #ffffff;
  text-align: center;
}
.drawunit .animation-section-title {
  color: #3d4045;
}
.drawunit .animation-text {
  color: #ffffff;
  text-align: center;
}
.drawunit .list {
  color: #ffffff;
  text-align: center;
}
.drawunit .animation-section-btn {
  text-align: right;
}
.framegrid {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.framegrid nav.navbar {
  position: fixed;
}
.framegrid .holdunit {
  margin-right: 1rem !important;
}
.framegrid .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.framegrid .nav-link {
  position: relative;
}
.framegrid .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framegrid .container {
    flex-wrap: nowrap;
  }
}
.framegrid .nav-item:focus,
.framegrid .nav-link:focus {
  outline: none;
}
.framegrid .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0d0d0f;
}
.framegrid .navbar .holdunit img {
  width: auto;
}
.framegrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framegrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framegrid .navbar .holdunit img {
    height: 3rem !important;
  }
  .framegrid .navbar ul.interfacerow li {
    margin: auto;
  }
  .framegrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framegrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framegrid .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framegrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framegrid .navbar-brand .holdunit a {
  outline: none;
}
.framegrid .navbar-expand-lg .interfacerow .nav-link {
  padding: 0;
}
.framegrid ul.interfacerow {
  flex-wrap: wrap;
}
.framegrid .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framegrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framegrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framegrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framegrid .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.framegrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framegrid .navbar {
    height: 70px;
  }
  .framegrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.coverwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.coverwrap .card-wrapper {
  background: #121212;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .coverwrap .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coverwrap .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .coverwrap .card-wrapper {
    padding: 4rem;
  }
}
.coverwrap .animation-text,
.coverwrap .animation-section-btn {
  color: #ffffff;
  text-align: center;
}
.coverwrap .card-title,
.coverwrap .card-box {
  text-align: center;
  color: #34d399;
}
.mainbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.mainbox blockquote {
  border-color: #34d399;
  border-radius: 4px;
  background-color: #1e1e1e;
}
.mainbox .animation-section-title {
  color: #34d399;
  text-align: center;
}
.mainbox .animation-text {
  color: #ffffff;
}
.drawunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0f;
}
.drawunit .container,
.drawunit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .drawunit .container,
  .drawunit .container-fluid {
    padding: 0 20px;
  }
}
.drawunit a {
  display: block;
}
.drawunit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #34d399;
  border-bottom: 1px solid #34d399;
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper {
    padding: 50px 0;
  }
}
.drawunit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .drawunit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .drawunit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.drawunit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #34d399;
}
@media (max-width: 992px) {
  .drawunit .copy-wrapper {
    border-right: none;
  }
}
.drawunit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.drawunit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper {
    height: auto;
  }
}
.drawunit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.drawunit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.drawunit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .drawunit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.drawunit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.drawunit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .drawunit .card-wrapper {
    margin-bottom: 50px;
  }
}
.drawunit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #1e1e1e;
  border-radius: 24px;
}
.drawunit .card-wrapper .card-wrap .animation-section-title {
  margin-bottom: 42px;
}
.drawunit .card-wrapper .card-wrap .animation-text {
  margin-bottom: 42px;
}
.drawunit .copyright {
  color: #ffffff;
  text-align: center;
}
.drawunit .animation-section-title {
  color: #3d4045;
}
.drawunit .animation-text {
  color: #ffffff;
  text-align: center;
}
.drawunit .list {
  color: #ffffff;
  text-align: center;
}
.drawunit .animation-section-btn {
  text-align: right;
}
.padwrap {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.padwrap nav.navbar {
  position: fixed;
}
.padwrap .holdunit {
  margin-right: 1rem !important;
}
.padwrap .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.padwrap .nav-link {
  position: relative;
}
.padwrap .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .padwrap .container {
    flex-wrap: nowrap;
  }
}
.padwrap .nav-item:focus,
.padwrap .nav-link:focus {
  outline: none;
}
.padwrap .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0d0d0f;
}
.padwrap .navbar .holdunit img {
  width: auto;
}
.padwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .padwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .padwrap .navbar .holdunit img {
    height: 3rem !important;
  }
  .padwrap .navbar ul.interfacerow li {
    margin: auto;
  }
  .padwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .padwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.padwrap .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.padwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.padwrap .navbar-brand .holdunit a {
  outline: none;
}
.padwrap .navbar-expand-lg .interfacerow .nav-link {
  padding: 0;
}
.padwrap ul.interfacerow {
  flex-wrap: wrap;
}
.padwrap .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.padwrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.padwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.padwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.padwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.padwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.padwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.padwrap .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.padwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .padwrap .navbar {
    height: 70px;
  }
  .padwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.trackbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.trackbox .card-wrapper {
  background: #121212;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .trackbox .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trackbox .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .trackbox .card-wrapper {
    padding: 4rem;
  }
}
.trackbox .animation-text,
.trackbox .animation-section-btn {
  color: #ffffff;
  text-align: center;
}
.trackbox .card-title,
.trackbox .card-box {
  text-align: center;
  color: #34d399;
}
.pad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.pad blockquote {
  border-color: #34d399;
  border-radius: 4px;
  background-color: #1e1e1e;
}
.pad .animation-section-title {
  color: #34d399;
  text-align: center;
}
.pad .animation-text {
  color: #ffffff;
}
.block {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0f;
}
.block .container,
.block .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .block .container,
  .block .container-fluid {
    padding: 0 20px;
  }
}
.block a {
  display: block;
}
.block a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #34d399;
  border-bottom: 1px solid #34d399;
}
@media (max-width: 992px) {
  .block a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .block a .logo-wrapper {
    padding: 50px 0;
  }
}
.block a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .block a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .block a .logo-wrapper img {
    margin: 0 auto;
  }
}
.block .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #34d399;
}
@media (max-width: 992px) {
  .block .copy-wrapper {
    border-right: none;
  }
}
.block .copy-wrapper .copyright {
  margin-bottom: 0;
}
.block .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .block .list-wrapper {
    height: auto;
  }
}
.block .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .block .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.block .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.block .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .block .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.block .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.block .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .block .card-wrapper {
    margin-bottom: 50px;
  }
}
.block .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #1e1e1e;
  border-radius: 24px;
}
.block .card-wrapper .card-wrap .animation-section-title {
  margin-bottom: 42px;
}
.block .card-wrapper .card-wrap .animation-text {
  margin-bottom: 42px;
}
.block .copyright {
  color: #ffffff;
  text-align: center;
}
.block .animation-section-title {
  color: #3d4045;
}
.block .animation-text {
  color: #ffffff;
  text-align: center;
}
.block .list {
  color: #ffffff;
  text-align: center;
}
.block .animation-section-btn {
  text-align: right;
}
.line {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.line nav.navbar {
  position: fixed;
}
.line .holdunit {
  margin-right: 1rem !important;
}
.line .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.line .nav-link {
  position: relative;
}
.line .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .line .container {
    flex-wrap: nowrap;
  }
}
.line .nav-item:focus,
.line .nav-link:focus {
  outline: none;
}
.line .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0d0d0f;
}
.line .navbar .holdunit img {
  width: auto;
}
.line .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .line .navbar .nav-item .nav-link::before {
    display: none;
  }
  .line .navbar .holdunit img {
    height: 3rem !important;
  }
  .line .navbar ul.interfacerow li {
    margin: auto;
  }
  .line .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .line .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.line .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.line .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.line .navbar-brand .holdunit a {
  outline: none;
}
.line .navbar-expand-lg .interfacerow .nav-link {
  padding: 0;
}
.line ul.interfacerow {
  flex-wrap: wrap;
}
.line .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.line button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.line button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.line button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.line button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.line button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.line button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.line .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.line a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .line .navbar {
    height: 70px;
  }
  .line .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.bandwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.bandwrap .card-wrapper {
  background: #121212;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .bandwrap .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bandwrap .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .bandwrap .card-wrapper {
    padding: 4rem;
  }
}
.bandwrap .animation-text,
.bandwrap .animation-section-btn {
  color: #ffffff;
  text-align: center;
}
.bandwrap .card-title,
.bandwrap .card-box {
  text-align: center;
  color: #34d399;
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.boardwrap blockquote {
  border-color: #34d399;
  border-radius: 4px;
  background-color: #1e1e1e;
}
.boardwrap .animation-section-title {
  color: #34d399;
  text-align: center;
}
.boardwrap .animation-text {
  color: #ffffff;
}
.col {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0f;
}
.col .container,
.col .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .col .container,
  .col .container-fluid {
    padding: 0 20px;
  }
}
.col a {
  display: block;
}
.col a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #34d399;
  border-bottom: 1px solid #34d399;
}
@media (max-width: 992px) {
  .col a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .col a .logo-wrapper {
    padding: 50px 0;
  }
}
.col a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .col a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .col a .logo-wrapper img {
    margin: 0 auto;
  }
}
.col .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #34d399;
}
@media (max-width: 992px) {
  .col .copy-wrapper {
    border-right: none;
  }
}
.col .copy-wrapper .copyright {
  margin-bottom: 0;
}
.col .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .col .list-wrapper {
    height: auto;
  }
}
.col .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .col .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.col .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.col .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .col .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.col .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.col .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .col .card-wrapper {
    margin-bottom: 50px;
  }
}
.col .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #1e1e1e;
  border-radius: 24px;
}
.col .card-wrapper .card-wrap .animation-section-title {
  margin-bottom: 42px;
}
.col .card-wrapper .card-wrap .animation-text {
  margin-bottom: 42px;
}
.col .copyright {
  color: #ffffff;
  text-align: center;
}
.col .animation-section-title {
  color: #3d4045;
}
.col .animation-text {
  color: #ffffff;
  text-align: center;
}
.col .list {
  color: #ffffff;
  text-align: center;
}
.col .animation-section-btn {
  text-align: right;
}
.gripbox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.gripbox nav.navbar {
  position: fixed;
}
.gripbox .holdunit {
  margin-right: 1rem !important;
}
.gripbox .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.gripbox .nav-link {
  position: relative;
}
.gripbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .gripbox .container {
    flex-wrap: nowrap;
  }
}
.gripbox .nav-item:focus,
.gripbox .nav-link:focus {
  outline: none;
}
.gripbox .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0d0d0f;
}
.gripbox .navbar .holdunit img {
  width: auto;
}
.gripbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gripbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gripbox .navbar .holdunit img {
    height: 3rem !important;
  }
  .gripbox .navbar ul.interfacerow li {
    margin: auto;
  }
  .gripbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .gripbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gripbox .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.gripbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.gripbox .navbar-brand .holdunit a {
  outline: none;
}
.gripbox .navbar-expand-lg .interfacerow .nav-link {
  padding: 0;
}
.gripbox ul.interfacerow {
  flex-wrap: wrap;
}
.gripbox .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.gripbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.gripbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.gripbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gripbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gripbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gripbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gripbox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.gripbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gripbox .navbar {
    height: 70px;
  }
  .gripbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.fold {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.fold .card-wrapper {
  background: #121212;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .fold .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fold .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .fold .card-wrapper {
    padding: 4rem;
  }
}
.fold .animation-text,
.fold .animation-section-btn {
  color: #ffffff;
  text-align: center;
}
.fold .card-title,
.fold .card-box {
  text-align: center;
  color: #34d399;
}
.wrapunitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1e1e;
}
.wrapunitbox blockquote {
  border-color: #34d399;
  border-radius: 4px;
  background-color: #1e1e1e;
}
.wrapunitbox .animation-section-title {
  color: #34d399;
  text-align: center;
}
.wrapunitbox .animation-text {
  color: #ffffff;
}
.stage {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0f;
}
.stage .container,
.stage .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .stage .container,
  .stage .container-fluid {
    padding: 0 20px;
  }
}
.stage a {
  display: block;
}
.stage a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #34d399;
  border-bottom: 1px solid #34d399;
}
@media (max-width: 992px) {
  .stage a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .stage a .logo-wrapper {
    padding: 50px 0;
  }
}
.stage a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .stage a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .stage a .logo-wrapper img {
    margin: 0 auto;
  }
}
.stage .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #34d399;
}
@media (max-width: 992px) {
  .stage .copy-wrapper {
    border-right: none;
  }
}
.stage .copy-wrapper .copyright {
  margin-bottom: 0;
}
.stage .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .stage .list-wrapper {
    height: auto;
  }
}
.stage .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .stage .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.stage .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.stage .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stage .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.stage .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.stage .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .stage .card-wrapper {
    margin-bottom: 50px;
  }
}
.stage .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #1e1e1e;
  border-radius: 24px;
}
.stage .card-wrapper .card-wrap .animation-section-title {
  margin-bottom: 42px;
}
.stage .card-wrapper .card-wrap .animation-text {
  margin-bottom: 42px;
}
.stage .copyright {
  color: #ffffff;
  text-align: center;
}
.stage .animation-section-title {
  color: #3d4045;
}
.stage .animation-text {
  color: #ffffff;
  text-align: center;
}
.stage .list {
  color: #ffffff;
  text-align: center;
}
.stage .animation-section-btn {
  text-align: right;
}


/* Base Cookie Banner */
.blockrow {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #424a4d;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  pointer-events: none;
  box-sizing: border-box;
}

.blockrow.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.blockrow p {
  margin: 0;
  font-size: 14px;
}

.blockrow a {
  color: #424a4d;
  text-decoration: underline;
}


#cookieAcceptBtn,
#cookieRejectBtn {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}


#cookieAcceptBtn:hover,
#cookieRejectBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


#cookieAcceptBtn {
  background-color: #0066cc;
  color: #ffffff;
}


#cookieRejectBtn {
  background-color: #f5f5f5;
  color: #333333;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .blockrow {
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    max-width: 480px;
    transform: translate(-50%, 20px);
    border-radius: 8px;
    gap: 12px;
  }

  .blockrow.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    flex: 1;
    padding: 12px 0;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .blockrow {
    padding: 8px;
    gap: 8px;
    font-size: 12px;
  }

  .blockrow img {
    width: 30px;
    height: 30px;
  }

  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    padding: 10px 0;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes blurIn {
    0% {
        filter: blur(10px);
        opacity: 0;
    }
    100% {
        filter: blur(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: blurIn 1s ease-out;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 32px;
  background: rgba(255,255,255,0.08);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ttc-form #customForm {
  width: 100%;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #e9f3ff;
}
.ttc-form #customForm * {
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  background: rgba(5,18,40,0.82) !important;
  border: 1px solid rgba(135,186,255,0.45) !important;
  border-radius: 14px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #e9f3ff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.35);
  transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease, transform .08s ease;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: rgba(9,29,66,0.95) !important;
  border-color: #57b4ff !important;
  box-shadow: 0 0 0 1px rgba(9,176,255,0.7),0 0 22px rgba(87,180,255,0.4);
  transform: translateY(-1px);
}
.ttc-form #customForm textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.ttc-form #customForm ::placeholder {
  color: rgba(188,210,238,0.85);
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px !important;
  border: none;
  cursor: pointer;
  background: radial-gradient(circle at 20% 0,#7ed4ff 0,#2b8dff 45%,#1260d1 100%);
  color: #f7fbff;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .08s ease, box-shadow .16s ease, opacity .16s ease;
}
.ttc-form #customForm .btn:hover {
  transform: translateY(-1px);
  opacity: .97;
}
.ttc-form #customForm .btn:active {
  transform: translateY(0);
  opacity: .94;
}
.ttc-form #customForm .alert {
  border-radius: 14px !important;
  font-size: 14px;
  background: rgba(20,60,20,0.75);
  border: 1px solid rgba(120,255,150,0.5);
  color: #d8ffe6;
  padding: 12px 14px;
  margin-bottom: 16px;
  box-shadow: 0 0 12px rgba(80,255,130,0.25);
}
.ttc-form #customForm a {
  color: #7fd0ff;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm small,
.ttc-form #customForm p {
  color: rgba(214,227,246,0.9);
}
@media (max-width: 991px) {
  .ttc-form {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .ttc-form {
    padding: 20px 14px;
  }
}
/* cssform-end */