@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-warning-rgb: 255, 193, 7;
  --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-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);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

 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;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.fieldset {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .fieldset {
    font-size: 5rem;
  }
}

.domtrack {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .domtrack {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.layerbox {
  --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;
}
 .layerbox .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);
}
.subbox {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.subbox .layerbox {
  flex-direction: row;
}
.subbox .layerbox .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.subbox .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.subbox .navbar-toggler {
  display: none;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-img {
  width: 100%;
}

.card-img {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.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);
}

.corepad {
  --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);
}

.band {
  --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;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !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-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.quiz-section {
  background-image: url("images/smooth1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .depthbox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .depthbox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

@media (max-width: 767px) {
  .nav-dropdown.navbar-toggleable-sm {
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    width: 18.75rem;
    z-index: 999; } }



.quiz-section {
  background-image: url("images/smooth1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  background-image: url("images/smooth1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.responsive-section-title {
  font-style: normal;
  line-height: 1.3;
}

.responsive-section-subtitle {
  line-height: 1.3;
}

.unitbox {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
.fieldset,
.domtrack,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

.responsive-z-index20 {
  z-index: 20;
}

/*! Base colors */
.slotbox {
  color: #ffffff;
}

.board {
  color: #111111;
}

/*! Text-aligns */
.tracebox {
  text-align: left;
}

.unit {
  text-align: center;
}

@media (max-width: 767px) {
  .tracebox {
      text-align: center;
  }
}

/*! Font-weight  */
.partlayer {
  font-weight: 300;
}

.dockbox {
  font-weight: 700;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}


.card-img img {
  width: 100%;
}
/*! Buttons */
.responsive-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 .responsive-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.dockbox {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.bodylayer .layoutgrid {
  min-height: 100vh;
}

.bodylayer {
  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);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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 .depthbox img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .layerbox {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .layerbox.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

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: 0.6rem 1.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;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .responsive-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

.layoutgrid {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.item {
  position: relative;
}
.quiz-section {
  background-image: url("images/smooth1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'opacity2';
  font-display: swap;
  src:  url('fonts/interaction2.eot');
  src:  url('fonts/interaction2.eot') format('embedded-opentype'),
    url('fonts/interaction2.woff2') format('woff2'),
    url('fonts/interaction2.woff') format('woff'),
    url('fonts/interaction2.ttf') format('truetype'),
    url('fonts/interaction2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  background-image: url("images/smooth1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.btn {
  border-width: 2px;
}
body {
  font-family: Albert Sans;
}
.fieldset {
  font-family: 'Albert Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 0.9;
}
.domtrack {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.3;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .fieldset {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .fieldset {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .domtrack {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.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,
.btn-primary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #ffeb94 !important;
  border-color: #ffeb94 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #614f00 !important;
  background-color: #ffeb94 !important;
  border-color: #ffeb94 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e9c0e9 !important;
  border-color: #e9c0e9 !important;
  color: #7e2c7e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: inherit;
  background-color: #f6e6f6 !important;
  border-color: #f6e6f6 !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #7e2c7e !important;
  background-color: #f6e6f6 !important;
  border-color: #f6e6f6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus {
  color: inherit;
  background-color: #75c8f2 !important;
  border-color: #75c8f2 !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #ffffff !important;
  background-color: #75c8f2 !important;
  border-color: #75c8f2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d2dc1d !important;
  border-color: #d2dc1d !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus {
  color: inherit;
  background-color: #dee745 !important;
  border-color: #dee745 !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #000000 !important;
  background-color: #dee745 !important;
  border-color: #dee745 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus {
  color: inherit;
  background-color: #ffeb94 !important;
  border-color: #ffeb94 !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffeb94 !important;
  border-color: #ffeb94 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus {
  color: inherit;
  background-color: #ffbb99 !important;
  border-color: #ffbb99 !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffbb99 !important;
  border-color: #ffbb99 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #1e2330 !important;
  border-color: #1e2330 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus {
  color: inherit;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e9c0e9;
  color: #e9c0e9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  color: #d380d3 !important;
  background-color: transparent !important;
  border-color: #d380d3 !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #7e2c7e !important;
  background-color: #e9c0e9 !important;
  border-color: #e9c0e9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d2dc1d;
  color: #d2dc1d;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  color: #898f13 !important;
  background-color: transparent !important;
  border-color: #898f13 !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #d2dc1d !important;
  border-color: #d2dc1d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffe161 !important;
}
.text-warning {
  color: #ffe161 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #facb00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #facb00 !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;
}
.corepad {
  background-color: #70c770;
}
.band {
  background-color: #ff9966;
}
.responsive-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #ffe161;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffe161 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.modlayer .navbar {
  padding: 0.5rem 0;
  background: #160721;
  transition: none;
  min-height: 100px;
}
.modlayer a {
  font-style: normal;
}
.modlayer a .link:hover {
  color: inherit !important;
}
.modlayer .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.modlayer .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.modlayer .nav-item:focus,
.modlayer .nav-link:focus {
  outline: none;
}
.modlayer .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modlayer .menu-logo {
  margin-right: auto;
}
.modlayer .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.modlayer .menu-logo .navbar-brand .depthbox {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.modlayer .menu-logo .navbar-brand .depthbox img {
  display: flex;
  width: auto;
}
.modlayer .menu-logo .navbar-brand .depthbox a {
  display: inline-flex;
}
.modlayer .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.modlayer button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.8rem;
  right: 1rem;
}
.modlayer button.navbar-toggler:focus {
  outline: none;
}
.modlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .modlayer .subbox {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer img {
    height: 3.8rem !important;
  }
  .modlayer .btn {
    display: -webkit-flex;
  }
  .modlayer button.navbar-toggler {
    display: block;
  }
  .modlayer .navbar-brand {
    margin-left: 1rem !important;
  }
  .modlayer .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  
  .modlayer .navbar-collapse.show {
    display: block !important;
  }
  
  .modlayer .navbar-collapse.show .layerbox {
    display: block;
    text-align: center;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item {
    clear: both;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .modlayer .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.modlayer .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.modlayer .nav-link {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.modlayer .nav-link:hover {
  color: #ffe161 !important;
  border-color: #ffe161;
}
.flexwrap {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("images/blue1.jpg");
}
.flexwrap .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .flexwrap .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .flexwrap .row {
    padding: 0 24px;
  }
}
.flexwrap .text-wrapper {
  position: relative;
  z-index: 2;
}
.flexwrap .text-wrapper .responsive-section-title {
  margin: 40px 0;
  transform: rotate(-5deg);
}
.flexwrap .text-wrapper .responsive-section-title span {
  position: relative;
  z-index: 1;
}
.flexwrap .text-wrapper .responsive-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #ffb639;
  z-index: -1;
}
.flexwrap .text-wrapper .unitbox {
  margin-bottom: 32px;
}
.flexwrap .text-wrapper .responsive-section-btn {
  margin-bottom: 32px;
}
.flexwrap .text-wrapper .core {
  margin-bottom: 0;
}
.flexwrap .responsive-section-title {
  color: #111111;
}
.flexwrap .unitbox {
  color: #111111;
  text-align: center;
}
.flexwrap .core {
  color: #ffe161;
  text-align: center;
}
.flexwrap .responsive-section-title,
.flexwrap .responsive-section-btn {
  text-align: center;
  color: #ffe161;
}
.flexwrap .unitbox {
  color: #ffe161;
}
.navbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260e38;
}
.navbox .card {
  justify-content: center;
}
.navbox .line {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .navbox .line {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .navbox .line {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.navbox .line img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .navbox .line img {
    height: 300px;
  }
}
.navbox .layoutrow .responsive-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .navbox .layoutrow .responsive-section-title {
    width: 100%;
  }
}
.navbox .layoutrow .unitbox {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .navbox .layoutrow .unitbox {
    width: 100%;
    margin-bottom: 15px;
  }
}
.navbox .responsive-section-title {
  color: #000000;
}
.navbox .unitbox {
  color: #ffe161;
  text-align: center;
}
.navbox .responsive-section-title,
.navbox .responsive-section-btn,
.navbox .group {
  color: #ffe161;
  text-align: center;
}
.nodemodule {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260e38;
  position: relative;
  overflow: hidden;
}
.nodemodule .grid {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.nodemodule .grid .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #ffe161;
}
.nodemodule .grid .decor_1 {
  box-shadow: inset 0 0 0 2px #ffe885;
}
.nodemodule .grid .decor_2 {
  box-shadow: inset 0 0 0 2px #ffe885;
}
.nodemodule .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .nodemodule .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .nodemodule .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .nodemodule .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .nodemodule .decoration_1 {
    left: -380px;
  }
}
.nodemodule .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .nodemodule .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .nodemodule .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .nodemodule .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .nodemodule .decoration_2 {
    right: -380px;
  }
}
.nodemodule .layoutrow {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .nodemodule .layoutrow {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .nodemodule .layoutrow {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .nodemodule .layoutrow {
    padding: 0 16px;
  }
}
.nodemodule .layoutrow .areaunit {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.nodemodule .layoutrow .responsive-section-title {
  margin-bottom: 0;
}
.nodemodule .layoutrow .responsive-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .nodemodule .layoutrow .responsive-section-btn {
    margin-top: 24px;
  }
}
.nodemodule .areaunit {
  color: #ffe161;
  text-align: center;
}
.nodemodule .responsive-section-title {
  color: #181824;
}
.nodemodule .responsive-section-title,
.nodemodule .responsive-section-btn {
  text-align: center;
  color: #ffe161;
}
.stacklayer {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #260e38;
}
.stacklayer .wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.stacklayer .wrapper .item {
  padding: 0 40px;
}
.stacklayer .item {
  margin-bottom: 40px;
}
.stacklayer .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stacklayer .item .item-wrapper .item-content .group {
  margin-bottom: 20px;
}
.stacklayer .item .item-wrapper .item-content .group .zoneunitbox {
  display: inline-flex;
  align-items: center;
}
.stacklayer .item .item-wrapper .item-content .group .zoneunitbox .item-title {
  margin-bottom: 0;
}
.stacklayer .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.stacklayer .item-title,
.stacklayer .group {
  color: #ffe161;
  text-align: center;
}
.stacklayer .item-text {
  color: #6e6e73;
  text-align: center;
}
.stacklayer .item-text,
.stacklayer .responsive-section-btn {
  text-align: center;
  color: #ffe161;
}
.bar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #160721;
}
@media (max-width: 992px) and (max-width: 992px) {
  .bar .container {
    padding: 0 24px;
  }
}
.bar .row {
  justify-content: space-between;
}
.bar .logo-wrapper {
  display: flex;
}
.bar .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.bar .logo-wrapper .stacksegment {
  width: 100%;
  border-bottom: 1px solid #ffe161;
}
.bar .layoutrow {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .bar .layoutrow {
    padding: 24px 0;
  }
}
.bar .layoutrow .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.bar .layoutrow .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.bar .layoutrow .list .item-wrap:hover,
.bar .layoutrow .list .item-wrap:focus {
  color: #ffe161;
}
.bar .layoutrow .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bar .layoutrow .responsive-section-title {
  margin-bottom: 24px;
}
.bar .layoutrow .gridwrapunit {
  margin-bottom: 0;
  line-height: 1.5;
}
.bar .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .bar .nav-list {
    padding: 0;
  }
}
.bar .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffe161;
  border-bottom: 1px solid #ffe161;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.bar .nav-list .item-wrap:hover,
.bar .nav-list .item-wrap:focus {
  color: #ffe161;
}
.bar .nav-list .item-wrap:hover::before,
.bar .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.bar .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.bar .nav-list .item-wrap::before {
  content: '';
  background-color: #ffe161;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bar .responsive-section-title {
  color: #ffe161;
}
.bar .list {
  color: #F9F6E0;
}
.bar .gridwrapunit {
  color: #ffe161;
}
.bar .list,
.bar .item-wrap {
  color: #ffe161;
}
.edgebox {
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #260e38;
}
.edgebox .flowsegment img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .edgebox .flowsegment img {
    padding: 12px 0;
  }
}
.edgebox .layoutbox {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.edgebox .layoutrow {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffe161;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .edgebox .layoutrow {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .edgebox .layoutrow {
    padding: 26px 22px;
    margin: 0;
  }
}
.edgebox .layoutrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #260e38;
  opacity: 1;
  pointer-events: none;
}
.edgebox .layoutrow .responsive-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.edgebox .layoutrow .unitbox {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .edgebox .layoutrow .unitbox {
    width: 100%;
  }
}
.edgebox .layoutrow .responsive-section-btn {
  position: relative;
  z-index: 2;
}
.edgebox .layoutrow .responsive-section-btn .btn {
  margin-bottom: 0;
}
.edgebox .responsive-section-title {
  color: #191c25;
}
.edgebox .unitbox,
.edgebox .text-wrapper {
  color: #191c25;
  text-align: right;
}
.edgebox .responsive-section-title,
.edgebox .responsive-section-btn {
  text-align: left;
  color: #ffe161;
}
.edgebox .unitbox {
  color: #ffe161;
  text-align: justify;
}
.alignwrap {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #260e38;
}
.alignwrap .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .alignwrap .container-fluid {
    padding: 0 20px;
  }
}
.alignwrap .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .alignwrap .container {
    padding: 0 20px;
  }
}
.alignwrap .row {
  justify-content: center;
}
.alignwrap .group .responsive-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .alignwrap .group .responsive-section-title {
    margin-bottom: 50px;
  }
}
.alignwrap .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .alignwrap .item {
    margin-bottom: 50px;
  }
}
.alignwrap .item a {
  display: block;
  height: 100%;
}
.alignwrap .item a:hover .item-wrapper {
  border-color: #ffe161;
}
.alignwrap .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.alignwrap .item a .item-wrapper {
  padding: 32px;
  border: 2px solid #ffe161;
  height: 100%;
  transition: all 0.3s ease-out;
}
.alignwrap .item a .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.alignwrap .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .alignwrap .item a .item-wrapper .item-img img {
    height: 250px;
  }
}
.alignwrap .item a .item-wrapper .item-content .responsive-card-title {
  margin-bottom: 16px;
}
.alignwrap .item a .item-wrapper .item-content .unitbox {
  margin-bottom: 0;
}
.alignwrap .responsive-section-title {
  color: #1d1d1d;
}
.alignwrap .responsive-card-title {
  color: #ffe161;
  text-align: center;
}
.alignwrap .unitbox {
  color: #ffe161;
  text-align: center;
}
.wrapperunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260e38;
}
.wrapperunit .layoutrow {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .wrapperunit .layoutrow {
    padding: 24px 14px 0 14px;
  }
}
.wrapperunit .layoutrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.wrapperunit .layoutrow .responsive-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .wrapperunit .layoutrow .responsive-section-title {
    margin-bottom: 32px;
  }
}
.wrapperunit .layoutrow .responsive-section-title span {
  color: #bcfe1e;
}
.wrapperunit .layoutrow .pack {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.wrapperunit .layoutrow .pack .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.wrapperunit .layoutrow .pack .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #323046;
  height: 100%;
  box-shadow: 1px 0 1px #ffe161;
}
@media (max-width: 992px) {
  .wrapperunit .layoutrow .pack .item .item-wrapper {
    padding: 14px;
  }
}
.wrapperunit .layoutrow .pack .item .item-wrapper .card-box .zoneunitbox .item-title {
  padding: 14px 32px;
  background-color: #502274;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .wrapperunit .layoutrow .pack .item .item-wrapper .card-box .zoneunitbox .item-title {
    padding: 14px;
  }
}
.wrapperunit .layoutrow .pack .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.wrapperunit .responsive-section-title {
  color: #ffffff;
  text-align: center;
}
.wrapperunit .item-title {
  color: #ffffff;
  text-align: center;
}
.wrapperunit .item-text {
  color: #ffe161;
  text-align: center;
}
.wrapperunit .item-title,
.wrapperunit .zoneunitbox {
  color: #ffe161;
}
.tile {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260e38;
}
@media (max-width: 992px) {
  .tile .container {
    padding: 0 30px;
  }
}
.tile .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.tile .text-wrapper .unitbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .tile .text-wrapper .unitbox {
    margin-bottom: 30px;
  }
}
.tile .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .tile .wrapper {
    display: block;
  }
}
.tile .wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #ffe161;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.tile .wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .tile .wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #ffe161;
  }
}
.tile .wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.tile .wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.tile .wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.tile .wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.tile .wrapper .item .item-wrapper .item-content .unitbox {
  margin-bottom: 0;
}
.tile .wrapper .item .responsive-section-btn {
  margin-top: 30px;
}
.tile .item-title {
  color: #22654E;
}
.tile .item-text {
  color: #ffe161;
  text-align: center;
}
.tile .item-title,
.tile .responsive-section-btn {
  color: #ffe161;
  text-align: center;
}
.routebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260e38;
}
@media (max-width: 992px) {
  .routebox .container {
    padding: 0 20px;
  }
}
.routebox .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .routebox .row {
    padding: 0;
  }
}
.routebox .responsive-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .routebox .responsive-section-title {
    margin-bottom: 32px;
  }
}
.routebox .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .routebox .item {
    padding: 0 12px;
  }
}
.routebox .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .routebox .item .item-wrapper {
    padding: 32px 16px;
  }
}
.routebox .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #260e38;
  opacity: 1;
}
.routebox .item .item-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: 12%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  filter: blur(180px);
  background-color: #9fdbf8;
}
.routebox .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .routebox .item .item-wrapper .item-img {
    display: block;
  }
}
.routebox .item .item-wrapper .item-img img {
  width: 112px;
  height: 112px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .routebox .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.routebox .item .item-wrapper .item-img .name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.routebox .item .item-wrapper .item-img .name-wrapper .name-wrap .col {
  margin-bottom: 0;
}
.routebox .item .item-wrapper .item-img .name-wrapper .name-wrap .core {
  margin-bottom: 0;
}
.routebox .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.routebox .item .item-wrapper .item-content .unitbox {
  margin-bottom: 0;
}
.routebox .col {
  color: #000000;
}
.routebox .core {
  color: #000000;
}
.routebox .unitbox {
  color: #ffe161;
  text-align: center;
}
.routebox .col {
  color: #ffe161;
  text-align: center;
}
.modlayer .navbar {
  padding: 0.5rem 0;
  background: #160721;
  transition: none;
  min-height: 100px;
}
.modlayer a {
  font-style: normal;
}
.modlayer a .link:hover {
  color: inherit !important;
}
.modlayer .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.modlayer .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.modlayer .nav-item:focus,
.modlayer .nav-link:focus {
  outline: none;
}
.modlayer .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modlayer .menu-logo {
  margin-right: auto;
}
.modlayer .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.modlayer .menu-logo .navbar-brand .depthbox {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.modlayer .menu-logo .navbar-brand .depthbox img {
  display: flex;
  width: auto;
}
.modlayer .menu-logo .navbar-brand .depthbox a {
  display: inline-flex;
}
.modlayer .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.modlayer button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.8rem;
  right: 1rem;
}
.modlayer button.navbar-toggler:focus {
  outline: none;
}
.modlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .modlayer .subbox {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer img {
    height: 3.8rem !important;
  }
  .modlayer .btn {
    display: -webkit-flex;
  }
  .modlayer button.navbar-toggler {
    display: block;
  }
  .modlayer .navbar-brand {
    margin-left: 1rem !important;
  }
  .modlayer .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  
  .modlayer .navbar-collapse.show {
    display: block !important;
  }
  
  .modlayer .navbar-collapse.show .layerbox {
    display: block;
    text-align: center;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item {
    clear: both;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .modlayer .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.modlayer .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.modlayer .nav-link {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.modlayer .nav-link:hover {
  color: #ffe161 !important;
  border-color: #ffe161;
}
.bar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #160721;
}
@media (max-width: 992px) and (max-width: 992px) {
  .bar .container {
    padding: 0 24px;
  }
}
.bar .row {
  justify-content: space-between;
}
.bar .logo-wrapper {
  display: flex;
}
.bar .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.bar .logo-wrapper .stacksegment {
  width: 100%;
  border-bottom: 1px solid #ffe161;
}
.bar .layoutrow {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .bar .layoutrow {
    padding: 24px 0;
  }
}
.bar .layoutrow .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.bar .layoutrow .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.bar .layoutrow .list .item-wrap:hover,
.bar .layoutrow .list .item-wrap:focus {
  color: #ffe161;
}
.bar .layoutrow .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bar .layoutrow .responsive-section-title {
  margin-bottom: 24px;
}
.bar .layoutrow .gridwrapunit {
  margin-bottom: 0;
  line-height: 1.5;
}
.bar .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .bar .nav-list {
    padding: 0;
  }
}
.bar .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffe161;
  border-bottom: 1px solid #ffe161;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.bar .nav-list .item-wrap:hover,
.bar .nav-list .item-wrap:focus {
  color: #ffe161;
}
.bar .nav-list .item-wrap:hover::before,
.bar .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.bar .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.bar .nav-list .item-wrap::before {
  content: '';
  background-color: #ffe161;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bar .responsive-section-title {
  color: #ffe161;
}
.bar .list {
  color: #F9F6E0;
}
.bar .gridwrapunit {
  color: #ffe161;
}
.bar .list,
.bar .item-wrap {
  color: #ffe161;
}
.flexunit {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #260e38;
}
.flexunit .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .flexunit .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .flexunit .container {
    padding: 0 24px;
  }
}
.flexunit .layoutrow {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .flexunit .layoutrow {
    padding: 0;
  }
}
.flexunit .layoutrow img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexunit .layoutrow .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #502274;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .flexunit .layoutrow .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .flexunit .layoutrow .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .flexunit .layoutrow .card-wrap {
    padding: 24px;
  }
}
.flexunit .layoutrow .card-wrap .core {
  width: 100%;
  margin-bottom: 16px;
}
.flexunit .layoutrow .card-wrap .responsive-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.flexunit .layoutrow .card-wrap .unitbox {
  width: 100%;
  margin-bottom: 0;
}
.flexunit .layoutrow .card-wrap .responsive-section-btn {
  width: 100%;
  margin-top: 16px;
}
.flexunit .layoutrow .card-wrap .responsive-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.flexunit .layoutrow .card-wrap .responsive-section-btn .btn:hover,
.flexunit .layoutrow .card-wrap .responsive-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.flexunit .responsive-section-title {
  color: #141414;
}
.flexunit .core {
  color: #141414;
}
.flexunit .unitbox {
  color: #ffe161;
}
.flexunit .responsive-section-title,
.flexunit .responsive-section-btn {
  color: #ffe161;
  text-align: center;
}
.nodecore {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #260e38;
}
.nodecore .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.nodecore .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.nodecore .bodybox {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.nodecore .bodybox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.nodecore .text-element {
  padding: 1rem;
}
.nodecore .main,
.nodecore .main-reverse {
  background: #502274;
}
@media (max-width: 991px) {
  .nodecore .main:first-child {
    padding-top: 1rem;
  }
  .nodecore .bodybox,
  .nodecore .text-element {
    margin-bottom: 1rem;
  }
  .nodecore .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .nodecore .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .nodecore .bodybox,
  .nodecore .text-element {
    margin-bottom: 0;
  }
  .nodecore .main:first-child {
    padding-top: 0;
  }
}
.nodecore .section {
  color: #ffe161;
}
.nodecore .unitbox {
  color: #ffe161;
}
.fieldbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260e38;
}
.fieldbox .group {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .fieldbox .group {
    margin-bottom: 32px;
  }
}
.fieldbox .group .areaunit {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.fieldbox .group .responsive-section-title {
  margin-bottom: 24px;
}
.fieldbox .group .text-wrapper .unitbox {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .fieldbox .group .text-wrapper .unitbox {
    width: 100%;
  }
}
.fieldbox .wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .fieldbox .wrapper {
    display: block;
  }
}
.fieldbox .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .fieldbox .item {
    margin-bottom: 20px;
  }
}
.fieldbox .item .item-wrapper {
  height: 100%;
  padding: 8px;
  border: 1px solid #9fdbf8;
  background-color: #502274;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .fieldbox .item .item-wrapper {
    padding: 6px;
  }
}
.fieldbox .item .item-wrapper .card-box {
  position: relative;
  padding: 16px;
  background-color: #502274;
  border: 1px solid #9fdbf8;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .fieldbox .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.fieldbox .item .item-wrapper .card-box .wrap {
  background-color: #9fdbf8;
  filter: blur(0.75rem);
  border-radius: 50vw;
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  top: 12px;
  right: 12px;
}
.fieldbox .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.fieldbox .item .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.fieldbox .item .item-wrapper .card-box .responsive-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 24px;
}
.fieldbox .item .item-wrapper .card-box .responsive-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.fieldbox .areaunit {
  color: #49496d;
  text-align: center;
}
.fieldbox .responsive-section-title {
  color: #181824;
  text-align: center;
}
.fieldbox .unitbox,
.fieldbox .text-wrapper {
  color: #54547e;
  text-align: center;
}
.fieldbox .item-title {
  color: #181824;
}
.fieldbox .item-text {
  color: #ffe161;
  text-align: center;
}
.fieldbox .core {
  color: #49496d;
  text-align: center;
}
.fieldbox .item-title,
.fieldbox .responsive-section-btn {
  color: #ffe161;
  text-align: center;
}
.blockwrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #260e38;
}
.blockwrap .card-box {
  padding-top: 3rem;
}
.blockwrap .responsive-section-btn {
  width: 100%;
  text-align: center;
}
.blockwrap .btn-md {
  padding: 1rem;
}
.blockwrap .btn-primary-outline,
.blockwrap .btn-secondary-outline,
.blockwrap .btn-info-outline,
.blockwrap .btn-success-outline,
.blockwrap .btn-warning-outline,
.blockwrap .btn-danger-outline,
.blockwrap .btn-black-outline,
.blockwrap .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.blockwrap .btn-primary-outline span,
.blockwrap .btn-secondary-outline span,
.blockwrap .btn-info-outline span,
.blockwrap .btn-success-outline span,
.blockwrap .btn-warning-outline span,
.blockwrap .btn-danger-outline span,
.blockwrap .btn-black-outline span,
.blockwrap .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.blockwrap .btn-primary-outline:hover span,
.blockwrap .btn-secondary-outline:hover span,
.blockwrap .btn-info-outline:hover span,
.blockwrap .btn-success-outline:hover span,
.blockwrap .btn-warning-outline:hover span,
.blockwrap .btn-danger-outline:hover span,
.blockwrap .btn-black-outline:hover span,
.blockwrap .btn-white-outline:hover span {
  padding-left: 10px;
}
.blockwrap .btn-primary-outline:hover,
.blockwrap .btn-secondary-outline:hover,
.blockwrap .btn-info-outline:hover,
.blockwrap .btn-success-outline:hover,
.blockwrap .btn-warning-outline:hover,
.blockwrap .btn-danger-outline:hover,
.blockwrap .btn-black-outline:hover,
.blockwrap .btn-white-outline:hover {
  background-color: transparent!important;
  color: #ffe161 !important;
  box-shadow: none!important;
}
.blockwrap .btn-primary-outline:active,
.blockwrap .btn-secondary-outline:active,
.blockwrap .btn-info-outline:active,
.blockwrap .btn-success-outline:active,
.blockwrap .btn-warning-outline:active,
.blockwrap .btn-danger-outline:active,
.blockwrap .btn-black-outline:active,
.blockwrap .btn-white-outline:active,
.blockwrap .btn-primary-outline:focus,
.blockwrap .btn-secondary-outline:focus,
.blockwrap .btn-info-outline:focus,
.blockwrap .btn-success-outline:focus,
.blockwrap .btn-warning-outline:focus,
.blockwrap .btn-danger-outline:focus,
.blockwrap .btn-black-outline:focus,
.blockwrap .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.blockwrap .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #502274;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.blockwrap .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.blockwrap img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
}
.blockwrap .card-title {
  color: #ffe161;
  text-align: center;
}
.blockwrap .row {
  justify-content: center;
}
.blockwrap P {
  text-align: center;
}
.blockwrap .unitbox,
.blockwrap .link {
  text-align: center;
  color: #ffe161;
}
@media (max-width: 576px) {
  .blockwrap .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.blockwrap .card-img {
  width: auto;
}
.flowunit {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #260e38;
}
.flowunit .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .flowunit .line {
    margin-bottom: 1rem;
  }
}
.flowunit .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .flowunit .line {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .flowunit .text-wrapper {
    padding: 0 2rem;
  }
}
.flowunit .responsive-section-title {
  color: #ffe161;
  text-align: center;
}
.flowunit .unitbox,
.flowunit .responsive-section-btn {
  color: #ffe161;
  text-align: center;
}
.flowunit img {
  width: 100%;
  height: 100%;
}
.modlayer .navbar {
  padding: 0.5rem 0;
  background: #160721;
  transition: none;
  min-height: 100px;
}
.modlayer a {
  font-style: normal;
}
.modlayer a .link:hover {
  color: inherit !important;
}
.modlayer .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.modlayer .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.modlayer .nav-item:focus,
.modlayer .nav-link:focus {
  outline: none;
}
.modlayer .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modlayer .menu-logo {
  margin-right: auto;
}
.modlayer .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.modlayer .menu-logo .navbar-brand .depthbox {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.modlayer .menu-logo .navbar-brand .depthbox img {
  display: flex;
  width: auto;
}
.modlayer .menu-logo .navbar-brand .depthbox a {
  display: inline-flex;
}
.modlayer .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.modlayer button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.8rem;
  right: 1rem;
}
.modlayer button.navbar-toggler:focus {
  outline: none;
}
.modlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .modlayer .subbox {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer img {
    height: 3.8rem !important;
  }
  .modlayer .btn {
    display: -webkit-flex;
  }
  .modlayer button.navbar-toggler {
    display: block;
  }
  .modlayer .navbar-brand {
    margin-left: 1rem !important;
  }
  .modlayer .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  
  .modlayer .navbar-collapse.show {
    display: block !important;
  }
  
  .modlayer .navbar-collapse.show .layerbox {
    display: block;
    text-align: center;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item {
    clear: both;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .modlayer .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.modlayer .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.modlayer .nav-link {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.modlayer .nav-link:hover {
  color: #ffe161 !important;
  border-color: #ffe161;
}
.bar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #160721;
}
@media (max-width: 992px) and (max-width: 992px) {
  .bar .container {
    padding: 0 24px;
  }
}
.bar .row {
  justify-content: space-between;
}
.bar .logo-wrapper {
  display: flex;
}
.bar .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.bar .logo-wrapper .stacksegment {
  width: 100%;
  border-bottom: 1px solid #ffe161;
}
.bar .layoutrow {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .bar .layoutrow {
    padding: 24px 0;
  }
}
.bar .layoutrow .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.bar .layoutrow .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.bar .layoutrow .list .item-wrap:hover,
.bar .layoutrow .list .item-wrap:focus {
  color: #ffe161;
}
.bar .layoutrow .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bar .layoutrow .responsive-section-title {
  margin-bottom: 24px;
}
.bar .layoutrow .gridwrapunit {
  margin-bottom: 0;
  line-height: 1.5;
}
.bar .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .bar .nav-list {
    padding: 0;
  }
}
.bar .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffe161;
  border-bottom: 1px solid #ffe161;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.bar .nav-list .item-wrap:hover,
.bar .nav-list .item-wrap:focus {
  color: #ffe161;
}
.bar .nav-list .item-wrap:hover::before,
.bar .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.bar .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.bar .nav-list .item-wrap::before {
  content: '';
  background-color: #ffe161;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bar .responsive-section-title {
  color: #ffe161;
}
.bar .list {
  color: #F9F6E0;
}
.bar .gridwrapunit {
  color: #ffe161;
}
.bar .list,
.bar .item-wrap {
  color: #ffe161;
}
.coverunit {
  padding-top: 9rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffe161;
  background-color: #260e38;
}
.coverunit .card {
  justify-content: center;
}
.coverunit .layoutrow {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .coverunit .layoutrow {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .coverunit .layoutrow {
    padding: 0;
    margin-bottom: 32px;
  }
}
.coverunit .layoutrow .responsive-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .coverunit .layoutrow .responsive-section-btn {
    margin-bottom: 22px;
  }
}
.coverunit .layoutrow .responsive-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverunit .layoutrow .responsive-section-title {
    margin-bottom: 32px;
  }
}
.coverunit .layoutrow .text-wrapper .unitbox {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverunit .layoutrow .text-wrapper .unitbox {
    margin-bottom: 32px;
  }
}
.coverunit .line {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .coverunit .line {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .coverunit .line {
    padding-right: 0;
  }
}
.coverunit .line img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffe161;
  box-shadow: -10px 10px 0 0 #ffe161;
}
@media (max-width: 992px) {
  .coverunit .line img {
    box-shadow: -5px 5px 0 0 #ffe161;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .coverunit .line img {
    box-shadow: -5px 5px 0 0 #ffe161;
  }
}
.coverunit .responsive-section-title {
  color: #ffffff;
}
.coverunit .unitbox {
  color: #ffffff;
}
.coverunit .responsive-section-title,
.coverunit .responsive-section-btn {
  color: #ffe161;
  text-align: center;
}
.coverunit .unitbox,
.coverunit .text-wrapper {
  color: #ffe161;
  text-align: center;
}
.borderbox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #260e38;
}
.borderbox .card-wrapper {
  background: #502274;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .borderbox .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1500px) {
  .borderbox .container {
    max-width: 1400px;
  }
}
.borderbox .row {
  justify-content: center;
}
.borderbox .card-title {
  text-align: center;
  color: #ffe161;
}
.borderbox .card-text {
  color: #ffe161;
  text-align: center;
}
.modlayer .navbar {
  padding: 0.5rem 0;
  background: #160721;
  transition: none;
  min-height: 100px;
}
.modlayer a {
  font-style: normal;
}
.modlayer a .link:hover {
  color: inherit !important;
}
.modlayer .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.modlayer .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.modlayer .nav-item:focus,
.modlayer .nav-link:focus {
  outline: none;
}
.modlayer .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modlayer .menu-logo {
  margin-right: auto;
}
.modlayer .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.modlayer .menu-logo .navbar-brand .depthbox {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.modlayer .menu-logo .navbar-brand .depthbox img {
  display: flex;
  width: auto;
}
.modlayer .menu-logo .navbar-brand .depthbox a {
  display: inline-flex;
}
.modlayer .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.modlayer button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.8rem;
  right: 1rem;
}
.modlayer button.navbar-toggler:focus {
  outline: none;
}
.modlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .modlayer .subbox {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer img {
    height: 3.8rem !important;
  }
  .modlayer .btn {
    display: -webkit-flex;
  }
  .modlayer button.navbar-toggler {
    display: block;
  }
  .modlayer .navbar-brand {
    margin-left: 1rem !important;
  }
  .modlayer .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  
  .modlayer .navbar-collapse.show {
    display: block !important;
  }
  
  .modlayer .navbar-collapse.show .layerbox {
    display: block;
    text-align: center;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item {
    clear: both;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .modlayer .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.modlayer .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.modlayer .nav-link {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.modlayer .nav-link:hover {
  color: #ffe161 !important;
  border-color: #ffe161;
}
.bar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #160721;
}
@media (max-width: 992px) and (max-width: 992px) {
  .bar .container {
    padding: 0 24px;
  }
}
.bar .row {
  justify-content: space-between;
}
.bar .logo-wrapper {
  display: flex;
}
.bar .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.bar .logo-wrapper .stacksegment {
  width: 100%;
  border-bottom: 1px solid #ffe161;
}
.bar .layoutrow {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .bar .layoutrow {
    padding: 24px 0;
  }
}
.bar .layoutrow .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.bar .layoutrow .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.bar .layoutrow .list .item-wrap:hover,
.bar .layoutrow .list .item-wrap:focus {
  color: #ffe161;
}
.bar .layoutrow .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bar .layoutrow .responsive-section-title {
  margin-bottom: 24px;
}
.bar .layoutrow .gridwrapunit {
  margin-bottom: 0;
  line-height: 1.5;
}
.bar .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .bar .nav-list {
    padding: 0;
  }
}
.bar .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffe161;
  border-bottom: 1px solid #ffe161;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.bar .nav-list .item-wrap:hover,
.bar .nav-list .item-wrap:focus {
  color: #ffe161;
}
.bar .nav-list .item-wrap:hover::before,
.bar .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.bar .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.bar .nav-list .item-wrap::before {
  content: '';
  background-color: #ffe161;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bar .responsive-section-title {
  color: #ffe161;
}
.bar .list {
  color: #F9F6E0;
}
.bar .gridwrapunit {
  color: #ffe161;
}
.bar .list,
.bar .item-wrap {
  color: #ffe161;
}
.nodeunit {
  padding-top: 7rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #260e38;
}
.nodeunit .card-wrapper {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .nodeunit .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.nodeunit .line img {
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .nodeunit .line img {
    min-height: 840px;
    max-width: 550px;
  }
}
.nodeunit .responsive-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .nodeunit .responsive-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .nodeunit .responsive-section-btn {
    margin-right: 1.5rem;
  }
}
.nodeunit .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.nodeunit .btn:hover,
.nodeunit .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .nodeunit .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.nodeunit .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.nodeunit .btn:hover:before,
.nodeunit .btn:focus:before {
  left: -1px;
  top: -2px;
}
.nodeunit .btn-secondary {
  color: #000000 !important;
}
.nodeunit .btn-secondary:hover {
  color: #000000 !important;
}
.nodeunit .card-title,
.nodeunit .responsive-section-btn {
  color: #ffe161;
  text-align: center;
}
.nodeunit .unitbox {
  color: #ffe161;
}
.boxsegment {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #260e38;
}
.boxsegment .row {
  align-items: center;
  justify-content: center;
}
.boxsegment .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #502274;
}
.boxsegment .shape_right {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #502274;
}
.boxsegment .content_box {
  position: relative;
  z-index: 1;
}
.boxsegment .responsive-section-title {
  margin-bottom: 21px;
  color: #ffe161;
}
.boxsegment .unitbox {
  margin-bottom: 21px;
}
.boxsegment .line,
.boxsegment img {
  width: 100%;
}
.boxsegment .line {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .boxsegment .content_box {
    padding: 0 5rem 0 1rem;
  }
  .boxsegment .image_left {
    padding-top: 5rem;
  }
  .boxsegment .image_right {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .boxsegment .row {
    flex-direction: column;
  }
  .boxsegment .shape {
    display: none;
  }
  .boxsegment .content_box {
    padding: 2rem 0;
  }
}
.boxsegment .unitbox,
.boxsegment .responsive-section-btn {
  color: #ffe161;
}
.holder {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #260e38;
}
@media (max-width: 991px) {
  .holder .responsive-section-title,
  .holder .responsive-section-subtitle,
  .holder .responsive-section-btn,
  .holder .unitbox {
    text-align: center;
  }
}
.holder .responsive-section-title {
  color: #ffe161;
}
.holder .unitbox,
.holder .responsive-section-btn {
  color: #ffe161;
}
.holder .responsive-section-subtitle {
  color: #082c4e;
}
.holder span {
  padding-right: 1rem;
}
.rowunit {
  background-image: url("images/cold1.jpg");
}
.rowunit .flowsegment {
  height: 480px;
}
@media (max-width: 992px) {
  .rowunit .flowsegment {
    height: 350px;
  }
}
.base {
  padding-top: 90px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #260e38;
}
@media (min-width: 1330px) {
  .base .container {
    max-width: 1330px !important;
  }
}
.base .layoutbox {
  background-color: #502274;
}
.base .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #260e38;
}
@media (min-width: 992px) {
  .base .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .base .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.base .img-wrap {
  height: 100%;
}
.base .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.base .responsive-section-subtitle {
  animation-delay: .2s;
}
.base .responsive-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.base [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .base .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.base .responsive-section-subtitle,
.base .responsive-section-btn {
  color: #ffe161;
  text-align: left;
}
.modlayer .navbar {
  padding: 0.5rem 0;
  background: #160721;
  transition: none;
  min-height: 100px;
}
.modlayer a {
  font-style: normal;
}
.modlayer a .link:hover {
  color: inherit !important;
}
.modlayer .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.modlayer .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.modlayer .nav-item:focus,
.modlayer .nav-link:focus {
  outline: none;
}
.modlayer .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modlayer .menu-logo {
  margin-right: auto;
}
.modlayer .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.modlayer .menu-logo .navbar-brand .depthbox {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.modlayer .menu-logo .navbar-brand .depthbox img {
  display: flex;
  width: auto;
}
.modlayer .menu-logo .navbar-brand .depthbox a {
  display: inline-flex;
}
.modlayer .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.modlayer button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.8rem;
  right: 1rem;
}
.modlayer button.navbar-toggler:focus {
  outline: none;
}
.modlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .modlayer .subbox {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer img {
    height: 3.8rem !important;
  }
  .modlayer .btn {
    display: -webkit-flex;
  }
  .modlayer button.navbar-toggler {
    display: block;
  }
  .modlayer .navbar-brand {
    margin-left: 1rem !important;
  }
  .modlayer .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  
  .modlayer .navbar-collapse.show {
    display: block !important;
  }
  
  .modlayer .navbar-collapse.show .layerbox {
    display: block;
    text-align: center;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item {
    clear: both;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .modlayer .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.modlayer .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.modlayer .nav-link {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.modlayer .nav-link:hover {
  color: #ffe161 !important;
  border-color: #ffe161;
}
.bar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #160721;
}
@media (max-width: 992px) and (max-width: 992px) {
  .bar .container {
    padding: 0 24px;
  }
}
.bar .row {
  justify-content: space-between;
}
.bar .logo-wrapper {
  display: flex;
}
.bar .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.bar .logo-wrapper .stacksegment {
  width: 100%;
  border-bottom: 1px solid #ffe161;
}
.bar .layoutrow {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .bar .layoutrow {
    padding: 24px 0;
  }
}
.bar .layoutrow .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.bar .layoutrow .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.bar .layoutrow .list .item-wrap:hover,
.bar .layoutrow .list .item-wrap:focus {
  color: #ffe161;
}
.bar .layoutrow .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bar .layoutrow .responsive-section-title {
  margin-bottom: 24px;
}
.bar .layoutrow .gridwrapunit {
  margin-bottom: 0;
  line-height: 1.5;
}
.bar .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .bar .nav-list {
    padding: 0;
  }
}
.bar .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffe161;
  border-bottom: 1px solid #ffe161;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.bar .nav-list .item-wrap:hover,
.bar .nav-list .item-wrap:focus {
  color: #ffe161;
}
.bar .nav-list .item-wrap:hover::before,
.bar .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.bar .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.bar .nav-list .item-wrap::before {
  content: '';
  background-color: #ffe161;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bar .responsive-section-title {
  color: #ffe161;
}
.bar .list {
  color: #F9F6E0;
}
.bar .gridwrapunit {
  color: #ffe161;
}
.bar .list,
.bar .item-wrap {
  color: #ffe161;
}
.field {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #502274;
  position: relative;
  overflow: hidden;
}
.field::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #ffe161 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .field .container {
    padding: 0 16px;
  }
}
.field .row {
  position: relative;
  justify-content: space-between;
}
.field .row .card {
  justify-content: space-between;
}
.field .group {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.field .group .responsive-section-title {
  margin-bottom: 24px;
}
.field .group .responsive-section-title span {
  color: #ffe161;
}
.field .group .unitbox {
  margin-bottom: 0;
}
.field .dragArea.row {
  position: relative;
  z-index: 1;
}
.field .dragArea.row .responsive-section-title {
  margin-bottom: 24px !important;
}
.field .dragArea.row .unitbox {
  margin-bottom: 24px !important;
}
.field .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.field .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #ffffff;
}
.field .dragArea.row .form-group .form-control:hover,
.field .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.field .dragArea.row .form-group .form-control::placeholder {
  color: #e9c0e9;
}
.field .dragArea.row .form-group textarea {
  min-height: 250px;
}
.field .dragArea.row .responsive-section-btn {
  width: 100%;
}
.field .dragArea.row .responsive-section-btn .btn {
  margin-top: 0;
}
.field .responsive-section-title {
  color: #000000;
}
.field .unitbox {
  color: #ffe161;
  text-align: center;
}
.field label {
  color: #000000;
}
.field .responsive-section-title,
.field .responsive-section-btn {
  color: #ffe161;
  text-align: center;
}

.field .item-wrapper {
  color: #000000;
}
.deck {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #260e38;
}
.deck .line img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #ffe161;
}
.deck .row {
  flex-direction: row-reverse;
}
.deck .row {
  align-items: center;
}
@media (max-width: 991px) {
  .deck .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.deck .responsive-section-title {
  color: #ffe161;
}
@media (max-width: 991px) {
  .deck .text-wrapper {
    text-align: center;
  }
}
.deck .unitbox,
.deck .responsive-section-btn {
  color: #ffe161;
}

.deck .responsive-section-btn {
  color: #fdfde1;
}
.deck .core,
.deck .responsive-section-btn {
  color: #fdfde1;
}
.modlayer .navbar {
  padding: 0.5rem 0;
  background: #160721;
  transition: none;
  min-height: 100px;
}
.modlayer a {
  font-style: normal;
}
.modlayer a .link:hover {
  color: inherit !important;
}
.modlayer .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.modlayer .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.modlayer .nav-item:focus,
.modlayer .nav-link:focus {
  outline: none;
}
.modlayer .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modlayer .menu-logo {
  margin-right: auto;
}
.modlayer .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.modlayer .menu-logo .navbar-brand .depthbox {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.modlayer .menu-logo .navbar-brand .depthbox img {
  display: flex;
  width: auto;
}
.modlayer .menu-logo .navbar-brand .depthbox a {
  display: inline-flex;
}
.modlayer .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.modlayer button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.8rem;
  right: 1rem;
}
.modlayer button.navbar-toggler:focus {
  outline: none;
}
.modlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .modlayer .subbox {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer img {
    height: 3.8rem !important;
  }
  .modlayer .btn {
    display: -webkit-flex;
  }
  .modlayer button.navbar-toggler {
    display: block;
  }
  .modlayer .navbar-brand {
    margin-left: 1rem !important;
  }
  .modlayer .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  
  .modlayer .navbar-collapse.show {
    display: block !important;
  }
  
  .modlayer .navbar-collapse.show .layerbox {
    display: block;
    text-align: center;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item {
    clear: both;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .modlayer .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.modlayer .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.modlayer .nav-link {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.modlayer .nav-link:hover {
  color: #ffe161 !important;
  border-color: #ffe161;
}
.bar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #160721;
}
@media (max-width: 992px) and (max-width: 992px) {
  .bar .container {
    padding: 0 24px;
  }
}
.bar .row {
  justify-content: space-between;
}
.bar .logo-wrapper {
  display: flex;
}
.bar .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.bar .logo-wrapper .stacksegment {
  width: 100%;
  border-bottom: 1px solid #ffe161;
}
.bar .layoutrow {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .bar .layoutrow {
    padding: 24px 0;
  }
}
.bar .layoutrow .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.bar .layoutrow .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.bar .layoutrow .list .item-wrap:hover,
.bar .layoutrow .list .item-wrap:focus {
  color: #ffe161;
}
.bar .layoutrow .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bar .layoutrow .responsive-section-title {
  margin-bottom: 24px;
}
.bar .layoutrow .gridwrapunit {
  margin-bottom: 0;
  line-height: 1.5;
}
.bar .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .bar .nav-list {
    padding: 0;
  }
}
.bar .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffe161;
  border-bottom: 1px solid #ffe161;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.bar .nav-list .item-wrap:hover,
.bar .nav-list .item-wrap:focus {
  color: #ffe161;
}
.bar .nav-list .item-wrap:hover::before,
.bar .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.bar .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.bar .nav-list .item-wrap::before {
  content: '';
  background-color: #ffe161;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bar .responsive-section-title {
  color: #ffe161;
}
.bar .list {
  color: #F9F6E0;
}
.bar .gridwrapunit {
  color: #ffe161;
}
.bar .list,
.bar .item-wrap {
  color: #ffe161;
}
.boxareaunit {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #260e38;
}
.boxareaunit .unitbox,
.boxareaunit .responsive-section-btn {
  text-align: center;
}
.boxareaunit .responsive-section-title {
  text-align: center;
  color: #ffe161;
}
.boxareaunit .responsive-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.chunk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #260e38;
}
.chunk .row {
  justify-content: flex-start;
}
.chunk .container {
  max-width: 1140px;
  margin: 0 auto;
}
.chunk .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .chunk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .chunk .container-fluid {
    padding: 0 15px;
  }
}
.chunk .outerwrapunit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #502274;
}
@media (max-width: 767px) {
  .chunk .outerwrapunit {
    padding: 70px 30px;
  }
}
.chunk .layoutbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.chunk .responsive-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.chunk .responsive-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.chunk .responsive-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .chunk .responsive-section-btn {
    margin-top: 30px;
  }
}
.chunk .responsive-section-subtitle,
.chunk .responsive-section-btn {
  color: #ffe161;
}
.structurebox {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #260e38;
}
.structurebox .row {
  justify-content: flex-start;
}
.structurebox .responsive-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .structurebox .responsive-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .structurebox .responsive-section-title {
    margin-bottom: 48px;
  }
}
.structurebox .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.structurebox .responsive-section-subtitle {
  color: #161616;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.structurebox .unitbox {
  color: #ffe161;
  width: 100%;
  margin-bottom: 0;
}
.structurebox .responsive-section-title,
.structurebox .responsive-section-btn {
  color: #000000;
}
.modlayer .navbar {
  padding: 0.5rem 0;
  background: #160721;
  transition: none;
  min-height: 100px;
}
.modlayer a {
  font-style: normal;
}
.modlayer a .link:hover {
  color: inherit !important;
}
.modlayer .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.modlayer .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.modlayer .nav-item:focus,
.modlayer .nav-link:focus {
  outline: none;
}
.modlayer .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modlayer .menu-logo {
  margin-right: auto;
}
.modlayer .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.modlayer .menu-logo .navbar-brand .depthbox {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.modlayer .menu-logo .navbar-brand .depthbox img {
  display: flex;
  width: auto;
}
.modlayer .menu-logo .navbar-brand .depthbox a {
  display: inline-flex;
}
.modlayer .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.modlayer button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.8rem;
  right: 1rem;
}
.modlayer button.navbar-toggler:focus {
  outline: none;
}
.modlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .modlayer .subbox {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer img {
    height: 3.8rem !important;
  }
  .modlayer .btn {
    display: -webkit-flex;
  }
  .modlayer button.navbar-toggler {
    display: block;
  }
  .modlayer .navbar-brand {
    margin-left: 1rem !important;
  }
  .modlayer .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  
  .modlayer .navbar-collapse.show {
    display: block !important;
  }
  
  .modlayer .navbar-collapse.show .layerbox {
    display: block;
    text-align: center;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item {
    clear: both;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .modlayer .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.modlayer .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.modlayer .nav-link {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.modlayer .nav-link:hover {
  color: #ffe161 !important;
  border-color: #ffe161;
}
.bar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #160721;
}
@media (max-width: 992px) and (max-width: 992px) {
  .bar .container {
    padding: 0 24px;
  }
}
.bar .row {
  justify-content: space-between;
}
.bar .logo-wrapper {
  display: flex;
}
.bar .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.bar .logo-wrapper .stacksegment {
  width: 100%;
  border-bottom: 1px solid #ffe161;
}
.bar .layoutrow {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .bar .layoutrow {
    padding: 24px 0;
  }
}
.bar .layoutrow .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.bar .layoutrow .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.bar .layoutrow .list .item-wrap:hover,
.bar .layoutrow .list .item-wrap:focus {
  color: #ffe161;
}
.bar .layoutrow .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bar .layoutrow .responsive-section-title {
  margin-bottom: 24px;
}
.bar .layoutrow .gridwrapunit {
  margin-bottom: 0;
  line-height: 1.5;
}
.bar .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .bar .nav-list {
    padding: 0;
  }
}
.bar .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffe161;
  border-bottom: 1px solid #ffe161;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.bar .nav-list .item-wrap:hover,
.bar .nav-list .item-wrap:focus {
  color: #ffe161;
}
.bar .nav-list .item-wrap:hover::before,
.bar .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.bar .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.bar .nav-list .item-wrap::before {
  content: '';
  background-color: #ffe161;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bar .responsive-section-title {
  color: #ffe161;
}
.bar .list {
  color: #F9F6E0;
}
.bar .gridwrapunit {
  color: #ffe161;
}
.bar .list,
.bar .item-wrap {
  color: #ffe161;
}
.gridlayer {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #260e38;
}
.gridlayer .unitbox,
.gridlayer .responsive-section-btn {
  text-align: center;
}
.gridlayer .responsive-section-title {
  text-align: center;
  color: #ffe161;
}
.gridlayer .responsive-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.track {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #260e38;
}
.track .row {
  justify-content: flex-start;
}
.track .container {
  max-width: 1140px;
  margin: 0 auto;
}
.track .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .track .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .track .container-fluid {
    padding: 0 15px;
  }
}
.track .outerwrapunit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #502274;
}
@media (max-width: 767px) {
  .track .outerwrapunit {
    padding: 70px 30px;
  }
}
.track .layoutbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.track .responsive-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.track .responsive-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.track .responsive-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .track .responsive-section-btn {
    margin-top: 30px;
  }
}
.track .responsive-section-subtitle,
.track .responsive-section-btn {
  color: #ffe161;
}
.navunit {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #260e38;
}
.navunit .row {
  justify-content: flex-start;
}
.navunit .responsive-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .navunit .responsive-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .navunit .responsive-section-title {
    margin-bottom: 48px;
  }
}
.navunit .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.navunit .responsive-section-subtitle {
  color: #161616;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.navunit .unitbox {
  color: #ffe161;
  width: 100%;
  margin-bottom: 0;
}
.navunit .responsive-section-title,
.navunit .responsive-section-btn {
  color: #000000;
}
.modlayer .navbar {
  padding: 0.5rem 0;
  background: #160721;
  transition: none;
  min-height: 100px;
}
.modlayer a {
  font-style: normal;
}
.modlayer a .link:hover {
  color: inherit !important;
}
.modlayer .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.modlayer .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.modlayer .nav-item:focus,
.modlayer .nav-link:focus {
  outline: none;
}
.modlayer .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modlayer .menu-logo {
  margin-right: auto;
}
.modlayer .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.modlayer .menu-logo .navbar-brand .depthbox {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.modlayer .menu-logo .navbar-brand .depthbox img {
  display: flex;
  width: auto;
}
.modlayer .menu-logo .navbar-brand .depthbox a {
  display: inline-flex;
}
.modlayer .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.modlayer button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.8rem;
  right: 1rem;
}
.modlayer button.navbar-toggler:focus {
  outline: none;
}
.modlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .modlayer .subbox {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer img {
    height: 3.8rem !important;
  }
  .modlayer .btn {
    display: -webkit-flex;
  }
  .modlayer button.navbar-toggler {
    display: block;
  }
  .modlayer .navbar-brand {
    margin-left: 1rem !important;
  }
  .modlayer .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  
  .modlayer .navbar-collapse.show {
    display: block !important;
  }
  
  .modlayer .navbar-collapse.show .layerbox {
    display: block;
    text-align: center;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item {
    clear: both;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .modlayer .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.modlayer .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.modlayer .nav-link {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.modlayer .nav-link:hover {
  color: #ffe161 !important;
  border-color: #ffe161;
}
.bar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #160721;
}
@media (max-width: 992px) and (max-width: 992px) {
  .bar .container {
    padding: 0 24px;
  }
}
.bar .row {
  justify-content: space-between;
}
.bar .logo-wrapper {
  display: flex;
}
.bar .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.bar .logo-wrapper .stacksegment {
  width: 100%;
  border-bottom: 1px solid #ffe161;
}
.bar .layoutrow {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .bar .layoutrow {
    padding: 24px 0;
  }
}
.bar .layoutrow .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.bar .layoutrow .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.bar .layoutrow .list .item-wrap:hover,
.bar .layoutrow .list .item-wrap:focus {
  color: #ffe161;
}
.bar .layoutrow .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bar .layoutrow .responsive-section-title {
  margin-bottom: 24px;
}
.bar .layoutrow .gridwrapunit {
  margin-bottom: 0;
  line-height: 1.5;
}
.bar .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .bar .nav-list {
    padding: 0;
  }
}
.bar .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffe161;
  border-bottom: 1px solid #ffe161;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.bar .nav-list .item-wrap:hover,
.bar .nav-list .item-wrap:focus {
  color: #ffe161;
}
.bar .nav-list .item-wrap:hover::before,
.bar .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.bar .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.bar .nav-list .item-wrap::before {
  content: '';
  background-color: #ffe161;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bar .responsive-section-title {
  color: #ffe161;
}
.bar .list {
  color: #F9F6E0;
}
.bar .gridwrapunit {
  color: #ffe161;
}
.bar .list,
.bar .item-wrap {
  color: #ffe161;
}
.modsegment {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #260e38;
}
.modsegment .unitbox,
.modsegment .responsive-section-btn {
  text-align: center;
}
.modsegment .responsive-section-title {
  text-align: center;
  color: #ffe161;
}
.modsegment .responsive-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.unitfield {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #260e38;
}
.unitfield .row {
  justify-content: flex-start;
}
.unitfield .container {
  max-width: 1140px;
  margin: 0 auto;
}
.unitfield .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .unitfield .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .unitfield .container-fluid {
    padding: 0 15px;
  }
}
.unitfield .outerwrapunit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #502274;
}
@media (max-width: 767px) {
  .unitfield .outerwrapunit {
    padding: 70px 30px;
  }
}
.unitfield .layoutbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.unitfield .responsive-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.unitfield .responsive-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.unitfield .responsive-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .unitfield .responsive-section-btn {
    margin-top: 30px;
  }
}
.unitfield .responsive-section-subtitle,
.unitfield .responsive-section-btn {
  color: #ffe161;
}
.markbox {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #260e38;
}
.markbox .row {
  justify-content: flex-start;
}
.markbox .responsive-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .markbox .responsive-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .markbox .responsive-section-title {
    margin-bottom: 48px;
  }
}
.markbox .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.markbox .responsive-section-subtitle {
  color: #161616;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.markbox .unitbox {
  color: #ffe161;
  width: 100%;
  margin-bottom: 0;
}
.markbox .responsive-section-title,
.markbox .responsive-section-btn {
  color: #000000;
}
.modlayer .navbar {
  padding: 0.5rem 0;
  background: #160721;
  transition: none;
  min-height: 100px;
}
.modlayer a {
  font-style: normal;
}
.modlayer a .link:hover {
  color: inherit !important;
}
.modlayer .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.modlayer .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.modlayer .nav-item:focus,
.modlayer .nav-link:focus {
  outline: none;
}
.modlayer .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modlayer .menu-logo {
  margin-right: auto;
}
.modlayer .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.modlayer .menu-logo .navbar-brand .depthbox {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.modlayer .menu-logo .navbar-brand .depthbox img {
  display: flex;
  width: auto;
}
.modlayer .menu-logo .navbar-brand .depthbox a {
  display: inline-flex;
}
.modlayer .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.modlayer button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.8rem;
  right: 1rem;
}
.modlayer button.navbar-toggler:focus {
  outline: none;
}
.modlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .modlayer .subbox {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer img {
    height: 3.8rem !important;
  }
  .modlayer .btn {
    display: -webkit-flex;
  }
  .modlayer button.navbar-toggler {
    display: block;
  }
  .modlayer .navbar-brand {
    margin-left: 1rem !important;
  }
  .modlayer .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  
  .modlayer .navbar-collapse.show {
    display: block !important;
  }
  
  .modlayer .navbar-collapse.show .layerbox {
    display: block;
    text-align: center;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item {
    clear: both;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .modlayer .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.modlayer .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.modlayer .nav-link {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.modlayer .nav-link:hover {
  color: #ffe161 !important;
  border-color: #ffe161;
}
.bar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #160721;
}
@media (max-width: 992px) and (max-width: 992px) {
  .bar .container {
    padding: 0 24px;
  }
}
.bar .row {
  justify-content: space-between;
}
.bar .logo-wrapper {
  display: flex;
}
.bar .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.bar .logo-wrapper .stacksegment {
  width: 100%;
  border-bottom: 1px solid #ffe161;
}
.bar .layoutrow {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .bar .layoutrow {
    padding: 24px 0;
  }
}
.bar .layoutrow .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.bar .layoutrow .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.bar .layoutrow .list .item-wrap:hover,
.bar .layoutrow .list .item-wrap:focus {
  color: #ffe161;
}
.bar .layoutrow .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bar .layoutrow .responsive-section-title {
  margin-bottom: 24px;
}
.bar .layoutrow .gridwrapunit {
  margin-bottom: 0;
  line-height: 1.5;
}
.bar .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .bar .nav-list {
    padding: 0;
  }
}
.bar .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffe161;
  border-bottom: 1px solid #ffe161;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.bar .nav-list .item-wrap:hover,
.bar .nav-list .item-wrap:focus {
  color: #ffe161;
}
.bar .nav-list .item-wrap:hover::before,
.bar .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.bar .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.bar .nav-list .item-wrap::before {
  content: '';
  background-color: #ffe161;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bar .responsive-section-title {
  color: #ffe161;
}
.bar .list {
  color: #F9F6E0;
}
.bar .gridwrapunit {
  color: #ffe161;
}
.bar .list,
.bar .item-wrap {
  color: #ffe161;
}
.body {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #260e38;
}
.body .unitbox,
.body .responsive-section-btn {
  text-align: center;
}
.body .responsive-section-title {
  text-align: center;
  color: #ffe161;
}
.body .responsive-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.layoutbase {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #260e38;
}
.layoutbase .row {
  justify-content: flex-start;
}
.layoutbase .container {
  max-width: 1140px;
  margin: 0 auto;
}
.layoutbase .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .layoutbase .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .layoutbase .container-fluid {
    padding: 0 15px;
  }
}
.layoutbase .outerwrapunit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #502274;
}
@media (max-width: 767px) {
  .layoutbase .outerwrapunit {
    padding: 70px 30px;
  }
}
.layoutbase .layoutbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.layoutbase .responsive-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.layoutbase .responsive-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.layoutbase .responsive-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .layoutbase .responsive-section-btn {
    margin-top: 30px;
  }
}
.layoutbase .responsive-section-subtitle,
.layoutbase .responsive-section-btn {
  color: #ffe161;
}
.partbox {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #260e38;
}
.partbox .row {
  justify-content: flex-start;
}
.partbox .responsive-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .partbox .responsive-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .partbox .responsive-section-title {
    margin-bottom: 48px;
  }
}
.partbox .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.partbox .responsive-section-subtitle {
  color: #161616;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.partbox .unitbox {
  color: #ffe161;
  width: 100%;
  margin-bottom: 0;
}
.partbox .responsive-section-title,
.partbox .responsive-section-btn {
  color: #000000;
}
.modlayer .navbar {
  padding: 0.5rem 0;
  background: #160721;
  transition: none;
  min-height: 100px;
}
.modlayer a {
  font-style: normal;
}
.modlayer a .link:hover {
  color: inherit !important;
}
.modlayer .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.modlayer .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.modlayer .nav-item:focus,
.modlayer .nav-link:focus {
  outline: none;
}
.modlayer .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modlayer .menu-logo {
  margin-right: auto;
}
.modlayer .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.modlayer .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.modlayer .menu-logo .navbar-brand .depthbox {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.modlayer .menu-logo .navbar-brand .depthbox img {
  display: flex;
  width: auto;
}
.modlayer .menu-logo .navbar-brand .depthbox a {
  display: inline-flex;
}
.modlayer .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.modlayer .navbar-toggleable-sm .navbar-collapse .layerbox .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.modlayer button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.8rem;
  right: 1rem;
}
.modlayer button.navbar-toggler:focus {
  outline: none;
}
.modlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .modlayer .subbox {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer img {
    height: 3.8rem !important;
  }
  .modlayer .btn {
    display: -webkit-flex;
  }
  .modlayer button.navbar-toggler {
    display: block;
  }
  .modlayer .navbar-brand {
    margin-left: 1rem !important;
  }
  .modlayer .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modlayer .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  
  .modlayer .navbar-collapse.show {
    display: block !important;
  }
  
  .modlayer .navbar-collapse.show .layerbox {
    display: block;
    text-align: center;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item {
    clear: both;
  }
  
  .modlayer .navbar-collapse.show .layerbox .nav-item:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .modlayer .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.modlayer .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.modlayer .nav-link {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.modlayer .nav-link:hover {
  color: #ffe161 !important;
  border-color: #ffe161;
}
.bar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #160721;
}
@media (max-width: 992px) and (max-width: 992px) {
  .bar .container {
    padding: 0 24px;
  }
}
.bar .row {
  justify-content: space-between;
}
.bar .logo-wrapper {
  display: flex;
}
.bar .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.bar .logo-wrapper .stacksegment {
  width: 100%;
  border-bottom: 1px solid #ffe161;
}
.bar .layoutrow {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .bar .layoutrow {
    padding: 24px 0;
  }
}
.bar .layoutrow .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.bar .layoutrow .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.bar .layoutrow .list .item-wrap:hover,
.bar .layoutrow .list .item-wrap:focus {
  color: #ffe161;
}
.bar .layoutrow .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bar .layoutrow .responsive-section-title {
  margin-bottom: 24px;
}
.bar .layoutrow .gridwrapunit {
  margin-bottom: 0;
  line-height: 1.5;
}
.bar .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .bar .nav-list {
    padding: 0;
  }
}
.bar .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffe161;
  border-bottom: 1px solid #ffe161;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.bar .nav-list .item-wrap:hover,
.bar .nav-list .item-wrap:focus {
  color: #ffe161;
}
.bar .nav-list .item-wrap:hover::before,
.bar .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.bar .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.bar .nav-list .item-wrap::before {
  content: '';
  background-color: #ffe161;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bar .responsive-section-title {
  color: #ffe161;
}
.bar .list {
  color: #F9F6E0;
}
.bar .gridwrapunit {
  color: #ffe161;
}
.bar .list,
.bar .item-wrap {
  color: #ffe161;
}

/* Base Cookie Banner */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}
@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}
.shiftbox {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
.shiftbox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: coolIn 0.8s ease-out forwards;
}
.shiftbox p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.shiftbox button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
  text-align: center;
}
#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}
#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}
#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .shiftbox {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .shiftbox.show {
    transform: translateX(-50%) translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    animation: coolIn 0.8s ease-out forwards !important;
  }
  #cookieBanner button,
  .shiftbox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .shiftbox {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }
  #cookieBanner button,
  .shiftbox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes growOnLoad {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: growOnLoad 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 .coreunit,
.ttc-form #customForm .levelbox {
  background: rgba(5,18,40,0.75);
  border-radius: 16px !important;
  border: 1px solid rgba(135,186,255,0.35);
  padding: 16px 16px 14px;
  margin-bottom: 18px;
}
.ttc-form #customForm .nodecol,
.ttc-form #customForm .tilepad {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #e9f3ff;
}
.ttc-form #customForm .pane,
.ttc-form #customForm .trackbox {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #57b4ff;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px !important;
  border: none;
  cursor: pointer;
  background: radial-gradient(circle at 20% 0,#7ed4ff 0,#2b8dff 45%,#1260d1 100%);
  color: #f7fbff;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .08s ease, box-shadow .16s ease, opacity .16s ease;
}
.ttc-form #customForm .btn:hover {
  transform: translateY(-1px);
  opacity: .97;
}
.ttc-form #customForm .btn:active {
  transform: translateY(0);
  opacity: .94;
}
.ttc-form #customForm .alert {
  border-radius: 14px !important;
  font-size: 14px;
  background: rgba(20,60,20,0.75);
  border: 1px solid rgba(120,255,150,0.5);
  color: #d8ffe6;
  padding: 12px 14px;
  margin-bottom: 16px;
  box-shadow: 0 0 12px rgba(80,255,130,0.25);
}
.ttc-form #customForm a {
  color: #7fd0ff;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm small,
.ttc-form #customForm p {
  color: rgba(214,227,246,0.9);
}
@media (max-width: 991px) {
  .ttc-form {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .ttc-form {
    padding: 20px 14px;
  }
}
/* cssform-end */

.quiz-section {
  background-image: url("images/smooth1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}