@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

 h4, .h4, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  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;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.stepunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .stepunit {
    font-size: 5rem;
  }
}

.flow {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .flow {
    font-size: 4.5rem;
  }
}

.trackbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .trackbox {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.drawunit {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
 .drawunit .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .drawunit {
    flex-direction: row;
  }
  .navbar-expand-lg .drawunit .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.tilewrap {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.elementbox {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.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;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blue3.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .foldbox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .foldbox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blue3.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blue3.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.crop-section-title {
  font-style: normal;
  line-height: 1.3;
}

.crop-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h4,
.stepunit,
.flow,
.trackbox,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */
.tilecell {
  text-align: left;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.crop-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .crop-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.crop-fullscreen .crop-overlay {
  min-height: 100vh;
}

.crop-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .foldbox img {
  display: -webkit-flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .drawunit.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .crop-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

.crop-overlay {
  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: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blue3.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: 'kerning2';
  font-display: swap;
  src:  url('fonts/shadow2.eot');
  src:  url('fonts/shadow2.eot') format('embedded-opentype'),
    url('fonts/shadow2.woff2') format('woff2'),
    url('fonts/shadow2.woff') format('woff'),
    url('fonts/shadow2.ttf') format('truetype'),
    url('fonts/shadow2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blue3.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.btn {
  border-width: 1px;
}
body {
  font-family: Inter Tight;
}
.stepunit {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.22;
}
.flow {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.trackbox {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .stepunit {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .stepunit {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.22 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .flow {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .trackbox {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .stepunit {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.22 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .flow {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .trackbox {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #c04f8a !important;
  border-color: #c04f8a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #cd75a3 !important;
  border-color: #cd75a3 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cd75a3 !important;
  border-color: #cd75a3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #97185a !important;
  border-color: #97185a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: inherit;
  background-color: #c31f74 !important;
  border-color: #c31f74 !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c31f74 !important;
  border-color: #c31f74 !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 {
  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: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c04f8a !important;
  border-color: #c04f8a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus {
  color: inherit;
  background-color: #cd75a3 !important;
  border-color: #cd75a3 !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cd75a3 !important;
  border-color: #cd75a3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #97185a !important;
  border-color: #97185a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus {
  color: inherit;
  background-color: #c31f74 !important;
  border-color: #c31f74 !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c31f74 !important;
  border-color: #c31f74 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c04f8a;
  color: #c04f8a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #88315e !important;
  background-color: transparent !important;
  border-color: #88315e !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c04f8a !important;
  border-color: #c04f8a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #97185a;
  color: #97185a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  color: #4c0c2d !important;
  background-color: transparent !important;
  border-color: #4c0c2d !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #97185a !important;
  border-color: #97185a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !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: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c04f8a;
  color: #c04f8a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  color: #88315e !important;
  background-color: transparent !important;
  border-color: #88315e !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c04f8a !important;
  border-color: #c04f8a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #97185a;
  color: #97185a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  color: #4c0c2d !important;
  background-color: transparent !important;
  border-color: #4c0c2d !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #97185a !important;
  border-color: #97185a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #c04f8a !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #c04f8a !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7c2d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #7c2d56 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #cccccc !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;
}
.tilewrap {
  background-color: #70c770;
}
.elementbox {
  background-color: #97185a;
}
.crop-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #c04f8a;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c04f8a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.crop-section-btn .btn {
  padding: 11px 28px;
  border-radius: 15px !important;
  font-weight: 400;
}
.crop-section-btn .btn-black {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: inset -4px 3px 9px 0px #c04f8a, inset 3px -2px 8px 0px #97185a;
  transition: all .5s ease;
}
.crop-section-btn .btn-black:hover,
.crop-section-btn .btn-black:focus {
  box-shadow: inset 0px 36px 25px 0px #c04f8a, inset 0px -33px 25px 0px #97185a;
  color: #ffffff !important;
}
.crop-section-btn .btn-white {
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: inset -4px 3px 9px 0px #c04f8a, inset 3px -2px 8px 0px #97185a;
  transition: all .5s ease;
}
.crop-section-btn .btn-white:hover,
.crop-section-btn .btn-white:focus {
  box-shadow: inset 0px 36px 25px 0px #c04f8a, inset 0px -33px 25px 0px #97185a;
  color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.dockband {
  border-radius: 10px !important;
}
ul.drawunit,
ul.drawunit::before {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  ul.drawunit,
  ul.drawunit::before {
    border-radius: 24px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.zoneunit .navbar-dropdown {
  position: relative !important;
}
.zoneunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.zoneunit .nav-link {
  position: relative;
}
.zoneunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .zoneunit .container {
    flex-wrap: nowrap;
  }
}
.zoneunit .nav-item:focus,
.zoneunit .nav-link:focus {
  outline: none;
}
.zoneunit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .zoneunit .navbar {
    min-height: 80px;
  }
}
.zoneunit .navbar .foldbox img {
  width: auto;
  border-radius: 6px !important;
}
.zoneunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zoneunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zoneunit .navbar .foldbox img {
    height: 3rem !important;
  }
  .zoneunit .navbar ul.drawunit li {
    margin: auto;
  }
  .zoneunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .zoneunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zoneunit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .zoneunit .navbar-brand {
    min-height: 80px;
  }
}
.zoneunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zoneunit .navbar-brand .navbar-caption:hover,
.zoneunit .navbar-brand .navbar-caption:focus {
  color: #c04f8a !important;
}
.zoneunit .navbar-brand .foldbox a {
  outline: none;
}
.zoneunit .navbar-expand-lg .drawunit .nav-link {
  padding: 0;
}
.zoneunit ul.drawunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .zoneunit ul.drawunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.zoneunit ul.drawunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #c04f8a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.zoneunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.zoneunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.zoneunit .navbar-dropdown {
  padding: 0 1rem;
}
.zoneunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zoneunit .navbar {
    height: 70px;
  }
  .zoneunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zoneunit .drawunit {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.zoneunit .nav-item {
  padding: 0;
  margin: 0;
}
.zoneunit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.zoneunit .nav-item .nav-link::after {
  color: #c04f8a !important;
  transform: rotate(0);
  transition: .3s;
}
.zoneunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #c04f8a;
  transition: all 0.5s ease-in-out;
}
.zoneunit .nav-item .nav-link:hover,
.zoneunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::after,
.zoneunit .nav-item .nav-link:focus::after {
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::before,
.zoneunit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.zoneunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .zoneunit .navbar {
    justify-content: flex-start !important;
  }
  .zoneunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .zoneunit .navbar-collapse .drawunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .zoneunit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .zoneunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .zoneunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.zoneunit .packlayer {
  min-height: 110px;
}
@media (max-width: 992px) {
  .zoneunit .packlayer {
    min-height: 80px;
  }
}
.rootwrap {
  background-color: #18000c;
}
.rootwrap .row {
  flex-direction: row-reverse;
}
.rootwrap .svg-container {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.rootwrap svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.rootwrap svg path {
  fill: #480025;
}
@media (max-width: 992px) {
  .rootwrap svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .rootwrap svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.rootwrap .crop-section-title {
  color: #c04f8a;
  text-align: center;
}
@media (min-width: 1400px) {
  .rootwrap .col-12 {
    padding: 0 2rem;
  }
  .rootwrap .row {
    margin: 0 -2rem;
  }
}
.rootwrap .crop-text,
.rootwrap .crop-section-btn {
  color: #ffffff;
  text-align: center;
}
.sectionlayer {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #18000c;
}
.sectionlayer .row {
  justify-content: center;
}
.sectionlayer .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .sectionlayer .zonelayer {
    margin-bottom: 40px;
  }
}
.sectionlayer .zonelayer .crop-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .sectionlayer .zonelayer .crop-section-title {
    margin-bottom: 30px;
  }
}
.sectionlayer .zonelayer .text-wrapper .crop-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sectionlayer .zonelayer .text-wrapper .crop-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sectionlayer .slot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .sectionlayer .slot {
    display: block;
  }
}
.sectionlayer .slot::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#c04f8a, transparent);
  filter: blur(100px);
}
.sectionlayer .slot .host {
  position: relative;
  z-index: 1;
}
.sectionlayer .slot .host img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sectionlayer .slot .host img {
    height: 350px;
  }
}
.sectionlayer .crop-section-title {
  color: #ffffff;
}
.sectionlayer .crop-text,
.sectionlayer .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.sectionlayer .crop-section-title,
.sectionlayer .crop-section-btn {
  text-align: center;
  color: #c04f8a;
}
.pathwrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #18000c;
}
.pathwrap .row {
  justify-content: center;
}
.pathwrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .pathwrap .zonelayer {
    margin-bottom: 40px;
  }
}
.pathwrap .zonelayer .crop-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pathwrap .zonelayer .crop-section-title {
    margin-bottom: 30px;
  }
}
.pathwrap .zonelayer .text-wrapper .crop-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .pathwrap .zonelayer .text-wrapper .crop-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pathwrap .slot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .pathwrap .slot {
    display: block;
  }
}
.pathwrap .slot::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#c04f8a, transparent);
  filter: blur(100px);
}
.pathwrap .slot .host {
  position: relative;
  z-index: 1;
}
.pathwrap .slot .host img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .pathwrap .slot .host img {
    height: 350px;
  }
}
.pathwrap .crop-section-title {
  color: #ffffff;
}
.pathwrap .crop-text,
.pathwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.pathwrap .crop-section-title,
.pathwrap .crop-section-btn {
  text-align: center;
  color: #c04f8a;
}
.rowsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("images/sharp1.jpg");
}
.rowsegment .row {
  justify-content: center;
}
.rowsegment .card-wrapper {
  position: relative;
  padding: 80px 150px;
  background-color: #18000c;
}
@media (max-width: 1600px) {
  .rowsegment .card-wrapper {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .rowsegment .card-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .rowsegment .card-wrapper {
    padding: 30px 20px;
  }
}
.rowsegment .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#18000c, transparent);
  filter: blur(100px);
}
.rowsegment .card-wrapper .crop-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .rowsegment .card-wrapper .crop-section-title {
    margin-bottom: 30px;
  }
}
.rowsegment .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.rowsegment .card-wrapper .text-wrapper .crop-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .rowsegment .card-wrapper .text-wrapper .crop-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.rowsegment .card-wrapper .crop-section-btn {
  position: relative;
  z-index: 1;
}
.rowsegment .crop-section-title {
  color: #000000;
}
.rowsegment .crop-text,
.rowsegment .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.rowsegment .crop-section-title,
.rowsegment .crop-section-btn {
  text-align: center;
  color: #c04f8a;
}
.formcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.formcore .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .formcore .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .formcore .container {
    padding: 0 26px;
  }
}
.formcore .row {
  justify-content: center;
}
.formcore .part {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .logo-wrapper {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.formcore .part .crop-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .crop-section-title {
    margin-bottom: 40px;
  }
}
.formcore .part .text-wrapper .crop-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formcore .part .text-wrapper .crop-text {
    width: 100%;
  }
}
.formcore .zonelayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .formcore .zonelayer {
    margin-bottom: 40px;
  }
}
.formcore .zonelayer .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.formcore .zonelayer .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:hover,
.formcore .zonelayer .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.formcore .crop-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.formcore .crop-section-title {
  color: #ffffff;
}
.formcore .crop-text {
  color: #ffffff;
}
.formcore .list {
  color: #ffffff;
}
.formcore .list,
.formcore .nav-wrapper {
  text-align: right;
}
.formcore .crop-section-title,
.formcore .logo-wrapper {
  color: #c04f8a;
}
.formcore .list,
.formcore .item-wrap,
.formcore .nav-wrapper {
  text-align: right;
}
.zoneunit .navbar-dropdown {
  position: relative !important;
}
.zoneunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.zoneunit .nav-link {
  position: relative;
}
.zoneunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .zoneunit .container {
    flex-wrap: nowrap;
  }
}
.zoneunit .nav-item:focus,
.zoneunit .nav-link:focus {
  outline: none;
}
.zoneunit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .zoneunit .navbar {
    min-height: 80px;
  }
}
.zoneunit .navbar .foldbox img {
  width: auto;
  border-radius: 6px !important;
}
.zoneunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zoneunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zoneunit .navbar .foldbox img {
    height: 3rem !important;
  }
  .zoneunit .navbar ul.drawunit li {
    margin: auto;
  }
  .zoneunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .zoneunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zoneunit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .zoneunit .navbar-brand {
    min-height: 80px;
  }
}
.zoneunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zoneunit .navbar-brand .navbar-caption:hover,
.zoneunit .navbar-brand .navbar-caption:focus {
  color: #c04f8a !important;
}
.zoneunit .navbar-brand .foldbox a {
  outline: none;
}
.zoneunit .navbar-expand-lg .drawunit .nav-link {
  padding: 0;
}
.zoneunit ul.drawunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .zoneunit ul.drawunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.zoneunit ul.drawunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #c04f8a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.zoneunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.zoneunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.zoneunit .navbar-dropdown {
  padding: 0 1rem;
}
.zoneunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zoneunit .navbar {
    height: 70px;
  }
  .zoneunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zoneunit .drawunit {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.zoneunit .nav-item {
  padding: 0;
  margin: 0;
}
.zoneunit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.zoneunit .nav-item .nav-link::after {
  color: #c04f8a !important;
  transform: rotate(0);
  transition: .3s;
}
.zoneunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #c04f8a;
  transition: all 0.5s ease-in-out;
}
.zoneunit .nav-item .nav-link:hover,
.zoneunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::after,
.zoneunit .nav-item .nav-link:focus::after {
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::before,
.zoneunit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.zoneunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .zoneunit .navbar {
    justify-content: flex-start !important;
  }
  .zoneunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .zoneunit .navbar-collapse .drawunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .zoneunit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .zoneunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .zoneunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.zoneunit .packlayer {
  min-height: 110px;
}
@media (max-width: 992px) {
  .zoneunit .packlayer {
    min-height: 80px;
  }
}
.corefield {
  background-color: #18000c;
  overflow: hidden;
}
.corefield::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #18000c 10%, #480025 25%, #18000c 100%);
  filter: blur(150px);
  pointer-events: none;
}
.corefield::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #18000c 100%);
  pointer-events: none;
}
.corefield .packlayer {
  margin: 0 -30px;
}
.corefield .packlayer .card {
  padding: 0 30px;
}
.corefield .part {
  position: relative;
  z-index: 1;
}
.corefield .part .tilegrid .crop-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #480025;
}
.corefield .part .crop-section-title {
  margin-bottom: 24px;
}
.corefield .part .text-wrapper .crop-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .corefield .part .text-wrapper .crop-text {
    width: 100%;
  }
}
.corefield .part .crop-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .corefield .part .crop-section-btn {
    margin-top: 10px;
  }
}
.corefield .slot {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .corefield .slot {
    padding: 20px;
    margin-top: 40px;
  }
}
.corefield .slot .tileunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #000000;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.corefield .slot .host {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .corefield .slot .host {
    min-height: auto;
    height: 300px;
  }
}
.corefield .slot .host img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.corefield .crop-label,
.corefield .tilegrid {
  color: #ffffff;
  text-align: center;
}
.corefield .crop-section-title {
  color: #ffffff;
}
.corefield .crop-text,
.corefield .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.corefield .crop-section-title,
.corefield .crop-section-btn {
  color: #c04f8a;
  text-align: center;
}
.wrapcontainer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18000c;
}
@media (max-width: 992px) {
  .wrapcontainer .packlayer {
    margin-bottom: 32px;
  }
}
.wrapcontainer .packlayer .crop-section-title {
  margin-bottom: 0;
}
.wrapcontainer .packlayer .crop-section-btn {
  margin-top: 14px;
}
.wrapcontainer .packlayer .crop-section-btn .btn {
  margin-bottom: 0;
}
.wrapcontainer .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapcontainer .text-wrapper .crop-text {
  display: inline-block;
  margin-bottom: 0;
}
.wrapcontainer .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.wrapcontainer .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrapcontainer .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #480025;
}
.wrapcontainer .crop-section-title {
  color: #000000;
}
.wrapcontainer .crop-text,
.wrapcontainer .text-wrapper {
  color: #4f4f4f;
}
.wrapcontainer .list {
  color: #000000;
}
.wrapcontainer .crop-text {
  color: #ffffff;
}
.wrapcontainer .list,
.wrapcontainer .item-wrap,
.wrapcontainer .list-wrapper {
  color: #ffffff;
}
.wrapcontainer .crop-section-title,
.wrapcontainer .crop-section-btn {
  color: #c04f8a;
}
.nestbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #18000c;
}
.nestbox .part .crop-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nestbox .part .crop-section-title {
    margin-bottom: 40px;
  }
}
.nestbox .tilenode .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .nestbox .tilenode .item {
    margin-bottom: 2px;
  }
}
.nestbox .tilenode .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #480025;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .nestbox .tilenode .item .item-wrapper {
    display: block;
  }
}
.nestbox .tilenode .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .nestbox .tilenode .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.nestbox .tilenode .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.nestbox .tilenode .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.nestbox .tilenode .item .item-wrapper .card-box .crop-section-btn .btn {
  margin-bottom: 0;
}
.nestbox .tilenode .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .nestbox .tilenode .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.nestbox .tilenode .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .nestbox .tilenode .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .nestbox .tilenode .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.nestbox .crop-section-title {
  color: #0f0f0f;
}
.nestbox .card-title {
  color: #0f0f0f;
}
.nestbox .card-text {
  color: #ffffff;
}
.nestbox .card-title,
.nestbox .crop-section-btn {
  color: #ffffff;
}
.treebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18000c;
}
@media (max-width: 992px) {
  .treebox .packlayer {
    margin-bottom: 32px;
  }
}
.treebox .packlayer .crop-section-title {
  margin-bottom: 0;
}
.treebox .packlayer .crop-section-btn {
  margin-top: 14px;
}
.treebox .packlayer .crop-section-btn .btn {
  margin-bottom: 0;
}
.treebox .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.treebox .text-wrapper .crop-text {
  display: inline-block;
  margin-bottom: 0;
}
.treebox .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.treebox .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.treebox .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #480025;
}
.treebox .crop-section-title {
  color: #000000;
}
.treebox .crop-text,
.treebox .text-wrapper {
  color: #4f4f4f;
}
.treebox .list {
  color: #000000;
}
.treebox .crop-text {
  color: #ffffff;
}
.treebox .list,
.treebox .item-wrap,
.treebox .list-wrapper {
  color: #ffffff;
}
.treebox .crop-section-title,
.treebox .crop-section-btn {
  color: #c04f8a;
}
.formcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.formcore .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .formcore .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .formcore .container {
    padding: 0 26px;
  }
}
.formcore .row {
  justify-content: center;
}
.formcore .part {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .logo-wrapper {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.formcore .part .crop-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .crop-section-title {
    margin-bottom: 40px;
  }
}
.formcore .part .text-wrapper .crop-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formcore .part .text-wrapper .crop-text {
    width: 100%;
  }
}
.formcore .zonelayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .formcore .zonelayer {
    margin-bottom: 40px;
  }
}
.formcore .zonelayer .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.formcore .zonelayer .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:hover,
.formcore .zonelayer .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.formcore .crop-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.formcore .crop-section-title {
  color: #ffffff;
}
.formcore .crop-text {
  color: #ffffff;
}
.formcore .list {
  color: #ffffff;
}
.formcore .list,
.formcore .nav-wrapper {
  text-align: right;
}
.formcore .crop-section-title,
.formcore .logo-wrapper {
  color: #c04f8a;
}
.formcore .list,
.formcore .item-wrap,
.formcore .nav-wrapper {
  text-align: right;
}
.zoneunit .navbar-dropdown {
  position: relative !important;
}
.zoneunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.zoneunit .nav-link {
  position: relative;
}
.zoneunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .zoneunit .container {
    flex-wrap: nowrap;
  }
}
.zoneunit .nav-item:focus,
.zoneunit .nav-link:focus {
  outline: none;
}
.zoneunit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .zoneunit .navbar {
    min-height: 80px;
  }
}
.zoneunit .navbar .foldbox img {
  width: auto;
  border-radius: 6px !important;
}
.zoneunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zoneunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zoneunit .navbar .foldbox img {
    height: 3rem !important;
  }
  .zoneunit .navbar ul.drawunit li {
    margin: auto;
  }
  .zoneunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .zoneunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zoneunit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .zoneunit .navbar-brand {
    min-height: 80px;
  }
}
.zoneunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zoneunit .navbar-brand .navbar-caption:hover,
.zoneunit .navbar-brand .navbar-caption:focus {
  color: #c04f8a !important;
}
.zoneunit .navbar-brand .foldbox a {
  outline: none;
}
.zoneunit .navbar-expand-lg .drawunit .nav-link {
  padding: 0;
}
.zoneunit ul.drawunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .zoneunit ul.drawunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.zoneunit ul.drawunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #c04f8a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.zoneunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.zoneunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.zoneunit .navbar-dropdown {
  padding: 0 1rem;
}
.zoneunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zoneunit .navbar {
    height: 70px;
  }
  .zoneunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zoneunit .drawunit {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.zoneunit .nav-item {
  padding: 0;
  margin: 0;
}
.zoneunit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.zoneunit .nav-item .nav-link::after {
  color: #c04f8a !important;
  transform: rotate(0);
  transition: .3s;
}
.zoneunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #c04f8a;
  transition: all 0.5s ease-in-out;
}
.zoneunit .nav-item .nav-link:hover,
.zoneunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::after,
.zoneunit .nav-item .nav-link:focus::after {
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::before,
.zoneunit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.zoneunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .zoneunit .navbar {
    justify-content: flex-start !important;
  }
  .zoneunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .zoneunit .navbar-collapse .drawunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .zoneunit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .zoneunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .zoneunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.zoneunit .packlayer {
  min-height: 110px;
}
@media (max-width: 992px) {
  .zoneunit .packlayer {
    min-height: 80px;
  }
}
.moduleunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18000c;
}
.moduleunit .zonelayer {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .moduleunit .zonelayer {
    padding: 30px 20px;
  }
}
.moduleunit .zonelayer .host {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moduleunit .zonelayer .host img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moduleunit .zonelayer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #18000c 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.moduleunit .zonelayer .packlayer {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .moduleunit .zonelayer .packlayer {
    width: 100%;
  }
}
.moduleunit .zonelayer .packlayer .desc-wrapper .crop-desc {
  display: inline-block;
  background-color: #97185a;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.moduleunit .zonelayer .packlayer .crop-section-title {
  margin-bottom: 32px;
}
.moduleunit .zonelayer .packlayer .crop-text {
  margin-bottom: 0;
}
.moduleunit .zonelayer .packlayer .crop-section-btn {
  margin-top: 64px;
}
.moduleunit .zonelayer .packlayer .crop-section-btn .btn {
  margin-bottom: 0;
}
.moduleunit .crop-section-title {
  color: #404349;
}
.moduleunit .crop-text {
  color: #ffffff;
  text-align: center;
}
.moduleunit .crop-desc {
  color: #b19a7c;
}
.moduleunit .crop-desc,
.moduleunit .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.moduleunit .crop-section-title,
.moduleunit .crop-section-btn {
  color: #c04f8a;
  text-align: center;
}
.nodetrack {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #18000c;
}
.nodetrack .part .crop-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodetrack .part .crop-section-title {
    margin-bottom: 24px;
  }
}
.nodetrack .zonelayer {
  margin: 0 -8px;
}
.nodetrack .zonelayer .card {
  padding: 0 8px;
}
.nodetrack .slot {
  height: 100%;
}
@media (max-width: 992px) {
  .nodetrack .slot {
    margin-bottom: 12px;
  }
}
.nodetrack .slot img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .nodetrack .slot img {
    height: 300px;
  }
}
.nodetrack .tilenode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .nodetrack .tilenode {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.nodetrack .tilenode .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #0c0006;
  padding: 64px;
}
@media (max-width: 1440px) {
  .nodetrack .tilenode .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .nodetrack .tilenode .item .item-wrapper {
    padding: 24px;
  }
}
.nodetrack .tilenode .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.nodetrack .tilenode .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.nodetrack .tilenode .item .item-wrapper .card-box .crop-section-btn {
  margin-top: 24px;
}
.nodetrack .tilenode .item .item-wrapper .card-box .crop-section-btn .btn {
  margin-bottom: 0;
}
.nodetrack .crop-section-title {
  color: #2c2c26;
}
.nodetrack .card-title {
  color: #2c2c26;
}
.nodetrack .card-text {
  color: #ffffff;
  text-align: center;
}
.nodetrack .card-title {
  color: #ffffff;
  text-align: center;
}
.group {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18000c;
}
.group .row {
  justify-content: center;
}
.group .part {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .group .part {
    margin-bottom: 30px;
  }
}
.group .part .crop-section-title {
  margin-bottom: 0;
}
.group .tilenode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .group .tilenode {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .group .tilenode {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .group .tilenode {
    display: block;
  }
}
.group .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .group .item {
    margin-bottom: 16px;
  }
}
.group .item:hover .item-wrapper .item-img img,
.group .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.group .item .item-wrapper {
  height: 100%;
  border: 3px solid #97185a;
  padding: 48px;
}
@media (max-width: 1440px) {
  .group .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .group .item .item-wrapper {
    padding: 30px 20px;
  }
}
.group .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .group .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.group .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .group .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.group .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.group .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .group .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.group .item .item-wrapper .card-box .crop-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .group .item .item-wrapper .card-box .crop-section-btn {
    margin-top: 30px;
  }
}
.group .item .item-wrapper .card-box .crop-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.group .crop-section-title {
  color: #ffffff;
}
.group .card-role {
  color: #ffffff;
  text-align: center;
}
.group .card-text {
  color: #ffffff;
}
.group .card-text,
.group .crop-section-btn,
.group .text-wrapper {
  text-align: center;
}
.holdunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #18000c;
}
.holdunit .part .crop-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .holdunit .part .crop-section-title {
    margin-bottom: 24px;
  }
}
.holdunit .zonelayer {
  margin: 0 -8px;
}
.holdunit .zonelayer .card {
  padding: 0 8px;
}
.holdunit .slot {
  height: 100%;
}
@media (max-width: 992px) {
  .holdunit .slot {
    margin-bottom: 12px;
  }
}
.holdunit .slot img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .holdunit .slot img {
    height: 300px;
  }
}
.holdunit .tilenode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .holdunit .tilenode {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.holdunit .tilenode .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #0c0006;
  padding: 64px;
}
@media (max-width: 1440px) {
  .holdunit .tilenode .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .holdunit .tilenode .item .item-wrapper {
    padding: 24px;
  }
}
.holdunit .tilenode .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.holdunit .tilenode .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.holdunit .tilenode .item .item-wrapper .card-box .crop-section-btn {
  margin-top: 24px;
}
.holdunit .tilenode .item .item-wrapper .card-box .crop-section-btn .btn {
  margin-bottom: 0;
}
.holdunit .crop-section-title {
  color: #2c2c26;
}
.holdunit .card-title {
  color: #2c2c26;
}
.holdunit .card-text {
  color: #ffffff;
  text-align: center;
}
.holdunit .card-title {
  color: #ffffff;
  text-align: center;
}
.canvas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18000c;
}
.canvas .row {
  justify-content: center;
}
.canvas .part {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .canvas .part {
    margin-bottom: 30px;
  }
}
.canvas .part .crop-section-title {
  margin-bottom: 0;
}
.canvas .tilenode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .canvas .tilenode {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .canvas .tilenode {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .canvas .tilenode {
    display: block;
  }
}
.canvas .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .canvas .item {
    margin-bottom: 16px;
  }
}
.canvas .item:hover .item-wrapper .item-img img,
.canvas .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.canvas .item .item-wrapper {
  height: 100%;
  border: 3px solid #97185a;
  padding: 48px;
}
@media (max-width: 1440px) {
  .canvas .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .canvas .item .item-wrapper {
    padding: 30px 20px;
  }
}
.canvas .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .canvas .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.canvas .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .canvas .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.canvas .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.canvas .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .canvas .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.canvas .item .item-wrapper .card-box .crop-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .canvas .item .item-wrapper .card-box .crop-section-btn {
    margin-top: 30px;
  }
}
.canvas .item .item-wrapper .card-box .crop-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.canvas .crop-section-title {
  color: #ffffff;
}
.canvas .card-role {
  color: #ffffff;
  text-align: center;
}
.canvas .card-text {
  color: #ffffff;
}
.canvas .card-text,
.canvas .crop-section-btn,
.canvas .text-wrapper {
  text-align: center;
}
.formcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.formcore .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .formcore .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .formcore .container {
    padding: 0 26px;
  }
}
.formcore .row {
  justify-content: center;
}
.formcore .part {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .logo-wrapper {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.formcore .part .crop-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .crop-section-title {
    margin-bottom: 40px;
  }
}
.formcore .part .text-wrapper .crop-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formcore .part .text-wrapper .crop-text {
    width: 100%;
  }
}
.formcore .zonelayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .formcore .zonelayer {
    margin-bottom: 40px;
  }
}
.formcore .zonelayer .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.formcore .zonelayer .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:hover,
.formcore .zonelayer .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.formcore .crop-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.formcore .crop-section-title {
  color: #ffffff;
}
.formcore .crop-text {
  color: #ffffff;
}
.formcore .list {
  color: #ffffff;
}
.formcore .list,
.formcore .nav-wrapper {
  text-align: right;
}
.formcore .crop-section-title,
.formcore .logo-wrapper {
  color: #c04f8a;
}
.formcore .list,
.formcore .item-wrap,
.formcore .nav-wrapper {
  text-align: right;
}
.zoneunit .navbar-dropdown {
  position: relative !important;
}
.zoneunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.zoneunit .nav-link {
  position: relative;
}
.zoneunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .zoneunit .container {
    flex-wrap: nowrap;
  }
}
.zoneunit .nav-item:focus,
.zoneunit .nav-link:focus {
  outline: none;
}
.zoneunit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .zoneunit .navbar {
    min-height: 80px;
  }
}
.zoneunit .navbar .foldbox img {
  width: auto;
  border-radius: 6px !important;
}
.zoneunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zoneunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zoneunit .navbar .foldbox img {
    height: 3rem !important;
  }
  .zoneunit .navbar ul.drawunit li {
    margin: auto;
  }
  .zoneunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .zoneunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zoneunit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .zoneunit .navbar-brand {
    min-height: 80px;
  }
}
.zoneunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zoneunit .navbar-brand .navbar-caption:hover,
.zoneunit .navbar-brand .navbar-caption:focus {
  color: #c04f8a !important;
}
.zoneunit .navbar-brand .foldbox a {
  outline: none;
}
.zoneunit .navbar-expand-lg .drawunit .nav-link {
  padding: 0;
}
.zoneunit ul.drawunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .zoneunit ul.drawunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.zoneunit ul.drawunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #c04f8a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.zoneunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.zoneunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.zoneunit .navbar-dropdown {
  padding: 0 1rem;
}
.zoneunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zoneunit .navbar {
    height: 70px;
  }
  .zoneunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zoneunit .drawunit {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.zoneunit .nav-item {
  padding: 0;
  margin: 0;
}
.zoneunit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.zoneunit .nav-item .nav-link::after {
  color: #c04f8a !important;
  transform: rotate(0);
  transition: .3s;
}
.zoneunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #c04f8a;
  transition: all 0.5s ease-in-out;
}
.zoneunit .nav-item .nav-link:hover,
.zoneunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::after,
.zoneunit .nav-item .nav-link:focus::after {
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::before,
.zoneunit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.zoneunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .zoneunit .navbar {
    justify-content: flex-start !important;
  }
  .zoneunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .zoneunit .navbar-collapse .drawunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .zoneunit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .zoneunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .zoneunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.zoneunit .packlayer {
  min-height: 110px;
}
@media (max-width: 992px) {
  .zoneunit .packlayer {
    min-height: 80px;
  }
}
.patch {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #18000c;
}
.patch .container {
  max-width: 1600px;
}
.patch .row {
  justify-content: center;
}
.patch .node {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .patch .node {
    flex-wrap: wrap;
  }
}
.patch .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .patch .info-container {
    width: 100%;
  }
}
.patch .rowsegmentbox {
  margin-bottom: 50px;
}
.patch .crop-section-title {
  color: #c04f8a;
  text-align: center;
}
@media (max-width: 991px) {
  .patch .crop-section-title {
    text-align: center !important;
  }
}
.patch .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.patch .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .patch .text-container {
    margin: 24px auto;
  }
}
.patch .crop-text {
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  .patch .crop-text {
    text-align: center !important;
  }
}
.patch form {
  width: 100%;
}
.patch form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.patch form p {
  color: #ffffff;
}
.patch form .crop-section-btn {
  width: max-content;
  max-width: 50%;
}
@media (max-width: 991px) {
  .patch form .crop-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.patch form .crop-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .patch form .crop-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.patch form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.patch form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .patch form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.patch form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.patch form .form-control::-moz-placeholder {
  color: #939292;
}
.patch form .form-control:-moz-placeholder {
  color: #939292;
}
.patch form .form-control:-ms-input-placeholder {
  color: #939292;
}
.patch form .form-control:hover {
  outline: none !important;
}
.patch form select {
  color: #939292 !important;
}
.patch form textarea {
  height: 200px;
}
.patch form input:active,
.patch form textarea:active,
.patch form input:focus,
.patch form textarea:focus {
  background-color: #FFFFFF !important;
}
.patch form input:active::-webkit-input-placeholder,
.patch form textarea:active::-webkit-input-placeholder,
.patch form input:focus::-webkit-input-placeholder,
.patch form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.patch form input:active::-moz-placeholder,
.patch form textarea:active::-moz-placeholder,
.patch form input:focus::-moz-placeholder,
.patch form textarea:focus::-moz-placeholder {
  color: #939292;
}
.patch form input:active:-moz-placeholder,
.patch form textarea:active:-moz-placeholder,
.patch form input:focus:-moz-placeholder,
.patch form textarea:focus:-moz-placeholder {
  color: #939292;
}
.patch form input:active:-ms-input-placeholder,
.patch form textarea:active:-ms-input-placeholder,
.patch form input:focus:-ms-input-placeholder,
.patch form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.patch form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.patch form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.patch form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.patch .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .patch .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.patch .slot {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(90deg, #c04f8a 2.76%, #97185a 29.66%, #c04f8a 61%, #480025 99.93%);
}
.patch .slot .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(90deg, #c04f8a 2.76%, #97185a 29.66%, #c04f8a 61%, #480025 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.patch .slot .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #18000c;
}
.patch .slot img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.nodecol {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #18000c;
}
.nodecol .part .crop-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nodecol .part .crop-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.nodecol .tilenode {
  margin: 0 -10px;
}
.nodecol .tilenode .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .nodecol .tilenode .item {
    margin-bottom: 16px;
  }
}
.nodecol .tilenode .item:hover .item-wrapper .item-img img,
.nodecol .tilenode .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.nodecol .tilenode .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .nodecol .tilenode .item .item-wrapper {
    padding: 16px;
  }
}
.nodecol .tilenode .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodecol .tilenode .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.nodecol .tilenode .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.nodecol .tilenode .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.nodecol .tilenode .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.nodecol .tilenode .item .item-wrapper .card-box .crop-section-btn .btn {
  margin-bottom: 0;
}
.nodecol .tilenode .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #97185a, #0c0006 50%);
}
.nodecol .tilenode .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #c04f8a, #0c0006 50%);
}
.nodecol .tilenode .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #480025, #0c0006 50%);
}
.nodecol .crop-section-title,
.nodecol .part {
  color: #ffffff;
  text-align: center;
}
.nodecol .item-title {
  color: #ffffff;
}
.nodecol .item-text {
  color: #ffffff;
  text-align: center;
}
.nodecol .item-title,
.nodecol .crop-section-btn {
  text-align: center;
}
.core {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #18000c;
}
.core .part .crop-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .core .part .crop-section-title {
    margin-bottom: 32px;
  }
}
.core .part .crop-section-title span {
  color: #bcfe1e;
}
.core .floatunit {
  justify-content: center;
  margin: 0 -14px;
}
.core .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .core .item {
    padding: 0 14px;
  }
}
.core .item .item-wrapper {
  position: relative;
  border: 1px solid #0c0006;
  background-color: #0c0006;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .core .item .item-wrapper {
    padding: 14px;
  }
}
.core .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.core .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.core .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .core .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.core .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.core .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #0c0006;
}
.core .item .card_1::before {
  background: linear-gradient(45deg, #97185a, #0c0006 50%);
}
.core .item .card_2::before {
  background: linear-gradient(45deg, #df368e, #0c0006 50%);
}
.core .item .card_3::before {
  background: linear-gradient(45deg, #97185a, #0c0006 50%);
}
.core .crop-section-title {
  color: #ffffff;
  text-align: center;
}
.core .item-title {
  color: #ffffff;
}
.core .list {
  color: #ffffff;
  text-align: center;
}
.core .item-title,
.core .tags-wrapper {
  text-align: center;
}
.core .list,
.core .item-wrap {
  text-align: center;
}
.dompart {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #18000c;
}
.dompart .part .crop-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .dompart .part .crop-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.dompart .tilenode {
  margin: 0 -10px;
}
.dompart .tilenode .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .dompart .tilenode .item {
    margin-bottom: 16px;
  }
}
.dompart .tilenode .item:hover .item-wrapper .item-img img,
.dompart .tilenode .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.dompart .tilenode .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .dompart .tilenode .item .item-wrapper {
    padding: 16px;
  }
}
.dompart .tilenode .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .dompart .tilenode .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.dompart .tilenode .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.dompart .tilenode .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.dompart .tilenode .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.dompart .tilenode .item .item-wrapper .card-box .crop-section-btn .btn {
  margin-bottom: 0;
}
.dompart .tilenode .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #97185a, #0c0006 50%);
}
.dompart .tilenode .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #c04f8a, #0c0006 50%);
}
.dompart .tilenode .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #480025, #0c0006 50%);
}
.dompart .crop-section-title,
.dompart .part {
  color: #ffffff;
  text-align: center;
}
.dompart .item-title {
  color: #ffffff;
}
.dompart .item-text {
  color: #ffffff;
  text-align: center;
}
.dompart .item-title,
.dompart .crop-section-btn {
  text-align: center;
}
.spanbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #18000c;
}
.spanbox .part .crop-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .spanbox .part .crop-section-title {
    margin-bottom: 32px;
  }
}
.spanbox .part .crop-section-title span {
  color: #bcfe1e;
}
.spanbox .floatunit {
  justify-content: center;
  margin: 0 -14px;
}
.spanbox .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .spanbox .item {
    padding: 0 14px;
  }
}
.spanbox .item .item-wrapper {
  position: relative;
  border: 1px solid #0c0006;
  background-color: #0c0006;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .spanbox .item .item-wrapper {
    padding: 14px;
  }
}
.spanbox .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.spanbox .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.spanbox .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .spanbox .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.spanbox .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.spanbox .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #0c0006;
}
.spanbox .item .card_1::before {
  background: linear-gradient(45deg, #97185a, #0c0006 50%);
}
.spanbox .item .card_2::before {
  background: linear-gradient(45deg, #df368e, #0c0006 50%);
}
.spanbox .item .card_3::before {
  background: linear-gradient(45deg, #97185a, #0c0006 50%);
}
.spanbox .crop-section-title {
  color: #ffffff;
  text-align: center;
}
.spanbox .item-title {
  color: #ffffff;
}
.spanbox .list {
  color: #ffffff;
  text-align: center;
}
.spanbox .item-title,
.spanbox .tags-wrapper {
  text-align: center;
}
.spanbox .list,
.spanbox .item-wrap {
  text-align: center;
}
.formcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.formcore .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .formcore .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .formcore .container {
    padding: 0 26px;
  }
}
.formcore .row {
  justify-content: center;
}
.formcore .part {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .logo-wrapper {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.formcore .part .crop-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .crop-section-title {
    margin-bottom: 40px;
  }
}
.formcore .part .text-wrapper .crop-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formcore .part .text-wrapper .crop-text {
    width: 100%;
  }
}
.formcore .zonelayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .formcore .zonelayer {
    margin-bottom: 40px;
  }
}
.formcore .zonelayer .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.formcore .zonelayer .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:hover,
.formcore .zonelayer .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.formcore .crop-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.formcore .crop-section-title {
  color: #ffffff;
}
.formcore .crop-text {
  color: #ffffff;
}
.formcore .list {
  color: #ffffff;
}
.formcore .list,
.formcore .nav-wrapper {
  text-align: right;
}
.formcore .crop-section-title,
.formcore .logo-wrapper {
  color: #c04f8a;
}
.formcore .list,
.formcore .item-wrap,
.formcore .nav-wrapper {
  text-align: right;
}
.zoneunit .navbar-dropdown {
  position: relative !important;
}
.zoneunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.zoneunit .nav-link {
  position: relative;
}
.zoneunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .zoneunit .container {
    flex-wrap: nowrap;
  }
}
.zoneunit .nav-item:focus,
.zoneunit .nav-link:focus {
  outline: none;
}
.zoneunit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .zoneunit .navbar {
    min-height: 80px;
  }
}
.zoneunit .navbar .foldbox img {
  width: auto;
  border-radius: 6px !important;
}
.zoneunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zoneunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zoneunit .navbar .foldbox img {
    height: 3rem !important;
  }
  .zoneunit .navbar ul.drawunit li {
    margin: auto;
  }
  .zoneunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .zoneunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zoneunit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .zoneunit .navbar-brand {
    min-height: 80px;
  }
}
.zoneunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zoneunit .navbar-brand .navbar-caption:hover,
.zoneunit .navbar-brand .navbar-caption:focus {
  color: #c04f8a !important;
}
.zoneunit .navbar-brand .foldbox a {
  outline: none;
}
.zoneunit .navbar-expand-lg .drawunit .nav-link {
  padding: 0;
}
.zoneunit ul.drawunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .zoneunit ul.drawunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.zoneunit ul.drawunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #c04f8a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.zoneunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.zoneunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.zoneunit .navbar-dropdown {
  padding: 0 1rem;
}
.zoneunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zoneunit .navbar {
    height: 70px;
  }
  .zoneunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zoneunit .drawunit {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.zoneunit .nav-item {
  padding: 0;
  margin: 0;
}
.zoneunit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.zoneunit .nav-item .nav-link::after {
  color: #c04f8a !important;
  transform: rotate(0);
  transition: .3s;
}
.zoneunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #c04f8a;
  transition: all 0.5s ease-in-out;
}
.zoneunit .nav-item .nav-link:hover,
.zoneunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::after,
.zoneunit .nav-item .nav-link:focus::after {
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::before,
.zoneunit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.zoneunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .zoneunit .navbar {
    justify-content: flex-start !important;
  }
  .zoneunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .zoneunit .navbar-collapse .drawunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .zoneunit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .zoneunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .zoneunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.zoneunit .packlayer {
  min-height: 110px;
}
@media (max-width: 992px) {
  .zoneunit .packlayer {
    min-height: 80px;
  }
}
.subbox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #18000c;
}
.subbox .container {
  padding-left: 10px;
  padding-right: 10px;
}
.subbox .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.subbox .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.subbox .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .subbox .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .subbox .col-img {
    padding: 30px !important;
  }
}
.subbox .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.subbox .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .subbox .text-wrapper {
    margin-bottom: 30px;
  }
}
.subbox .crop-section-title {
  color: #c04f8a;
  margin-bottom: 20px;
  text-align: center;
}
.subbox .crop-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .subbox .crop-text {
    padding-right: 0;
  }
}
.subbox .crop-section-btn {
  margin-top: 20px;
}
.subbox .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #97185a, #480025);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
}
.subbox .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.subbox .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.subbox .crop-text,
.subbox .crop-section-btn {
  color: #ffffff;
  text-align: center;
}
.noteunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.noteunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .noteunit .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .noteunit .container {
    padding: 0 24px;
  }
}
.noteunit .row {
  justify-content: center;
}
.noteunit .zonelayer {
  border-radius: 40px;
  background-color: #18000c;
  padding: 64px;
}
@media (max-width: 992px) {
  .noteunit .zonelayer {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .noteunit .zonelayer {
    padding: 32px;
  }
}
.noteunit .zonelayer .crop-section-title {
  margin-bottom: 0;
}
.noteunit .zonelayer .crop-text {
  margin: 16px 0 0;
}
.noteunit .crop-section-title {
  color: #c04f8a;
  text-align: center;
}
.noteunit .crop-text {
  color: #ffffff;
}
.fieldlayer {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #18000c;
  overflow: hidden;
}
.fieldlayer .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .fieldlayer .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .fieldlayer .container {
    padding: 0 16px;
  }
}
.fieldlayer .row {
  justify-content: center;
}
.fieldlayer .zonelayer {
  position: relative;
}
.fieldlayer .zonelayer .crop-text {
  margin-bottom: 0;
}
.fieldlayer .zonelayer .crop-text span {
  color: #c04f8a;
}
.fieldlayer .crop-text {
  color: #000000;
}
.fieldlayer .crop-text {
  text-align: center;
  color: #c04f8a;
}
.areawrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #18000c;
}
@media (max-width: 992px) {
  .areawrap .container {
    padding: 0 15px;
  }
}
.areawrap .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.areawrap .row .card {
  justify-content: center;
}
.areawrap .slot {
  position: relative;
}
.areawrap .slot .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #480025;
  transform: skewX(-20deg);
}
.areawrap .slot .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #480025;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .areawrap .slot {
    margin-bottom: 60px;
  }
}
.areawrap .slot img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .areawrap .slot img {
    height: 350px;
  }
}
.areawrap .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .areawrap .text-wrapper {
    padding: 0;
  }
}
.areawrap .text-wrapper .crop-text {
  margin-bottom: 0;
}
.areawrap .crop-text {
  color: #ffffff;
}
.layersegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.layersegment .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .layersegment .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .layersegment .container {
    padding: 0 24px;
  }
}
.layersegment .row {
  justify-content: center;
}
.layersegment .zonelayer {
  border-radius: 40px;
  background-color: #18000c;
  padding: 64px;
}
@media (max-width: 992px) {
  .layersegment .zonelayer {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .layersegment .zonelayer {
    padding: 32px;
  }
}
.layersegment .zonelayer .crop-section-title {
  margin-bottom: 0;
}
.layersegment .zonelayer .crop-text {
  margin: 16px 0 0;
}
.layersegment .crop-section-title {
  color: #c04f8a;
  text-align: center;
}
.layersegment .crop-text {
  color: #ffffff;
}
.formcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.formcore .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .formcore .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .formcore .container {
    padding: 0 26px;
  }
}
.formcore .row {
  justify-content: center;
}
.formcore .part {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .logo-wrapper {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.formcore .part .crop-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .crop-section-title {
    margin-bottom: 40px;
  }
}
.formcore .part .text-wrapper .crop-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formcore .part .text-wrapper .crop-text {
    width: 100%;
  }
}
.formcore .zonelayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .formcore .zonelayer {
    margin-bottom: 40px;
  }
}
.formcore .zonelayer .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.formcore .zonelayer .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:hover,
.formcore .zonelayer .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.formcore .crop-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.formcore .crop-section-title {
  color: #ffffff;
}
.formcore .crop-text {
  color: #ffffff;
}
.formcore .list {
  color: #ffffff;
}
.formcore .list,
.formcore .nav-wrapper {
  text-align: right;
}
.formcore .crop-section-title,
.formcore .logo-wrapper {
  color: #c04f8a;
}
.formcore .list,
.formcore .item-wrap,
.formcore .nav-wrapper {
  text-align: right;
}
.zoneunit .navbar-dropdown {
  position: relative !important;
}
.zoneunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.zoneunit .nav-link {
  position: relative;
}
.zoneunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .zoneunit .container {
    flex-wrap: nowrap;
  }
}
.zoneunit .nav-item:focus,
.zoneunit .nav-link:focus {
  outline: none;
}
.zoneunit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .zoneunit .navbar {
    min-height: 80px;
  }
}
.zoneunit .navbar .foldbox img {
  width: auto;
  border-radius: 6px !important;
}
.zoneunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zoneunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zoneunit .navbar .foldbox img {
    height: 3rem !important;
  }
  .zoneunit .navbar ul.drawunit li {
    margin: auto;
  }
  .zoneunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .zoneunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zoneunit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .zoneunit .navbar-brand {
    min-height: 80px;
  }
}
.zoneunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zoneunit .navbar-brand .navbar-caption:hover,
.zoneunit .navbar-brand .navbar-caption:focus {
  color: #c04f8a !important;
}
.zoneunit .navbar-brand .foldbox a {
  outline: none;
}
.zoneunit .navbar-expand-lg .drawunit .nav-link {
  padding: 0;
}
.zoneunit ul.drawunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .zoneunit ul.drawunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.zoneunit ul.drawunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #c04f8a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.zoneunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.zoneunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.zoneunit .navbar-dropdown {
  padding: 0 1rem;
}
.zoneunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zoneunit .navbar {
    height: 70px;
  }
  .zoneunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zoneunit .drawunit {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.zoneunit .nav-item {
  padding: 0;
  margin: 0;
}
.zoneunit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.zoneunit .nav-item .nav-link::after {
  color: #c04f8a !important;
  transform: rotate(0);
  transition: .3s;
}
.zoneunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #c04f8a;
  transition: all 0.5s ease-in-out;
}
.zoneunit .nav-item .nav-link:hover,
.zoneunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::after,
.zoneunit .nav-item .nav-link:focus::after {
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::before,
.zoneunit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.zoneunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .zoneunit .navbar {
    justify-content: flex-start !important;
  }
  .zoneunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .zoneunit .navbar-collapse .drawunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .zoneunit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .zoneunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .zoneunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.zoneunit .packlayer {
  min-height: 110px;
}
@media (max-width: 992px) {
  .zoneunit .packlayer {
    min-height: 80px;
  }
}
.chunk {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #000000;
  overflow: hidden;
}
.chunk::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #18000c 10%, #480025 25%, #480025 100%);
  filter: blur(150px);
  pointer-events: none;
}
.chunk::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.chunk .zonelayer {
  position: relative;
  z-index: 1;
}
.chunk .zonelayer .tilegrid .crop-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.chunk .zonelayer .crop-section-title {
  margin-bottom: 24px;
}
.chunk .zonelayer .text-wrapper .crop-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .chunk .zonelayer .text-wrapper .crop-text {
    width: 100%;
  }
}
.chunk .zonelayer .crop-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .chunk .zonelayer .crop-section-btn {
    margin-top: 10px;
  }
}
.chunk .crop-label,
.chunk .tilegrid {
  color: #ffffff;
  text-align: center;
}
.chunk .crop-section-title {
  color: #ffffff;
}
.chunk .crop-text,
.chunk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.chunk .crop-section-title,
.chunk .crop-section-btn {
  text-align: center;
  color: #c04f8a;
}
.splitlayer {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.splitlayer .zonelayer {
  display: flex;
  justify-content: center;
}
.splitlayer .zonelayer .card-wrapper {
  background-color: #18000c;
  border: 2px solid #97185a;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
  width: 80%;
}
@media (max-width: 1440px) {
  .splitlayer .zonelayer .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .splitlayer .zonelayer .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
@media (max-width: 1440px) {
  .splitlayer .zonelayer .card-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .splitlayer .zonelayer .card-wrapper {
    width: 100%;
  }
}
.splitlayer .zonelayer .card-wrapper .part .crop-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .splitlayer .zonelayer .card-wrapper .part .crop-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.splitlayer .zonelayer .card-wrapper .text-wrapper .crop-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .splitlayer .zonelayer .card-wrapper .text-wrapper .crop-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.splitlayer .crop-section-title {
  color: #3a001d;
}
.splitlayer .crop-text,
.splitlayer .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.splitlayer .crop-section-title,
.splitlayer .crop-section-btn,
.splitlayer .part {
  text-align: center;
}
.block {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.block .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .block .packlayer {
    margin-bottom: 32px;
  }
}
.block .packlayer .tilegrid {
  margin-bottom: 16px;
}
.block .packlayer .tilegrid .crop-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #97185a;
}
.block .packlayer .crop-section-title {
  margin-bottom: 16px;
}
.block .packlayer .text-wrapper .crop-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .block .packlayer .text-wrapper .crop-text {
    width: 100%;
  }
}
.block .packlayer .crop-section-btn {
  margin-top: 14px;
}
.block .slot {
  background-color: #97185a;
  padding: 8px;
}
.block .slot .host {
  background-color: #0c0006;
  padding: 24px;
}
.block .slot .host img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .block .slot .host img {
    height: 300px;
  }
}
.block .crop-label,
.block .tilegrid {
  color: #ffffff;
  text-align: center;
}
.block .crop-section-title {
  color: #000000;
}
.block .crop-text,
.block .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.block .crop-section-title,
.block .crop-section-btn {
  color: #c04f8a;
  text-align: center;
}
.tilemap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18000c;
}
.tilemap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .tilemap .packlayer {
    margin-bottom: 32px;
  }
}
.tilemap .packlayer .tilegrid {
  margin-bottom: 16px;
}
.tilemap .packlayer .tilegrid .crop-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #97185a;
}
.tilemap .packlayer .crop-section-title {
  margin-bottom: 16px;
}
.tilemap .packlayer .text-wrapper .crop-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tilemap .packlayer .text-wrapper .crop-text {
    width: 100%;
  }
}
.tilemap .packlayer .crop-section-btn {
  margin-top: 14px;
}
.tilemap .slot {
  background-color: #97185a;
  padding: 8px;
}
.tilemap .slot .host {
  background-color: #18000c;
  padding: 24px;
}
.tilemap .slot .host img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tilemap .slot .host img {
    height: 300px;
  }
}
.tilemap .crop-label,
.tilemap .tilegrid {
  color: #ffffff;
  text-align: center;
}
.tilemap .crop-section-title {
  color: #000000;
}
.tilemap .crop-text,
.tilemap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tilemap .crop-section-title,
.tilemap .crop-section-btn {
  color: #c04f8a;
  text-align: center;
}
.formcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.formcore .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .formcore .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .formcore .container {
    padding: 0 26px;
  }
}
.formcore .row {
  justify-content: center;
}
.formcore .part {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .logo-wrapper {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.formcore .part .crop-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .crop-section-title {
    margin-bottom: 40px;
  }
}
.formcore .part .text-wrapper .crop-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formcore .part .text-wrapper .crop-text {
    width: 100%;
  }
}
.formcore .zonelayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .formcore .zonelayer {
    margin-bottom: 40px;
  }
}
.formcore .zonelayer .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.formcore .zonelayer .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:hover,
.formcore .zonelayer .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.formcore .crop-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.formcore .crop-section-title {
  color: #ffffff;
}
.formcore .crop-text {
  color: #ffffff;
}
.formcore .list {
  color: #ffffff;
}
.formcore .list,
.formcore .nav-wrapper {
  text-align: right;
}
.formcore .crop-section-title,
.formcore .logo-wrapper {
  color: #c04f8a;
}
.formcore .list,
.formcore .item-wrap,
.formcore .nav-wrapper {
  text-align: right;
}
.zoneunit .navbar-dropdown {
  position: relative !important;
}
.zoneunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.zoneunit .nav-link {
  position: relative;
}
.zoneunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .zoneunit .container {
    flex-wrap: nowrap;
  }
}
.zoneunit .nav-item:focus,
.zoneunit .nav-link:focus {
  outline: none;
}
.zoneunit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .zoneunit .navbar {
    min-height: 80px;
  }
}
.zoneunit .navbar .foldbox img {
  width: auto;
  border-radius: 6px !important;
}
.zoneunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zoneunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zoneunit .navbar .foldbox img {
    height: 3rem !important;
  }
  .zoneunit .navbar ul.drawunit li {
    margin: auto;
  }
  .zoneunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .zoneunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zoneunit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .zoneunit .navbar-brand {
    min-height: 80px;
  }
}
.zoneunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zoneunit .navbar-brand .navbar-caption:hover,
.zoneunit .navbar-brand .navbar-caption:focus {
  color: #c04f8a !important;
}
.zoneunit .navbar-brand .foldbox a {
  outline: none;
}
.zoneunit .navbar-expand-lg .drawunit .nav-link {
  padding: 0;
}
.zoneunit ul.drawunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .zoneunit ul.drawunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.zoneunit ul.drawunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #c04f8a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.zoneunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.zoneunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.zoneunit .navbar-dropdown {
  padding: 0 1rem;
}
.zoneunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zoneunit .navbar {
    height: 70px;
  }
  .zoneunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zoneunit .drawunit {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.zoneunit .nav-item {
  padding: 0;
  margin: 0;
}
.zoneunit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.zoneunit .nav-item .nav-link::after {
  color: #c04f8a !important;
  transform: rotate(0);
  transition: .3s;
}
.zoneunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #c04f8a;
  transition: all 0.5s ease-in-out;
}
.zoneunit .nav-item .nav-link:hover,
.zoneunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::after,
.zoneunit .nav-item .nav-link:focus::after {
  color: #c04f8a !important;
}
.zoneunit .nav-item .nav-link:hover::before,
.zoneunit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.zoneunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .zoneunit .navbar {
    justify-content: flex-start !important;
  }
  .zoneunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .zoneunit .navbar-collapse .drawunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .zoneunit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .zoneunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .zoneunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.zoneunit .packlayer {
  min-height: 110px;
}
@media (max-width: 992px) {
  .zoneunit .packlayer {
    min-height: 80px;
  }
}
.flowbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
  overflow: hidden;
}
.flowbox .packlayer {
  position: relative;
}
.flowbox .packlayer .rowunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 25%, #480025 10%, #18000c 50%, #0c0006 100%);
  filter: blur(1rem);
}
.flowbox .packlayer .rowunit::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0c0006;
  filter: blur(1rem);
}
.flowbox .zonelayer {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .flowbox .zonelayer {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .flowbox .zonelayer {
    width: 100%;
  }
}
.flowbox .zonelayer .crop-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.flowbox .zonelayer .crop-section-title {
  margin-bottom: 24px;
}
.flowbox .zonelayer .crop-text {
  margin-bottom: 24px;
}
.flowbox .zonelayer .crop-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .flowbox .zonelayer .crop-section-btn {
    margin-top: 24px;
  }
}
.flowbox .crop-label {
  color: #49496d;
  text-align: center;
}
.flowbox .crop-section-title {
  color: #181824;
}
.flowbox .crop-text {
  color: #ffffff;
  text-align: center;
}

