:root {

  --site-primary-rgb: 13, 110, 253;
  --site-secondary-rgb: 108, 117, 125;
  --site-info-rgb: 13, 202, 240;
  --site-danger-rgb: 220, 53, 69;
  --site-body-font-family: var(--site-font-sans-serif);
  --site-body-font-size: 1rem;
  --site-body-font-weight: 400;
  --site-body-line-height: 1.5;
  --site-body-color: #212529;
  --site-body-color-rgb: 33, 37, 41;
  --site-body-bg: #fff;
  --site-emphasis-color-rgb: 0, 0, 0;
  --site-secondary-color: rgba(33, 37, 41, 0.75);
  --site-heading-color: inherit;
  --site-link-color: #0d6efd;
  --site-link-color-rgb: 13, 110, 253;
  --site-link-hover-color: #0a58ca;
  --site-link-hover-color-rgb: 10, 88, 202;
  --site-border-width: 1px;
  --site-border-color-translucent: rgba(0, 0, 0, 0.175);
  --site-border-radius: 0.375rem;
  --site-border-radius-sm: 0.25rem;
  --site-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(--site-body-font-family);
  font-size: var(--site-body-font-size);
  font-weight: var(--site-body-font-weight);
  line-height: var(--site-body-line-height);
  color: var(--site-body-color);
  text-align: var(--site-body-text-align);
  background-color: var(--site-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(--site-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--site-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

strong {
  font-weight: bolder;
}

a {
  color: rgba(var(--site-link-color-rgb), var(--site-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --site-link-color-rgb: var(--site-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;
}

::-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;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    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 {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-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 {
  --site-breakpoint-xs: 0;
  --site-breakpoint-sm: 576px;
  --site-breakpoint-md: 768px;
  --site-breakpoint-lg: 992px;
  --site-breakpoint-xl: 1200px;
  --site-breakpoint-xxl: 1400px;
}

.row {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--site-gutter-y));
  margin-right: calc(-0.5 * var(--site-gutter-x));
  margin-left: calc(-0.5 * var(--site-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-gutter-x) * 0.5);
  margin-top: var(--site-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--site-border-width));
  padding-bottom: calc(0.375rem + var(--site-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--site-border-width));
  padding-bottom: calc(0.5rem + var(--site-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--site-border-width));
  padding-bottom: calc(0.25rem + var(--site-border-width));
  font-size: 0.875rem;
}

.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 {
  --site-btn-padding-x: 0.75rem;
  --site-btn-padding-y: 0.375rem;
  --site-btn-font-family: ;
  --site-btn-font-size: 1rem;
  --site-btn-font-weight: 400;
  --site-btn-line-height: 1.5;
  --site-btn-color: var(--site-body-color);
  --site-btn-bg: transparent;
  --site-btn-border-width: var(--site-border-width);
  --site-btn-border-color: transparent;
  --site-btn-border-radius: var(--site-border-radius);
  --site-btn-hover-border-color: transparent;
  --site-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --site-btn-disabled-opacity: 0.65;
  --site-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--site-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--site-btn-padding-y) var(--site-btn-padding-x);
  font-family: var(--site-btn-font-family);
  font-size: var(--site-btn-font-size);
  font-weight: var(--site-btn-font-weight);
  line-height: var(--site-btn-line-height);
  color: var(--site-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(--site-btn-border-width) solid var(--site-btn-border-color);
  border-radius: var(--site-btn-border-radius);
  background-color: var(--site-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(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--site-btn-color);
  background-color: var(--site-btn-bg);
  border-color: var(--site-btn-border-color);
}
.btn:focus-visible {
  color: var(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--site-btn-active-color);
  background-color: var(--site-btn-active-bg);
  border-color: var(--site-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--site-btn-disabled-color);
  pointer-events: none;
  background-color: var(--site-btn-disabled-bg);
  border-color: var(--site-btn-disabled-border-color);
  opacity: var(--site-btn-disabled-opacity);
}

.btn-primary {
  --site-btn-color: #fff;
  --site-btn-bg: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0b5ed7;
  --site-btn-hover-border-color: #0a58ca;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0a58ca;
  --site-btn-active-border-color: #0a53be;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #0d6efd;
  --site-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --site-btn-color: #fff;
  --site-btn-bg: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #5c636a;
  --site-btn-hover-border-color: #565e64;
  --site-btn-focus-shadow-rgb: 130, 138, 145;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #565e64;
  --site-btn-active-border-color: #51585e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #6c757d;
  --site-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --site-btn-color: #fff;
  --site-btn-bg: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #157347;
  --site-btn-hover-border-color: #146c43;
  --site-btn-focus-shadow-rgb: 60, 153, 110;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #146c43;
  --site-btn-active-border-color: #13653f;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #198754;
  --site-btn-disabled-border-color: #198754;
}

.btn-info {
  --site-btn-color: #000;
  --site-btn-bg: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #31d2f2;
  --site-btn-hover-border-color: #25cff2;
  --site-btn-focus-shadow-rgb: 11, 172, 204;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #3dd5f3;
  --site-btn-active-border-color: #25cff2;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #0dcaf0;
  --site-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --site-btn-color: #000;
  --site-btn-bg: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffca2c;
  --site-btn-hover-border-color: #ffc720;
  --site-btn-focus-shadow-rgb: 217, 164, 6;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffcd39;
  --site-btn-active-border-color: #ffc720;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #ffc107;
  --site-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --site-btn-color: #fff;
  --site-btn-bg: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #bb2d3b;
  --site-btn-hover-border-color: #b02a37;
  --site-btn-focus-shadow-rgb: 225, 83, 97;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #b02a37;
  --site-btn-active-border-color: #a52834;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #dc3545;
  --site-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --site-btn-color: #000;
  --site-btn-bg: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #d3d4d5;
  --site-btn-hover-border-color: #c6c7c8;
  --site-btn-focus-shadow-rgb: 211, 212, 213;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #c6c7c8;
  --site-btn-active-border-color: #babbbc;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #f8f9fa;
  --site-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --site-btn-color: #fff;
  --site-btn-bg: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #424649;
  --site-btn-hover-border-color: #373b3e;
  --site-btn-focus-shadow-rgb: 66, 70, 73;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #4d5154;
  --site-btn-active-border-color: #373b3e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #212529;
  --site-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --site-btn-color: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0d6efd;
  --site-btn-hover-border-color: #0d6efd;
  --site-btn-focus-shadow-rgb: 13, 110, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0d6efd;
  --site-btn-active-border-color: #0d6efd;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0d6efd;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0d6efd;
  --site-gradient: none;
}

.btn-outline-secondary {
  --site-btn-color: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #6c757d;
  --site-btn-hover-border-color: #6c757d;
  --site-btn-focus-shadow-rgb: 108, 117, 125;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #6c757d;
  --site-btn-active-border-color: #6c757d;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #6c757d;
  --site-gradient: none;
}

.btn-outline-success {
  --site-btn-color: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #198754;
  --site-btn-hover-border-color: #198754;
  --site-btn-focus-shadow-rgb: 25, 135, 84;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #198754;
  --site-btn-active-border-color: #198754;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #198754;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #198754;
  --site-gradient: none;
}

.btn-outline-info {
  --site-btn-color: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #0dcaf0;
  --site-btn-hover-border-color: #0dcaf0;
  --site-btn-focus-shadow-rgb: 13, 202, 240;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #0dcaf0;
  --site-btn-active-border-color: #0dcaf0;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0dcaf0;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0dcaf0;
  --site-gradient: none;
}

.btn-outline-warning {
  --site-btn-color: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffc107;
  --site-btn-hover-border-color: #ffc107;
  --site-btn-focus-shadow-rgb: 255, 193, 7;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffc107;
  --site-btn-active-border-color: #ffc107;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #ffc107;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #ffc107;
  --site-gradient: none;
}

.btn-outline-danger {
  --site-btn-color: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #dc3545;
  --site-btn-hover-border-color: #dc3545;
  --site-btn-focus-shadow-rgb: 220, 53, 69;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #dc3545;
  --site-btn-active-border-color: #dc3545;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #dc3545;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #dc3545;
  --site-gradient: none;
}

.btn-outline-light {
  --site-btn-color: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #f8f9fa;
  --site-btn-hover-border-color: #f8f9fa;
  --site-btn-focus-shadow-rgb: 248, 249, 250;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #f8f9fa;
  --site-btn-active-border-color: #f8f9fa;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #f8f9fa;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #f8f9fa;
  --site-gradient: none;
}

.btn-outline-dark {
  --site-btn-color: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #212529;
  --site-btn-hover-border-color: #212529;
  --site-btn-focus-shadow-rgb: 33, 37, 41;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #212529;
  --site-btn-active-border-color: #212529;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #212529;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #212529;
  --site-gradient: none;
}

.btn-link {
  --site-btn-font-weight: 400;
  --site-btn-color: var(--site-link-color);
  --site-btn-bg: transparent;
  --site-btn-border-color: transparent;
  --site-btn-hover-color: var(--site-link-hover-color);
  --site-btn-hover-border-color: transparent;
  --site-btn-active-color: var(--site-link-hover-color);
  --site-btn-active-border-color: transparent;
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-border-color: transparent;
  --site-btn-box-shadow: 0 0 0 #000;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--site-btn-color);
}
.btn-link:hover {
  color: var(--site-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --site-btn-padding-y: 0.5rem;
  --site-btn-padding-x: 1rem;
  --site-btn-font-size: 1.25rem;
  --site-btn-border-radius: var(--site-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --site-btn-padding-y: 0.25rem;
  --site-btn-padding-x: 0.5rem;
  --site-btn-font-size: 0.875rem;
  --site-btn-border-radius: var(--site-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--site-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--site-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(--site-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 {
  --site-nav-link-padding-x: 1rem;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-link-color);
  --site-nav-link-hover-color: var(--site-link-hover-color);
  --site-nav-link-disabled-color: var(--site-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--site-nav-link-padding-y) var(--site-nav-link-padding-x);
  font-size: var(--site-nav-link-font-size);
  font-weight: var(--site-nav-link-font-weight);
  color: var(--site-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(--site-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(--site-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --site-navbar-padding-x: 0;
  --site-navbar-padding-y: 0.5rem;
  --site-navbar-color: rgba(var(--site-emphasis-color-rgb), 0.65);
  --site-navbar-hover-color: rgba(var(--site-emphasis-color-rgb), 0.8);
  --site-navbar-disabled-color: rgba(var(--site-emphasis-color-rgb), 0.3);
  --site-navbar-active-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-padding-y: 0.3125rem;
  --site-navbar-brand-margin-end: 1rem;
  --site-navbar-brand-font-size: 1.25rem;
  --site-navbar-brand-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-hover-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-nav-link-padding-x: 0.5rem;
  --site-navbar-toggler-padding-y: 0.25rem;
  --site-navbar-toggler-padding-x: 0.75rem;
  --site-navbar-toggler-font-size: 1.25rem;
--site-navbar-toggler-border-color: rgba(var(--site-emphasis-color-rgb), 0.15);
  --site-navbar-toggler-border-radius: var(--site-border-radius);
  --site-navbar-toggler-focus-width: 0.25rem;
  --site-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(--site-navbar-padding-y) var(--site-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(--site-navbar-brand-padding-y);
  padding-bottom: var(--site-navbar-brand-padding-y);
  margin-right: var(--site-navbar-brand-margin-end);
  font-size: var(--site-navbar-brand-font-size);
  color: var(--site-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--site-navbar-brand-hover-color);
}

.navbar-nav {
  --site-nav-link-padding-x: 0;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-navbar-color);
  --site-nav-link-hover-color: var(--site-navbar-hover-color);
  --site-nav-link-disabled-color: var(--site-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--site-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--site-navbar-toggler-padding-y) var(--site-navbar-toggler-padding-x);
  font-size: var(--site-navbar-toggler-font-size);
  line-height: 1;
  color: var(--site-navbar-color);
  background-color: transparent;
  border: var(--site-border-width) solid var(--site-navbar-toggler-border-color);
  border-radius: var(--site-navbar-toggler-border-radius);
  transition: var(--site-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(--site-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--site-navbar-nav-link-padding-x);
    padding-left: var(--site-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --site-card-spacer-y: 1rem;
  --site-card-spacer-x: 1rem;
  --site-card-title-spacer-y: 0.5rem;
  --site-card-title-color: ;
  --site-card-subtitle-color: ;
  --site-card-border-width: var(--site-border-width);
  --site-card-border-color: var(--site-border-color-translucent);
  --site-card-border-radius: var(--site-border-radius);
  --site-card-box-shadow: ;
  --site-card-inner-border-radius: calc(var(--site-border-radius) - (var(--site-border-width)));
  --site-card-cap-padding-y: 0.5rem;
  --site-card-cap-padding-x: 1rem;
  --site-card-cap-bg: rgba(var(--site-body-color-rgb), 0.03);
  --site-card-cap-color: ;
  --site-card-height: ;
  --site-card-color: ;
  --site-card-bg: var(--site-body-bg);
  --site-card-img-overlay-padding: 1rem;
  --site-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--site-card-height);
  color: var(--site-body-color);
  word-wrap: break-word;
  background-color: var(--site-card-bg);
  background-clip: border-box;
  border: var(--site-card-border-width) solid var(--site-card-border-color);
  border-radius: var(--site-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-title {
  margin-bottom: var(--site-card-title-spacer-y);
  color: var(--site-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --site-alert-bg: transparent;
  --site-alert-padding-x: 1rem;
  --site-alert-padding-y: 1rem;
  --site-alert-margin-bottom: 1rem;
  --site-alert-color: inherit;
  --site-alert-border-color: transparent;
  --site-alert-border: var(--site-border-width) solid var(--site-alert-border-color);
  --site-alert-border-radius: var(--site-border-radius);
  --site-alert-link-color: inherit;
  position: relative;
  padding: var(--site-alert-padding-y) var(--site-alert-padding-x);
  margin-bottom: var(--site-alert-margin-bottom);
  color: var(--site-alert-color);
  background-color: var(--site-alert-bg);
  border: var(--site-alert-border);
  border-radius: var(--site-alert-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--site-progress-height);
  }
}

.btn-close {
  --site-btn-close-color: #000;
  --site-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");
  --site-btn-close-opacity: 0.5;
  --site-btn-close-hover-opacity: 0.75;
  --site-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --site-btn-close-focus-opacity: 1;
  --site-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--site-btn-close-color);
  background: transparent var(--site-btn-close-bg) center/1em auto no-repeat;
  filter: var(--site-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--site-btn-close-opacity);
}
.btn-close:hover {
  color: var(--site-btn-close-color);
  text-decoration: none;
  opacity: var(--site-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--site-btn-close-focus-shadow);
  opacity: var(--site-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--site-btn-close-disabled-opacity);
}

.btn-close-white {
  --site-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --site-btn-close-filter: ;
}

:root {
  --site-carousel-indicator-active-bg: #fff;
  --site-carousel-caption-color: #fff;
  --site-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.text-primary {
  --site-text-opacity: 1;
  color: rgba(var(--site-primary-rgb), var(--site-text-opacity)) !important;
}

.text-secondary {
  --site-text-opacity: 1;
  color: rgba(var(--site-secondary-rgb), var(--site-text-opacity)) !important;
}

.text-info {
  --site-text-opacity: 1;
  color: rgba(var(--site-info-rgb), var(--site-text-opacity)) !important;
}

.text-danger {
  --site-text-opacity: 1;
  color: rgba(var(--site-danger-rgb), var(--site-text-opacity)) !important;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/rough3.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.menu-bar {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .menu-bar .stepunit {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .menu-bar .stepunit img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .menu-bar .colwrap {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .menu-bar .colwrap, .menu-bar .colwrap:hover {
      color: inherit;
      text-decoration: none; }
  .menu-bar .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/rough3.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'Socicon';
  src: url('fonts/symbols2.woff2') format('woff2'), url('fonts/symbols2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/rough3.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
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;
}.block-title,
.chapter-title,
.header-text,
.lead-h2,
.main-heading,
.page-h,
.section-h,
.section-heading {
  font-style: normal;
  line-height: 1.3;
}.block-subtitle {
  line-height: 1.3;
}

.domunit {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.levelwrap,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  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;
}

.coversegment {
  text-align: left;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}.primary-cta {
  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 .primary-cta {
  margin-left: 0rem;
  margin-right: 0rem;
}

[type=submit] {
  -webkit-appearance: none;
}

.padsegment .body {
  min-height: 100vh;
}

.padsegment {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: flex;
}
.menu .navbar-brand span {
  display: flex;
  display: flex;
}
.menu .navbar-brand .navbar-brand {
  display: flex;
}
.menu .navbar-brand .stepunit img {
  display: flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: flex;
  }

.navbar-collapse {
  }

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: flex;
  }

.row {
  display: flex;
  }

.justify-content-center {
  }

.card-wrapper {
  }

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}form .primary-cta {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

form .btn {
  min-height: 48px;
}

.body {
  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;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/rough3.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'scaling2';
  font-display: swap;
  src: url('fonts/guideline2.woff2') format('woff2'), url('fonts/guideline2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/rough3.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.btn {
  border: none !important;
}
body {
  font-family: Zalando Sans SemiExpanded;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.05;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.levelwrap {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.45 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .levelwrap {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.05 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .levelwrap {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}

.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #d66eff !important;
  border-color: #d66eff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #e4a1ff !important;
  border-color: #e4a1ff !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e4a1ff !important;
  border-color: #e4a1ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d66eff !important;
  border-color: #d66eff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e4a1ff !important;
  border-color: #e4a1ff !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e4a1ff !important;
  border-color: #e4a1ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ca45ff !important;
  border-color: #ca45ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #d978ff !important;
  border-color: #d978ff !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d978ff !important;
  border-color: #d978ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2ba7ff !important;
  border-color: #2ba7ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: inherit;
  background-color: #5ebcff !important;
  border-color: #5ebcff !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5ebcff !important;
  border-color: #5ebcff !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d66eff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #bd17ff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d66eff !important;
  border-color: #d66eff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d66eff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #bd17ff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d66eff !important;
  border-color: #d66eff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ca45ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #aa00ed !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ca45ff !important;
  border-color: #ca45ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2ba7ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #007cd3 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2ba7ff !important;
  border-color: #2ba7ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-black-outline: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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d66eff !important;
}
.text-secondary {
  color: #d66eff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-danger {
  color: #2ba7ff !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b908ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b908ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0073c4 !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;
}.primary-cta .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #d66eff;
}

html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}.primary-cta .btn {
  font-weight: 500;
  padding: 8px 32px;
  border-radius: 15px !important;
  transition: all .5s ease;
  padding: 18px 60px;
}
@media (max-width: 992px) {.primary-cta .btn {
    border-radius: 18px !important;
  }
}
@media (max-width: 1640px) {.primary-cta .btn {
    padding: 16px 42px;
  }
}
@media (max-width: 992px) {.primary-cta .btn {
    padding: 16px 32px;
  }
}
.btn-primary {
  background-image: linear-gradient(90deg, #d66eff, #ff6ebb, #ff6e97, #c7ff6e) !important;
  background-size: 200% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  background-position: 100% 0;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper,
.item-wrapper::before {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .card,
  .item-wrapper,
  .item-wrapper::before {
    border-radius: 30px !important;
  }
}
.topbox {
  border-radius: 18px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.sectioncore {
  background-color: transparent;
}
.sectioncore .menu-bar {
  background-color: #000000 !important;
  padding: 0;
}
.sectioncore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sectioncore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .sectioncore .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.sectioncore .menu-bar {
  position: relative !important;
}
.sectioncore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sectioncore .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sectioncore ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sectioncore li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .sectioncore .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.sectioncore .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .sectioncore .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sectioncore .nav-item {
    margin: 0 !important;
  }
}
.sectioncore .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.sectioncore .nav-item .nav-link:hover,
.sectioncore .nav-item .nav-link:focus {
  color: #d66eff !important;
  text-shadow: 2px 2px 4px #d66eff;
}
.sectioncore .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sectioncore .container {
  display: flex;
  margin: auto;
}
.sectioncore .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sectioncore .navbar-nav {
    margin: 0;
  }
}
.sectioncore .nav-item:focus,
.sectioncore .nav-link:focus {
  outline: none;
}
.sectioncore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sectioncore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sectioncore .navbar .stepunit img {
  object-fit: contain;
  border-radius: 100% !important;
}
.sectioncore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .sectioncore .navbar .nav-item {
    padding: .5rem 0;
  }
  .sectioncore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .sectioncore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectioncore .navbar .stepunit img {
    height: 3rem !important;
  }
  .sectioncore .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sectioncore .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sectioncore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sectioncore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectioncore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectioncore .navbar-brand .colwrap {
  line-height: inherit !important;
  font-weight: 600;
}
.sectioncore .navbar-brand .stepunit a {
  outline: none;
}
.sectioncore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.sectioncore ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sectioncore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}

.sectioncore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectioncore .navbar {
    height: 70px;
  }
  .sectioncore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectioncore .menu-bar .stepunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sectioncore .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sectioncore .colwrap:hover {
  color: #d66eff;
}.sectioncore .block-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.sectioncore .colwrap {
  color: #f2ac2b;
}
.sectioncore .domunit {
  color: #ffffff;
  text-align: center;
}.sectioncore .block-subtitle,
.sectioncore .primary-cta {
  text-align: center;
}
.sectioncore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.unitband {
  background-image: url("images/photo1.jpeg");
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.unitband .coretrack {
  position: absolute;
  bottom: 20%;
  width: 105%;
  height: 135%;
  border-radius: 100%;
  background-color: #000000;
  filter: blur(2rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .unitband .coretrack {
    width: 150%;
  }
}
@media (max-width: 758px) {
  .unitband .coretrack {
    width: 250%;
  }
}
.unitband .layoutnode {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .unitband .layoutnode {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .unitband .layoutnode {
    width: 100%;
  }
}
.unitband .layoutnode .areabox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .unitband .layoutnode .areabox {
    margin-bottom: 28px;
  }
}
.unitband .layoutnode .areabox .stack {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #d66eff 50%, #2ba7ff);
}.unitband .layoutnode .block-title,
.unitband .layoutnode .chapter-title,
.unitband .layoutnode .header-text,
.unitband .layoutnode .lead-h2,
.unitband .layoutnode .main-heading,
.unitband .layoutnode .page-h,
.unitband .layoutnode .section-h,
.unitband .layoutnode .section-heading {
  margin-bottom: 22px;
}
@media (max-width: 992px) {.unitband .layoutnode .block-title,
.unitband .layoutnode .chapter-title,
.unitband .layoutnode .header-text,
.unitband .layoutnode .lead-h2,
.unitband .layoutnode .main-heading,
.unitband .layoutnode .page-h,
.unitband .layoutnode .section-h,
.unitband .layoutnode .section-heading {
    margin-bottom: 18px;
  }
}
.unitband .layoutnode .domunit {
  margin-bottom: 0;
}.unitband .layoutnode .primary-cta {
  margin-top: 46px;
}
@media (max-width: 992px) {.unitband .layoutnode .primary-cta {
    margin-top: 18px;
  }
}
.unitband .stack,
.unitband .areabox {
  color: #ffffff;
  text-align: center;
}.unitband .block-title,
.unitband .chapter-title,
.unitband .header-text,
.unitband .lead-h2,
.unitband .main-heading,
.unitband .page-h,
.unitband .section-h,
.unitband .section-heading {
  color: #ffffff;
}
.unitband .domunit {
  color: #ffffff;
  text-align: center;
}.unitband .block-title,
.unitband .chapter-title,
.unitband .header-text,
.unitband .lead-h2,
.unitband .main-heading,
.unitband .page-h,
.unitband .section-h,
.unitband .section-heading,
.unitband .primary-cta {
  text-align: center;
  color: #ca45ff;
}
.innerwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.innerwrap .row {
  position: relative;
}
.innerwrap .row .blur-circle {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #782b97 50%, #2ba7ff);
  filter: blur(64px) blur(64px);
  z-index: 1;
  left: auto;
  right: 10%;
}
@media (max-width: 768px) {
  .innerwrap .row .blur-circle {
    display: none;
  }
}
.innerwrap .title {
  display: flex;
  align-items: center;
}
.innerwrap .bandbox {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .innerwrap .bandbox {
    margin-bottom: 32px;
  }
}.innerwrap .bandbox .block-title,
.innerwrap .bandbox .chapter-title,
.innerwrap .bandbox .header-text,
.innerwrap .bandbox .lead-h2,
.innerwrap .bandbox .main-heading,
.innerwrap .bandbox .page-h,
.innerwrap .bandbox .section-h,
.innerwrap .bandbox .section-heading {
  margin-bottom: 32px;
}.innerwrap .bandbox .block-title span,
.innerwrap .bandbox .chapter-title span,
.innerwrap .bandbox .header-text span,
.innerwrap .bandbox .lead-h2 span,
.innerwrap .bandbox .main-heading span,
.innerwrap .bandbox .page-h span,
.innerwrap .bandbox .section-h span,
.innerwrap .bandbox .section-heading span {
  position: relative;
  z-index: 1;
}.innerwrap .bandbox .block-title span::before,
.innerwrap .bandbox .chapter-title span::before,
.innerwrap .bandbox .header-text span::before,
.innerwrap .bandbox .lead-h2 span::before,
.innerwrap .bandbox .main-heading span::before,
.innerwrap .bandbox .page-h span::before,
.innerwrap .bandbox .section-h span::before,
.innerwrap .bandbox .section-heading span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.innerwrap .bandbox .domunit {
  margin: 0;
}
.innerwrap .docksegment {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .innerwrap .docksegment {
    margin-bottom: 32px;
  }
}
.innerwrap .docksegment img {
  max-height: 500px;
  width: 70%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .innerwrap .docksegment img {
    width: 100%;
  }
}.innerwrap .block-title,
.innerwrap .chapter-title,
.innerwrap .header-text,
.innerwrap .lead-h2,
.innerwrap .main-heading,
.innerwrap .page-h,
.innerwrap .section-h,
.innerwrap .section-heading {
  color: #ca45ff;
}
.innerwrap .domunit {
  color: #ffffff;
}
.navunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.navunit .layoutunit {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #2ba7ff 0, #000000 43%, #b505fb 100%);
}
.navunit .nodemapunit {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #2ba7ff 0, #000000 43%, #b505fb 100%);
}
@media (max-width: 992px) {
  .navunit .container {
    padding: 0 30px;
  }
}
.navunit .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}.navunit .bandbox .block-title,
.navunit .bandbox .chapter-title,
.navunit .bandbox .header-text,
.navunit .bandbox .lead-h2,
.navunit .bandbox .main-heading,
.navunit .bandbox .page-h,
.navunit .bandbox .section-h,
.navunit .bandbox .section-heading {
  margin-bottom: 60px;
}
@media (max-width: 992px) {.navunit .bandbox .block-title,
.navunit .bandbox .chapter-title,
.navunit .bandbox .header-text,
.navunit .bandbox .lead-h2,
.navunit .bandbox .main-heading,
.navunit .bandbox .page-h,
.navunit .bandbox .section-h,
.navunit .bandbox .section-heading {
    margin-bottom: 30px;
  }
}
.navunit .text-wrapper {
  border-left: 1px solid #ca45ff;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .navunit .text-wrapper {
    padding-left: 20px;
  }
}
.navunit .text-wrapper .domunit {
  margin-bottom: 0;
}.navunit .block-title,
.navunit .chapter-title,
.navunit .header-text,
.navunit .lead-h2,
.navunit .main-heading,
.navunit .page-h,
.navunit .section-h,
.navunit .section-heading {
  color: #2ba7ff;
}
.navunit .domunit {
  color: #ffffff;
}
.trackbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.trackbox .holdbox {
  margin: 0 -32px;
  justify-content: center;
}
.trackbox .holdbox .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .trackbox .bandbox {
    margin-bottom: 48px;
  }
}.trackbox .bandbox .block-title,
.trackbox .bandbox .chapter-title,
.trackbox .bandbox .header-text,
.trackbox .bandbox .lead-h2,
.trackbox .bandbox .main-heading,
.trackbox .bandbox .page-h,
.trackbox .bandbox .section-h,
.trackbox .bandbox .section-heading {
  margin-bottom: 24px;
}
.trackbox .bandbox .text-wrapper .domunit {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .trackbox .bandbox .text-wrapper .domunit {
    width: 100%;
  }
}
.trackbox .docksegment img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .trackbox .docksegment img {
    height: 350px;
  }
}.trackbox .block-title,
.trackbox .chapter-title,
.trackbox .header-text,
.trackbox .lead-h2,
.trackbox .main-heading,
.trackbox .page-h,
.trackbox .section-h,
.trackbox .section-heading {
  color: #ffffff;
}
.trackbox .domunit,
.trackbox .text-wrapper {
  color: #ffffff;
}.trackbox .block-title,
.trackbox .chapter-title,
.trackbox .header-text,
.trackbox .lead-h2,
.trackbox .main-heading,
.trackbox .page-h,
.trackbox .section-h,
.trackbox .section-heading,
.trackbox .primary-cta {
  color: #ca45ff;
}
.item {
  overflow: hidden;
  background-color: #000000;
}
.item .row {
  position: relative;
}
.item .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #782b97 50%, #2ba7ff);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .item .row .blur-circle {
    display: none;
  }
}
.item .title {
  display: flex;
  align-items: center;
}
.item .bandbox {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .item .bandbox {
    margin-bottom: 32px;
  }
}.item .bandbox .block-title,
.item .bandbox .chapter-title,
.item .bandbox .header-text,
.item .bandbox .lead-h2,
.item .bandbox .main-heading,
.item .bandbox .page-h,
.item .bandbox .section-h,
.item .bandbox .section-heading {
  margin-bottom: 10px;
}.item .bandbox .block-title span,
.item .bandbox .chapter-title span,
.item .bandbox .header-text span,
.item .bandbox .lead-h2 span,
.item .bandbox .main-heading span,
.item .bandbox .page-h span,
.item .bandbox .section-h span,
.item .bandbox .section-heading span {
  position: relative;
  z-index: 1;
}.item .bandbox .block-title span::before,
.item .bandbox .chapter-title span::before,
.item .bandbox .header-text span::before,
.item .bandbox .lead-h2 span::before,
.item .bandbox .main-heading span::before,
.item .bandbox .page-h span::before,
.item .bandbox .section-h span::before,
.item .bandbox .section-heading span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #ffffff;
  z-index: -1;
}
.item .bandbox .domunit {
  margin-bottom: 0;
}
.item .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #000000;
  z-index: 2;
}
.item .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #000000;
  border-radius: 100%;
  margin-right: 16px;
}
.item .card .card-number .flexlayer {
  margin-bottom: 0;
}
.item .card .layer-card-title {
  margin-bottom: 0;
  width: 80%;
}.item .block-title,
.item .chapter-title,
.item .header-text,
.item .lead-h2,
.item .main-heading,
.item .page-h,
.item .section-h,
.item .section-heading {
  color: #f4efe8;
}
.item .domunit {
  color: #f4efe8;
  text-align: left;
}
.item .flexlayer {
  color: #2ba7ff;
}
.item .layer-card-title {
  color: #ffffff;
}.item .primary-cta {
  margin-top: 20px;
}.item .block-title,
.item .chapter-title,
.item .header-text,
.item .lead-h2,
.item .main-heading,
.item .page-h,
.item .section-h,
.item .section-heading,
.item .primary-cta {
  color: #2ba7ff;
}
.modulebox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.modulebox .container,
.modulebox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .modulebox .container,
  .modulebox .container-fluid {
    padding: 0 20px;
  }
}
.modulebox a {
  display: block;
}
.modulebox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #2ba7ff;
  border-bottom: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    padding: 50px 0;
  }
}
.modulebox a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .modulebox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.modulebox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox .copy-wrapper {
    border-right: none;
  }
}
.modulebox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.modulebox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper {
    height: auto;
  }
}
.modulebox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.modulebox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.modulebox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.modulebox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.modulebox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .card-wrapper {
    margin-bottom: 50px;
  }
}
.modulebox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #280d33;
  border-radius: 24px;
}.modulebox .card-wrapper .card-wrap .block-title,
.modulebox .card-wrapper .card-wrap .chapter-title,
.modulebox .card-wrapper .card-wrap .header-text,
.modulebox .card-wrapper .card-wrap .lead-h2,
.modulebox .card-wrapper .card-wrap .main-heading,
.modulebox .card-wrapper .card-wrap .page-h,
.modulebox .card-wrapper .card-wrap .section-h,
.modulebox .card-wrapper .card-wrap .section-heading {
  margin-bottom: 42px;
}
.modulebox .card-wrapper .card-wrap .domunit {
  margin-bottom: 42px;
}
.modulebox .copyright {
  color: #ffffff;
  text-align: center;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading {
  color: #3d4045;
}
.modulebox .domunit {
  color: #ffffff;
  text-align: center;
}
.modulebox .list {
  color: #ffffff;
}.modulebox .primary-cta {
  text-align: right;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading,
.modulebox .primary-cta {
  color: #d66eff;
  text-align: center;
}
.sectioncore {
  background-color: transparent;
}
.sectioncore .menu-bar {
  background-color: #000000 !important;
  padding: 0;
}
.sectioncore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sectioncore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .sectioncore .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.sectioncore .menu-bar {
  position: relative !important;
}
.sectioncore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sectioncore .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sectioncore ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sectioncore li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .sectioncore .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.sectioncore .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .sectioncore .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sectioncore .nav-item {
    margin: 0 !important;
  }
}
.sectioncore .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.sectioncore .nav-item .nav-link:hover,
.sectioncore .nav-item .nav-link:focus {
  color: #d66eff !important;
  text-shadow: 2px 2px 4px #d66eff;
}
.sectioncore .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sectioncore .container {
  display: flex;
  margin: auto;
}
.sectioncore .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sectioncore .navbar-nav {
    margin: 0;
  }
}
.sectioncore .nav-item:focus,
.sectioncore .nav-link:focus {
  outline: none;
}
.sectioncore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sectioncore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sectioncore .navbar .stepunit img {
  object-fit: contain;
  border-radius: 100% !important;
}
.sectioncore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .sectioncore .navbar .nav-item {
    padding: .5rem 0;
  }
  .sectioncore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .sectioncore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectioncore .navbar .stepunit img {
    height: 3rem !important;
  }
  .sectioncore .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sectioncore .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sectioncore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sectioncore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectioncore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectioncore .navbar-brand .colwrap {
  line-height: inherit !important;
  font-weight: 600;
}
.sectioncore .navbar-brand .stepunit a {
  outline: none;
}
.sectioncore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.sectioncore ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sectioncore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}

.sectioncore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectioncore .navbar {
    height: 70px;
  }
  .sectioncore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectioncore .menu-bar .stepunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sectioncore .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sectioncore .colwrap:hover {
  color: #d66eff;
}.sectioncore .block-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.sectioncore .colwrap {
  color: #f2ac2b;
}
.sectioncore .domunit {
  color: #ffffff;
  text-align: center;
}.sectioncore .block-subtitle,
.sectioncore .primary-cta {
  text-align: center;
}
.sectioncore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.dockunit {
  background-color: #000000;
  overflow: hidden;
}
.dockunit .card {
  position: relative;
}
.dockunit .card .coretrack {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ca45ff, #2ba7ff 50%, #ca45ff);
  filter: blur(4rem);
  pointer-events: none;
}
.dockunit .card .coretrack::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.dockunit .layoutnode {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .dockunit .layoutnode {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .dockunit .layoutnode {
    width: 100%;
  }
}
.dockunit .layoutnode .areabox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .dockunit .layoutnode .areabox {
    margin-bottom: 28px;
  }
}
.dockunit .layoutnode .areabox .stack {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ca45ff, #2ba7ff 50%, #ca45ff);
}.dockunit .layoutnode .block-title,
.dockunit .layoutnode .chapter-title,
.dockunit .layoutnode .header-text,
.dockunit .layoutnode .lead-h2,
.dockunit .layoutnode .main-heading,
.dockunit .layoutnode .page-h,
.dockunit .layoutnode .section-h,
.dockunit .layoutnode .section-heading {
  margin-bottom: 22px;
}
@media (max-width: 992px) {.dockunit .layoutnode .block-title,
.dockunit .layoutnode .chapter-title,
.dockunit .layoutnode .header-text,
.dockunit .layoutnode .lead-h2,
.dockunit .layoutnode .main-heading,
.dockunit .layoutnode .page-h,
.dockunit .layoutnode .section-h,
.dockunit .layoutnode .section-heading {
    margin-bottom: 18px;
  }
}
.dockunit .layoutnode .domunit {
  margin-bottom: 0;
}.dockunit .layoutnode .primary-cta {
  margin-top: 46px;
}
@media (max-width: 992px) {.dockunit .layoutnode .primary-cta {
    margin-top: 18px;
  }
}
.dockunit .stack,
.dockunit .areabox {
  color: #ffffff;
  text-align: center;
}.dockunit .block-title,
.dockunit .chapter-title,
.dockunit .header-text,
.dockunit .lead-h2,
.dockunit .main-heading,
.dockunit .page-h,
.dockunit .section-h,
.dockunit .section-heading {
  color: #ffffff;
}
.dockunit .domunit {
  color: #ffffff;
  text-align: center;
}.dockunit .block-title,
.dockunit .chapter-title,
.dockunit .header-text,
.dockunit .lead-h2,
.dockunit .main-heading,
.dockunit .page-h,
.dockunit .section-h,
.dockunit .section-heading,
.dockunit .primary-cta {
  text-align: center;
  color: #2ba7ff;
}
.spanbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.spanbox .row {
  position: relative;
}
.spanbox .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ca45ff 50%, #2ba7ff);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .spanbox .row .blur-circle {
    display: none;
  }
}
.spanbox .row {
  justify-content: center;
}
.spanbox .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .spanbox .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .spanbox .row {
    padding: 0 24px;
  }
}
.spanbox .interfacerow {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .spanbox .interfacerow {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.spanbox .text-card {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .spanbox .text-card {
    padding: 0 12px;
  }
}
.spanbox .row.row-wrapper {
  padding: 64px;
  background-color: #000000;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.spanbox .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #2ba7ff;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .spanbox .row.row-wrapper {
    padding: 32px;
  }
}
.spanbox .row.row-wrapper .docksegment img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.spanbox .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .spanbox .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}.spanbox .row.row-wrapper .text-wrapper .block-title,
.spanbox .row.row-wrapper .text-wrapper .chapter-title,
.spanbox .row.row-wrapper .text-wrapper .header-text,
.spanbox .row.row-wrapper .text-wrapper .lead-h2,
.spanbox .row.row-wrapper .text-wrapper .main-heading,
.spanbox .row.row-wrapper .text-wrapper .page-h,
.spanbox .row.row-wrapper .text-wrapper .section-h,
.spanbox .row.row-wrapper .text-wrapper .section-heading {
  margin-bottom: 0;
}.spanbox .row.row-wrapper .text-wrapper .block-title span,
.spanbox .row.row-wrapper .text-wrapper .chapter-title span,
.spanbox .row.row-wrapper .text-wrapper .header-text span,
.spanbox .row.row-wrapper .text-wrapper .lead-h2 span,
.spanbox .row.row-wrapper .text-wrapper .main-heading span,
.spanbox .row.row-wrapper .text-wrapper .page-h span,
.spanbox .row.row-wrapper .text-wrapper .section-h span,
.spanbox .row.row-wrapper .text-wrapper .section-heading span {
  position: relative;
  z-index: 1;
}.spanbox .row.row-wrapper .text-wrapper .block-title span::before,
.spanbox .row.row-wrapper .text-wrapper .chapter-title span::before,
.spanbox .row.row-wrapper .text-wrapper .header-text span::before,
.spanbox .row.row-wrapper .text-wrapper .lead-h2 span::before,
.spanbox .row.row-wrapper .text-wrapper .main-heading span::before,
.spanbox .row.row-wrapper .text-wrapper .page-h span::before,
.spanbox .row.row-wrapper .text-wrapper .section-h span::before,
.spanbox .row.row-wrapper .text-wrapper .section-heading span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.spanbox .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.spanbox .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.spanbox .row.row-wrapper .text-wrapper .domunit {
  margin: 30px 0 0 0;
}.spanbox .block-title,
.spanbox .chapter-title,
.spanbox .header-text,
.spanbox .lead-h2,
.spanbox .main-heading,
.spanbox .page-h,
.spanbox .section-h,
.spanbox .section-heading {
  color: #ca45ff;
}
.spanbox .domunit {
  color: #ffffff;
}
.nestedbox {
  padding-top: 12rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #000000;
}
.nestedbox .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .nestedbox .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .nestedbox .container {
    padding: 0 24px;
  }
}
.nestedbox .row {
  justify-content: center;
}
.nestedbox .layoutnode {
  position: relative;
  z-index: 1;
}.nestedbox .layoutnode .block-title,
.nestedbox .layoutnode .chapter-title,
.nestedbox .layoutnode .header-text,
.nestedbox .layoutnode .lead-h2,
.nestedbox .layoutnode .main-heading,
.nestedbox .layoutnode .page-h,
.nestedbox .layoutnode .section-h,
.nestedbox .layoutnode .section-heading {
  margin-bottom: 32px;
}
.nestedbox .layoutnode .text-wrapper .domunit {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nestedbox .layoutnode .text-wrapper .domunit {
    width: 100%;
  }
}.nestedbox .layoutnode .primary-cta {
  margin-top: 22px;
}.nestedbox .layoutnode .primary-cta .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}.nestedbox .layoutnode .primary-cta .btn:hover,
.nestedbox .layoutnode .primary-cta .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.nestedbox .section {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.nestedbox .section .tilepad {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.nestedbox .section .decor_1 {
  background-color: #000000;
}
.nestedbox .section .decor_2 {
  background-color: #000000;
}
.nestedbox .section .decor_3 {
  background-color: #280d33;
}
.nestedbox .section .decor_4 {
  background-color: #00355b;
}
.nestedbox .docksegment {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .nestedbox .docksegment {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.nestedbox .docksegment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
.nestedbox .docksegment::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  border-radius: .75rem;
  pointer-events: none;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .main-heading,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading {
  color: #141414;
}
.nestedbox .domunit {
  color: #141414;
}.nestedbox .block-title,
.nestedbox .chapter-title,
.nestedbox .header-text,
.nestedbox .lead-h2,
.nestedbox .main-heading,
.nestedbox .page-h,
.nestedbox .section-h,
.nestedbox .section-heading,
.nestedbox .primary-cta {
  color: #2ba7ff;
}
.nestedbox .domunit,
.nestedbox .text-wrapper {
  color: #ffffff;
}
.cellunitwrap {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cellunitwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cellunitwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cellunitwrap .container {
    padding: 0 30px;
  }
}
.cellunitwrap .layoutnode {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .cellunitwrap .layoutnode {
    display: block;
  }
}
.cellunitwrap .layoutnode .card {
  justify-content: center;
}
.cellunitwrap .layoutnode .fold {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cellunitwrap .layoutnode .fold {
    width: 100%;
    padding: 40px 0 60px;
  }
}.cellunitwrap .layoutnode .fold .block-title,
.cellunitwrap .layoutnode .fold .chapter-title,
.cellunitwrap .layoutnode .fold .header-text,
.cellunitwrap .layoutnode .fold .lead-h2,
.cellunitwrap .layoutnode .fold .main-heading,
.cellunitwrap .layoutnode .fold .page-h,
.cellunitwrap .layoutnode .fold .section-h,
.cellunitwrap .layoutnode .fold .section-heading {
  margin-bottom: 35px;
}
.cellunitwrap .layoutnode .fold .domunit {
  margin-bottom: 40px;
}
.cellunitwrap .layoutnode .docksegment {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cellunitwrap .layoutnode .docksegment {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cellunitwrap .layoutnode .docksegment::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #2ba7ff;
  opacity: .9;
  z-index: 1;
  right: 0;
  left: 6rem;
}
.cellunitwrap .layoutnode .docksegment img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cellunitwrap .layoutnode .docksegment .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cellunitwrap .layoutnode .docksegment .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cellunitwrap .layoutnode .docksegment .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cellunitwrap .layoutnode .docksegment .list .item-wrap {
    display: block;
  }
}
.cellunitwrap .layoutnode .docksegment .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cellunitwrap .layoutnode .docksegment .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cellunitwrap .layoutnode .docksegment .list .item-wrap::before {
    top: 10px;
  }
}.cellunitwrap .block-title,
.cellunitwrap .chapter-title,
.cellunitwrap .header-text,
.cellunitwrap .lead-h2,
.cellunitwrap .main-heading,
.cellunitwrap .page-h,
.cellunitwrap .section-h,
.cellunitwrap .section-heading {
  color: #144031;
}
.cellunitwrap .domunit {
  color: #ffffff;
}
.cellunitwrap .list {
  color: #144031;
}.cellunitwrap .block-title,
.cellunitwrap .chapter-title,
.cellunitwrap .header-text,
.cellunitwrap .lead-h2,
.cellunitwrap .main-heading,
.cellunitwrap .page-h,
.cellunitwrap .section-h,
.cellunitwrap .section-heading,
.cellunitwrap .primary-cta {
  color: #ca45ff;
}
.subunit {
  padding-top: 12rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #000000;
}
.subunit .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .subunit .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .subunit .container {
    padding: 0 24px;
  }
}
.subunit .row {
  justify-content: center;
}
.subunit .layoutnode {
  position: relative;
  z-index: 1;
}.subunit .layoutnode .block-title,
.subunit .layoutnode .chapter-title,
.subunit .layoutnode .header-text,
.subunit .layoutnode .lead-h2,
.subunit .layoutnode .main-heading,
.subunit .layoutnode .page-h,
.subunit .layoutnode .section-h,
.subunit .layoutnode .section-heading {
  margin-bottom: 32px;
}
.subunit .layoutnode .text-wrapper .domunit {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .subunit .layoutnode .text-wrapper .domunit {
    width: 100%;
  }
}.subunit .layoutnode .primary-cta {
  margin-top: 22px;
}.subunit .layoutnode .primary-cta .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}.subunit .layoutnode .primary-cta .btn:hover,
.subunit .layoutnode .primary-cta .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.subunit .section {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.subunit .section .tilepad {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.subunit .section .decor_1 {
  background-color: #000000;
}
.subunit .section .decor_2 {
  background-color: #000000;
}
.subunit .section .decor_3 {
  background-color: #280d33;
}
.subunit .section .decor_4 {
  background-color: #00355b;
}
.subunit .docksegment {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .subunit .docksegment {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.subunit .docksegment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
.subunit .docksegment::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  border-radius: .75rem;
  pointer-events: none;
}.subunit .block-title,
.subunit .chapter-title,
.subunit .header-text,
.subunit .lead-h2,
.subunit .main-heading,
.subunit .page-h,
.subunit .section-h,
.subunit .section-heading {
  color: #141414;
}
.subunit .domunit {
  color: #141414;
}.subunit .block-title,
.subunit .chapter-title,
.subunit .header-text,
.subunit .lead-h2,
.subunit .main-heading,
.subunit .page-h,
.subunit .section-h,
.subunit .section-heading,
.subunit .primary-cta {
  color: #2ba7ff;
}
.subunit .domunit,
.subunit .text-wrapper {
  color: #ffffff;
}
.modulebox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.modulebox .container,
.modulebox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .modulebox .container,
  .modulebox .container-fluid {
    padding: 0 20px;
  }
}
.modulebox a {
  display: block;
}
.modulebox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #2ba7ff;
  border-bottom: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    padding: 50px 0;
  }
}
.modulebox a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .modulebox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.modulebox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox .copy-wrapper {
    border-right: none;
  }
}
.modulebox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.modulebox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper {
    height: auto;
  }
}
.modulebox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.modulebox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.modulebox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.modulebox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.modulebox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .card-wrapper {
    margin-bottom: 50px;
  }
}
.modulebox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #280d33;
  border-radius: 24px;
}.modulebox .card-wrapper .card-wrap .block-title,
.modulebox .card-wrapper .card-wrap .chapter-title,
.modulebox .card-wrapper .card-wrap .header-text,
.modulebox .card-wrapper .card-wrap .lead-h2,
.modulebox .card-wrapper .card-wrap .main-heading,
.modulebox .card-wrapper .card-wrap .page-h,
.modulebox .card-wrapper .card-wrap .section-h,
.modulebox .card-wrapper .card-wrap .section-heading {
  margin-bottom: 42px;
}
.modulebox .card-wrapper .card-wrap .domunit {
  margin-bottom: 42px;
}
.modulebox .copyright {
  color: #ffffff;
  text-align: center;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading {
  color: #3d4045;
}
.modulebox .domunit {
  color: #ffffff;
  text-align: center;
}
.modulebox .list {
  color: #ffffff;
}.modulebox .primary-cta {
  text-align: right;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading,
.modulebox .primary-cta {
  color: #d66eff;
  text-align: center;
}
.sectioncore {
  background-color: transparent;
}
.sectioncore .menu-bar {
  background-color: #000000 !important;
  padding: 0;
}
.sectioncore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sectioncore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .sectioncore .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.sectioncore .menu-bar {
  position: relative !important;
}
.sectioncore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sectioncore .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sectioncore ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sectioncore li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .sectioncore .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.sectioncore .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .sectioncore .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sectioncore .nav-item {
    margin: 0 !important;
  }
}
.sectioncore .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.sectioncore .nav-item .nav-link:hover,
.sectioncore .nav-item .nav-link:focus {
  color: #d66eff !important;
  text-shadow: 2px 2px 4px #d66eff;
}
.sectioncore .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sectioncore .container {
  display: flex;
  margin: auto;
}
.sectioncore .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sectioncore .navbar-nav {
    margin: 0;
  }
}
.sectioncore .nav-item:focus,
.sectioncore .nav-link:focus {
  outline: none;
}
.sectioncore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sectioncore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sectioncore .navbar .stepunit img {
  object-fit: contain;
  border-radius: 100% !important;
}
.sectioncore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .sectioncore .navbar .nav-item {
    padding: .5rem 0;
  }
  .sectioncore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .sectioncore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectioncore .navbar .stepunit img {
    height: 3rem !important;
  }
  .sectioncore .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sectioncore .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sectioncore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sectioncore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectioncore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectioncore .navbar-brand .colwrap {
  line-height: inherit !important;
  font-weight: 600;
}
.sectioncore .navbar-brand .stepunit a {
  outline: none;
}
.sectioncore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.sectioncore ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sectioncore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}