.flowbox .tag-wrapper {
  color: #49496d;
  text-align: center;
}
.flowbox .crop-section-title,
.flowbox .crop-section-btn,
.flowbox .logo-wrapper {
  text-align: center;
}
.flowbox .crop-section-title,
.flowbox .crop-section-btn {
  color: #c04f8a;
}
.wrapunit {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.wrapunit .text-wrap {
  width: 100%;
}
.wrapunit .crop-text {
  padding-top: 10px;
  color: #ffffff;
}
.wrapunit .unit {
  margin-top: 40px;
  color: #c04f8a;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.formcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.formcore .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .formcore .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .formcore .container {
    padding: 0 26px;
  }
}
.formcore .row {
  justify-content: center;
}
.formcore .part {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .logo-wrapper {
    margin-bottom: 40px;
  }
}
.formcore .part .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.formcore .part .crop-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .part .crop-section-title {
    margin-bottom: 40px;
  }
}
.formcore .part .text-wrapper .crop-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formcore .part .text-wrapper .crop-text {
    width: 100%;
  }
}
.formcore .zonelayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .formcore .zonelayer {
    margin-bottom: 40px;
  }
}
.formcore .zonelayer .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.formcore .zonelayer .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .formcore .zonelayer .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:hover,
.formcore .zonelayer .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.formcore .zonelayer .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.formcore .crop-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.formcore .crop-section-title {
  color: #ffffff;
}
.formcore .crop-text {
  color: #ffffff;
}
.formcore .list {
  color: #ffffff;
}
.formcore .list,
.formcore .nav-wrapper {
  text-align: right;
}
.formcore .crop-section-title,
.formcore .logo-wrapper {
  color: #c04f8a;
}
.formcore .list,
.formcore .item-wrap,
.formcore .nav-wrapper {
  text-align: right;
}
.track .navbar-dropdown {
  position: relative !important;
}
.track .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.track .nav-link {
  position: relative;
}
.track .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .track .container {
    flex-wrap: nowrap;
  }
}
.track .nav-item:focus,
.track .nav-link:focus {
  outline: none;
}
.track .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .track .navbar {
    min-height: 80px;
  }
}
.track .navbar .foldbox img {
  width: auto;
  border-radius: 6px !important;
}
.track .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .track .navbar .nav-item .nav-link::before {
    display: none;
  }
  .track .navbar .foldbox img {
    height: 3rem !important;
  }
  .track .navbar ul.drawunit li {
    margin: auto;
  }
  .track .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .track .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.track .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .track .navbar-brand {
    min-height: 80px;
  }
}
.track .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.track .navbar-brand .navbar-caption:hover,
.track .navbar-brand .navbar-caption:focus {
  color: #c04f8a !important;
}
.track .navbar-brand .foldbox a {
  outline: none;
}
.track .navbar-expand-lg .drawunit .nav-link {
  padding: 0;
}
.track ul.drawunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .track ul.drawunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.track ul.drawunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #c04f8a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.track button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.track button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.track button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.track button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.track button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.track button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.track .navbar-dropdown {
  padding: 0 1rem;
}
.track a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .track .navbar {
    height: 70px;
  }
  .track .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.track .drawunit {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.track .nav-item {
  padding: 0;
  margin: 0;
}
.track .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.track .nav-item .nav-link::after {
  color: #c04f8a !important;
  transform: rotate(0);
  transition: .3s;
}
.track .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #c04f8a;
  transition: all 0.5s ease-in-out;
}
.track .nav-item .nav-link:hover,
.track .nav-item .nav-link:focus {
  background-color: transparent;
  color: #c04f8a !important;
}
.track .nav-item .nav-link:hover::after,
.track .nav-item .nav-link:focus::after {
  color: #c04f8a !important;
}
.track .nav-item .nav-link:hover::before,
.track .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.track .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .track .navbar {
    justify-content: flex-start !important;
  }
  .track .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .track .navbar-collapse .drawunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .track .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .track .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .track .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.track .packlayer {
  min-height: 110px;
}
@media (max-width: 992px) {
  .track .packlayer {
    min-height: 80px;
  }
}
.bodywrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
  overflow: hidden;
}
.bodywrap .packlayer {
  position: relative;
}
.bodywrap .packlayer .rowunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 25%, #480025 10%, #18000c 50%, #0c0006 100%);
  filter: blur(1rem);
}
.bodywrap .packlayer .rowunit::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0c0006;
  filter: blur(1rem);
}
.bodywrap .zonelayer {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .bodywrap .zonelayer {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .bodywrap .zonelayer {
    width: 100%;
  }
}
.bodywrap .zonelayer .crop-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.bodywrap .zonelayer .crop-section-title {
  margin-bottom: 24px;
}
.bodywrap .zonelayer .crop-text {
  margin-bottom: 24px;
}
.bodywrap .zonelayer .crop-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .bodywrap .zonelayer .crop-section-btn {
    margin-top: 24px;
  }
}
.bodywrap .crop-label {
  color: #49496d;
  text-align: center;
}
.bodywrap .crop-section-title {
  color: #181824;
}
.bodywrap .crop-text {
  color: #ffffff;
  text-align: center;
}