.sectioncore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectioncore .navbar {
    height: 70px;
  }
  .sectioncore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectioncore .menu-bar .stepunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sectioncore .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sectioncore .colwrap:hover {
  color: #d66eff;
}.sectioncore .block-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.sectioncore .colwrap {
  color: #f2ac2b;
}
.sectioncore .domunit {
  color: #ffffff;
  text-align: center;
}.sectioncore .block-subtitle,
.sectioncore .primary-cta {
  text-align: center;
}
.sectioncore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.packlayer {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.packlayer .container {
  padding-left: 10px;
  padding-right: 10px;
}
.packlayer .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.packlayer .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.packlayer .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .packlayer .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .packlayer .col-img {
    padding: 30px !important;
  }
}
.packlayer .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.packlayer .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .packlayer .text-wrapper {
    margin-bottom: 30px;
  }
}.packlayer .block-title,
.packlayer .chapter-title,
.packlayer .header-text,
.packlayer .lead-h2,
.packlayer .main-heading,
.packlayer .page-h,
.packlayer .section-h,
.packlayer .section-heading {
  color: #C4CFDE;
  margin-bottom: 20px;
}.packlayer .block-subtitle {
  color: #ca45ff;
  margin-bottom: 22px;
  text-align: left;
}.packlayer .block-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.packlayer .domunit {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .packlayer .domunit {
    padding-right: 0;
  }
}.packlayer .primary-cta {
  margin-top: 20px;
}
.packlayer .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #2ba7ff, #ca45ff);
  box-shadow: 10px 10px 19px #00355b, -10px -10px 19px #280d33;
}
.packlayer .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.packlayer .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}.packlayer .domunit,
.packlayer .primary-cta {
  color: #ffffff;
  text-align: left;
}
.formpad {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.formpad .layoutnode {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .formpad .layoutnode {
    margin-bottom: 32px;
  }
}
.formpad .layoutnode .bandbox {
  margin-bottom: 16px;
}.formpad .layoutnode .bandbox .block-title,
.formpad .layoutnode .bandbox .chapter-title,
.formpad .layoutnode .bandbox .header-text,
.formpad .layoutnode .bandbox .lead-h2,
.formpad .layoutnode .bandbox .main-heading,
.formpad .layoutnode .bandbox .page-h,
.formpad .layoutnode .bandbox .section-h,
.formpad .layoutnode .bandbox .section-heading {
  margin-bottom: 0;
}.formpad .layoutnode .bandbox .block-subtitle {
  margin-bottom: 0;
}
.formpad .layoutnode .text-wrapper .domunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formpad .layoutnode .text-wrapper .domunit {
    width: 100%;
  }
}
.formpad .holdbox {
  margin: 0 -8px;
  align-items: center;
}
.formpad .holdbox .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.formpad .holdbox .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.formpad .holdbox .item .item-wrapper .coretrack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .3;
}
.formpad .holdbox .item .item-wrapper .stackunit {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #000000);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .formpad .holdbox .item .item-wrapper .stackunit {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .formpad .holdbox .item .item-wrapper .stackunit {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .formpad .holdbox .item .item-wrapper .stackunit {
    left: -160%;
  }
}
.formpad .holdbox .item .item-wrapper .stackunit.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #000000);
}
@media (max-width: 1200px) {
  .formpad .holdbox .item .item-wrapper .stackunit.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .formpad .holdbox .item .item-wrapper .stackunit.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .formpad .holdbox .item .item-wrapper .stackunit.reverse {
    left: auto;
    right: -160%;
  }
}
.formpad .holdbox .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .formpad .holdbox .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.formpad .holdbox .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .formpad .holdbox .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.formpad .holdbox .item .item-wrapper .item-content .card-box .card-title_1,
.formpad .holdbox .item .item-wrapper .item-content .card-box .card-title_2,
.formpad .holdbox .item .item-wrapper .item-content .card-box .card-title_3,
.formpad .holdbox .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.formpad .holdbox .item .item-wrapper .item-content .card-box .card-text_1,
.formpad .holdbox .item .item-wrapper .item-content .card-box .card-text_2,
.formpad .holdbox .item .item-wrapper .item-content .card-box .card-text_3,
.formpad .holdbox .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}.formpad .holdbox .item .item-wrapper .item-content .card-box .primary-cta {
  margin-top: 24px;
}.formpad .holdbox .item .item-wrapper .item-content .card-box .primary-cta .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.formpad .holdbox .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .formpad .holdbox .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.formpad .holdbox .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .formpad .holdbox .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.formpad .holdbox .item .item-wrapper .card_1 .card-box,
.formpad .holdbox .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .formpad .holdbox .item .item-wrapper .card_1 .card-box,
  .formpad .holdbox .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.formpad .holdbox .item .item-wrapper .card_1 {
  background-color: #782b97;
  border-color: #782b97;
}
.formpad .holdbox .item .item-wrapper .card_2 {
  background-color: #2ba7ff;
  border-color: #2ba7ff;
}
.formpad .holdbox .item .item-wrapper .card_3 {
  background-color: #2ba7ff;
  border-color: #2ba7ff;
}
.formpad .holdbox .item .item-wrapper .card_4 {
  background-color: #782b97;
  border-color: #782b97;
}
.formpad .btn-wrapper {
  margin-right: 9%;
}
.formpad .stack {
  color: #a6adbf;
  text-align: center;
}.formpad .block-title,
.formpad .chapter-title,
.formpad .header-text,
.formpad .lead-h2,
.formpad .main-heading,
.formpad .page-h,
.formpad .section-h,
.formpad .section-heading {
  color: #111111;
  text-align: center;
}.formpad .block-subtitle {
  color: #ff6d99;
  text-align: center;
}
.formpad .domunit,
.formpad .text-wrapper {
  color: #666666;
  text-align: center;
}
.formpad .card-title_1 {
  color: #ffffff;
}
.formpad .card-title_2 {
  color: #ffffff;
}
.formpad .card-title_3 {
  color: #ffffff;
}
.formpad .card-title_4 {
  color: #ffffff;
}
.formpad .card-text_1 {
  color: #ffffff;
}
.formpad .card-text_2 {
  color: #ffffff;
}
.formpad .card-text_3 {
  color: #ffffff;
}
.formpad .card-text_4 {
  color: #ffffff;
}
.box {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}.box .bandbox .block-title,
.box .bandbox .chapter-title,
.box .bandbox .header-text,
.box .bandbox .lead-h2,
.box .bandbox .main-heading,
.box .bandbox .page-h,
.box .bandbox .section-h,
.box .bandbox .section-heading {
  margin-bottom: 100px;
}
@media (max-width: 992px) {.box .bandbox .block-title,
.box .bandbox .chapter-title,
.box .bandbox .header-text,
.box .bandbox .lead-h2,
.box .bandbox .main-heading,
.box .bandbox .page-h,
.box .bandbox .section-h,
.box .bandbox .section-heading {
    margin-bottom: 32px;
  }
}
.box .partbox {
  justify-content: center;
  margin: 0 -14px;
}
.box .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .box .item {
    padding: 0 14px;
  }
}
.box .item .item-wrapper {
  position: relative;
  border: 1px solid #ca45ff;
  display: flex;
  overflow: hidden;
  background-color: #000000;
  background-color: transparent;
}
@media (max-width: 992px) {
  .box .item .item-wrapper {
    display: block;
  }
}
.box .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #2ba7ff, #000000 30%);
  opacity: .5;
}
.box .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .box .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.box .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.box .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.box .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .box .item .item-wrapper .item-img {
    width: 100%;
  }
}
.box .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .box .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}.box .block-title,
.box .chapter-title,
.box .header-text,
.box .lead-h2,
.box .main-heading,
.box .page-h,
.box .section-h,
.box .section-heading {
  color: #ffffff;
  text-align: center;
}
.box .item-title {
  color: #ffffff;
}
.box .item-text {
  color: #ffffff;
}
.unitgrid {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.unitgrid .layoutnode {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .unitgrid .layoutnode {
    margin-bottom: 32px;
  }
}
.unitgrid .layoutnode .bandbox {
  margin-bottom: 16px;
}.unitgrid .layoutnode .bandbox .block-title,
.unitgrid .layoutnode .bandbox .chapter-title,
.unitgrid .layoutnode .bandbox .header-text,
.unitgrid .layoutnode .bandbox .lead-h2,
.unitgrid .layoutnode .bandbox .main-heading,
.unitgrid .layoutnode .bandbox .page-h,
.unitgrid .layoutnode .bandbox .section-h,
.unitgrid .layoutnode .bandbox .section-heading {
  margin-bottom: 0;
}.unitgrid .layoutnode .bandbox .block-subtitle {
  margin-bottom: 0;
}
.unitgrid .layoutnode .text-wrapper .domunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unitgrid .layoutnode .text-wrapper .domunit {
    width: 100%;
  }
}
.unitgrid .holdbox {
  margin: 0 -8px;
  align-items: center;
}
.unitgrid .holdbox .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.unitgrid .holdbox .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.unitgrid .holdbox .item .item-wrapper .coretrack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .3;
}
.unitgrid .holdbox .item .item-wrapper .stackunit {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #000000);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .unitgrid .holdbox .item .item-wrapper .stackunit {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .unitgrid .holdbox .item .item-wrapper .stackunit {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .unitgrid .holdbox .item .item-wrapper .stackunit {
    left: -160%;
  }
}
.unitgrid .holdbox .item .item-wrapper .stackunit.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #000000);
}
@media (max-width: 1200px) {
  .unitgrid .holdbox .item .item-wrapper .stackunit.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .unitgrid .holdbox .item .item-wrapper .stackunit.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .unitgrid .holdbox .item .item-wrapper .stackunit.reverse {
    left: auto;
    right: -160%;
  }
}
.unitgrid .holdbox .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .unitgrid .holdbox .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.unitgrid .holdbox .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .unitgrid .holdbox .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.unitgrid .holdbox .item .item-wrapper .item-content .card-box .card-title_1,
.unitgrid .holdbox .item .item-wrapper .item-content .card-box .card-title_2,
.unitgrid .holdbox .item .item-wrapper .item-content .card-box .card-title_3,
.unitgrid .holdbox .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.unitgrid .holdbox .item .item-wrapper .item-content .card-box .card-text_1,
.unitgrid .holdbox .item .item-wrapper .item-content .card-box .card-text_2,
.unitgrid .holdbox .item .item-wrapper .item-content .card-box .card-text_3,
.unitgrid .holdbox .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}.unitgrid .holdbox .item .item-wrapper .item-content .card-box .primary-cta {
  margin-top: 24px;
}.unitgrid .holdbox .item .item-wrapper .item-content .card-box .primary-cta .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.unitgrid .holdbox .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .unitgrid .holdbox .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.unitgrid .holdbox .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .unitgrid .holdbox .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.unitgrid .holdbox .item .item-wrapper .card_1 .card-box,
.unitgrid .holdbox .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .unitgrid .holdbox .item .item-wrapper .card_1 .card-box,
  .unitgrid .holdbox .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.unitgrid .holdbox .item .item-wrapper .card_1 {
  background-color: #782b97;
  border-color: #782b97;
}
.unitgrid .holdbox .item .item-wrapper .card_2 {
  background-color: #2ba7ff;
  border-color: #2ba7ff;
}
.unitgrid .holdbox .item .item-wrapper .card_3 {
  background-color: #2ba7ff;
  border-color: #2ba7ff;
}
.unitgrid .holdbox .item .item-wrapper .card_4 {
  background-color: #782b97;
  border-color: #782b97;
}
.unitgrid .btn-wrapper {
  margin-right: 9%;
}
.unitgrid .stack {
  color: #a6adbf;
  text-align: center;
}.unitgrid .block-title,
.unitgrid .chapter-title,
.unitgrid .header-text,
.unitgrid .lead-h2,
.unitgrid .main-heading,
.unitgrid .page-h,
.unitgrid .section-h,
.unitgrid .section-heading {
  color: #111111;
  text-align: center;
}.unitgrid .block-subtitle {
  color: #ff6d99;
  text-align: center;
}
.unitgrid .domunit,
.unitgrid .text-wrapper {
  color: #666666;
  text-align: center;
}
.unitgrid .card-title_1 {
  color: #ffffff;
}
.unitgrid .card-title_2 {
  color: #ffffff;
}
.unitgrid .card-title_3 {
  color: #ffffff;
}
.unitgrid .card-title_4 {
  color: #ffffff;
}
.unitgrid .card-text_1 {
  color: #ffffff;
}
.unitgrid .card-text_2 {
  color: #ffffff;
}
.unitgrid .card-text_3 {
  color: #ffffff;
}
.unitgrid .card-text_4 {
  color: #ffffff;
}
.view {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}.view .bandbox .block-title,
.view .bandbox .chapter-title,
.view .bandbox .header-text,
.view .bandbox .lead-h2,
.view .bandbox .main-heading,
.view .bandbox .page-h,
.view .bandbox .section-h,
.view .bandbox .section-heading {
  margin-bottom: 100px;
}
@media (max-width: 992px) {.view .bandbox .block-title,
.view .bandbox .chapter-title,
.view .bandbox .header-text,
.view .bandbox .lead-h2,
.view .bandbox .main-heading,
.view .bandbox .page-h,
.view .bandbox .section-h,
.view .bandbox .section-heading {
    margin-bottom: 32px;
  }
}
.view .partbox {
  justify-content: center;
  margin: 0 -14px;
}
.view .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .view .item {
    padding: 0 14px;
  }
}
.view .item .item-wrapper {
  position: relative;
  border: 1px solid #ca45ff;
  display: flex;
  overflow: hidden;
  background-color: #000000;
  background-color: transparent;
}
@media (max-width: 992px) {
  .view .item .item-wrapper {
    display: block;
  }
}
.view .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #2ba7ff, #000000 30%);
  opacity: .5;
}
.view .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .view .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.view .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.view .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.view .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .view .item .item-wrapper .item-img {
    width: 100%;
  }
}
.view .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .view .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}.view .block-title,
.view .chapter-title,
.view .header-text,
.view .lead-h2,
.view .main-heading,
.view .page-h,
.view .section-h,
.view .section-heading {
  color: #ffffff;
  text-align: center;
}
.view .item-title {
  color: #ffffff;
}
.view .item-text {
  color: #ffffff;
}
.modulebox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.modulebox .container,
.modulebox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .modulebox .container,
  .modulebox .container-fluid {
    padding: 0 20px;
  }
}
.modulebox a {
  display: block;
}
.modulebox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #2ba7ff;
  border-bottom: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    padding: 50px 0;
  }
}
.modulebox a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .modulebox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.modulebox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox .copy-wrapper {
    border-right: none;
  }
}
.modulebox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.modulebox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper {
    height: auto;
  }
}
.modulebox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.modulebox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.modulebox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.modulebox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.modulebox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .card-wrapper {
    margin-bottom: 50px;
  }
}
.modulebox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #280d33;
  border-radius: 24px;
}.modulebox .card-wrapper .card-wrap .block-title,
.modulebox .card-wrapper .card-wrap .chapter-title,
.modulebox .card-wrapper .card-wrap .header-text,
.modulebox .card-wrapper .card-wrap .lead-h2,
.modulebox .card-wrapper .card-wrap .main-heading,
.modulebox .card-wrapper .card-wrap .page-h,
.modulebox .card-wrapper .card-wrap .section-h,
.modulebox .card-wrapper .card-wrap .section-heading {
  margin-bottom: 42px;
}
.modulebox .card-wrapper .card-wrap .domunit {
  margin-bottom: 42px;
}
.modulebox .copyright {
  color: #ffffff;
  text-align: center;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading {
  color: #3d4045;
}
.modulebox .domunit {
  color: #ffffff;
  text-align: center;
}
.modulebox .list {
  color: #ffffff;
}.modulebox .primary-cta {
  text-align: right;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading,
.modulebox .primary-cta {
  color: #d66eff;
  text-align: center;
}
.sectioncore {
  background-color: transparent;
}
.sectioncore .menu-bar {
  background-color: #000000 !important;
  padding: 0;
}
.sectioncore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sectioncore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .sectioncore .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.sectioncore .menu-bar {
  position: relative !important;
}
.sectioncore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sectioncore .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sectioncore ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sectioncore li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .sectioncore .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.sectioncore .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .sectioncore .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sectioncore .nav-item {
    margin: 0 !important;
  }
}
.sectioncore .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.sectioncore .nav-item .nav-link:hover,
.sectioncore .nav-item .nav-link:focus {
  color: #d66eff !important;
  text-shadow: 2px 2px 4px #d66eff;
}
.sectioncore .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sectioncore .container {
  display: flex;
  margin: auto;
}
.sectioncore .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sectioncore .navbar-nav {
    margin: 0;
  }
}
.sectioncore .nav-item:focus,
.sectioncore .nav-link:focus {
  outline: none;
}
.sectioncore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sectioncore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sectioncore .navbar .stepunit img {
  object-fit: contain;
  border-radius: 100% !important;
}
.sectioncore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .sectioncore .navbar .nav-item {
    padding: .5rem 0;
  }
  .sectioncore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .sectioncore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectioncore .navbar .stepunit img {
    height: 3rem !important;
  }
  .sectioncore .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sectioncore .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sectioncore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sectioncore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectioncore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectioncore .navbar-brand .colwrap {
  line-height: inherit !important;
  font-weight: 600;
}
.sectioncore .navbar-brand .stepunit a {
  outline: none;
}
.sectioncore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.sectioncore ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sectioncore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}