.bodywrap .tag-wrapper {
  color: #49496d;
  text-align: center;
}
.bodywrap .crop-section-title,
.bodywrap .crop-section-btn,
.bodywrap .logo-wrapper {
  text-align: center;
}
.bodywrap .crop-section-title,
.bodywrap .crop-section-btn {
  color: #c04f8a;
}
.tracebox {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.tracebox .text-wrap {
  width: 100%;
}
.tracebox .crop-text {
  padding-top: 10px;
  color: #ffffff;
}
.tracebox .unit {
  margin-top: 40px;
  color: #c04f8a;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.linewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.linewrap .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .linewrap .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .linewrap .container {
    padding: 0 26px;
  }
}
.linewrap .row {
  justify-content: center;
}
.linewrap .part {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .linewrap .part {
    margin-bottom: 40px;
  }
}
.linewrap .part .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .linewrap .part .logo-wrapper {
    margin-bottom: 40px;
  }
}
.linewrap .part .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.linewrap .part .crop-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .linewrap .part .crop-section-title {
    margin-bottom: 40px;
  }
}
.linewrap .part .text-wrapper .crop-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .linewrap .part .text-wrapper .crop-text {
    width: 100%;
  }
}
.linewrap .zonelayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .linewrap .zonelayer {
    margin-bottom: 40px;
  }
}
.linewrap .zonelayer .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .linewrap .zonelayer .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.linewrap .zonelayer .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.linewrap .zonelayer .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .linewrap .zonelayer .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.linewrap .zonelayer .nav-wrapper .list .item-wrap:hover,
.linewrap .zonelayer .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.linewrap .zonelayer .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.linewrap .crop-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.linewrap .crop-section-title {
  color: #ffffff;
}
.linewrap .crop-text {
  color: #ffffff;
}
.linewrap .list {
  color: #ffffff;
}
.linewrap .list,
.linewrap .nav-wrapper {
  text-align: right;
}
.linewrap .crop-section-title,
.linewrap .logo-wrapper {
  color: #c04f8a;
}
.linewrap .list,
.linewrap .item-wrap,
.linewrap .nav-wrapper {
  text-align: right;
}
.boxlayer .navbar-dropdown {
  position: relative !important;
}
.boxlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.boxlayer .nav-link {
  position: relative;
}
.boxlayer .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .boxlayer .container {
    flex-wrap: nowrap;
  }
}
.boxlayer .nav-item:focus,
.boxlayer .nav-link:focus {
  outline: none;
}
.boxlayer .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .boxlayer .navbar {
    min-height: 80px;
  }
}
.boxlayer .navbar .foldbox img {
  width: auto;
  border-radius: 6px !important;
}
.boxlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxlayer .navbar .foldbox img {
    height: 3rem !important;
  }
  .boxlayer .navbar ul.drawunit li {
    margin: auto;
  }
  .boxlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .boxlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxlayer .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .boxlayer .navbar-brand {
    min-height: 80px;
  }
}
.boxlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.boxlayer .navbar-brand .navbar-caption:hover,
.boxlayer .navbar-brand .navbar-caption:focus {
  color: #c04f8a !important;
}
.boxlayer .navbar-brand .foldbox a {
  outline: none;
}
.boxlayer .navbar-expand-lg .drawunit .nav-link {
  padding: 0;
}
.boxlayer ul.drawunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .boxlayer ul.drawunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.boxlayer ul.drawunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #c04f8a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.boxlayer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.boxlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.boxlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.boxlayer button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.boxlayer button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.boxlayer button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.boxlayer .navbar-dropdown {
  padding: 0 1rem;
}
.boxlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxlayer .navbar {
    height: 70px;
  }
  .boxlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxlayer .drawunit {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.boxlayer .nav-item {
  padding: 0;
  margin: 0;
}
.boxlayer .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.boxlayer .nav-item .nav-link::after {
  color: #c04f8a !important;
  transform: rotate(0);
  transition: .3s;
}
.boxlayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #c04f8a;
  transition: all 0.5s ease-in-out;
}
.boxlayer .nav-item .nav-link:hover,
.boxlayer .nav-item .nav-link:focus {
  background-color: transparent;
  color: #c04f8a !important;
}
.boxlayer .nav-item .nav-link:hover::after,
.boxlayer .nav-item .nav-link:focus::after {
  color: #c04f8a !important;
}
.boxlayer .nav-item .nav-link:hover::before,
.boxlayer .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.boxlayer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .boxlayer .navbar {
    justify-content: flex-start !important;
  }
  .boxlayer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .boxlayer .navbar-collapse .drawunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .boxlayer .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .boxlayer .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .boxlayer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.boxlayer .packlayer {
  min-height: 110px;
}
@media (max-width: 992px) {
  .boxlayer .packlayer {
    min-height: 80px;
  }
}
.element {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
  overflow: hidden;
}
.element .packlayer {
  position: relative;
}
.element .packlayer .rowunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 25%, #480025 10%, #18000c 50%, #0c0006 100%);
  filter: blur(1rem);
}
.element .packlayer .rowunit::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0c0006;
  filter: blur(1rem);
}
.element .zonelayer {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .element .zonelayer {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .element .zonelayer {
    width: 100%;
  }
}
.element .zonelayer .crop-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.element .zonelayer .crop-section-title {
  margin-bottom: 24px;
}
.element .zonelayer .crop-text {
  margin-bottom: 24px;
}
.element .zonelayer .crop-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .element .zonelayer .crop-section-btn {
    margin-top: 24px;
  }
}
.element .crop-label {
  color: #49496d;
  text-align: center;
}
.element .crop-section-title {
  color: #181824;
}
.element .crop-text {
  color: #ffffff;
  text-align: center;
}