.sectioncore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectioncore .navbar {
    height: 70px;
  }
  .sectioncore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectioncore .menu-bar .stepunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sectioncore .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sectioncore .colwrap:hover {
  color: #d66eff;
}.sectioncore .block-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.sectioncore .colwrap {
  color: #f2ac2b;
}
.sectioncore .domunit {
  color: #ffffff;
  text-align: center;
}.sectioncore .block-subtitle,
.sectioncore .primary-cta {
  text-align: center;
}
.sectioncore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.content {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.content .bandbox {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .content .bandbox {
    margin-bottom: 32px;
    padding: 0;
  }
}.content .bandbox .block-title,
.content .bandbox .chapter-title,
.content .bandbox .header-text,
.content .bandbox .lead-h2,
.content .bandbox .main-heading,
.content .bandbox .page-h,
.content .bandbox .section-h,
.content .bandbox .section-heading {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {.content .bandbox .block-title,
.content .bandbox .chapter-title,
.content .bandbox .header-text,
.content .bandbox .lead-h2,
.content .bandbox .main-heading,
.content .bandbox .page-h,
.content .bandbox .section-h,
.content .bandbox .section-heading {
    margin-bottom: 32px;
  }
}
.content .bandbox .domunit {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .content .bandbox .domunit {
    margin-bottom: 32px;
  }
}.content .bandbox .primary-cta {
  position: relative;
}.content .bandbox .primary-cta .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {.content .bandbox .primary-cta .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.content .docksegment {
  position: relative;
}
.content .docksegment::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #2ba7ff;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .content .docksegment::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .content .docksegment::after {
    display: none;
  }
}
.content .docksegment img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #ca45ff;
}
.content .docksegment .image_1 {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}.content .block-title,
.content .chapter-title,
.content .header-text,
.content .lead-h2,
.content .main-heading,
.content .page-h,
.content .section-h,
.content .section-heading {
  color: #101511;
}
.content .domunit {
  color: #ffffff;
  text-align: left;
}.content .block-title,
.content .chapter-title,
.content .header-text,
.content .lead-h2,
.content .main-heading,
.content .page-h,
.content .section-h,
.content .section-heading,
.content .primary-cta {
  color: #2ba7ff;
  text-align: left;
}
.docklayer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.docklayer .layoutnode {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .docklayer .layoutnode {
    margin-bottom: 32px;
  }
}.docklayer .layoutnode .block-title,
.docklayer .layoutnode .chapter-title,
.docklayer .layoutnode .header-text,
.docklayer .layoutnode .lead-h2,
.docklayer .layoutnode .main-heading,
.docklayer .layoutnode .page-h,
.docklayer .layoutnode .section-h,
.docklayer .layoutnode .section-heading {
  margin-bottom: 0;
}.docklayer .layoutnode .block-title span,
.docklayer .layoutnode .chapter-title span,
.docklayer .layoutnode .header-text span,
.docklayer .layoutnode .lead-h2 span,
.docklayer .layoutnode .main-heading span,
.docklayer .layoutnode .page-h span,
.docklayer .layoutnode .section-h span,
.docklayer .layoutnode .section-heading span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.docklayer .holdbox {
  justify-content: center;
  margin: 0 -8px;
}
.docklayer .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.docklayer .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .docklayer .item .item-wrapper {
    padding: 20px 16px;
  }
}
.docklayer .item .item-wrapper .card-box .inset {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .docklayer .item .item-wrapper .card-box .inset {
    display: block;
    margin-bottom: 24px;
  }
}
.docklayer .item .item-wrapper .card-box .inset .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .docklayer .item .item-wrapper .card-box .inset .item-title {
    padding-right: 0;
  }
}
.docklayer .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.docklayer .item .card_1 {
  background: linear-gradient(315deg, #00355b, #0070c1);
}
.docklayer .item .card_2 {
  background: linear-gradient(315deg, #280d33, #682284);
}
.docklayer .item .card_3 {
  background: linear-gradient(315deg, #00355b, #0070c1);
}
.docklayer .btn-wrapper {
  margin-top: -6%;
}.docklayer .block-title,
.docklayer .chapter-title,
.docklayer .header-text,
.docklayer .lead-h2,
.docklayer .main-heading,
.docklayer .page-h,
.docklayer .section-h,
.docklayer .section-heading {
  color: #272b2e;
  text-align: center;
}
.docklayer .item-title {
  color: #ffffff;
}
.docklayer .item-text {
  color: #ffffff;
}
.partlayer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.partlayer .card {
  position: relative;
  align-items: center;
}
.partlayer .card .coretrack {
  position: absolute;
  top: -3rem;
  width: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #2ba7ff, transparent);
  filter: blur(0.5rem);
  pointer-events: none;
}
.partlayer .card .coretrack::before {
  content: '';
  position: absolute;
  width: 98%;
  height: 98%;
  border-radius: 50%;
  background-color: #000000;
  pointer-events: none;
}
.partlayer .layoutnode {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .partlayer .layoutnode {
    width: 100%;
    margin-bottom: 28px;
  }
}
.partlayer .layoutnode .areabox {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .partlayer .layoutnode .areabox {
    margin-bottom: 28px;
  }
}.partlayer .layoutnode .block-title,
.partlayer .layoutnode .chapter-title,
.partlayer .layoutnode .header-text,
.partlayer .layoutnode .lead-h2,
.partlayer .layoutnode .main-heading,
.partlayer .layoutnode .page-h,
.partlayer .layoutnode .section-h,
.partlayer .layoutnode .section-heading {
  margin-bottom: 0;
}
.partlayer .holdbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.partlayer .holdbox .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .partlayer .holdbox .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .partlayer .holdbox .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.partlayer .holdbox .item:hover .item-wrapper .item-img img,
.partlayer .holdbox .item:focus .item-wrapper .item-img img {
  opacity: 1;
}
.partlayer .holdbox .item .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden !important;
  background-image: radial-gradient(circle at 50% 100%, #00355b, #000000 80%);
}
.partlayer .holdbox .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all .5s ease;
  opacity: .3;
}
@media (max-width: 992px) {
  .partlayer .holdbox .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.partlayer .holdbox .item .item-wrapper .card-box {
  padding: 46px;
}
@media (max-width: 992px) {
  .partlayer .holdbox .item .item-wrapper .card-box {
    padding: 18px;
  }
}
.partlayer .holdbox .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.partlayer .holdbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.partlayer .holdbox .item .item-wrapper .card-box .primary-cta {
  margin-top: 22px;
  width: 100%;
}.partlayer .holdbox .item .item-wrapper .card-box .primary-cta .btn {
  width: 100%;
  margin-bottom: 0;
}
.partlayer .stack,
.partlayer .areabox {
  color: #ffffff;
  text-align: center;
}.partlayer .block-title,
.partlayer .chapter-title,
.partlayer .header-text,
.partlayer .lead-h2,
.partlayer .main-heading,
.partlayer .page-h,
.partlayer .section-h,
.partlayer .section-heading {
  color: #ffffff;
  text-align: center;
}
.partlayer .item-title {
  color: #ffffff;
}
.partlayer .item-text {
  color: #ffffff;
}
.headbox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.headbox .layoutnode {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .headbox .layoutnode {
    margin-bottom: 32px;
  }
}.headbox .layoutnode .block-title,
.headbox .layoutnode .chapter-title,
.headbox .layoutnode .header-text,
.headbox .layoutnode .lead-h2,
.headbox .layoutnode .main-heading,
.headbox .layoutnode .page-h,
.headbox .layoutnode .section-h,
.headbox .layoutnode .section-heading {
  margin-bottom: 0;
}.headbox .layoutnode .block-title span,
.headbox .layoutnode .chapter-title span,
.headbox .layoutnode .header-text span,
.headbox .layoutnode .lead-h2 span,
.headbox .layoutnode .main-heading span,
.headbox .layoutnode .page-h span,
.headbox .layoutnode .section-h span,
.headbox .layoutnode .section-heading span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.headbox .holdbox {
  justify-content: center;
  margin: 0 -8px;
}
.headbox .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.headbox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .headbox .item .item-wrapper {
    padding: 20px 16px;
  }
}
.headbox .item .item-wrapper .card-box .inset {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .headbox .item .item-wrapper .card-box .inset {
    display: block;
    margin-bottom: 24px;
  }
}
.headbox .item .item-wrapper .card-box .inset .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .headbox .item .item-wrapper .card-box .inset .item-title {
    padding-right: 0;
  }
}
.headbox .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.headbox .item .card_1 {
  background: linear-gradient(315deg, #280d33, #682284);
}
.headbox .item .card_2 {
  background: linear-gradient(315deg, #00355b, #0070c1);
}
.headbox .item .card_3 {
  background: linear-gradient(315deg, #280d33, #682284);
}
.headbox .btn-wrapper {
  margin-top: -6%;
}.headbox .block-title,
.headbox .chapter-title,
.headbox .header-text,
.headbox .lead-h2,
.headbox .main-heading,
.headbox .page-h,
.headbox .section-h,
.headbox .section-heading {
  color: #272b2e;
  text-align: center;
}
.headbox .item-title {
  color: #ffffff;
}
.headbox .item-text {
  color: #ffffff;
}
.gridbody {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.gridbody .card {
  position: relative;
  align-items: center;
}
.gridbody .card .coretrack {
  position: absolute;
  top: -3rem;
  width: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #d66eff, transparent);
  filter: blur(0.5rem);
  pointer-events: none;
}
.gridbody .card .coretrack::before {
  content: '';
  position: absolute;
  width: 98%;
  height: 98%;
  border-radius: 50%;
  background-color: #000000;
  pointer-events: none;
}
.gridbody .layoutnode {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .gridbody .layoutnode {
    width: 100%;
    margin-bottom: 28px;
  }
}
.gridbody .layoutnode .areabox {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .gridbody .layoutnode .areabox {
    margin-bottom: 28px;
  }
}.gridbody .layoutnode .block-title,
.gridbody .layoutnode .chapter-title,
.gridbody .layoutnode .header-text,
.gridbody .layoutnode .lead-h2,
.gridbody .layoutnode .main-heading,
.gridbody .layoutnode .page-h,
.gridbody .layoutnode .section-h,
.gridbody .layoutnode .section-heading {
  margin-bottom: 0;
}
.gridbody .holdbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.gridbody .holdbox .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .gridbody .holdbox .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .gridbody .holdbox .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.gridbody .holdbox .item:hover .item-wrapper .item-img img,
.gridbody .holdbox .item:focus .item-wrapper .item-img img {
  opacity: 1;
}
.gridbody .holdbox .item .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden !important;
  background-image: radial-gradient(circle at 50% 100%, #782b97, #000000 80%);
}
.gridbody .holdbox .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all .5s ease;
  opacity: .3;
}
@media (max-width: 992px) {
  .gridbody .holdbox .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.gridbody .holdbox .item .item-wrapper .card-box {
  padding: 46px;
}
@media (max-width: 992px) {
  .gridbody .holdbox .item .item-wrapper .card-box {
    padding: 18px;
  }
}
.gridbody .holdbox .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.gridbody .holdbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.gridbody .holdbox .item .item-wrapper .card-box .primary-cta {
  margin-top: 22px;
  width: 100%;
}.gridbody .holdbox .item .item-wrapper .card-box .primary-cta .btn {
  width: 100%;
  margin-bottom: 0;
}
.gridbody .stack,
.gridbody .areabox {
  color: #ffffff;
  text-align: center;
}.gridbody .block-title,
.gridbody .chapter-title,
.gridbody .header-text,
.gridbody .lead-h2,
.gridbody .main-heading,
.gridbody .page-h,
.gridbody .section-h,
.gridbody .section-heading {
  color: #ffffff;
  text-align: center;
}
.gridbody .item-title {
  color: #ffffff;
}
.gridbody .item-text {
  color: #ffffff;
}
.modulebox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.modulebox .container,
.modulebox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .modulebox .container,
  .modulebox .container-fluid {
    padding: 0 20px;
  }
}
.modulebox a {
  display: block;
}
.modulebox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #2ba7ff;
  border-bottom: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    padding: 50px 0;
  }
}
.modulebox a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .modulebox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.modulebox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox .copy-wrapper {
    border-right: none;
  }
}
.modulebox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.modulebox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper {
    height: auto;
  }
}
.modulebox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.modulebox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.modulebox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.modulebox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.modulebox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .card-wrapper {
    margin-bottom: 50px;
  }
}
.modulebox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #280d33;
  border-radius: 24px;
}.modulebox .card-wrapper .card-wrap .block-title,
.modulebox .card-wrapper .card-wrap .chapter-title,
.modulebox .card-wrapper .card-wrap .header-text,
.modulebox .card-wrapper .card-wrap .lead-h2,
.modulebox .card-wrapper .card-wrap .main-heading,
.modulebox .card-wrapper .card-wrap .page-h,
.modulebox .card-wrapper .card-wrap .section-h,
.modulebox .card-wrapper .card-wrap .section-heading {
  margin-bottom: 42px;
}
.modulebox .card-wrapper .card-wrap .domunit {
  margin-bottom: 42px;
}
.modulebox .copyright {
  color: #ffffff;
  text-align: center;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading {
  color: #3d4045;
}
.modulebox .domunit {
  color: #ffffff;
  text-align: center;
}
.modulebox .list {
  color: #ffffff;
}.modulebox .primary-cta {
  text-align: right;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading,
.modulebox .primary-cta {
  color: #d66eff;
  text-align: center;
}
.sectioncore {
  background-color: transparent;
}
.sectioncore .menu-bar {
  background-color: #000000 !important;
  padding: 0;
}
.sectioncore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sectioncore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .sectioncore .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.sectioncore .menu-bar {
  position: relative !important;
}
.sectioncore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sectioncore .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sectioncore ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sectioncore li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .sectioncore .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.sectioncore .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .sectioncore .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sectioncore .nav-item {
    margin: 0 !important;
  }
}
.sectioncore .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.sectioncore .nav-item .nav-link:hover,
.sectioncore .nav-item .nav-link:focus {
  color: #d66eff !important;
  text-shadow: 2px 2px 4px #d66eff;
}
.sectioncore .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sectioncore .container {
  display: flex;
  margin: auto;
}
.sectioncore .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sectioncore .navbar-nav {
    margin: 0;
  }
}
.sectioncore .nav-item:focus,
.sectioncore .nav-link:focus {
  outline: none;
}
.sectioncore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sectioncore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sectioncore .navbar .stepunit img {
  object-fit: contain;
  border-radius: 100% !important;
}
.sectioncore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .sectioncore .navbar .nav-item {
    padding: .5rem 0;
  }
  .sectioncore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .sectioncore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectioncore .navbar .stepunit img {
    height: 3rem !important;
  }
  .sectioncore .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sectioncore .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sectioncore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sectioncore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectioncore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectioncore .navbar-brand .colwrap {
  line-height: inherit !important;
  font-weight: 600;
}
.sectioncore .navbar-brand .stepunit a {
  outline: none;
}
.sectioncore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.sectioncore ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sectioncore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}