.element .tag-wrapper {
  color: #49496d;
  text-align: center;
}
.element .crop-section-title,
.element .crop-section-btn,
.element .logo-wrapper {
  text-align: center;
}
.element .crop-section-title,
.element .crop-section-btn {
  color: #c04f8a;
}
.partwrapbox {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.partwrapbox .text-wrap {
  width: 100%;
}
.partwrapbox .crop-text {
  padding-top: 10px;
  color: #ffffff;
}
.partwrapbox .unit {
  margin-top: 40px;
  color: #c04f8a;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.shellwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.shellwrap .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .shellwrap .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .shellwrap .container {
    padding: 0 26px;
  }
}
.shellwrap .row {
  justify-content: center;
}
.shellwrap .part {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .shellwrap .part {
    margin-bottom: 40px;
  }
}
.shellwrap .part .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .shellwrap .part .logo-wrapper {
    margin-bottom: 40px;
  }
}
.shellwrap .part .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.shellwrap .part .crop-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .shellwrap .part .crop-section-title {
    margin-bottom: 40px;
  }
}
.shellwrap .part .text-wrapper .crop-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .shellwrap .part .text-wrapper .crop-text {
    width: 100%;
  }
}
.shellwrap .zonelayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .shellwrap .zonelayer {
    margin-bottom: 40px;
  }
}
.shellwrap .zonelayer .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .shellwrap .zonelayer .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.shellwrap .zonelayer .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.shellwrap .zonelayer .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .shellwrap .zonelayer .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.shellwrap .zonelayer .nav-wrapper .list .item-wrap:hover,
.shellwrap .zonelayer .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.shellwrap .zonelayer .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.shellwrap .crop-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.shellwrap .crop-section-title {
  color: #ffffff;
}
.shellwrap .crop-text {
  color: #ffffff;
}
.shellwrap .list {
  color: #ffffff;
}
.shellwrap .list,
.shellwrap .nav-wrapper {
  text-align: right;
}
.shellwrap .crop-section-title,
.shellwrap .logo-wrapper {
  color: #c04f8a;
}
.shellwrap .list,
.shellwrap .item-wrap,
.shellwrap .nav-wrapper {
  text-align: right;
}
.mount .navbar-dropdown {
  position: relative !important;
}
.mount .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.mount .nav-link {
  position: relative;
}
.mount .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .mount .container {
    flex-wrap: nowrap;
  }
}
.mount .nav-item:focus,
.mount .nav-link:focus {
  outline: none;
}
.mount .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .mount .navbar {
    min-height: 80px;
  }
}
.mount .navbar .foldbox img {
  width: auto;
  border-radius: 6px !important;
}
.mount .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .mount .navbar .nav-item .nav-link::before {
    display: none;
  }
  .mount .navbar .foldbox img {
    height: 3rem !important;
  }
  .mount .navbar ul.drawunit li {
    margin: auto;
  }
  .mount .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .mount .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.mount .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .mount .navbar-brand {
    min-height: 80px;
  }
}
.mount .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.mount .navbar-brand .navbar-caption:hover,
.mount .navbar-brand .navbar-caption:focus {
  color: #c04f8a !important;
}
.mount .navbar-brand .foldbox a {
  outline: none;
}
.mount .navbar-expand-lg .drawunit .nav-link {
  padding: 0;
}
.mount ul.drawunit {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .mount ul.drawunit {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.mount ul.drawunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #c04f8a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.mount button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.mount button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.mount button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.mount button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.mount button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.mount button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.mount .navbar-dropdown {
  padding: 0 1rem;
}
.mount a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mount .navbar {
    height: 70px;
  }
  .mount .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.mount .drawunit {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.mount .nav-item {
  padding: 0;
  margin: 0;
}
.mount .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.mount .nav-item .nav-link::after {
  color: #c04f8a !important;
  transform: rotate(0);
  transition: .3s;
}
.mount .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #c04f8a;
  transition: all 0.5s ease-in-out;
}
.mount .nav-item .nav-link:hover,
.mount .nav-item .nav-link:focus {
  background-color: transparent;
  color: #c04f8a !important;
}
.mount .nav-item .nav-link:hover::after,
.mount .nav-item .nav-link:focus::after {
  color: #c04f8a !important;
}
.mount .nav-item .nav-link:hover::before,
.mount .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.mount .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .mount .navbar {
    justify-content: flex-start !important;
  }
  .mount .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .mount .navbar-collapse .drawunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .mount .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .mount .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .mount .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.mount .packlayer {
  min-height: 110px;
}
@media (max-width: 992px) {
  .mount .packlayer {
    min-height: 80px;
  }
}
.layoutnode {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
  overflow: hidden;
}
.layoutnode .packlayer {
  position: relative;
}
.layoutnode .packlayer .rowunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 25%, #480025 10%, #18000c 50%, #0c0006 100%);
  filter: blur(1rem);
}
.layoutnode .packlayer .rowunit::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0c0006;
  filter: blur(1rem);
}
.layoutnode .zonelayer {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .layoutnode .zonelayer {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .layoutnode .zonelayer {
    width: 100%;
  }
}
.layoutnode .zonelayer .crop-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.layoutnode .zonelayer .crop-section-title {
  margin-bottom: 24px;
}
.layoutnode .zonelayer .crop-text {
  margin-bottom: 24px;
}
.layoutnode .zonelayer .crop-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .layoutnode .zonelayer .crop-section-btn {
    margin-top: 24px;
  }
}
.layoutnode .crop-label {
  color: #49496d;
  text-align: center;
}
.layoutnode .crop-section-title {
  color: #181824;
}
.layoutnode .crop-text {
  color: #ffffff;
  text-align: center;
}

.layoutnode .tag-wrapper {
  color: #49496d;
  text-align: center;
}
.layoutnode .crop-section-title,
.layoutnode .crop-section-btn,
.layoutnode .logo-wrapper {
  text-align: center;
}
.layoutnode .crop-section-title,
.layoutnode .crop-section-btn {
  color: #c04f8a;
}
.padbox {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.padbox .text-wrap {
  width: 100%;
}
.padbox .crop-text {
  padding-top: 10px;
  color: #ffffff;
}
.padbox .unit {
  margin-top: 40px;
  color: #c04f8a;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.splitunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0006;
}
.splitunit .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .splitunit .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .splitunit .container {
    padding: 0 26px;
  }
}
.splitunit .row {
  justify-content: center;
}
.splitunit .part {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .splitunit .part {
    margin-bottom: 40px;
  }
}
.splitunit .part .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .splitunit .part .logo-wrapper {
    margin-bottom: 40px;
  }
}
.splitunit .part .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.splitunit .part .crop-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .splitunit .part .crop-section-title {
    margin-bottom: 40px;
  }
}
.splitunit .part .text-wrapper .crop-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .splitunit .part .text-wrapper .crop-text {
    width: 100%;
  }
}
.splitunit .zonelayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .splitunit .zonelayer {
    margin-bottom: 40px;
  }
}
.splitunit .zonelayer .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .splitunit .zonelayer .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.splitunit .zonelayer .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.splitunit .zonelayer .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .splitunit .zonelayer .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.splitunit .zonelayer .nav-wrapper .list .item-wrap:hover,
.splitunit .zonelayer .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.splitunit .zonelayer .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.splitunit .crop-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.splitunit .crop-section-title {
  color: #ffffff;
}
.splitunit .crop-text {
  color: #ffffff;
}
.splitunit .list {
  color: #ffffff;
}
.splitunit .list,
.splitunit .nav-wrapper {
  text-align: right;
}
.splitunit .crop-section-title,
.splitunit .logo-wrapper {
  color: #c04f8a;
}
.splitunit .list,
.splitunit .item-wrap,
.splitunit .nav-wrapper {
  text-align: right;
}