.sectioncore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectioncore .navbar {
    height: 70px;
  }
  .sectioncore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectioncore .menu-bar .stepunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sectioncore .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sectioncore .colwrap:hover {
  color: #d66eff;
}.sectioncore .block-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.sectioncore .colwrap {
  color: #f2ac2b;
}
.sectioncore .domunit {
  color: #ffffff;
  text-align: center;
}.sectioncore .block-subtitle,
.sectioncore .primary-cta {
  text-align: center;
}
.sectioncore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.gridwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  background: linear-gradient(180deg, #000000, #00355b);
  background: linear-gradient(90deg, #000000, #00355b) !important;
}
@media (max-width: 1400px) {
  .gridwrap .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 575px) {
  .gridwrap .row {
    text-align: center!important;
  }
}
.gridwrap .viewnode {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #280d33;
  background: linear-gradient(180deg, #280d33, #000000);
  background: linear-gradient(90deg, #280d33, #000000) !important;
}
@media (max-width: 767px) {
  .gridwrap .viewnode {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.gridwrap img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}.gridwrap .block-title,
.gridwrap .chapter-title,
.gridwrap .header-text,
.gridwrap .lead-h2,
.gridwrap .main-heading,
.gridwrap .page-h,
.gridwrap .section-h,
.gridwrap .section-heading {
  color: #ffffff;
}
@media (max-width: 575px) {.gridwrap .block-title,
.gridwrap .chapter-title,
.gridwrap .header-text,
.gridwrap .lead-h2,
.gridwrap .main-heading,
.gridwrap .page-h,
.gridwrap .section-h,
.gridwrap .section-heading {
    text-align: center;
  }
}
.gridwrap .domunit {
  color: #ffffff;
  text-align: left;
}.gridwrap .block-title,
.gridwrap .chapter-title,
.gridwrap .header-text,
.gridwrap .lead-h2,
.gridwrap .main-heading,
.gridwrap .page-h,
.gridwrap .section-h,
.gridwrap .section-heading,
.gridwrap .primary-cta {
  color: #2ba7ff;
  text-align: left;
}
.boxgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxgrid .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .boxgrid .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .boxgrid .container-fluid {
    padding: 0 12px;
  }
}
.boxgrid .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .boxgrid .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .boxgrid .container {
    padding: 0 12px;
  }
}.boxgrid .bandbox .block-title,
.boxgrid .bandbox .chapter-title,
.boxgrid .bandbox .header-text,
.boxgrid .bandbox .lead-h2,
.boxgrid .bandbox .main-heading,
.boxgrid .bandbox .page-h,
.boxgrid .bandbox .section-h,
.boxgrid .bandbox .section-heading {
  margin-bottom: 40px;
}
@media (max-width: 992px) {.boxgrid .bandbox .block-title,
.boxgrid .bandbox .chapter-title,
.boxgrid .bandbox .header-text,
.boxgrid .bandbox .lead-h2,
.boxgrid .bandbox .main-heading,
.boxgrid .bandbox .page-h,
.boxgrid .bandbox .section-h,
.boxgrid .bandbox .section-heading {
    margin-bottom: 24px;
  }
}
.boxgrid .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #2ba7ff;
  box-shadow: 4px 4px #2ba7ff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .boxgrid .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.boxgrid .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .boxgrid .card-wrapper .card-wrap {
    display: block;
  }
}
.boxgrid .card-wrapper .card-wrap .domunit {
  margin-bottom: 0;
}.boxgrid .block-title,
.boxgrid .chapter-title,
.boxgrid .header-text,
.boxgrid .lead-h2,
.boxgrid .main-heading,
.boxgrid .page-h,
.boxgrid .section-h,
.boxgrid .section-heading {
  color: #ca45ff;
  text-align: center;
}.boxgrid .block-subtitle {
  color: #222222;
}
.boxgrid .domunit {
  color: #ffffff;
}
.boxgrid .list {
  color: #222222;
}
.group {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("images/background1.jpg");
}
.group .row {
  justify-content: center;
}
.group .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .group .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .group .container {
    padding: 0 15px;
  }
}.group .bandbox .block-title,
.group .bandbox .chapter-title,
.group .bandbox .header-text,
.group .bandbox .lead-h2,
.group .bandbox .main-heading,
.group .bandbox .page-h,
.group .bandbox .section-h,
.group .bandbox .section-heading {
  margin-bottom: 50px;
}
@media (max-width: 992px) {.group .bandbox .block-title,
.group .bandbox .chapter-title,
.group .bandbox .header-text,
.group .bandbox .lead-h2,
.group .bandbox .main-heading,
.group .bandbox .page-h,
.group .bandbox .section-h,
.group .bandbox .section-heading {
    margin-bottom: 40px;
  }
}
.group .layoutnode {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .group .layoutnode {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .group .layoutnode {
    padding: 0;
    margin-bottom: 40px;
  }
}.group .layoutnode .block-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {.group .layoutnode .block-subtitle {
    margin-bottom: 20px;
  }
}
.group .layoutnode .domunit {
  margin-bottom: 0;
}.group .layoutnode .primary-cta {
  margin-top: 40px;
}
.group .docksegment {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .group .docksegment {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .group .docksegment {
    margin: 0;
  }
}
.group .docksegment img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #2ba7ff;
}
.group .docksegment::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #782b97;
  filter: blur(80px);
  pointer-events: none;
}.group .block-title,
.group .chapter-title,
.group .header-text,
.group .lead-h2,
.group .main-heading,
.group .page-h,
.group .section-h,
.group .section-heading {
  color: #2ba7ff;
  text-align: center;
}.group .block-subtitle {
  color: #f2ac2b;
}
.group .domunit {
  color: #ffffff;
}
.tailbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tailbox .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .tailbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .tailbox .container-fluid {
    padding: 0 12px;
  }
}
.tailbox .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .tailbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .tailbox .container {
    padding: 0 12px;
  }
}.tailbox .bandbox .block-title,
.tailbox .bandbox .chapter-title,
.tailbox .bandbox .header-text,
.tailbox .bandbox .lead-h2,
.tailbox .bandbox .main-heading,
.tailbox .bandbox .page-h,
.tailbox .bandbox .section-h,
.tailbox .bandbox .section-heading {
  margin-bottom: 40px;
}
@media (max-width: 992px) {.tailbox .bandbox .block-title,
.tailbox .bandbox .chapter-title,
.tailbox .bandbox .header-text,
.tailbox .bandbox .lead-h2,
.tailbox .bandbox .main-heading,
.tailbox .bandbox .page-h,
.tailbox .bandbox .section-h,
.tailbox .bandbox .section-heading {
    margin-bottom: 24px;
  }
}
.tailbox .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #2ba7ff;
  box-shadow: 4px 4px #2ba7ff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .tailbox .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.tailbox .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .tailbox .card-wrapper .card-wrap {
    display: block;
  }
}
.tailbox .card-wrapper .card-wrap .domunit {
  margin-bottom: 0;
}.tailbox .block-title,
.tailbox .chapter-title,
.tailbox .header-text,
.tailbox .lead-h2,
.tailbox .main-heading,
.tailbox .page-h,
.tailbox .section-h,
.tailbox .section-heading {
  color: #ca45ff;
  text-align: center;
}.tailbox .block-subtitle {
  color: #222222;
}
.tailbox .domunit {
  color: #ffffff;
}
.tailbox .list {
  color: #222222;
}
.modulebox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.modulebox .container,
.modulebox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .modulebox .container,
  .modulebox .container-fluid {
    padding: 0 20px;
  }
}
.modulebox a {
  display: block;
}
.modulebox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #2ba7ff;
  border-bottom: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    padding: 50px 0;
  }
}
.modulebox a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .modulebox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.modulebox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox .copy-wrapper {
    border-right: none;
  }
}
.modulebox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.modulebox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper {
    height: auto;
  }
}
.modulebox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.modulebox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.modulebox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.modulebox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.modulebox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .card-wrapper {
    margin-bottom: 50px;
  }
}
.modulebox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #280d33;
  border-radius: 24px;
}.modulebox .card-wrapper .card-wrap .block-title,
.modulebox .card-wrapper .card-wrap .chapter-title,
.modulebox .card-wrapper .card-wrap .header-text,
.modulebox .card-wrapper .card-wrap .lead-h2,
.modulebox .card-wrapper .card-wrap .main-heading,
.modulebox .card-wrapper .card-wrap .page-h,
.modulebox .card-wrapper .card-wrap .section-h,
.modulebox .card-wrapper .card-wrap .section-heading {
  margin-bottom: 42px;
}
.modulebox .card-wrapper .card-wrap .domunit {
  margin-bottom: 42px;
}
.modulebox .copyright {
  color: #ffffff;
  text-align: center;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading {
  color: #3d4045;
}
.modulebox .domunit {
  color: #ffffff;
  text-align: center;
}
.modulebox .list {
  color: #ffffff;
}.modulebox .primary-cta {
  text-align: right;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading,
.modulebox .primary-cta {
  color: #d66eff;
  text-align: center;
}
.sectioncore {
  background-color: transparent;
}
.sectioncore .menu-bar {
  background-color: #000000 !important;
  padding: 0;
}
.sectioncore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sectioncore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .sectioncore .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.sectioncore .menu-bar {
  position: relative !important;
}
.sectioncore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sectioncore .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sectioncore ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sectioncore li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .sectioncore .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.sectioncore .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .sectioncore .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sectioncore .nav-item {
    margin: 0 !important;
  }
}
.sectioncore .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.sectioncore .nav-item .nav-link:hover,
.sectioncore .nav-item .nav-link:focus {
  color: #d66eff !important;
  text-shadow: 2px 2px 4px #d66eff;
}
.sectioncore .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sectioncore .container {
  display: flex;
  margin: auto;
}
.sectioncore .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sectioncore .navbar-nav {
    margin: 0;
  }
}
.sectioncore .nav-item:focus,
.sectioncore .nav-link:focus {
  outline: none;
}
.sectioncore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sectioncore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sectioncore .navbar .stepunit img {
  object-fit: contain;
  border-radius: 100% !important;
}
.sectioncore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .sectioncore .navbar .nav-item {
    padding: .5rem 0;
  }
  .sectioncore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .sectioncore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectioncore .navbar .stepunit img {
    height: 3rem !important;
  }
  .sectioncore .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sectioncore .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sectioncore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sectioncore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectioncore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectioncore .navbar-brand .colwrap {
  line-height: inherit !important;
  font-weight: 600;
}
.sectioncore .navbar-brand .stepunit a {
  outline: none;
}
.sectioncore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.sectioncore ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sectioncore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}