/* Base Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.partgrid {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
}

.partgrid.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: flipIn 0.8s ease-out forwards;
}

.partgrid p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.partgrid button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2),
              -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}

#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .partgrid {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 16px;
    transform: translateX(-50%) translateY(0);
    width: calc(100% - 32px);
    max-width: 480px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    z-index: 2147483647;
  }

  .partgrid.show {
    animation: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  #cookieBanner button,
  .partgrid button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .partgrid {
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    padding: 10px;
  }

  #cookieBanner button,
  .partgrid button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes glow {
    0% {
        text-shadow: 0 0 5px #fff;
    }
    50% {
        text-shadow: 0 0 20px #ff0;
    }
    100% {
        text-shadow: 0 0 5px #fff;
    }
}

.navbar-brand {
    animation: glow 2s alternate;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 32px;
  background: rgba(255,255,255,0.08);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ttc-form #customForm {
  width: 100%;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #e9f3ff;
}
.ttc-form #customForm * {
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  background: rgba(5,18,40,0.82) !important;
  border: 1px solid rgba(135,186,255,0.45) !important;
  border-radius: 14px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #e9f3ff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.35);
  transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease, transform .08s ease;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: rgba(9,29,66,0.95) !important;
  border-color: #57b4ff !important;
  box-shadow: 0 0 0 1px rgba(9,176,255,0.7),0 0 22px rgba(87,180,255,0.4);
  transform: translateY(-1px);
}
.ttc-form #customForm textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.ttc-form #customForm ::placeholder {
  color: rgba(188,210,238,0.85);
}
.ttc-form #customForm .drawwrap,
.ttc-form #customForm .patternunit {
  background: rgba(5,18,40,0.75);
  border-radius: 16px !important;
  border: 1px solid rgba(135,186,255,0.35);
  padding: 16px 16px 14px;
  margin-bottom: 18px;
}
.ttc-form #customForm .nodeband,
.ttc-form #customForm .floatbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #e9f3ff;
}
.ttc-form #customForm .dockbox,
.ttc-form #customForm .flowunit {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #57b4ff;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px !important;
  border: none;
  cursor: pointer;
  background: radial-gradient(circle at 20% 0,#7ed4ff 0,#2b8dff 45%,#1260d1 100%);
  color: #f7fbff;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .08s ease, box-shadow .16s ease, opacity .16s ease;
}
.ttc-form #customForm .btn:hover {
  transform: translateY(-1px);
  opacity: .97;
}
.ttc-form #customForm .btn:active {
  transform: translateY(0);
  opacity: .94;
}
.ttc-form #customForm .alert {
  border-radius: 14px !important;
  font-size: 14px;
  background: rgba(20,60,20,0.75);
  border: 1px solid rgba(120,255,150,0.5);
  color: #d8ffe6;
  padding: 12px 14px;
  margin-bottom: 16px;
  box-shadow: 0 0 12px rgba(80,255,130,0.25);
}
.ttc-form #customForm a {
  color: #7fd0ff;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm small,
.ttc-form #customForm p {
  color: rgba(214,227,246,0.9);
}
@media (max-width: 991px) {
  .ttc-form {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .ttc-form {
    padding: 20px 14px;
  }
}
/* cssform-end */

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blue3.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, #d200d2, #950095);
  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);
}