.sectioncore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectioncore .navbar {
    height: 70px;
  }
  .sectioncore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectioncore .menu-bar .stepunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sectioncore .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sectioncore .colwrap:hover {
  color: #d66eff;
}.sectioncore .block-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.sectioncore .colwrap {
  color: #f2ac2b;
}
.sectioncore .domunit {
  color: #ffffff;
  text-align: center;
}.sectioncore .block-subtitle,
.sectioncore .primary-cta {
  text-align: center;
}
.sectioncore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.bodywrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #000000;
}
.bodywrap .text-wrapper {
  position: relative;
  background: #000000;
  width: 60%;
  padding: 50px 0;
  border-radius: 0 30px 30px 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.bodywrap .text-wrapper .card-text,
.bodywrap .text-wrapper .card-title {
  margin: 1rem -25vw 0 50px;
}
@media (max-width: 767px) {
  .bodywrap .text-wrapper .card-text,
  .bodywrap .text-wrapper .card-title {
    margin: 1rem -25vw 0 1rem;
  }
}
.bodywrap .layoutnode {
  padding: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .bodywrap .layoutnode .row {
    flex-direction: column-reverse;
  }
  .bodywrap .layoutnode .docksegment {
    margin-bottom: 2rem;
    margin: 0 2rem 7rem 2rem;
  }
  .bodywrap .layoutnode .geometry__square,
  .bodywrap .layoutnode .geometry__circle {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .bodywrap .layoutnode {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bodywrap .layoutnode {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .bodywrap .layoutnode {
    padding: 5rem 3rem;
  }
  .bodywrap .layoutnode .text-wrapper {
    padding-left: 1rem;
    padding-right: 7rem;
  }
}
.bodywrap .geometry {
  position: absolute;
}
.bodywrap .geometry_top-right {
  top: -50px;
  right: 30%;
}
.bodywrap .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
.bodywrap .geometry__square,
.bodywrap .geometry__circle {
  width: 88px;
  height: 88px;
}
.bodywrap .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.bodywrap .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #d66eff;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.bodywrap .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.bodywrap .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #d66eff;
  border-radius: 100px;
  margin: 0.5rem;
}
.bodywrap .docksegment {
  margin: 0 4rem 0 0;
}
.bodywrap .docksegment .img {
  padding: 20px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .bodywrap .content {
    display: block;
  }
  .bodywrap .text-wrapper {
    width: 100%;
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bodywrap .card-text,
  .bodywrap .card-title {
    margin: 1rem 1rem 1rem 1rem !important;
  }
}
@media (min-width: 768px) {
  .bodywrap .geometry__square-bg {
    transition: transform .3s;
  }
  .bodywrap .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .bodywrap .text-wrapper:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .bodywrap .text-wrapper:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .bodywrap .geometry {
    position: absolute;
  }
  .bodywrap .geometry__circle,
  .bodywrap .geometry__circle-bg,
  .bodywrap .geometry__square,
  .bodywrap .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.bodywrap .card-title {
  color: #2ba7ff;
}.bodywrap .domunit,
.bodywrap .primary-cta {
  color: #ffffff;
}
.outerwrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}.outerwrap .block-subtitle {
  color: #36187d;
}
.outerwrap .domunit {
  color: #ffffff;
}
.modulebox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.modulebox .container,
.modulebox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .modulebox .container,
  .modulebox .container-fluid {
    padding: 0 20px;
  }
}
.modulebox a {
  display: block;
}
.modulebox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #2ba7ff;
  border-bottom: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    padding: 50px 0;
  }
}
.modulebox a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .modulebox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.modulebox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox .copy-wrapper {
    border-right: none;
  }
}
.modulebox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.modulebox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper {
    height: auto;
  }
}
.modulebox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.modulebox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.modulebox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.modulebox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.modulebox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .card-wrapper {
    margin-bottom: 50px;
  }
}
.modulebox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #280d33;
  border-radius: 24px;
}.modulebox .card-wrapper .card-wrap .block-title,
.modulebox .card-wrapper .card-wrap .chapter-title,
.modulebox .card-wrapper .card-wrap .header-text,
.modulebox .card-wrapper .card-wrap .lead-h2,
.modulebox .card-wrapper .card-wrap .main-heading,
.modulebox .card-wrapper .card-wrap .page-h,
.modulebox .card-wrapper .card-wrap .section-h,
.modulebox .card-wrapper .card-wrap .section-heading {
  margin-bottom: 42px;
}
.modulebox .card-wrapper .card-wrap .domunit {
  margin-bottom: 42px;
}
.modulebox .copyright {
  color: #ffffff;
  text-align: center;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading {
  color: #3d4045;
}
.modulebox .domunit {
  color: #ffffff;
  text-align: center;
}
.modulebox .list {
  color: #ffffff;
}.modulebox .primary-cta {
  text-align: right;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading,
.modulebox .primary-cta {
  color: #d66eff;
  text-align: center;
}
.sectioncore {
  background-color: transparent;
}
.sectioncore .menu-bar {
  background-color: #000000 !important;
  padding: 0;
}
.sectioncore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sectioncore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .sectioncore .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.sectioncore .menu-bar {
  position: relative !important;
}
.sectioncore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sectioncore .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sectioncore ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sectioncore li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .sectioncore .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.sectioncore .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .sectioncore .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sectioncore .nav-item {
    margin: 0 !important;
  }
}
.sectioncore .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.sectioncore .nav-item .nav-link:hover,
.sectioncore .nav-item .nav-link:focus {
  color: #d66eff !important;
  text-shadow: 2px 2px 4px #d66eff;
}
.sectioncore .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sectioncore .container {
  display: flex;
  margin: auto;
}
.sectioncore .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sectioncore .navbar-nav {
    margin: 0;
  }
}
.sectioncore .nav-item:focus,
.sectioncore .nav-link:focus {
  outline: none;
}
.sectioncore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sectioncore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sectioncore .navbar .stepunit img {
  object-fit: contain;
  border-radius: 100% !important;
}
.sectioncore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .sectioncore .navbar .nav-item {
    padding: .5rem 0;
  }
  .sectioncore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .sectioncore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectioncore .navbar .stepunit img {
    height: 3rem !important;
  }
  .sectioncore .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sectioncore .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sectioncore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sectioncore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectioncore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectioncore .navbar-brand .colwrap {
  line-height: inherit !important;
  font-weight: 600;
}
.sectioncore .navbar-brand .stepunit a {
  outline: none;
}
.sectioncore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.sectioncore ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sectioncore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}

.sectioncore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectioncore .navbar {
    height: 70px;
  }
  .sectioncore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectioncore .menu-bar .stepunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sectioncore .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sectioncore .colwrap:hover {
  color: #d66eff;
}.sectioncore .block-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.sectioncore .colwrap {
  color: #f2ac2b;
}
.sectioncore .domunit {
  color: #ffffff;
  text-align: center;
}.sectioncore .block-subtitle,
.sectioncore .primary-cta {
  text-align: center;
}
.sectioncore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.layoutbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.layoutbox .card {
  justify-content: center;
}
.layoutbox .layoutnode {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .layoutbox .layoutnode {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.layoutbox .layoutnode .areabox {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .layoutbox .layoutnode .areabox {
    margin-bottom: 22px;
  }
}
.layoutbox .layoutnode .areabox .stack {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}.layoutbox .layoutnode .block-title,
.layoutbox .layoutnode .chapter-title,
.layoutbox .layoutnode .header-text,
.layoutbox .layoutnode .lead-h2,
.layoutbox .layoutnode .main-heading,
.layoutbox .layoutnode .page-h,
.layoutbox .layoutnode .section-h,
.layoutbox .layoutnode .section-heading {
  margin-bottom: 22px;
}
.layoutbox .layoutnode .domunit {
  margin-bottom: 0;
}
.layoutbox .stack,
.layoutbox .areabox {
  color: #ffffff;
}.layoutbox .block-title,
.layoutbox .chapter-title,
.layoutbox .header-text,
.layoutbox .lead-h2,
.layoutbox .main-heading,
.layoutbox .page-h,
.layoutbox .section-h,
.layoutbox .section-heading {
  color: #d66eff;
  text-align: center;
}
.layoutbox .domunit {
  color: #ffffff;
  text-align: center;
}
.layoutbox label {
  color: #a997ce;
}
.zoneunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zoneunit .layoutnode {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .zoneunit .layoutnode {
    margin-bottom: 32px;
  }
}
.zoneunit .layoutnode .areabox {
  margin-bottom: 32px;
}.zoneunit .layoutnode .bandbox .block-title,
.zoneunit .layoutnode .bandbox .chapter-title,
.zoneunit .layoutnode .bandbox .header-text,
.zoneunit .layoutnode .bandbox .lead-h2,
.zoneunit .layoutnode .bandbox .main-heading,
.zoneunit .layoutnode .bandbox .page-h,
.zoneunit .layoutnode .bandbox .section-h,
.zoneunit .layoutnode .bandbox .section-heading {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #2ba7ff, #d66eff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {.zoneunit .layoutnode .bandbox .block-title,
.zoneunit .layoutnode .bandbox .chapter-title,
.zoneunit .layoutnode .bandbox .header-text,
.zoneunit .layoutnode .bandbox .lead-h2,
.zoneunit .layoutnode .bandbox .main-heading,
.zoneunit .layoutnode .bandbox .page-h,
.zoneunit .layoutnode .bandbox .section-h,
.zoneunit .layoutnode .bandbox .section-heading {
    width: 100%;
  }
}
.zoneunit .holdbox {
  margin: 0 -18px;
  justify-content: center;
}
.zoneunit .holdbox .card {
  padding: 0 18px;
  justify-content: center;
}
.zoneunit .holdbox .card .docksegment {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .zoneunit .holdbox .card .docksegment {
    margin-bottom: 32px;
  }
}
.zoneunit .holdbox .card .docksegment img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #d66eff;
}
@media (max-width: 992px) {
  .zoneunit .holdbox .card .docksegment img {
    height: 300px;
  }
}
.zoneunit .holdbox .card .text-wrapper .domunit {
  margin-bottom: 0;
}.zoneunit .holdbox .card .text-wrapper .primary-cta {
  margin-top: 14px;
}.zoneunit .holdbox .card .text-wrapper .primary-cta .btn {
  margin-bottom: 0;
}
.zoneunit .stack,
.zoneunit .areabox {
  color: #000000;
  text-align: center;
}.zoneunit .block-title,
.zoneunit .chapter-title,
.zoneunit .header-text,
.zoneunit .lead-h2,
.zoneunit .main-heading,
.zoneunit .page-h,
.zoneunit .section-h,
.zoneunit .section-heading,
.zoneunit .bandbox {
  color: #000000;
  text-align: center;
}
.zoneunit .domunit {
  color: #515151;
}.zoneunit .domunit,
.zoneunit .primary-cta {
  color: #ffffff;
}
.modulebox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.modulebox .container,
.modulebox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .modulebox .container,
  .modulebox .container-fluid {
    padding: 0 20px;
  }
}
.modulebox a {
  display: block;
}
.modulebox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #2ba7ff;
  border-bottom: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper {
    padding: 50px 0;
  }
}
.modulebox a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .modulebox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .modulebox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.modulebox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .modulebox .copy-wrapper {
    border-right: none;
  }
}
.modulebox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.modulebox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper {
    height: auto;
  }
}
.modulebox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.modulebox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.modulebox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modulebox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.modulebox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.modulebox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .modulebox .card-wrapper {
    margin-bottom: 50px;
  }
}
.modulebox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #280d33;
  border-radius: 24px;
}.modulebox .card-wrapper .card-wrap .block-title,
.modulebox .card-wrapper .card-wrap .chapter-title,
.modulebox .card-wrapper .card-wrap .header-text,
.modulebox .card-wrapper .card-wrap .lead-h2,
.modulebox .card-wrapper .card-wrap .main-heading,
.modulebox .card-wrapper .card-wrap .page-h,
.modulebox .card-wrapper .card-wrap .section-h,
.modulebox .card-wrapper .card-wrap .section-heading {
  margin-bottom: 42px;
}
.modulebox .card-wrapper .card-wrap .domunit {
  margin-bottom: 42px;
}
.modulebox .copyright {
  color: #ffffff;
  text-align: center;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading {
  color: #3d4045;
}
.modulebox .domunit {
  color: #ffffff;
  text-align: center;
}
.modulebox .list {
  color: #ffffff;
}.modulebox .primary-cta {
  text-align: right;
}.modulebox .block-title,
.modulebox .chapter-title,
.modulebox .header-text,
.modulebox .lead-h2,
.modulebox .main-heading,
.modulebox .page-h,
.modulebox .section-h,
.modulebox .section-heading,
.modulebox .primary-cta {
  color: #d66eff;
  text-align: center;
}
.shiftbox {
  background-color: transparent;
}
.shiftbox .menu-bar {
  background-color: #000000 !important;
  padding: 0;
}
.shiftbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .shiftbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .shiftbox .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.shiftbox .menu-bar {
  position: relative !important;
}
.shiftbox .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.shiftbox .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .shiftbox ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .shiftbox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .shiftbox .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.shiftbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .shiftbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .shiftbox .nav-item {
    margin: 0 !important;
  }
}
.shiftbox .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.shiftbox .nav-item .nav-link:hover,
.shiftbox .nav-item .nav-link:focus {
  color: #d66eff !important;
  text-shadow: 2px 2px 4px #d66eff;
}
.shiftbox .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.shiftbox .container {
  display: flex;
  margin: auto;
}
.shiftbox .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .shiftbox .navbar-nav {
    margin: 0;
  }
}
.shiftbox .nav-item:focus,
.shiftbox .nav-link:focus {
  outline: none;
}
.shiftbox .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .shiftbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.shiftbox .navbar .stepunit img {
  object-fit: contain;
  border-radius: 100% !important;
}
.shiftbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .shiftbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .shiftbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .shiftbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .shiftbox .navbar .stepunit img {
    height: 3rem !important;
  }
  .shiftbox .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .shiftbox .navbar ul.navbar-nav li {
    margin: 0;
  }
  .shiftbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .shiftbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.shiftbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.shiftbox .navbar-brand .colwrap {
  line-height: inherit !important;
  font-weight: 600;
}
.shiftbox .navbar-brand .stepunit a {
  outline: none;
}
.shiftbox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.shiftbox ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.shiftbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}

.shiftbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shiftbox .navbar {
    height: 70px;
  }
  .shiftbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.shiftbox .menu-bar .stepunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .shiftbox .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.shiftbox .colwrap:hover {
  color: #d66eff;
}.shiftbox .block-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.shiftbox .colwrap {
  color: #f2ac2b;
}
.shiftbox .domunit {
  color: #ffffff;
  text-align: center;
}.shiftbox .block-subtitle,
.shiftbox .primary-cta {
  text-align: center;
}
.shiftbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.topwrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #000000;
}
.topwrap .text-wrapper {
  position: relative;
  background: #000000;
  width: 60%;
  padding: 50px 0;
  border-radius: 0 30px 30px 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.topwrap .text-wrapper .card-text,
.topwrap .text-wrapper .card-title {
  margin: 1rem -25vw 0 50px;
}
@media (max-width: 767px) {
  .topwrap .text-wrapper .card-text,
  .topwrap .text-wrapper .card-title {
    margin: 1rem -25vw 0 1rem;
  }
}
.topwrap .layoutnode {
  padding: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .topwrap .layoutnode .row {
    flex-direction: column-reverse;
  }
  .topwrap .layoutnode .docksegment {
    margin-bottom: 2rem;
    margin: 0 2rem 7rem 2rem;
  }
  .topwrap .layoutnode .geometry__square,
  .topwrap .layoutnode .geometry__circle {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .topwrap .layoutnode {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topwrap .layoutnode {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .topwrap .layoutnode {
    padding: 5rem 3rem;
  }
  .topwrap .layoutnode .text-wrapper {
    padding-left: 1rem;
    padding-right: 7rem;
  }
}
.topwrap .geometry {
  position: absolute;
}
.topwrap .geometry_top-right {
  top: -50px;
  right: 30%;
}
.topwrap .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
.topwrap .geometry__square,
.topwrap .geometry__circle {
  width: 88px;
  height: 88px;
}
.topwrap .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.topwrap .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #d66eff;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.topwrap .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.topwrap .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #d66eff;
  border-radius: 100px;
  margin: 0.5rem;
}
.topwrap .docksegment {
  margin: 0 4rem 0 0;
}
.topwrap .docksegment .img {
  padding: 20px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .topwrap .content {
    display: block;
  }
  .topwrap .text-wrapper {
    width: 100%;
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .topwrap .card-text,
  .topwrap .card-title {
    margin: 1rem 1rem 1rem 1rem !important;
  }
}
@media (min-width: 768px) {
  .topwrap .geometry__square-bg {
    transition: transform .3s;
  }
  .topwrap .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .topwrap .text-wrapper:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .topwrap .text-wrapper:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .topwrap .geometry {
    position: absolute;
  }
  .topwrap .geometry__circle,
  .topwrap .geometry__circle-bg,
  .topwrap .geometry__square,
  .topwrap .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.topwrap .card-title {
  color: #2ba7ff;
}.topwrap .domunit,
.topwrap .primary-cta {
  color: #ffffff;
}
.stagewrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}.stagewrap .block-subtitle {
  color: #36187d;
}
.stagewrap .domunit {
  color: #ffffff;
}
.bodybox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.bodybox .container,
.bodybox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .bodybox .container,
  .bodybox .container-fluid {
    padding: 0 20px;
  }
}
.bodybox a {
  display: block;
}
.bodybox a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #2ba7ff;
  border-bottom: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .bodybox a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .bodybox a .logo-wrapper {
    padding: 50px 0;
  }
}
.bodybox a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .bodybox a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .bodybox a .logo-wrapper img {
    margin: 0 auto;
  }
}
.bodybox .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .bodybox .copy-wrapper {
    border-right: none;
  }
}
.bodybox .copy-wrapper .copyright {
  margin-bottom: 0;
}
.bodybox .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .bodybox .list-wrapper {
    height: auto;
  }
}
.bodybox .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .bodybox .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.bodybox .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.bodybox .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bodybox .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.bodybox .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.bodybox .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .bodybox .card-wrapper {
    margin-bottom: 50px;
  }
}
.bodybox .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #280d33;
  border-radius: 24px;
}.bodybox .card-wrapper .card-wrap .block-title,
.bodybox .card-wrapper .card-wrap .chapter-title,
.bodybox .card-wrapper .card-wrap .header-text,
.bodybox .card-wrapper .card-wrap .lead-h2,
.bodybox .card-wrapper .card-wrap .main-heading,
.bodybox .card-wrapper .card-wrap .page-h,
.bodybox .card-wrapper .card-wrap .section-h,
.bodybox .card-wrapper .card-wrap .section-heading {
  margin-bottom: 42px;
}
.bodybox .card-wrapper .card-wrap .domunit {
  margin-bottom: 42px;
}
.bodybox .copyright {
  color: #ffffff;
  text-align: center;
}.bodybox .block-title,
.bodybox .chapter-title,
.bodybox .header-text,
.bodybox .lead-h2,
.bodybox .main-heading,
.bodybox .page-h,
.bodybox .section-h,
.bodybox .section-heading {
  color: #3d4045;
}
.bodybox .domunit {
  color: #ffffff;
  text-align: center;
}
.bodybox .list {
  color: #ffffff;
}.bodybox .primary-cta {
  text-align: right;
}.bodybox .block-title,
.bodybox .chapter-title,
.bodybox .header-text,
.bodybox .lead-h2,
.bodybox .main-heading,
.bodybox .page-h,
.bodybox .section-h,
.bodybox .section-heading,
.bodybox .primary-cta {
  color: #d66eff;
  text-align: center;
}
.bridge {
  background-color: transparent;
}
.bridge .menu-bar {
  background-color: #000000 !important;
  padding: 0;
}
.bridge .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .bridge .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .bridge .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.bridge .menu-bar {
  position: relative !important;
}
.bridge .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.bridge .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .bridge ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .bridge li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .bridge .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.bridge .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .bridge .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .bridge .nav-item {
    margin: 0 !important;
  }
}
.bridge .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.bridge .nav-item .nav-link:hover,
.bridge .nav-item .nav-link:focus {
  color: #d66eff !important;
  text-shadow: 2px 2px 4px #d66eff;
}
.bridge .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.bridge .container {
  display: flex;
  margin: auto;
}
.bridge .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .bridge .navbar-nav {
    margin: 0;
  }
}
.bridge .nav-item:focus,
.bridge .nav-link:focus {
  outline: none;
}
.bridge .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .bridge .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.bridge .navbar .stepunit img {
  object-fit: contain;
  border-radius: 100% !important;
}
.bridge .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .bridge .navbar .nav-item {
    padding: .5rem 0;
  }
  .bridge .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .bridge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .bridge .navbar .stepunit img {
    height: 3rem !important;
  }
  .bridge .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .bridge .navbar ul.navbar-nav li {
    margin: 0;
  }
  .bridge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .bridge .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.bridge .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.bridge .navbar-brand .colwrap {
  line-height: inherit !important;
  font-weight: 600;
}
.bridge .navbar-brand .stepunit a {
  outline: none;
}
.bridge .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.bridge ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.bridge button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}

.bridge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bridge .navbar {
    height: 70px;
  }
  .bridge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.bridge .menu-bar .stepunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .bridge .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.bridge .colwrap:hover {
  color: #d66eff;
}.bridge .block-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.bridge .colwrap {
  color: #f2ac2b;
}
.bridge .domunit {
  color: #ffffff;
  text-align: center;
}.bridge .block-subtitle,
.bridge .primary-cta {
  text-align: center;
}
.bridge a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.plate {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #000000;
}
.plate .text-wrapper {
  position: relative;
  background: #000000;
  width: 60%;
  padding: 50px 0;
  border-radius: 0 30px 30px 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.plate .text-wrapper .card-text,
.plate .text-wrapper .card-title {
  margin: 1rem -25vw 0 50px;
}
@media (max-width: 767px) {
  .plate .text-wrapper .card-text,
  .plate .text-wrapper .card-title {
    margin: 1rem -25vw 0 1rem;
  }
}
.plate .layoutnode {
  padding: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .plate .layoutnode .row {
    flex-direction: column-reverse;
  }
  .plate .layoutnode .docksegment {
    margin-bottom: 2rem;
    margin: 0 2rem 7rem 2rem;
  }
  .plate .layoutnode .geometry__square,
  .plate .layoutnode .geometry__circle {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .plate .layoutnode {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .plate .layoutnode {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .plate .layoutnode {
    padding: 5rem 3rem;
  }
  .plate .layoutnode .text-wrapper {
    padding-left: 1rem;
    padding-right: 7rem;
  }
}
.plate .geometry {
  position: absolute;
}
.plate .geometry_top-right {
  top: -50px;
  right: 30%;
}
.plate .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
.plate .geometry__square,
.plate .geometry__circle {
  width: 88px;
  height: 88px;
}
.plate .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.plate .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #d66eff;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.plate .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.plate .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #d66eff;
  border-radius: 100px;
  margin: 0.5rem;
}
.plate .docksegment {
  margin: 0 4rem 0 0;
}
.plate .docksegment .img {
  padding: 20px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .plate .content {
    display: block;
  }
  .plate .text-wrapper {
    width: 100%;
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .plate .card-text,
  .plate .card-title {
    margin: 1rem 1rem 1rem 1rem !important;
  }
}
@media (min-width: 768px) {
  .plate .geometry__square-bg {
    transition: transform .3s;
  }
  .plate .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .plate .text-wrapper:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .plate .text-wrapper:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .plate .geometry {
    position: absolute;
  }
  .plate .geometry__circle,
  .plate .geometry__circle-bg,
  .plate .geometry__square,
  .plate .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.plate .card-title {
  color: #2ba7ff;
}.plate .domunit,
.plate .primary-cta {
  color: #ffffff;
}
.foldbox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}.foldbox .block-subtitle {
  color: #36187d;
}
.foldbox .domunit {
  color: #ffffff;
}
.navlayer {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.navlayer .container,
.navlayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .navlayer .container,
  .navlayer .container-fluid {
    padding: 0 20px;
  }
}
.navlayer a {
  display: block;
}
.navlayer a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #2ba7ff;
  border-bottom: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .navlayer a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .navlayer a .logo-wrapper {
    padding: 50px 0;
  }
}
.navlayer a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .navlayer a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .navlayer a .logo-wrapper img {
    margin: 0 auto;
  }
}
.navlayer .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .navlayer .copy-wrapper {
    border-right: none;
  }
}
.navlayer .copy-wrapper .copyright {
  margin-bottom: 0;
}
.navlayer .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .navlayer .list-wrapper {
    height: auto;
  }
}
.navlayer .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .navlayer .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.navlayer .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.navlayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .navlayer .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.navlayer .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.navlayer .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .navlayer .card-wrapper {
    margin-bottom: 50px;
  }
}
.navlayer .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #280d33;
  border-radius: 24px;
}.navlayer .card-wrapper .card-wrap .block-title,
.navlayer .card-wrapper .card-wrap .chapter-title,
.navlayer .card-wrapper .card-wrap .header-text,
.navlayer .card-wrapper .card-wrap .lead-h2,
.navlayer .card-wrapper .card-wrap .main-heading,
.navlayer .card-wrapper .card-wrap .page-h,
.navlayer .card-wrapper .card-wrap .section-h,
.navlayer .card-wrapper .card-wrap .section-heading {
  margin-bottom: 42px;
}
.navlayer .card-wrapper .card-wrap .domunit {
  margin-bottom: 42px;
}
.navlayer .copyright {
  color: #ffffff;
  text-align: center;
}.navlayer .block-title,
.navlayer .chapter-title,
.navlayer .header-text,
.navlayer .lead-h2,
.navlayer .main-heading,
.navlayer .page-h,
.navlayer .section-h,
.navlayer .section-heading {
  color: #3d4045;
}
.navlayer .domunit {
  color: #ffffff;
  text-align: center;
}
.navlayer .list {
  color: #ffffff;
}.navlayer .primary-cta {
  text-align: right;
}.navlayer .block-title,
.navlayer .chapter-title,
.navlayer .header-text,
.navlayer .lead-h2,
.navlayer .main-heading,
.navlayer .page-h,
.navlayer .section-h,
.navlayer .section-heading,
.navlayer .primary-cta {
  color: #d66eff;
  text-align: center;
}
.pane {
  background-color: transparent;
}
.pane .menu-bar {
  background-color: #000000 !important;
  padding: 0;
}
.pane .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .pane .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .pane .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.pane .menu-bar {
  position: relative !important;
}
.pane .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.pane .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .pane ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .pane li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .pane .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.pane .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .pane .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .pane .nav-item {
    margin: 0 !important;
  }
}
.pane .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.pane .nav-item .nav-link:hover,
.pane .nav-item .nav-link:focus {
  color: #d66eff !important;
  text-shadow: 2px 2px 4px #d66eff;
}
.pane .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.pane .container {
  display: flex;
  margin: auto;
}
.pane .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .pane .navbar-nav {
    margin: 0;
  }
}
.pane .nav-item:focus,
.pane .nav-link:focus {
  outline: none;
}
.pane .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .pane .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.pane .navbar .stepunit img {
  object-fit: contain;
  border-radius: 100% !important;
}
.pane .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .pane .navbar .nav-item {
    padding: .5rem 0;
  }
  .pane .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .pane .navbar .nav-item .nav-link::before {
    display: none;
  }
  .pane .navbar .stepunit img {
    height: 3rem !important;
  }
  .pane .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .pane .navbar ul.navbar-nav li {
    margin: 0;
  }
  .pane .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .pane .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.pane .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.pane .navbar-brand .colwrap {
  line-height: inherit !important;
  font-weight: 600;
}
.pane .navbar-brand .stepunit a {
  outline: none;
}
.pane .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.pane ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.pane button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}

.pane a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pane .navbar {
    height: 70px;
  }
  .pane .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.pane .menu-bar .stepunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .pane .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.pane .colwrap:hover {
  color: #d66eff;
}.pane .block-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.pane .colwrap {
  color: #f2ac2b;
}
.pane .domunit {
  color: #ffffff;
  text-align: center;
}.pane .block-subtitle,
.pane .primary-cta {
  text-align: center;
}
.pane a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.containwrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #000000;
}
.containwrap .text-wrapper {
  position: relative;
  background: #000000;
  width: 60%;
  padding: 50px 0;
  border-radius: 0 30px 30px 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.containwrap .text-wrapper .card-text,
.containwrap .text-wrapper .card-title {
  margin: 1rem -25vw 0 50px;
}
@media (max-width: 767px) {
  .containwrap .text-wrapper .card-text,
  .containwrap .text-wrapper .card-title {
    margin: 1rem -25vw 0 1rem;
  }
}
.containwrap .layoutnode {
  padding: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .containwrap .layoutnode .row {
    flex-direction: column-reverse;
  }
  .containwrap .layoutnode .docksegment {
    margin-bottom: 2rem;
    margin: 0 2rem 7rem 2rem;
  }
  .containwrap .layoutnode .geometry__square,
  .containwrap .layoutnode .geometry__circle {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .containwrap .layoutnode {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .containwrap .layoutnode {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .containwrap .layoutnode {
    padding: 5rem 3rem;
  }
  .containwrap .layoutnode .text-wrapper {
    padding-left: 1rem;
    padding-right: 7rem;
  }
}
.containwrap .geometry {
  position: absolute;
}
.containwrap .geometry_top-right {
  top: -50px;
  right: 30%;
}
.containwrap .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
.containwrap .geometry__square,
.containwrap .geometry__circle {
  width: 88px;
  height: 88px;
}
.containwrap .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.containwrap .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #d66eff;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.containwrap .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.containwrap .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #d66eff;
  border-radius: 100px;
  margin: 0.5rem;
}
.containwrap .docksegment {
  margin: 0 4rem 0 0;
}
.containwrap .docksegment .img {
  padding: 20px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .containwrap .content {
    display: block;
  }
  .containwrap .text-wrapper {
    width: 100%;
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .containwrap .card-text,
  .containwrap .card-title {
    margin: 1rem 1rem 1rem 1rem !important;
  }
}
@media (min-width: 768px) {
  .containwrap .geometry__square-bg {
    transition: transform .3s;
  }
  .containwrap .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .containwrap .text-wrapper:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .containwrap .text-wrapper:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .containwrap .geometry {
    position: absolute;
  }
  .containwrap .geometry__circle,
  .containwrap .geometry__circle-bg,
  .containwrap .geometry__square,
  .containwrap .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.containwrap .card-title {
  color: #2ba7ff;
}.containwrap .domunit,
.containwrap .primary-cta {
  color: #ffffff;
}
.clusterbox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}.clusterbox .block-subtitle {
  color: #36187d;
}
.clusterbox .domunit {
  color: #ffffff;
}
.framegrid {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.framegrid .container,
.framegrid .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .framegrid .container,
  .framegrid .container-fluid {
    padding: 0 20px;
  }
}
.framegrid a {
  display: block;
}
.framegrid a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #2ba7ff;
  border-bottom: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .framegrid a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .framegrid a .logo-wrapper {
    padding: 50px 0;
  }
}
.framegrid a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .framegrid a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .framegrid a .logo-wrapper img {
    margin: 0 auto;
  }
}
.framegrid .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #2ba7ff;
}
@media (max-width: 992px) {
  .framegrid .copy-wrapper {
    border-right: none;
  }
}
.framegrid .copy-wrapper .copyright {
  margin-bottom: 0;
}
.framegrid .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .framegrid .list-wrapper {
    height: auto;
  }
}
.framegrid .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .framegrid .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.framegrid .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.framegrid .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .framegrid .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.framegrid .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.framegrid .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .framegrid .card-wrapper {
    margin-bottom: 50px;
  }
}
.framegrid .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #280d33;
  border-radius: 24px;
}.framegrid .card-wrapper .card-wrap .block-title,
.framegrid .card-wrapper .card-wrap .chapter-title,
.framegrid .card-wrapper .card-wrap .header-text,
.framegrid .card-wrapper .card-wrap .lead-h2,
.framegrid .card-wrapper .card-wrap .main-heading,
.framegrid .card-wrapper .card-wrap .page-h,
.framegrid .card-wrapper .card-wrap .section-h,
.framegrid .card-wrapper .card-wrap .section-heading {
  margin-bottom: 42px;
}
.framegrid .card-wrapper .card-wrap .domunit {
  margin-bottom: 42px;
}
.framegrid .copyright {
  color: #ffffff;
  text-align: center;
}.framegrid .block-title,
.framegrid .chapter-title,
.framegrid .header-text,
.framegrid .lead-h2,
.framegrid .main-heading,
.framegrid .page-h,
.framegrid .section-h,
.framegrid .section-heading {
  color: #3d4045;
}
.framegrid .domunit {
  color: #ffffff;
  text-align: center;
}
.framegrid .list {
  color: #ffffff;
}.framegrid .primary-cta {
  text-align: right;
}.framegrid .block-title,
.framegrid .chapter-title,
.framegrid .header-text,
.framegrid .lead-h2,
.framegrid .main-heading,
.framegrid .page-h,
.framegrid .section-h,
.framegrid .section-heading,
.framegrid .primary-cta {
  color: #d66eff;
  text-align: center;
}

.holdwrap {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  isolation: isolate;
}

.holdwrap *,
.holdwrap *::before,
.holdwrap *::after {
  box-sizing: border-box;
}

.blockrow {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d9dde2;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
  overflow: hidden;
}

.blockrow::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8a97a6 0%, #c5cbd3 100%);
}

.viewbox {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 200px;
  gap: 14px;
  align-items: start;
  width: 100%;
  margin-bottom: 12px;
}

.zoneunitbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.cookie23-image-box {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  border-radius: 16px;
  background: #f5f7f9;
  border: 1px solid #e3e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 64px;
}

.cookie23-image-box img,
.packwrap {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin: 0 !important;
  flex: 0 0 42px !important;
}

.shell {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
}

#acceptBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: #2d3742;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(45, 55, 66, 0.14);
}

#acceptBtn:hover {
  transform: translateY(-1px);
}

.nodeband {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}

.holdlayer {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f5f7f9;
  border: 1px solid #e3e7eb;
  color: #687481;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.base {
  margin: 0;
  color: #232b34;
  font-size: 17px;
  line-height: 1.12;
  font-weight: 600;
}

.stackbox {
  margin: 0;
  color: #49535d;
  font-size: 13px;
  line-height: 1.62;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.padunit {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  align-items: center;
  text-align: center;
}

.cookie23-links-text {
  display: block;
  width: 100%;
  color: #74808b;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.cookie23-links-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
  text-align: center;
}

.cookie23-links-row a {
  display: inline-block;
  color: #4f6478;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(79, 100, 120, 0.34);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cookie23-links-row a:hover {
  color: #324454;
  border-bottom-color: #324454;
}

.cookie23-links-row span {
  color: #74808b;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .viewbox {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .shell {
    grid-column: 1 / -1;
    max-width: none;
    margin-left: 0;
    flex-direction: row;
  }

  #acceptBtn {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .holdwrap {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .blockrow {
    padding: 16px;
    border-radius: 16px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .viewbox {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 12px;
  }

  .zoneunitbox {
    justify-content: center;
  }

  .shell {
    order: 2;
    flex-direction: column;
    max-width: none;
  }

  .nodeband {
    order: 1;
    align-items: center;
    text-align: center;
  }

  .holdlayer {
    align-self: center;
  }

  .base {
    font-size: 18px;
    text-align: center;
  }

  .stackbox {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }

  .padunit {
    align-items: center;
    text-align: center;
  }

  .cookie23-links-row {
    justify-content: center;
  }

  #acceptBtn {
    width: 100%;
  }

  .cookie23-image-box {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    max-width: 68px;
    max-height: 68px;
    border-radius: 18px;
    flex: 0 0 68px;
  }

  .cookie23-image-box img,
  .packwrap {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    flex: 0 0 46px !important;
  }
}

@media (max-width: 380px) {
  .holdwrap {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .blockrow {
    padding: 14px;
    border-radius: 14px;
  }

  .base {
    font-size: 16px;
  }

  .cookie23-links-text,
  .cookie23-links-row a,
  .cookie23-links-row span,
  #acceptBtn {
    font-size: 12px;
  }

  .cookie23-image-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 16px;
    flex: 0 0 60px;
  }

  .cookie23-image-box img,
  .packwrap {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    flex: 0 0 40px !important;
  }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.navbar-brand {
    animation: pulse 1.5s ease-in-out;
}

.bold-primary-pane {
  padding: 0 !important;
  background: transparent;
}
.bold-primary-pane .bound {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.bold-primary-pane .hint-holder {
  padding: 40px 40px 28px;
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  text-align: center;
}
.bold-primary-pane .col-group {
  display: inline-flex;
  padding: 7px 14px;
  border-radius: 0;
  background: #111827;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bold-primary-pane .path-body {
  margin: 18px 0 8px;
  color: #111827;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
  text-align: center;
}
.bold-primary-pane .grid-stack {
  margin: 0 auto;
  max-width: 520px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.bold-primary-pane .frameunit {
  padding: 32px 40px 40px;
  color: #111827;
}
.bold-primary-pane .frameunit *,
.bold-primary-pane .frameunit *::before,
.bold-primary-pane .frameunit *::after {
  box-sizing: border-box;
}
.bold-primary-pane .frameunit [hidden] {
  display: none !important;
}
.bold-primary-pane .root {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.bold-primary-pane .part {
  display: flex;
  flex-direction: column;
}
.bold-primary-pane .row-light-block {
  grid-column: 1 / -1;
}
.bold-primary-pane .soft-tag {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
}
.bold-primary-pane .foot-pane {
  width: 100%;
  padding: 14px 0;
  border: none !important;
  border-bottom: 1px solid #d1d5db !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 15px;
  box-shadow: none !important;
  text-align: center;
  transition: border-color 0.2s ease;
}
.bold-primary-pane .foot-pane::placeholder {
  color: #9ca3af;
  opacity: 1;
  text-align: center;
}
.bold-primary-pane .foot-pane:focus {
  outline: none;
  border-bottom-color: #111827 !important;
}
.bold-primary-pane select.foot-pane {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0 center !important;
  background-size: 16px !important;
  padding-right: 28px !important;
}
.bold-primary-pane select.foot-pane option {
  background: #ffffff;
  color: #111827;
}
.bold-primary-pane textarea.foot-pane {
  min-height: 170px;
  resize: vertical;
  text-align: left;
}
.bold-primary-pane textarea.foot-pane::placeholder {
  text-align: left;
}
.bold-primary-pane .dark-live-row {
  padding: 0 0 18px;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
}
.bold-primary-pane .bold-primary-wrapper {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.bold-primary-pane .label-bottom-footer {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #111827;
  cursor: pointer;
}
.bold-primary-pane .short-top-stack {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.75;
  cursor: pointer;
}
.bold-primary-pane .short-top-stack a {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
  transition: color 0.2s ease;
}
.bold-primary-pane .short-top-stack a:hover {
  color: #000000;
}
.bold-primary-pane .foot-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bold-primary-pane .track {
  min-width: 260px;
  padding: 15px 36px;
  border: 1px solid #111827;
  border-radius: 0 !important;
  background: #111827;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.18s ease, background 0.18s ease;
}
.bold-primary-pane .track:hover {
  background: #000000;
  border-color: #000000;
  transform: translateY(-2px);
}
.bold-primary-pane .track:active {
  transform: translateY(0);
}
.bold-primary-pane .tileunit {
  margin: 0;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.8;
  text-align: center;
  padding: 0 8px;
}
.bold-primary-pane .bold-item {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.bold-primary-pane .root-hidden-list {
  background: #f3f4f6;
  border-left: 3px solid #16a34a;
  color: #166534;
}
.bold-primary-pane .frame-live-footer {
  background: #f9fafb;
  border-left: 3px solid #dc2626;
  color: #991b1b;
}
@media (max-width: 767px) {
  .bold-primary-pane {
    padding: 0 12px !important;
  }
  .bold-primary-pane .hint-holder {
    padding: 28px 20px 24px;
  }
  .bold-primary-pane .frameunit {
    padding: 24px 20px 28px;
  }
  .bold-primary-pane .path-body {
    font-size: 28px;
  }
  .bold-primary-pane .track {
    width: 100%;
    min-width: 0;
  }
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/rough3.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.holdwrap {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  isolation: isolate;
}

.holdwrap *,
.holdwrap *::before,
.holdwrap *::after {
  box-sizing: border-box;
}

.holdwrap.revealed {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.holdwrap.exited {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.blockrow {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d9dde2;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
  overflow: hidden;
}

.blockrow::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8a97a6 0%, #c5cbd3 100%);
}

.viewbox {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 200px;
  gap: 14px;
  align-items: start;
  width: 100%;
  margin-bottom: 12px;
}

.zoneunitbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.cookie23-image-box {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  border-radius: 16px;
  background: #f5f7f9;
  border: 1px solid #e3e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 64px;
}

.cookie23-image-box img,
.packwrap {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin: 0 !important;
  flex: 0 0 42px !important;
}

.shell {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
}

#acceptBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: #2d3742;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(45, 55, 66, 0.14);
}

#acceptBtn:hover {
  transform: translateY(-1px);
}

.nodeband {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}

.holdlayer {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f5f7f9;
  border: 1px solid #e3e7eb;
  color: #687481;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.base {
  margin: 0;
  color: #232b34;
  font-size: 17px;
  line-height: 1.12;
  font-weight: 600;
}

.stackbox {
  margin: 0;
  color: #49535d;
  font-size: 13px;
  line-height: 1.62;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.padunit {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  align-items: center;
  text-align: center;
}

.cookie23-links-text {
  display: block;
  width: 100%;
  color: #74808b;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.cookie23-links-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
  text-align: center;
}

.cookie23-links-row a {
  display: inline-block;
  color: #4f6478;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(79, 100, 120, 0.34);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cookie23-links-row a:hover {
  color: #324454;
  border-bottom-color: #324454;
}

.cookie23-links-row span {
  color: #74808b;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .viewbox {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .shell {
    grid-column: 1 / -1;
    max-width: none;
    margin-left: 0;
    flex-direction: row;
  }

  #acceptBtn {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .holdwrap {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .blockrow {
    padding: 16px;
    border-radius: 16px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .viewbox {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 12px;
  }

  .zoneunitbox {
    justify-content: center;
  }

  .shell {
    order: 2;
    flex-direction: column;
    max-width: none;
  }

  .nodeband {
    order: 1;
    align-items: center;
    text-align: center;
  }

  .holdlayer {
    align-self: center;
  }

  .base {
    font-size: 18px;
    text-align: center;
  }

  .stackbox {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }

  .padunit {
    align-items: center;
    text-align: center;
  }

  .cookie23-links-row {
    justify-content: center;
  }

  #acceptBtn {
    width: 100%;
  }

  .cookie23-image-box {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    max-width: 68px;
    max-height: 68px;
    border-radius: 18px;
    flex: 0 0 68px;
  }

  .cookie23-image-box img,
  .packwrap {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    flex: 0 0 46px !important;
  }
}

@media (max-width: 380px) {
  .holdwrap {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .blockrow {
    padding: 14px;
    border-radius: 14px;
  }

  .base {
    font-size: 16px;
  }

  .cookie23-links-text,
  .cookie23-links-row a,
  .cookie23-links-row span,
  #acceptBtn {
    font-size: 12px;
  }

  .cookie23-image-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 16px;
    flex: 0 0 60px;
  }

  .cookie23-image-box img,
  .packwrap {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    flex: 0 0 40px !important;
  }
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
