:root {

  --site-primary-rgb: 13, 110, 253;
  --site-secondary-rgb: 108, 117, 125;
  --site-info-rgb: 13, 202, 240;
  --site-body-font-family: var(--site-font-sans-serif);
  --site-body-font-size: 1rem;
  --site-body-font-weight: 400;
  --site-body-line-height: 1.5;
  --site-body-color: #212529;
  --site-body-color-rgb: 33, 37, 41;
  --site-body-bg: #fff;
  --site-emphasis-color-rgb: 0, 0, 0;
  --site-secondary-color: rgba(33, 37, 41, 0.75);
  --site-heading-color: inherit;
  --site-link-color: #0d6efd;
  --site-link-color-rgb: 13, 110, 253;
  --site-link-hover-color: #0a58ca;
  --site-link-hover-color-rgb: 10, 88, 202;
  --site-border-width: 1px;
  --site-border-style: solid;
  --site-border-color: #dee2e6;
  --site-border-color-translucent: rgba(0, 0, 0, 0.175);
  --site-border-radius: 0.375rem;
  --site-border-radius-sm: 0.25rem;
  --site-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--site-body-font-family);
  font-size: var(--site-body-font-size);
  font-weight: var(--site-body-font-weight);
  line-height: var(--site-body-line-height);
  color: var(--site-body-color);
  text-align: var(--site-body-text-align);
  background-color: var(--site-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--site-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

strong {
  font-weight: bolder;
}

a {
  color: rgba(var(--site-link-color-rgb), var(--site-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --site-link-color-rgb: var(--site-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --site-breakpoint-xs: 0;
  --site-breakpoint-sm: 576px;
  --site-breakpoint-md: 768px;
  --site-breakpoint-lg: 992px;
  --site-breakpoint-xl: 1200px;
  --site-breakpoint-xxl: 1400px;
}

.row {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--site-gutter-y));
  margin-right: calc(-0.5 * var(--site-gutter-x));
  margin-left: calc(-0.5 * var(--site-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-gutter-x) * 0.5);
  margin-top: var(--site-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--site-border-width));
  padding-bottom: calc(0.375rem + var(--site-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--site-border-width));
  padding-bottom: calc(0.5rem + var(--site-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--site-border-width));
  padding-bottom: calc(0.25rem + var(--site-border-width));
  font-size: 0.875rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --site-btn-padding-x: 0.75rem;
  --site-btn-padding-y: 0.375rem;
  --site-btn-font-family: ;
  --site-btn-font-size: 1rem;
  --site-btn-font-weight: 400;
  --site-btn-line-height: 1.5;
  --site-btn-color: var(--site-body-color);
  --site-btn-bg: transparent;
  --site-btn-border-width: var(--site-border-width);
  --site-btn-border-color: transparent;
  --site-btn-border-radius: var(--site-border-radius);
  --site-btn-hover-border-color: transparent;
  --site-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --site-btn-disabled-opacity: 0.65;
  --site-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--site-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--site-btn-padding-y) var(--site-btn-padding-x);
  font-family: var(--site-btn-font-family);
  font-size: var(--site-btn-font-size);
  font-weight: var(--site-btn-font-weight);
  line-height: var(--site-btn-line-height);
  color: var(--site-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--site-btn-border-width) solid var(--site-btn-border-color);
  border-radius: var(--site-btn-border-radius);
  background-color: var(--site-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--site-btn-color);
  background-color: var(--site-btn-bg);
  border-color: var(--site-btn-border-color);
}
.btn:focus-visible {
  color: var(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--site-btn-active-color);
  background-color: var(--site-btn-active-bg);
  border-color: var(--site-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--site-btn-disabled-color);
  pointer-events: none;
  background-color: var(--site-btn-disabled-bg);
  border-color: var(--site-btn-disabled-border-color);
  opacity: var(--site-btn-disabled-opacity);
}

.btn-primary {
  --site-btn-color: #fff;
  --site-btn-bg: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0b5ed7;
  --site-btn-hover-border-color: #0a58ca;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0a58ca;
  --site-btn-active-border-color: #0a53be;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #0d6efd;
  --site-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --site-btn-color: #fff;
  --site-btn-bg: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #5c636a;
  --site-btn-hover-border-color: #565e64;
  --site-btn-focus-shadow-rgb: 130, 138, 145;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #565e64;
  --site-btn-active-border-color: #51585e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #6c757d;
  --site-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --site-btn-color: #fff;
  --site-btn-bg: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #157347;
  --site-btn-hover-border-color: #146c43;
  --site-btn-focus-shadow-rgb: 60, 153, 110;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #146c43;
  --site-btn-active-border-color: #13653f;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #198754;
  --site-btn-disabled-border-color: #198754;
}

.btn-info {
  --site-btn-color: #000;
  --site-btn-bg: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #31d2f2;
  --site-btn-hover-border-color: #25cff2;
  --site-btn-focus-shadow-rgb: 11, 172, 204;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #3dd5f3;
  --site-btn-active-border-color: #25cff2;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #0dcaf0;
  --site-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --site-btn-color: #000;
  --site-btn-bg: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffca2c;
  --site-btn-hover-border-color: #ffc720;
  --site-btn-focus-shadow-rgb: 217, 164, 6;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffcd39;
  --site-btn-active-border-color: #ffc720;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #ffc107;
  --site-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --site-btn-color: #fff;
  --site-btn-bg: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #bb2d3b;
  --site-btn-hover-border-color: #b02a37;
  --site-btn-focus-shadow-rgb: 225, 83, 97;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #b02a37;
  --site-btn-active-border-color: #a52834;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #dc3545;
  --site-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --site-btn-color: #000;
  --site-btn-bg: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #d3d4d5;
  --site-btn-hover-border-color: #c6c7c8;
  --site-btn-focus-shadow-rgb: 211, 212, 213;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #c6c7c8;
  --site-btn-active-border-color: #babbbc;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #f8f9fa;
  --site-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --site-btn-color: #fff;
  --site-btn-bg: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #424649;
  --site-btn-hover-border-color: #373b3e;
  --site-btn-focus-shadow-rgb: 66, 70, 73;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #4d5154;
  --site-btn-active-border-color: #373b3e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #212529;
  --site-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --site-btn-color: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0d6efd;
  --site-btn-hover-border-color: #0d6efd;
  --site-btn-focus-shadow-rgb: 13, 110, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0d6efd;
  --site-btn-active-border-color: #0d6efd;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0d6efd;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0d6efd;
  --site-gradient: none;
}

.btn-outline-secondary {
  --site-btn-color: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #6c757d;
  --site-btn-hover-border-color: #6c757d;
  --site-btn-focus-shadow-rgb: 108, 117, 125;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #6c757d;
  --site-btn-active-border-color: #6c757d;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #6c757d;
  --site-gradient: none;
}

.btn-outline-success {
  --site-btn-color: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #198754;
  --site-btn-hover-border-color: #198754;
  --site-btn-focus-shadow-rgb: 25, 135, 84;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #198754;
  --site-btn-active-border-color: #198754;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #198754;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #198754;
  --site-gradient: none;
}

.btn-outline-info {
  --site-btn-color: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #0dcaf0;
  --site-btn-hover-border-color: #0dcaf0;
  --site-btn-focus-shadow-rgb: 13, 202, 240;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #0dcaf0;
  --site-btn-active-border-color: #0dcaf0;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0dcaf0;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0dcaf0;
  --site-gradient: none;
}

.btn-outline-warning {
  --site-btn-color: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffc107;
  --site-btn-hover-border-color: #ffc107;
  --site-btn-focus-shadow-rgb: 255, 193, 7;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffc107;
  --site-btn-active-border-color: #ffc107;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #ffc107;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #ffc107;
  --site-gradient: none;
}

.btn-outline-danger {
  --site-btn-color: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #dc3545;
  --site-btn-hover-border-color: #dc3545;
  --site-btn-focus-shadow-rgb: 220, 53, 69;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #dc3545;
  --site-btn-active-border-color: #dc3545;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #dc3545;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #dc3545;
  --site-gradient: none;
}

.btn-outline-light {
  --site-btn-color: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #f8f9fa;
  --site-btn-hover-border-color: #f8f9fa;
  --site-btn-focus-shadow-rgb: 248, 249, 250;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #f8f9fa;
  --site-btn-active-border-color: #f8f9fa;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #f8f9fa;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #f8f9fa;
  --site-gradient: none;
}

.btn-outline-dark {
  --site-btn-color: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #212529;
  --site-btn-hover-border-color: #212529;
  --site-btn-focus-shadow-rgb: 33, 37, 41;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #212529;
  --site-btn-active-border-color: #212529;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #212529;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #212529;
  --site-gradient: none;
}

.btn-link {
  --site-btn-font-weight: 400;
  --site-btn-color: var(--site-link-color);
  --site-btn-bg: transparent;
  --site-btn-border-color: transparent;
  --site-btn-hover-color: var(--site-link-hover-color);
  --site-btn-hover-border-color: transparent;
  --site-btn-active-color: var(--site-link-hover-color);
  --site-btn-active-border-color: transparent;
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-border-color: transparent;
  --site-btn-box-shadow: 0 0 0 #000;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--site-btn-color);
}
.btn-link:hover {
  color: var(--site-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --site-btn-padding-y: 0.5rem;
  --site-btn-padding-x: 1rem;
  --site-btn-font-size: 1.25rem;
  --site-btn-border-radius: var(--site-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --site-btn-padding-y: 0.25rem;
  --site-btn-padding-x: 0.5rem;
  --site-btn-font-size: 0.875rem;
  --site-btn-border-radius: var(--site-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--site-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--site-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--site-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --site-nav-link-padding-x: 1rem;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-link-color);
  --site-nav-link-hover-color: var(--site-link-hover-color);
  --site-nav-link-disabled-color: var(--site-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--site-nav-link-padding-y) var(--site-nav-link-padding-x);
  font-size: var(--site-nav-link-font-size);
  font-weight: var(--site-nav-link-font-weight);
  color: var(--site-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--site-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--site-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --site-navbar-padding-x: 0;
  --site-navbar-padding-y: 0.5rem;
  --site-navbar-color: rgba(var(--site-emphasis-color-rgb), 0.65);
  --site-navbar-hover-color: rgba(var(--site-emphasis-color-rgb), 0.8);
  --site-navbar-disabled-color: rgba(var(--site-emphasis-color-rgb), 0.3);
  --site-navbar-active-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-padding-y: 0.3125rem;
  --site-navbar-brand-margin-end: 1rem;
  --site-navbar-brand-font-size: 1.25rem;
  --site-navbar-brand-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-hover-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-nav-link-padding-x: 0.5rem;
  --site-navbar-toggler-padding-y: 0.25rem;
  --site-navbar-toggler-padding-x: 0.75rem;
  --site-navbar-toggler-font-size: 1.25rem;
--site-navbar-toggler-border-color: rgba(var(--site-emphasis-color-rgb), 0.15);
  --site-navbar-toggler-border-radius: var(--site-border-radius);
  --site-navbar-toggler-focus-width: 0.25rem;
  --site-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--site-navbar-padding-y) var(--site-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--site-navbar-brand-padding-y);
  padding-bottom: var(--site-navbar-brand-padding-y);
  margin-right: var(--site-navbar-brand-margin-end);
  font-size: var(--site-navbar-brand-font-size);
  color: var(--site-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--site-navbar-brand-hover-color);
}

.navbar-nav {
  --site-nav-link-padding-x: 0;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-navbar-color);
  --site-nav-link-hover-color: var(--site-navbar-hover-color);
  --site-nav-link-disabled-color: var(--site-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--site-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--site-navbar-toggler-padding-y) var(--site-navbar-toggler-padding-x);
  font-size: var(--site-navbar-toggler-font-size);
  line-height: 1;
  color: var(--site-navbar-color);
  background-color: transparent;
  border: var(--site-border-width) solid var(--site-navbar-toggler-border-color);
  border-radius: var(--site-navbar-toggler-border-radius);
  transition: var(--site-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--site-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--site-navbar-nav-link-padding-x);
    padding-left: var(--site-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --site-card-spacer-y: 1rem;
  --site-card-spacer-x: 1rem;
  --site-card-title-spacer-y: 0.5rem;
  --site-card-title-color: ;
  --site-card-subtitle-color: ;
  --site-card-border-width: var(--site-border-width);
  --site-card-border-color: var(--site-border-color-translucent);
  --site-card-border-radius: var(--site-border-radius);
  --site-card-box-shadow: ;
  --site-card-inner-border-radius: calc(var(--site-border-radius) - (var(--site-border-width)));
  --site-card-cap-padding-y: 0.5rem;
  --site-card-cap-padding-x: 1rem;
  --site-card-cap-bg: rgba(var(--site-body-color-rgb), 0.03);
  --site-card-cap-color: ;
  --site-card-height: ;
  --site-card-color: ;
  --site-card-bg: var(--site-body-bg);
  --site-card-img-overlay-padding: 1rem;
  --site-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--site-card-height);
  color: var(--site-body-color);
  word-wrap: break-word;
  background-color: var(--site-card-bg);
  background-clip: border-box;
  border: var(--site-card-border-width) solid var(--site-card-border-color);
  border-radius: var(--site-card-border-radius);
}

.alert {
  --site-alert-bg: transparent;
  --site-alert-padding-x: 1rem;
  --site-alert-padding-y: 1rem;
  --site-alert-margin-bottom: 1rem;
  --site-alert-color: inherit;
  --site-alert-border-color: transparent;
  --site-alert-border: var(--site-border-width) solid var(--site-alert-border-color);
  --site-alert-border-radius: var(--site-border-radius);
  --site-alert-link-color: inherit;
  position: relative;
  padding: var(--site-alert-padding-y) var(--site-alert-padding-x);
  margin-bottom: var(--site-alert-margin-bottom);
  color: var(--site-alert-color);
  background-color: var(--site-alert-bg);
  border: var(--site-alert-border);
  border-radius: var(--site-alert-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--site-progress-height);
  }
}

.btn-close {
  --site-btn-close-color: #000;
  --site-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --site-btn-close-opacity: 0.5;
  --site-btn-close-hover-opacity: 0.75;
  --site-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --site-btn-close-focus-opacity: 1;
  --site-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--site-btn-close-color);
  background: transparent var(--site-btn-close-bg) center/1em auto no-repeat;
  filter: var(--site-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--site-btn-close-opacity);
}
.btn-close:hover {
  color: var(--site-btn-close-color);
  text-decoration: none;
  opacity: var(--site-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--site-btn-close-focus-shadow);
  opacity: var(--site-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--site-btn-close-disabled-opacity);
}

.btn-close-white {
  --site-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --site-btn-close-filter: ;
}

:root {
  --site-carousel-indicator-active-bg: #fff;
  --site-carousel-caption-color: #fff;
  --site-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--site-border-width) var(--site-border-style) var(--site-border-color) !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.text-primary {
  --site-text-opacity: 1;
  color: rgba(var(--site-primary-rgb), var(--site-text-opacity)) !important;
}

.text-secondary {
  --site-text-opacity: 1;
  color: rgba(var(--site-secondary-rgb), var(--site-text-opacity)) !important;
}

.text-info {
  --site-text-opacity: 1;
  color: rgba(var(--site-info-rgb), var(--site-text-opacity)) !important;
}

.quiz-section {
  background-image: url("images/blue4.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.nav-panel {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .nav-panel .bandwrap {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .nav-panel .bandwrap img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .nav-panel .bandwrap.crop-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .nav-panel .levelwrap {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .nav-panel .levelwrap, .nav-panel .levelwrap:hover {
      color: inherit;
      text-decoration: none; }
  .nav-panel .crop-iconfont + .levelwrap {
    vertical-align: -1px; }
  .nav-panel .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 {
  background-image: url("images/blue4.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'Socicon';
  src: url('fonts/webicons.woff2') format('woff2'), url('fonts/webicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  background-image: url("images/blue4.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
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.crop-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}.block-title,
.chapter-title,
.header-text,
.lead-h2,
.main-heading,
.page-h,
.section-h,
.section-heading,
.topic-title {
  font-style: normal;
  line-height: 1.3;
}

.crop-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.display-1,
.display-2,
.display-4,
.display-5,
.element,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

.mainsegment {
  text-align: left;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}.block-action {
  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 .block-action {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn .crop-iconfont,
.btn.btn-sm .crop-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .crop-iconfont,
.btn.btn-md .crop-iconfont {
  margin-left: 0.8rem;
}

[type=submit] {
  -webkit-appearance: none;
}

.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;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: flex;
}
.menu .navbar-brand span {
  display: flex;
  display: flex;
}
.menu .navbar-brand .navbar-brand {
  display: flex;
}
.menu .navbar-brand .bandwrap img {
  display: flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .crop-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: flex;
  }

.navbar-collapse {
  }

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: flex;
  }

.row {
  display: flex;
  }

.justify-content-center {
  }

.card-wrapper {
  }

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}form .block-action {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

form .btn {
  min-height: 48px;
}

.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;
}

.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 {
  background-image: url("images/blue4.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'field2';
  font-display: swap;
  src: url('fonts/template2.woff2') format('woff2'), url('fonts/template2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="visual-"], [class*=" visual-"] {
  
  font-family: 'field2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.visual-design-letter:before {
  content: "\e945";
}
.visual-design-map-pin:before {
  content: "\e94c";
}
.visual-design-phone:before {
  content: "\e95b";
}
.visual-design-protect:before {
  content: "\e963";
}
.visual-design-right:before {
  content: "\e96b";
}

.quiz-section {
  background-image: url("images/blue4.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .crop-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.8rem;
  line-height: 1.15;
}
.display-2 > .crop-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}
.display-4 > .crop-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .crop-iconfont {
  font-size: 2.5rem;
}
.element {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.element > .crop-iconfont {
  font-size: 1.25rem;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .element {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .element {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}

.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary {
  box-shadow: inset 0 10px 8px 0 #bb9ff5, inset 0 -2px 10px 0 #bb9ff5, 0 1px 2px 0 #5b18e3, 0 10px 15px -5px #6a2be9;
}
.btn-primary,
.btn-primary:active {
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
  box-shadow: inset 0 10px 8px 0 #dccdfa, inset 0 -2px 10px 0 #dccdfa, 0 1px 2px 0 #7a42eb, 0 20px 40px -10px #8a59ee;
  transform: translateY(-2px);
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
}
.btn-secondary {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 10px 15px -5px #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}

.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info {
  box-shadow: inset 0 10px 8px 0 #fff4cc, inset 0 -2px 10px 0 #fff4cc, 0 1px 2px 0 #ffd232, 0 10px 15px -5px #ffd84c;
}
.btn-info,
.btn-info:active {
  background-color: #ffd84c !important;
  border-color: #ffd84c !important;
  color: #191400 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #ffe37f !important;
  border-color: #ffe37f !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #ffde65, 0 20px 40px -10px #ffe37f;
  transform: translateY(-2px);
}

.btn-info:disabled {
  color: #191400 !important;
  background-color: #ffe37f !important;
  border-color: #ffe37f !important;
}
.btn-success {
  box-shadow: inset 0 10px 8px 0 #bb9ff5, inset 0 -2px 10px 0 #bb9ff5, 0 1px 2px 0 #5b18e3, 0 10px 15px -5px #6a2be9;
}
.btn-success,
.btn-success:active {
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
  box-shadow: inset 0 10px 8px 0 #dccdfa, inset 0 -2px 10px 0 #dccdfa, 0 1px 2px 0 #7a42eb, 0 20px 40px -10px #8a59ee;
  transform: translateY(-2px);
}

.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
}
.btn-warning {
  box-shadow: inset 0 10px 8px 0 #404040, inset 0 -2px 10px 0 #404040, 0 1px 2px 0 #000000, 0 10px 15px -5px #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: inset 0 10px 8px 0 #595959, inset 0 -2px 10px 0 #595959, 0 1px 2px 0 #0d0d0d, 0 20px 40px -10px #1a1a1a;
  transform: translateY(-2px);
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger {
  box-shadow: inset 0 10px 8px 0 #3e00b9, inset 0 -2px 10px 0 #3e00b9, 0 1px 2px 0 #0b0020, 0 10px 15px -5px #130039;
}
.btn-danger,
.btn-danger:active {
  background-color: #130039 !important;
  border-color: #130039 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: inherit;
  background-color: #24006c !important;
  border-color: #24006c !important;
  box-shadow: inset 0 10px 8px 0 #4f00ec, inset 0 -2px 10px 0 #4f00ec, 0 1px 2px 0 #1c0053, 0 20px 40px -10px #24006c;
  transform: translateY(-2px);
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #24006c !important;
  border-color: #24006c !important;
}
.btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #ededed, 0 10px 15px -5px #fafafa;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}

.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: inset 0 10px 8px 0 #314a88, inset 0 -2px 10px 0 #314a88, 0 1px 2px 0 #080d17, 0 10px 15px -5px #0f172a;
}
.btn-black,
.btn-black:active {
  background-color: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
  box-shadow: inset 0 10px 8px 0 #3e5fae, inset 0 -2px 10px 0 #3e5fae, 0 1px 2px 0 #16213d, 0 20px 40px -10px #1c2c50;
  transform: translateY(-2px);
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6a2be9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #4512ac !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd84c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #f4bf00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #4c3b00 !important;
  background-color: #ffd84c !important;
  border-color: #ffd84c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6a2be9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #4512ac !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #130039;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #130039 !important;
  border-color: #130039 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f172a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f172a !important;
  border-color: #0f172a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6a2be9 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-info {
  color: #ffd84c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3f109e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e5b300 !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;
}
a,
a:hover {
  color: #6a2be9;
}

html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}.block-action .btn {
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 12px !important;
  border-radius: 0 !important;
  padding: 18px 26px;
  border: none !important;
}.block-action .btn-black {
  box-shadow: inset 0 10px 8px 0 #484848, 0 10px 15px -5px #949494;
  background-color: #0f172a !important;
}.block-action .btn-black:hover,
.block-action .btn-black:focus,
.block-action .btn-black.active {
  color: #ffffff !important;
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
  box-shadow: inset 0 10px 8px 0 #bb9ff5, inset 0 -2px 10px 0 #bb9ff5, 0 1px 2px 0 #6a2be9, 0 20px 40px -10px #6a2be9;
}.block-action .btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #c7c7c7, 0 1px 2px 0 #c7c7c7, 0 10px 15px -5px #c7c7c7;
  background-color: #fafafa !important;
}.block-action .btn-white:hover,
.block-action .btn-white:focus,
.block-action .btn-white.active {
  color: #ffffff !important;
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
  box-shadow: inset 0 10px 8px 0 #bb9ff5, inset 0 -2px 10px 0 #bb9ff5, 0 1px 2px 0 #6a2be9, 0 20px 40px -10px #6a2be9;
}
img,
.card-wrap,
.card-wrapper,
.plan,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.boxareaunit {
  border-radius: 32px !important;
}
.padunit,
.item-img::before,
.item-img::after {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.layoutwrap {
  background-color: transparent;
}
.layoutwrap .nav-panel {
  background-color: #000000 !important;
  padding: 0;
}
.layoutwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .layoutwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .layoutwrap .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.layoutwrap .nav-panel {
  position: relative !important;
}
.layoutwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.layoutwrap .btn:hover {
  box-shadow: none;
}
.layoutwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .layoutwrap .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .layoutwrap .nav-item {
    margin: 0 !important;
  }
}
.layoutwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.layoutwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.layoutwrap .nav-item .nav-link:hover::before,
.layoutwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.layoutwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.layoutwrap .container {
  display: flex;
  margin: auto;
}
.layoutwrap .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .layoutwrap .navbar-nav {
    margin: 0;
  }
}
.layoutwrap .nav-item:focus,
.layoutwrap .nav-link:focus {
  outline: none;
}
.layoutwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .layoutwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.layoutwrap .navbar .bandwrap img {
  object-fit: contain;
  border-radius: 10px !important;
}
.layoutwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .layoutwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .layoutwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutwrap .navbar .bandwrap img {
    height: 3rem !important;
  }
  .layoutwrap .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .layoutwrap .navbar ul.navbar-nav li {
    margin: 0;
  }
  .layoutwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .layoutwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutwrap .navbar-brand .levelwrap {
  line-height: inherit !important;
  font-weight: 700;
}
.layoutwrap .navbar-brand .bandwrap a {
  outline: none;
}
.layoutwrap .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.layoutwrap ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.layoutwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #fff555;
}

.layoutwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutwrap .navbar {
    height: 70px;
  }
  .layoutwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutwrap .nav-panel .bandwrap {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .layoutwrap .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.layoutwrap .levelwrap:hover {
  color: #6a2be9;
}
@media (min-width: 992px) {
  .layoutwrap .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.layoutwrap .navbar.nav-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffd84c;
}
.layoutwrap .levelwrap {
  color: #000000;
}
.layoutwrap .crop-text {
  color: #9a9a9a;
  text-align: center;
}.layoutwrap .block-action {
  text-align: center;
}
.layoutwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.buildbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/blue2.jpg");
}
.buildbox .card-wrapper {
  padding: 60px;
  background-color: #000000;
  border-top: 3px solid #ffd84c;
  box-shadow: 0 8px 15px -8px #6a2be9;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .buildbox .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .buildbox .card-wrapper {
    padding: 24px;
  }
}
.buildbox .card-wrapper .viewlayer {
  margin-bottom: 32px;
}
.buildbox .card-wrapper .viewlayer .frame {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.buildbox .card-wrapper .viewlayer .frame .crop-label {
  margin-bottom: 0;
}.buildbox .card-wrapper .drawwrap .block-title,
.buildbox .card-wrapper .drawwrap .chapter-title,
.buildbox .card-wrapper .drawwrap .header-text,
.buildbox .card-wrapper .drawwrap .lead-h2,
.buildbox .card-wrapper .drawwrap .main-heading,
.buildbox .card-wrapper .drawwrap .page-h,
.buildbox .card-wrapper .drawwrap .section-h,
.buildbox .card-wrapper .drawwrap .section-heading,
.buildbox .card-wrapper .drawwrap .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #6a2be9, #ffd84c 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {.buildbox .card-wrapper .drawwrap .block-title,
.buildbox .card-wrapper .drawwrap .chapter-title,
.buildbox .card-wrapper .drawwrap .header-text,
.buildbox .card-wrapper .drawwrap .lead-h2,
.buildbox .card-wrapper .drawwrap .main-heading,
.buildbox .card-wrapper .drawwrap .page-h,
.buildbox .card-wrapper .drawwrap .section-h,
.buildbox .card-wrapper .drawwrap .section-heading,
.buildbox .card-wrapper .drawwrap .topic-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #6a2be9, #ffd84c 40%);
  }
}
.buildbox .card-wrapper .text-wrapper .crop-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .buildbox .card-wrapper .text-wrapper .crop-text {
    width: 100%;
  }
}.buildbox .card-wrapper .block-action {
  margin-top: 22px;
}
.buildbox .crop-label,
.buildbox .viewlayer {
  color: #000000;
  text-align: center;
}.buildbox .block-title,
.buildbox .chapter-title,
.buildbox .header-text,
.buildbox .lead-h2,
.buildbox .main-heading,
.buildbox .page-h,
.buildbox .section-h,
.buildbox .section-heading,
.buildbox .topic-title {
  color: #000000;
}
.buildbox .crop-text,
.buildbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}.buildbox .block-title,
.buildbox .chapter-title,
.buildbox .header-text,
.buildbox .lead-h2,
.buildbox .main-heading,
.buildbox .page-h,
.buildbox .section-h,
.buildbox .section-heading,
.buildbox .topic-title,
.buildbox .drawwrap,
.buildbox .block-action {
  text-align: center;
}
.core {
  padding-top: 5rem;
  background-color: #000000;
}
.core .stackbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.core .stackbox .drawwrap {
  margin-bottom: 40px;
}
.core .stackbox .drawwrap .viewlayer {
  margin-bottom: 16px;
}
.core .stackbox .drawwrap .viewlayer .frame {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.core .stackbox .drawwrap .viewlayer .frame .crop-label {
  margin-bottom: 0;
}.core .stackbox .drawwrap .block-title,
.core .stackbox .drawwrap .chapter-title,
.core .stackbox .drawwrap .header-text,
.core .stackbox .drawwrap .lead-h2,
.core .stackbox .drawwrap .main-heading,
.core .stackbox .drawwrap .page-h,
.core .stackbox .drawwrap .section-h,
.core .stackbox .drawwrap .section-heading,
.core .stackbox .drawwrap .topic-title {
  margin-bottom: 16px;
}
.core .stackbox .drawwrap .text-wrapper .crop-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .core .stackbox .drawwrap .text-wrapper .crop-text {
    width: 100%;
  }
}
.core .bodybox {
  margin: 0 -10px;
}
.core .bodybox .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .core .bodybox .item:last-child {
    margin-bottom: 0;
  }
}
.core .bodybox .item:hover .item-wrapper,
.core .bodybox .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #6a2be9, inset 0 -5px 10px -4px #6a2be9, 1px 10px 20px -5px #ffd84c;
  transform: translateY(-3px);
}
.core .bodybox .item:hover .item-wrapper .item-img::before,
.core .bodybox .item:focus .item-wrapper .item-img::before {
  opacity: .4;
}
.core .bodybox .item:hover .item-wrapper .item-img::after,
.core .bodybox .item:focus .item-wrapper .item-img::after {
  opacity: .1;
}
.core .bodybox .item:hover .item-wrapper .item-title,
.core .bodybox .item:focus .item-wrapper .item-title {
  color: #ffd84c;
}
.core .bodybox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #000000;
  box-shadow: inset 0 10px 8px 0 #6a2be9, inset 0 -5px 10px -4px #6a2be9, 0 10px 10px -5px #6a2be9;
  overflow: hidden;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .core .bodybox .item .item-wrapper {
    padding: 20px;
  }
}
.core .bodybox .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
}
.core .bodybox .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 5px 15px 0 #000000, inset 0 -10px 15px 0 #000000;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.core .bodybox .item .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a2be9;
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 1;
}
.core .bodybox .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .core .bodybox .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.core .bodybox .item .item-wrapper .item-date {
  margin-bottom: 8px;
}
.core .bodybox .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.core .bodybox .item .item-wrapper .item-text {
  margin-bottom: 0;
  margin-top: 12px;
}.core .bodybox .item .item-wrapper .block-action {
  margin-top: 10px;
}.core .bodybox .item .item-wrapper .block-action .btn {
  margin-bottom: 0;
}
.core .crop-label,
.core .viewlayer {
  color: #334155;
  text-align: center;
}.core .block-title,
.core .chapter-title,
.core .header-text,
.core .lead-h2,
.core .main-heading,
.core .page-h,
.core .section-h,
.core .section-heading,
.core .topic-title {
  color: #0f172a;
  text-align: center;
}
.core .crop-text,
.core .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.core .item-date {
  color: #ffffff;
}
.core .item-title {
  color: #0f172a;
}
.core .item-text {
  color: #475569;
}.core .block-title,
.core .chapter-title,
.core .header-text,
.core .lead-h2,
.core .main-heading,
.core .page-h,
.core .section-h,
.core .section-heading,
.core .topic-title,
.core .block-action {
  color: #ffd84c;
}.core .item-title,
.core .block-action {
  color: #ffffff;
}
.pad {
  position: relative;
  background-color: #000000;
  align-items: flex-end;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.pad .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.pad .cont-wrapper .coreunit {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pad .cont-wrapper .coreunit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  pointer-events: none;
}
.pad .cont-wrapper .coreunit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pad .cont-wrapper {
  border-top: 1.75rem solid transparent;
  border-bottom: 1.75rem solid transparent;
}
.pad .stackbox {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .pad .viewlayer {
    margin-bottom: 24px;
  }
}
.pad .viewlayer .frame {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.pad .viewlayer .frame .patternunit {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #6a2be9;
  display: flex;
}
.pad .viewlayer .frame .crop-label {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}.pad .drawwrap .block-title,
.pad .drawwrap .chapter-title,
.pad .drawwrap .header-text,
.pad .drawwrap .lead-h2,
.pad .drawwrap .main-heading,
.pad .drawwrap .page-h,
.pad .drawwrap .section-h,
.pad .drawwrap .section-heading,
.pad .drawwrap .topic-title {
  pointer-events: visible;
  margin-bottom: 24px;
}
.pad .drawwrap .text-wrapper .crop-text {
  pointer-events: visible;
  margin-bottom: 0;
}.pad .drawwrap .block-action {
  pointer-events: visible;
  margin-top: 24px;
}
.pad .crop-label {
  color: #222f30;
}.pad .block-title,
.pad .chapter-title,
.pad .header-text,
.pad .lead-h2,
.pad .main-heading,
.pad .page-h,
.pad .section-h,
.pad .section-heading,
.pad .topic-title {
  color: #ffffff;
}
.pad .crop-text {
  color: #ffffff;
}
.pad .crop-label,
.pad .viewlayer {
  color: #6a2be9;
}.pad .block-title,
.pad .chapter-title,
.pad .header-text,
.pad .lead-h2,
.pad .main-heading,
.pad .page-h,
.pad .section-h,
.pad .section-heading,
.pad .topic-title,
.pad .block-action {
  color: #ffd84c;
}
.boxarea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxarea .drawwrap {
  margin-bottom: 40px;
}
.boxarea .drawwrap .crop-tag {
  margin-bottom: 16px;
}.boxarea .drawwrap .block-title,
.boxarea .drawwrap .chapter-title,
.boxarea .drawwrap .header-text,
.boxarea .drawwrap .lead-h2,
.boxarea .drawwrap .main-heading,
.boxarea .drawwrap .page-h,
.boxarea .drawwrap .section-h,
.boxarea .drawwrap .section-heading,
.boxarea .drawwrap .topic-title {
  margin-bottom: 0;
}
.boxarea .bodybox {
  margin: 0 -20px;
}
.boxarea .bodybox .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxarea .bodybox .item {
    margin-bottom: 20px;
  }
  .boxarea .bodybox .item:last-child {
    margin-bottom: 0;
  }
}
.boxarea .bodybox .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .boxarea .bodybox .item .item-wrapper {
    display: block;
  }
}
.boxarea .bodybox .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .boxarea .bodybox .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.boxarea .bodybox .item .item-wrapper .icon-wrapper .crop-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #6a2be9, #ffd84c);
  font-size: 80px;
}
@media (max-width: 992px) {
  .boxarea .bodybox .item .item-wrapper .icon-wrapper .crop-iconfont {
    font-size: 50px;
  }
}
.boxarea .bodybox .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}.boxarea .block-title,
.boxarea .chapter-title,
.boxarea .header-text,
.boxarea .lead-h2,
.boxarea .main-heading,
.boxarea .page-h,
.boxarea .section-h,
.boxarea .section-heading,
.boxarea .topic-title {
  color: #ffd900;
}
.boxarea .crop-tag {
  color: #ffffff;
}
.boxarea .item-title {
  color: #ffffff;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/hard1.jpg");
}
.areabox .bodybox {
  margin: 0;
}
.areabox .bodybox .card {
  padding: 0;
}
.areabox .drawwrap {
  padding: 20px 24px 18px;
  background-color: #ffd84c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .areabox .drawwrap {
    padding: 24px 12px;
  }
}
.areabox .drawwrap .rowunit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.areabox .drawwrap .rowunit .coreunit img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}.areabox .drawwrap .rowunit .block-title,
.areabox .drawwrap .rowunit .chapter-title,
.areabox .drawwrap .rowunit .header-text,
.areabox .drawwrap .rowunit .lead-h2,
.areabox .drawwrap .rowunit .main-heading,
.areabox .drawwrap .rowunit .page-h,
.areabox .drawwrap .rowunit .section-h,
.areabox .drawwrap .rowunit .section-heading,
.areabox .drawwrap .rowunit .topic-title {
  margin-bottom: 0;
}
.areabox .card-wrapper {
  position: relative;
  border: 1px solid #6a2be9;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .areabox .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.areabox .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a2be9;
  opacity: .1;
  pointer-events: none;
}
.areabox .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #6a2be9;
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap:hover .crop-iconfont,
.areabox .card-wrapper .nav-wrapper .item-wrap:focus .crop-iconfont {
  transform: translateX(4px);
}
.areabox .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .crop-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .box .text-wrapper {
  padding: 24px;
  border-right: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    border-right: none;
  }
}
.areabox .card-wrapper .box .text-wrapper .crop-text {
  margin-bottom: 0;
}.areabox .card-wrapper .box .text-wrapper .block-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.areabox .card-wrapper .box .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:hover,
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:focus {
  color: #ffd84c;
}
.areabox .card-wrapper .copy-wrapper .crop-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .copy-wrapper .crop-copy {
    padding: 24px 12px;
  }
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title {
  color: #14334b;
}
.areabox .item-nav {
  color: #ffffff;
}
.areabox .crop-text {
  color: #ffffff;
}
.areabox .list {
  color: #ffffff;
}
.areabox .crop-copy {
  color: #ffffff;
  text-align: center;
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title,
.areabox .drawwrap {
  color: #000000;
}
.layoutwrap {
  background-color: transparent;
}
.layoutwrap .nav-panel {
  background-color: #000000 !important;
  padding: 0;
}
.layoutwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .layoutwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .layoutwrap .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.layoutwrap .nav-panel {
  position: relative !important;
}
.layoutwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.layoutwrap .btn:hover {
  box-shadow: none;
}
.layoutwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .layoutwrap .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .layoutwrap .nav-item {
    margin: 0 !important;
  }
}
.layoutwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.layoutwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.layoutwrap .nav-item .nav-link:hover::before,
.layoutwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.layoutwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.layoutwrap .container {
  display: flex;
  margin: auto;
}
.layoutwrap .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .layoutwrap .navbar-nav {
    margin: 0;
  }
}
.layoutwrap .nav-item:focus,
.layoutwrap .nav-link:focus {
  outline: none;
}
.layoutwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .layoutwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.layoutwrap .navbar .bandwrap img {
  object-fit: contain;
  border-radius: 10px !important;
}
.layoutwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .layoutwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .layoutwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutwrap .navbar .bandwrap img {
    height: 3rem !important;
  }
  .layoutwrap .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .layoutwrap .navbar ul.navbar-nav li {
    margin: 0;
  }
  .layoutwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .layoutwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutwrap .navbar-brand .levelwrap {
  line-height: inherit !important;
  font-weight: 700;
}
.layoutwrap .navbar-brand .bandwrap a {
  outline: none;
}
.layoutwrap .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.layoutwrap ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.layoutwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #fff555;
}

.layoutwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutwrap .navbar {
    height: 70px;
  }
  .layoutwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutwrap .nav-panel .bandwrap {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .layoutwrap .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.layoutwrap .levelwrap:hover {
  color: #6a2be9;
}
@media (min-width: 992px) {
  .layoutwrap .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.layoutwrap .navbar.nav-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffd84c;
}
.layoutwrap .levelwrap {
  color: #000000;
}
.layoutwrap .crop-text {
  color: #9a9a9a;
  text-align: center;
}.layoutwrap .block-action {
  text-align: center;
}
.layoutwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.trackbox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #080808;
}
.trackbox .cellunit {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 0;
}
@media (max-width: 992px) {
  .trackbox .cellunit {
    padding: 0;
  }
}
.trackbox .cellunit .alignunit {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(160deg, transparent 52%, #6a2be9 78%, #ffd84c 100%);
}
.trackbox .stackbox {
  position: relative;
  z-index: 1;
}
.trackbox .stackbox .viewlayer {
  margin-bottom: 12px;
}
.trackbox .stackbox .viewlayer .frame {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  background-color: #252525;
  border: 1px solid #36232e;
  padding: 8px 20px;
}
.trackbox .stackbox .viewlayer .frame .crop-label {
  margin-bottom: 0;
}.trackbox .stackbox .block-title,
.trackbox .stackbox .chapter-title,
.trackbox .stackbox .header-text,
.trackbox .stackbox .lead-h2,
.trackbox .stackbox .main-heading,
.trackbox .stackbox .page-h,
.trackbox .stackbox .section-h,
.trackbox .stackbox .section-heading,
.trackbox .stackbox .topic-title {
  margin-bottom: 16px;
}
.trackbox .stackbox .text-wrapper .crop-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .trackbox .stackbox .text-wrapper .crop-text {
    width: 100%;
  }
}.trackbox .stackbox .block-action {
  margin-top: 42px;
}
@media (max-width: 992px) {.trackbox .stackbox .block-action {
    width: 100%;
    margin-top: 20px;
  }
}
.trackbox .bodybox {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .74fr 1fr .74fr;
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 992px) {
  .trackbox .bodybox {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}
.trackbox .bodybox .slotbox img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #000000;
  background-color: #000000;
}
@media (max-width: 992px) {
  .trackbox .bodybox .slotbox img {
    height: 300px;
  }
}
.trackbox .bodybox .slotbox:nth-child(2) {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .trackbox .bodybox .slotbox:nth-child(2) {
    margin-top: 0;
  }
}
.trackbox .bodybox .slotbox:nth-child(2) img {
  height: 425px;
}
@media (max-width: 992px) {
  .trackbox .bodybox .slotbox:nth-child(2) img {
    height: 300px;
  }
}
.trackbox .crop-label,
.trackbox .viewlayer {
  color: #ffffff;
  text-align: center;
}.trackbox .block-title,
.trackbox .chapter-title,
.trackbox .header-text,
.trackbox .lead-h2,
.trackbox .main-heading,
.trackbox .page-h,
.trackbox .section-h,
.trackbox .section-heading,
.trackbox .topic-title {
  color: #ffffff;
}
.trackbox .crop-text,
.trackbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}.trackbox .block-title,
.trackbox .chapter-title,
.trackbox .header-text,
.trackbox .lead-h2,
.trackbox .main-heading,
.trackbox .page-h,
.trackbox .section-h,
.trackbox .section-heading,
.trackbox .topic-title,
.trackbox .block-action {
  text-align: center;
  color: #ffd84c;
}
.colunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.colunit .row {
  padding: 1rem;
}
.colunit .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .colunit .row {
    padding: 0 12px;
  }
}
.colunit .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #14092c;
  border-radius: 100% 0 0 0;
}
.colunit .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #342d14;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .colunit .row::after {
    display: none;
  }
}
.colunit .drawwrap {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}.colunit .drawwrap .block-title,
.colunit .drawwrap .chapter-title,
.colunit .drawwrap .header-text,
.colunit .drawwrap .lead-h2,
.colunit .drawwrap .main-heading,
.colunit .drawwrap .page-h,
.colunit .drawwrap .section-h,
.colunit .drawwrap .section-heading,
.colunit .drawwrap .topic-title {
  margin-bottom: 0;
}.colunit .drawwrap .block-title span,
.colunit .drawwrap .chapter-title span,
.colunit .drawwrap .header-text span,
.colunit .drawwrap .lead-h2 span,
.colunit .drawwrap .main-heading span,
.colunit .drawwrap .page-h span,
.colunit .drawwrap .section-h span,
.colunit .drawwrap .section-heading span,
.colunit .drawwrap .topic-title span {
  color: #ffffff;
}
.colunit .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .colunit .text-wrapper {
    padding: 0;
  }
}
.colunit .text-wrapper .crop-text {
  margin: 0;
}.colunit .block-title,
.colunit .chapter-title,
.colunit .header-text,
.colunit .lead-h2,
.colunit .main-heading,
.colunit .page-h,
.colunit .section-h,
.colunit .section-heading,
.colunit .topic-title {
  color: #ffd84c;
}
.colunit .crop-text {
  color: #ffffff;
}
.dockbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.dockbox .row {
  position: relative;
}
.dockbox .row .blur-circle {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #6a2be9 50%, #ffd84c);
  filter: blur(64px) blur(64px);
  z-index: 1;
  left: auto;
  right: 10%;
}
@media (max-width: 768px) {
  .dockbox .row .blur-circle {
    display: none;
  }
}
.dockbox .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .dockbox .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .dockbox .row {
    padding: 0 24px;
  }
}
.dockbox .title {
  display: flex;
  align-items: center;
}
.dockbox .drawwrap {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .dockbox .drawwrap {
    margin-bottom: 32px;
  }
}.dockbox .drawwrap .block-title,
.dockbox .drawwrap .chapter-title,
.dockbox .drawwrap .header-text,
.dockbox .drawwrap .lead-h2,
.dockbox .drawwrap .main-heading,
.dockbox .drawwrap .page-h,
.dockbox .drawwrap .section-h,
.dockbox .drawwrap .section-heading,
.dockbox .drawwrap .topic-title {
  margin-bottom: 32px;
}.dockbox .drawwrap .block-title span,
.dockbox .drawwrap .chapter-title span,
.dockbox .drawwrap .header-text span,
.dockbox .drawwrap .lead-h2 span,
.dockbox .drawwrap .main-heading span,
.dockbox .drawwrap .page-h span,
.dockbox .drawwrap .section-h span,
.dockbox .drawwrap .section-heading span,
.dockbox .drawwrap .topic-title span {
  position: relative;
  z-index: 1;
}.dockbox .drawwrap .block-title span::before,
.dockbox .drawwrap .chapter-title span::before,
.dockbox .drawwrap .header-text span::before,
.dockbox .drawwrap .lead-h2 span::before,
.dockbox .drawwrap .main-heading span::before,
.dockbox .drawwrap .page-h span::before,
.dockbox .drawwrap .section-h span::before,
.dockbox .drawwrap .section-heading span::before,
.dockbox .drawwrap .topic-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #000000;
  z-index: -1;
}
.dockbox .drawwrap .crop-text {
  margin: 0;
}
.dockbox .slotbox {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .dockbox .slotbox {
    margin-bottom: 32px;
  }
}
.dockbox .slotbox img {
  max-height: 500px;
  width: 70%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .dockbox .slotbox img {
    width: 100%;
  }
}.dockbox .block-title,
.dockbox .chapter-title,
.dockbox .header-text,
.dockbox .lead-h2,
.dockbox .main-heading,
.dockbox .page-h,
.dockbox .section-h,
.dockbox .section-heading,
.dockbox .topic-title {
  color: #ffd84c;
}
.dockbox .crop-text {
  color: #ffffff;
}
.shellcore {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .shellcore .col-padding {
    padding-right: 4rem;
  }
}
.shellcore .crop-text1 {
  background: #342d14;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
@media (min-width: 767px) {
  .shellcore .crop-text1 {
    max-width: 80%;
  }
}
.shellcore .crop-text2 {
  background: #14092c;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  color: #ffffff;
  text-align: right;
}
@media (min-width: 767px) {
  .shellcore .crop-text2 {
    max-width: 80%;
  }
}.shellcore .block-title,
.shellcore .chapter-title,
.shellcore .header-text,
.shellcore .lead-h2,
.shellcore .main-heading,
.shellcore .page-h,
.shellcore .section-h,
.shellcore .section-heading,
.shellcore .topic-title {
  text-align: center;
  color: #ffd84c;
}
.shellcore .crop-text {
  color: #ffffff;
}
.node {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.node .row {
  position: relative;
}
.node .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #6a2be9 50%, #ffd84c);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .node .row .blur-circle {
    display: none;
  }
}
.node .row {
  justify-content: center;
}
.node .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .node .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .node .row {
    padding: 0 24px;
  }
}
.node .nodemap {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .node .nodemap {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.node .text-card {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .node .text-card {
    padding: 0 12px;
  }
}
.node .row.row-wrapper {
  padding: 64px;
  background-color: #000000;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.node .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #ffd84c;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .node .row.row-wrapper {
    padding: 32px;
  }
}
.node .row.row-wrapper .slotbox img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.node .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .node .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}.node .row.row-wrapper .text-wrapper .block-title,
.node .row.row-wrapper .text-wrapper .chapter-title,
.node .row.row-wrapper .text-wrapper .header-text,
.node .row.row-wrapper .text-wrapper .lead-h2,
.node .row.row-wrapper .text-wrapper .main-heading,
.node .row.row-wrapper .text-wrapper .page-h,
.node .row.row-wrapper .text-wrapper .section-h,
.node .row.row-wrapper .text-wrapper .section-heading,
.node .row.row-wrapper .text-wrapper .topic-title {
  margin-bottom: 0;
}.node .row.row-wrapper .text-wrapper .block-title span,
.node .row.row-wrapper .text-wrapper .chapter-title span,
.node .row.row-wrapper .text-wrapper .header-text span,
.node .row.row-wrapper .text-wrapper .lead-h2 span,
.node .row.row-wrapper .text-wrapper .main-heading span,
.node .row.row-wrapper .text-wrapper .page-h span,
.node .row.row-wrapper .text-wrapper .section-h span,
.node .row.row-wrapper .text-wrapper .section-heading span,
.node .row.row-wrapper .text-wrapper .topic-title span {
  position: relative;
  z-index: 1;
}.node .row.row-wrapper .text-wrapper .block-title span::before,
.node .row.row-wrapper .text-wrapper .chapter-title span::before,
.node .row.row-wrapper .text-wrapper .header-text span::before,
.node .row.row-wrapper .text-wrapper .lead-h2 span::before,
.node .row.row-wrapper .text-wrapper .main-heading span::before,
.node .row.row-wrapper .text-wrapper .page-h span::before,
.node .row.row-wrapper .text-wrapper .section-h span::before,
.node .row.row-wrapper .text-wrapper .section-heading span::before,
.node .row.row-wrapper .text-wrapper .topic-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #6a2be9;
  z-index: -1;
}
.node .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.node .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.node .row.row-wrapper .text-wrapper .link-wrapper .crop-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.node .row.row-wrapper .text-wrapper .crop-text {
  margin: 30px 0 0 0;
}.node .block-title,
.node .chapter-title,
.node .header-text,
.node .lead-h2,
.node .main-heading,
.node .page-h,
.node .section-h,
.node .section-heading,
.node .topic-title {
  color: #ffd84c;
}
.node .crop-link {
  color: #111111;
}
.node .crop-text {
  color: #ffffff;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/hard1.jpg");
}
.areabox .bodybox {
  margin: 0;
}
.areabox .bodybox .card {
  padding: 0;
}
.areabox .drawwrap {
  padding: 20px 24px 18px;
  background-color: #ffd84c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .areabox .drawwrap {
    padding: 24px 12px;
  }
}
.areabox .drawwrap .rowunit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.areabox .drawwrap .rowunit .coreunit img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}.areabox .drawwrap .rowunit .block-title,
.areabox .drawwrap .rowunit .chapter-title,
.areabox .drawwrap .rowunit .header-text,
.areabox .drawwrap .rowunit .lead-h2,
.areabox .drawwrap .rowunit .main-heading,
.areabox .drawwrap .rowunit .page-h,
.areabox .drawwrap .rowunit .section-h,
.areabox .drawwrap .rowunit .section-heading,
.areabox .drawwrap .rowunit .topic-title {
  margin-bottom: 0;
}
.areabox .card-wrapper {
  position: relative;
  border: 1px solid #6a2be9;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .areabox .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.areabox .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a2be9;
  opacity: .1;
  pointer-events: none;
}
.areabox .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #6a2be9;
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap:hover .crop-iconfont,
.areabox .card-wrapper .nav-wrapper .item-wrap:focus .crop-iconfont {
  transform: translateX(4px);
}
.areabox .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .crop-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .box .text-wrapper {
  padding: 24px;
  border-right: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    border-right: none;
  }
}
.areabox .card-wrapper .box .text-wrapper .crop-text {
  margin-bottom: 0;
}.areabox .card-wrapper .box .text-wrapper .block-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.areabox .card-wrapper .box .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:hover,
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:focus {
  color: #ffd84c;
}
.areabox .card-wrapper .copy-wrapper .crop-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .copy-wrapper .crop-copy {
    padding: 24px 12px;
  }
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title {
  color: #14334b;
}
.areabox .item-nav {
  color: #ffffff;
}
.areabox .crop-text {
  color: #ffffff;
}
.areabox .list {
  color: #ffffff;
}
.areabox .crop-copy {
  color: #ffffff;
  text-align: center;
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title,
.areabox .drawwrap {
  color: #000000;
}
.layoutwrap {
  background-color: transparent;
}
.layoutwrap .nav-panel {
  background-color: #000000 !important;
  padding: 0;
}
.layoutwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .layoutwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .layoutwrap .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.layoutwrap .nav-panel {
  position: relative !important;
}
.layoutwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.layoutwrap .btn:hover {
  box-shadow: none;
}
.layoutwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .layoutwrap .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .layoutwrap .nav-item {
    margin: 0 !important;
  }
}
.layoutwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.layoutwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.layoutwrap .nav-item .nav-link:hover::before,
.layoutwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.layoutwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.layoutwrap .container {
  display: flex;
  margin: auto;
}
.layoutwrap .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .layoutwrap .navbar-nav {
    margin: 0;
  }
}
.layoutwrap .nav-item:focus,
.layoutwrap .nav-link:focus {
  outline: none;
}
.layoutwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .layoutwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.layoutwrap .navbar .bandwrap img {
  object-fit: contain;
  border-radius: 10px !important;
}
.layoutwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .layoutwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .layoutwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutwrap .navbar .bandwrap img {
    height: 3rem !important;
  }
  .layoutwrap .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .layoutwrap .navbar ul.navbar-nav li {
    margin: 0;
  }
  .layoutwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .layoutwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutwrap .navbar-brand .levelwrap {
  line-height: inherit !important;
  font-weight: 700;
}
.layoutwrap .navbar-brand .bandwrap a {
  outline: none;
}
.layoutwrap .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.layoutwrap ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.layoutwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #fff555;
}

.layoutwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutwrap .navbar {
    height: 70px;
  }
  .layoutwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutwrap .nav-panel .bandwrap {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .layoutwrap .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.layoutwrap .levelwrap:hover {
  color: #6a2be9;
}
@media (min-width: 992px) {
  .layoutwrap .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.layoutwrap .navbar.nav-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffd84c;
}
.layoutwrap .levelwrap {
  color: #000000;
}
.layoutwrap .crop-text {
  color: #9a9a9a;
  text-align: center;
}.layoutwrap .block-action {
  text-align: center;
}
.layoutwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tilecell {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("images/deep1.jpg");
}
.tilecell .stackbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tilecell .stackbox .viewlayer {
  margin-bottom: 20px;
}
.tilecell .stackbox .viewlayer .frame {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #ff6900 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.tilecell .stackbox .viewlayer .frame::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #ff6900 0%, transparent 100%);
  z-index: -1;
}.tilecell .stackbox .drawwrap .block-title,
.tilecell .stackbox .drawwrap .chapter-title,
.tilecell .stackbox .drawwrap .header-text,
.tilecell .stackbox .drawwrap .lead-h2,
.tilecell .stackbox .drawwrap .main-heading,
.tilecell .stackbox .drawwrap .page-h,
.tilecell .stackbox .drawwrap .section-h,
.tilecell .stackbox .drawwrap .section-heading,
.tilecell .stackbox .drawwrap .topic-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #ffd84c 40%, #6a2be9 90%);
  margin-bottom: 20px;
}
.tilecell .stackbox .text-wrapper .crop-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tilecell .stackbox .text-wrapper .crop-text {
    width: 100%;
  }
}.tilecell .stackbox .block-action {
  margin-top: 40px;
}
@media (max-width: 992px) {.tilecell .stackbox .block-action {
    margin-top: 20px;
  }
}
.tilecell .crop-label,
.tilecell .viewlayer {
  color: #334155;
}.tilecell .block-title,
.tilecell .chapter-title,
.tilecell .header-text,
.tilecell .lead-h2,
.tilecell .main-heading,
.tilecell .page-h,
.tilecell .section-h,
.tilecell .section-heading,
.tilecell .topic-title {
  color: #0f172a;
}
.tilecell .crop-text,
.tilecell .text-wrapper {
  color: #ffffff;
}
.domunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.domunit .drawwrap {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .domunit .drawwrap {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .domunit .drawwrap {
    width: 100%;
    margin-bottom: 28px;
  }
}
.domunit .drawwrap .viewlayer {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .domunit .drawwrap .viewlayer {
    margin-bottom: 28px;
  }
}
.domunit .drawwrap .viewlayer .frame {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .domunit .drawwrap .viewlayer .frame {
    padding: 10px 16px;
  }
}
.domunit .drawwrap .viewlayer .frame .crop-label {
  margin-bottom: 0;
}.domunit .drawwrap .block-title,
.domunit .drawwrap .chapter-title,
.domunit .drawwrap .header-text,
.domunit .drawwrap .lead-h2,
.domunit .drawwrap .main-heading,
.domunit .drawwrap .page-h,
.domunit .drawwrap .section-h,
.domunit .drawwrap .section-heading,
.domunit .drawwrap .topic-title {
  margin-bottom: 0;
}
.domunit .drawwrap .crop-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .domunit .drawwrap .crop-text {
    margin-top: 18px;
  }
}
.domunit .bodybox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.domunit .bodybox .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .domunit .bodybox .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .domunit .bodybox .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.domunit .bodybox .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #000000;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 570px;
  position: relative;
}
@media (max-width: 992px) {
  .domunit .bodybox .item .item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .domunit .bodybox .item .item-wrapper {
    min-height: 350px;
  }
}
.domunit .bodybox .item .item-wrapper .rowset {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: linear-gradient(90deg, #000000, #6a2be9, #c5a800);
  border-radius: 100%;
  filter: blur(4rem);
}
.domunit .bodybox .item .item-wrapper .gradient_1 {
  right: -250px;
  bottom: -250px;
}
.domunit .bodybox .item .item-wrapper .gradient_2 {
  bottom: -200px;
}
.domunit .bodybox .item .item-wrapper .gradient_3 {
  left: -250px;
  bottom: -250px;
}
.domunit .bodybox .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.domunit .bodybox .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.domunit .bodybox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.domunit .bodybox .item .item-wrapper .block-action {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}.domunit .bodybox .item .item-wrapper .block-action .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.domunit .crop-label,
.domunit .viewlayer {
  color: #1a0b54;
  text-align: center;
}.domunit .block-title,
.domunit .chapter-title,
.domunit .header-text,
.domunit .lead-h2,
.domunit .main-heading,
.domunit .page-h,
.domunit .section-h,
.domunit .section-heading,
.domunit .topic-title {
  color: #1a0b54;
  text-align: center;
}
.domunit .crop-text {
  color: #a997ce;
  text-align: center;
}
.domunit .item-title {
  color: #ffffff;
}
.domunit .item-text {
  color: #ffffff;
}
.outerwrapunit {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.outerwrapunit .drawwrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .outerwrapunit .drawwrap {
    margin-bottom: 32px;
  }
}.outerwrapunit .drawwrap .block-title,
.outerwrapunit .drawwrap .chapter-title,
.outerwrapunit .drawwrap .header-text,
.outerwrapunit .drawwrap .lead-h2,
.outerwrapunit .drawwrap .main-heading,
.outerwrapunit .drawwrap .page-h,
.outerwrapunit .drawwrap .section-h,
.outerwrapunit .drawwrap .section-heading,
.outerwrapunit .drawwrap .topic-title {
  margin-bottom: 32px;
}
.outerwrapunit .drawwrap .text-wrapper .crop-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .outerwrapunit .drawwrap .text-wrapper .crop-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .outerwrapunit .drawwrap .text-wrapper .crop-text {
    width: 100%;
  }
}
.outerwrapunit .bodybox {
  justify-content: center;
  margin: 0 -12px;
}
.outerwrapunit .bodybox .item {
  padding: 0 12px;
}
.outerwrapunit .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .outerwrapunit .item {
    margin-bottom: 16px;
  }
}
.outerwrapunit .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .outerwrapunit .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.outerwrapunit .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .outerwrapunit .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .outerwrapunit .item .item-wrapper .item-content {
    width: 100%;
  }
}
.outerwrapunit .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.outerwrapunit .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}.outerwrapunit .item .item-wrapper .item-content .block-action {
  margin-top: 40px;
}
@media (max-width: 992px) {.outerwrapunit .item .item-wrapper .item-content .block-action {
    margin-top: 20px;
  }
}.outerwrapunit .item .item-wrapper .item-content .block-action .btn {
  margin-bottom: 0;
}
.outerwrapunit .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .outerwrapunit .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.outerwrapunit .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #ffd84c;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .outerwrapunit .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.outerwrapunit .item .card_1 {
  background-color: #14092c;
}
.outerwrapunit .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .outerwrapunit .item .card_1 .item-img img {
    transform: none;
  }
}
.outerwrapunit .item .card_2 {
  background-color: #14092c;
}
.outerwrapunit .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .outerwrapunit .item .card_2 .item-img img {
    transform: none;
  }
}
.outerwrapunit .item .card_3 {
  background-color: #342d14;
}
.outerwrapunit .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .outerwrapunit .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .outerwrapunit .item .card_3 .item-content {
    width: 100%;
  }
}
.outerwrapunit .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .outerwrapunit .item .card_3 .item-img {
    width: 100%;
  }
}
.outerwrapunit .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .outerwrapunit .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}.outerwrapunit .block-title,
.outerwrapunit .chapter-title,
.outerwrapunit .header-text,
.outerwrapunit .lead-h2,
.outerwrapunit .main-heading,
.outerwrapunit .page-h,
.outerwrapunit .section-h,
.outerwrapunit .section-heading,
.outerwrapunit .topic-title {
  color: #000c3f;
}
.outerwrapunit .crop-text,
.outerwrapunit .text-wrapper {
  color: #000c3f;
  text-align: center;
}.outerwrapunit .block-title,
.outerwrapunit .chapter-title,
.outerwrapunit .header-text,
.outerwrapunit .lead-h2,
.outerwrapunit .main-heading,
.outerwrapunit .page-h,
.outerwrapunit .section-h,
.outerwrapunit .section-heading,
.outerwrapunit .topic-title {
  text-align: center;
}
.outerwrapunit .item-title {
  color: #000c3f;
}
.outerwrapunit .item-text {
  color: #ffffff;
}
.outerwrapunit .item-title {
  color: #ffffff;
}
.drawbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.drawbox .drawwrap {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .drawbox .drawwrap {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .drawbox .drawwrap {
    width: 100%;
    margin-bottom: 28px;
  }
}
.drawbox .drawwrap .viewlayer {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .drawbox .drawwrap .viewlayer {
    margin-bottom: 28px;
  }
}
.drawbox .drawwrap .viewlayer .frame {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .drawbox .drawwrap .viewlayer .frame {
    padding: 10px 16px;
  }
}
.drawbox .drawwrap .viewlayer .frame .crop-label {
  margin-bottom: 0;
}.drawbox .drawwrap .block-title,
.drawbox .drawwrap .chapter-title,
.drawbox .drawwrap .header-text,
.drawbox .drawwrap .lead-h2,
.drawbox .drawwrap .main-heading,
.drawbox .drawwrap .page-h,
.drawbox .drawwrap .section-h,
.drawbox .drawwrap .section-heading,
.drawbox .drawwrap .topic-title {
  margin-bottom: 0;
}
.drawbox .drawwrap .crop-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .drawbox .drawwrap .crop-text {
    margin-top: 18px;
  }
}
.drawbox .bodybox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.drawbox .bodybox .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .drawbox .bodybox .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .drawbox .bodybox .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.drawbox .bodybox .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #000000;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 570px;
  position: relative;
}
@media (max-width: 992px) {
  .drawbox .bodybox .item .item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .drawbox .bodybox .item .item-wrapper {
    min-height: 350px;
  }
}
.drawbox .bodybox .item .item-wrapper .rowset {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: linear-gradient(90deg, #000000, #6a2be9, #c5a800);
  border-radius: 100%;
  filter: blur(4rem);
}
.drawbox .bodybox .item .item-wrapper .gradient_1 {
  right: -250px;
  bottom: -250px;
}
.drawbox .bodybox .item .item-wrapper .gradient_2 {
  bottom: -200px;
}
.drawbox .bodybox .item .item-wrapper .gradient_3 {
  left: -250px;
  bottom: -250px;
}
.drawbox .bodybox .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.drawbox .bodybox .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.drawbox .bodybox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.drawbox .bodybox .item .item-wrapper .block-action {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}.drawbox .bodybox .item .item-wrapper .block-action .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.drawbox .crop-label,
.drawbox .viewlayer {
  color: #1a0b54;
  text-align: center;
}.drawbox .block-title,
.drawbox .chapter-title,
.drawbox .header-text,
.drawbox .lead-h2,
.drawbox .main-heading,
.drawbox .page-h,
.drawbox .section-h,
.drawbox .section-heading,
.drawbox .topic-title {
  color: #1a0b54;
  text-align: center;
}
.drawbox .crop-text {
  color: #a997ce;
  text-align: center;
}
.drawbox .item-title {
  color: #ffffff;
}
.drawbox .item-text {
  color: #ffffff;
}
.rootsegment {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.rootsegment .drawwrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .rootsegment .drawwrap {
    margin-bottom: 32px;
  }
}.rootsegment .drawwrap .block-title,
.rootsegment .drawwrap .chapter-title,
.rootsegment .drawwrap .header-text,
.rootsegment .drawwrap .lead-h2,
.rootsegment .drawwrap .main-heading,
.rootsegment .drawwrap .page-h,
.rootsegment .drawwrap .section-h,
.rootsegment .drawwrap .section-heading,
.rootsegment .drawwrap .topic-title {
  margin-bottom: 32px;
}
.rootsegment .drawwrap .text-wrapper .crop-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .rootsegment .drawwrap .text-wrapper .crop-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .rootsegment .drawwrap .text-wrapper .crop-text {
    width: 100%;
  }
}
.rootsegment .bodybox {
  justify-content: center;
  margin: 0 -12px;
}
.rootsegment .bodybox .item {
  padding: 0 12px;
}
.rootsegment .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .rootsegment .item {
    margin-bottom: 16px;
  }
}
.rootsegment .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .rootsegment .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.rootsegment .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .rootsegment .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .rootsegment .item .item-wrapper .item-content {
    width: 100%;
  }
}
.rootsegment .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.rootsegment .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}.rootsegment .item .item-wrapper .item-content .block-action {
  margin-top: 40px;
}
@media (max-width: 992px) {.rootsegment .item .item-wrapper .item-content .block-action {
    margin-top: 20px;
  }
}.rootsegment .item .item-wrapper .item-content .block-action .btn {
  margin-bottom: 0;
}
.rootsegment .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .rootsegment .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.rootsegment .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #ffd84c;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .rootsegment .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.rootsegment .item .card_1 {
  background-color: #14092c;
}
.rootsegment .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .rootsegment .item .card_1 .item-img img {
    transform: none;
  }
}
.rootsegment .item .card_2 {
  background-color: #14092c;
}
.rootsegment .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .rootsegment .item .card_2 .item-img img {
    transform: none;
  }
}
.rootsegment .item .card_3 {
  background-color: #342d14;
}
.rootsegment .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .rootsegment .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .rootsegment .item .card_3 .item-content {
    width: 100%;
  }
}
.rootsegment .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .rootsegment .item .card_3 .item-img {
    width: 100%;
  }
}
.rootsegment .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .rootsegment .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}.rootsegment .block-title,
.rootsegment .chapter-title,
.rootsegment .header-text,
.rootsegment .lead-h2,
.rootsegment .main-heading,
.rootsegment .page-h,
.rootsegment .section-h,
.rootsegment .section-heading,
.rootsegment .topic-title {
  color: #000c3f;
}
.rootsegment .crop-text,
.rootsegment .text-wrapper {
  color: #000c3f;
  text-align: center;
}.rootsegment .block-title,
.rootsegment .chapter-title,
.rootsegment .header-text,
.rootsegment .lead-h2,
.rootsegment .main-heading,
.rootsegment .page-h,
.rootsegment .section-h,
.rootsegment .section-heading,
.rootsegment .topic-title {
  text-align: center;
}
.rootsegment .item-title {
  color: #000c3f;
}
.rootsegment .item-text {
  color: #ffffff;
}
.rootsegment .item-title {
  color: #ffffff;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/hard1.jpg");
}
.areabox .bodybox {
  margin: 0;
}
.areabox .bodybox .card {
  padding: 0;
}
.areabox .drawwrap {
  padding: 20px 24px 18px;
  background-color: #ffd84c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .areabox .drawwrap {
    padding: 24px 12px;
  }
}
.areabox .drawwrap .rowunit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.areabox .drawwrap .rowunit .coreunit img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}.areabox .drawwrap .rowunit .block-title,
.areabox .drawwrap .rowunit .chapter-title,
.areabox .drawwrap .rowunit .header-text,
.areabox .drawwrap .rowunit .lead-h2,
.areabox .drawwrap .rowunit .main-heading,
.areabox .drawwrap .rowunit .page-h,
.areabox .drawwrap .rowunit .section-h,
.areabox .drawwrap .rowunit .section-heading,
.areabox .drawwrap .rowunit .topic-title {
  margin-bottom: 0;
}
.areabox .card-wrapper {
  position: relative;
  border: 1px solid #6a2be9;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .areabox .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.areabox .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a2be9;
  opacity: .1;
  pointer-events: none;
}
.areabox .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #6a2be9;
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap:hover .crop-iconfont,
.areabox .card-wrapper .nav-wrapper .item-wrap:focus .crop-iconfont {
  transform: translateX(4px);
}
.areabox .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .crop-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .box .text-wrapper {
  padding: 24px;
  border-right: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    border-right: none;
  }
}
.areabox .card-wrapper .box .text-wrapper .crop-text {
  margin-bottom: 0;
}.areabox .card-wrapper .box .text-wrapper .block-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.areabox .card-wrapper .box .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:hover,
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:focus {
  color: #ffd84c;
}
.areabox .card-wrapper .copy-wrapper .crop-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .copy-wrapper .crop-copy {
    padding: 24px 12px;
  }
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title {
  color: #14334b;
}
.areabox .item-nav {
  color: #ffffff;
}
.areabox .crop-text {
  color: #ffffff;
}
.areabox .list {
  color: #ffffff;
}
.areabox .crop-copy {
  color: #ffffff;
  text-align: center;
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title,
.areabox .drawwrap {
  color: #000000;
}
.inset {
  background-color: transparent;
}
.inset .nav-panel {
  background-color: #000000 !important;
  padding: 0;
}
.inset .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .inset .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .inset .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.inset .nav-panel {
  position: relative !important;
}
.inset .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.inset .btn:hover {
  box-shadow: none;
}
.inset .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .inset .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .inset .nav-item {
    margin: 0 !important;
  }
}
.inset .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.inset .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.inset .nav-item .nav-link:hover::before,
.inset .nav-item .nav-link:focus::before {
  width: 100%;
}
.inset .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.inset .container {
  display: flex;
  margin: auto;
}
.inset .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .inset .navbar-nav {
    margin: 0;
  }
}
.inset .nav-item:focus,
.inset .nav-link:focus {
  outline: none;
}
.inset .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .inset .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.inset .navbar .bandwrap img {
  object-fit: contain;
  border-radius: 10px !important;
}
.inset .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .inset .navbar .nav-item {
    padding: .5rem 0;
  }
  .inset .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .inset .navbar .nav-item .nav-link::before {
    display: none;
  }
  .inset .navbar .bandwrap img {
    height: 3rem !important;
  }
  .inset .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .inset .navbar ul.navbar-nav li {
    margin: 0;
  }
  .inset .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .inset .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.inset .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.inset .navbar-brand .levelwrap {
  line-height: inherit !important;
  font-weight: 700;
}
.inset .navbar-brand .bandwrap a {
  outline: none;
}
.inset .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.inset ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.inset button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #fff555;
}

.inset a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .inset .navbar {
    height: 70px;
  }
  .inset .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.inset .nav-panel .bandwrap {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .inset .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.inset .levelwrap:hover {
  color: #6a2be9;
}
@media (min-width: 992px) {
  .inset .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.inset .navbar.nav-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffd84c;
}
.inset .levelwrap {
  color: #000000;
}
.inset .crop-text {
  color: #9a9a9a;
  text-align: center;
}.inset .block-action {
  text-align: center;
}
.inset a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxsegment {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("images/design1.jpg");
}
.boxsegment .stackbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.boxsegment .stackbox .viewlayer {
  margin-bottom: 20px;
}
.boxsegment .stackbox .viewlayer .frame {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #ff6900 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.boxsegment .stackbox .viewlayer .frame::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #ff6900 0%, transparent 100%);
  z-index: -1;
}.boxsegment .stackbox .drawwrap .block-title,
.boxsegment .stackbox .drawwrap .chapter-title,
.boxsegment .stackbox .drawwrap .header-text,
.boxsegment .stackbox .drawwrap .lead-h2,
.boxsegment .stackbox .drawwrap .main-heading,
.boxsegment .stackbox .drawwrap .page-h,
.boxsegment .stackbox .drawwrap .section-h,
.boxsegment .stackbox .drawwrap .section-heading,
.boxsegment .stackbox .drawwrap .topic-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #ffd84c 40%, #6a2be9 90%);
  margin-bottom: 20px;
}
.boxsegment .stackbox .text-wrapper .crop-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boxsegment .stackbox .text-wrapper .crop-text {
    width: 100%;
  }
}.boxsegment .stackbox .block-action {
  margin-top: 40px;
}
@media (max-width: 992px) {.boxsegment .stackbox .block-action {
    margin-top: 20px;
  }
}
.boxsegment .crop-label,
.boxsegment .viewlayer {
  color: #334155;
}.boxsegment .block-title,
.boxsegment .chapter-title,
.boxsegment .header-text,
.boxsegment .lead-h2,
.boxsegment .main-heading,
.boxsegment .page-h,
.boxsegment .section-h,
.boxsegment .section-heading,
.boxsegment .topic-title {
  color: #0f172a;
}
.boxsegment .crop-text,
.boxsegment .text-wrapper {
  color: #ffffff;
}
.panebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.panebox .bodybox {
  justify-content: center;
}
.panebox .drawwrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .panebox .drawwrap {
    margin-bottom: 32px;
  }
}
.panebox .drawwrap .icon-wrapper {
  margin-bottom: 16px;
}
.panebox .drawwrap .icon-wrapper .crop-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}.panebox .drawwrap .block-title,
.panebox .drawwrap .chapter-title,
.panebox .drawwrap .header-text,
.panebox .drawwrap .lead-h2,
.panebox .drawwrap .main-heading,
.panebox .drawwrap .page-h,
.panebox .drawwrap .section-h,
.panebox .drawwrap .section-heading,
.panebox .drawwrap .topic-title {
  margin-bottom: 16px;
}
.panebox .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .panebox .item {
    margin-bottom: 16px;
  }
}
.panebox .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #14092c;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .panebox .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.panebox .item .item-wrapper:hover,
.panebox .item .item-wrapper:focus {
  transform: rotate(0);
}
.panebox .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.panebox .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.panebox .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .panebox .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.panebox .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.panebox .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.panebox .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .panebox .item .card_2 {
    transform: rotate(0);
  }
}.panebox .block-title,
.panebox .chapter-title,
.panebox .header-text,
.panebox .lead-h2,
.panebox .main-heading,
.panebox .page-h,
.panebox .section-h,
.panebox .section-heading,
.panebox .topic-title {
  color: #000c3f;
}.panebox .block-title,
.panebox .chapter-title,
.panebox .header-text,
.panebox .lead-h2,
.panebox .main-heading,
.panebox .page-h,
.panebox .section-h,
.panebox .section-heading,
.panebox .topic-title,
.panebox .icon-wrapper {
  text-align: center;
}
.panebox .item-title {
  color: #000c3f;
}
.panebox .item-text {
  color: #ffffff;
}
.panebox .item-title {
  color: #ffffff;
}
.formunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.formunit .drawwrap {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .formunit .drawwrap {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .formunit .drawwrap {
    width: 100%;
    margin-bottom: 28px;
  }
}
.formunit .drawwrap .viewlayer {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .formunit .drawwrap .viewlayer {
    margin-bottom: 28px;
  }
}
.formunit .drawwrap .viewlayer .frame {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .formunit .drawwrap .viewlayer .frame {
    padding: 10px 16px;
  }
}
.formunit .drawwrap .viewlayer .frame .crop-label {
  margin-bottom: 0;
}.formunit .drawwrap .block-title,
.formunit .drawwrap .chapter-title,
.formunit .drawwrap .header-text,
.formunit .drawwrap .lead-h2,
.formunit .drawwrap .main-heading,
.formunit .drawwrap .page-h,
.formunit .drawwrap .section-h,
.formunit .drawwrap .section-heading,
.formunit .drawwrap .topic-title {
  margin-bottom: 0;
}
.formunit .drawwrap .crop-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formunit .drawwrap .crop-text {
    margin-top: 18px;
  }
}
.formunit .bodybox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.formunit .bodybox .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .formunit .bodybox .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .formunit .bodybox .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.formunit .bodybox .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #000000;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 570px;
  position: relative;
}
@media (max-width: 992px) {
  .formunit .bodybox .item .item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .formunit .bodybox .item .item-wrapper {
    min-height: 350px;
  }
}
.formunit .bodybox .item .item-wrapper .rowset {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: linear-gradient(90deg, #000000, #6a2be9, #c5a800);
  border-radius: 100%;
  filter: blur(4rem);
}
.formunit .bodybox .item .item-wrapper .gradient_1 {
  right: -250px;
  bottom: -250px;
}
.formunit .bodybox .item .item-wrapper .gradient_2 {
  bottom: -200px;
}
.formunit .bodybox .item .item-wrapper .gradient_3 {
  left: -250px;
  bottom: -250px;
}
.formunit .bodybox .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.formunit .bodybox .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.formunit .bodybox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.formunit .bodybox .item .item-wrapper .block-action {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}.formunit .bodybox .item .item-wrapper .block-action .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.formunit .crop-label,
.formunit .viewlayer {
  color: #1a0b54;
  text-align: center;
}.formunit .block-title,
.formunit .chapter-title,
.formunit .header-text,
.formunit .lead-h2,
.formunit .main-heading,
.formunit .page-h,
.formunit .section-h,
.formunit .section-heading,
.formunit .topic-title {
  color: #1a0b54;
  text-align: center;
}
.formunit .crop-text {
  color: #a997ce;
  text-align: center;
}
.formunit .item-title {
  color: #ffffff;
}
.formunit .item-text {
  color: #ffffff;
}
.shelllayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.shelllayer .bodybox {
  justify-content: center;
}
.shelllayer .drawwrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .shelllayer .drawwrap {
    margin-bottom: 32px;
  }
}
.shelllayer .drawwrap .icon-wrapper {
  margin-bottom: 16px;
}
.shelllayer .drawwrap .icon-wrapper .crop-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}.shelllayer .drawwrap .block-title,
.shelllayer .drawwrap .chapter-title,
.shelllayer .drawwrap .header-text,
.shelllayer .drawwrap .lead-h2,
.shelllayer .drawwrap .main-heading,
.shelllayer .drawwrap .page-h,
.shelllayer .drawwrap .section-h,
.shelllayer .drawwrap .section-heading,
.shelllayer .drawwrap .topic-title {
  margin-bottom: 16px;
}
.shelllayer .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .shelllayer .item {
    margin-bottom: 16px;
  }
}
.shelllayer .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #14092c;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .shelllayer .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.shelllayer .item .item-wrapper:hover,
.shelllayer .item .item-wrapper:focus {
  transform: rotate(0);
}
.shelllayer .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.shelllayer .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.shelllayer .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .shelllayer .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.shelllayer .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.shelllayer .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.shelllayer .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .shelllayer .item .card_2 {
    transform: rotate(0);
  }
}.shelllayer .block-title,
.shelllayer .chapter-title,
.shelllayer .header-text,
.shelllayer .lead-h2,
.shelllayer .main-heading,
.shelllayer .page-h,
.shelllayer .section-h,
.shelllayer .section-heading,
.shelllayer .topic-title {
  color: #000c3f;
}.shelllayer .block-title,
.shelllayer .chapter-title,
.shelllayer .header-text,
.shelllayer .lead-h2,
.shelllayer .main-heading,
.shelllayer .page-h,
.shelllayer .section-h,
.shelllayer .section-heading,
.shelllayer .topic-title,
.shelllayer .icon-wrapper {
  text-align: center;
}
.shelllayer .item-title {
  color: #000c3f;
}
.shelllayer .item-text {
  color: #ffffff;
}
.shelllayer .item-title {
  color: #ffffff;
}
.shellunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellunit .drawwrap {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .shellunit .drawwrap {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .shellunit .drawwrap {
    width: 100%;
    margin-bottom: 28px;
  }
}
.shellunit .drawwrap .viewlayer {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .shellunit .drawwrap .viewlayer {
    margin-bottom: 28px;
  }
}
.shellunit .drawwrap .viewlayer .frame {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .shellunit .drawwrap .viewlayer .frame {
    padding: 10px 16px;
  }
}
.shellunit .drawwrap .viewlayer .frame .crop-label {
  margin-bottom: 0;
}.shellunit .drawwrap .block-title,
.shellunit .drawwrap .chapter-title,
.shellunit .drawwrap .header-text,
.shellunit .drawwrap .lead-h2,
.shellunit .drawwrap .main-heading,
.shellunit .drawwrap .page-h,
.shellunit .drawwrap .section-h,
.shellunit .drawwrap .section-heading,
.shellunit .drawwrap .topic-title {
  margin-bottom: 0;
}
.shellunit .drawwrap .crop-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .shellunit .drawwrap .crop-text {
    margin-top: 18px;
  }
}
.shellunit .bodybox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.shellunit .bodybox .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .shellunit .bodybox .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .shellunit .bodybox .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.shellunit .bodybox .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #000000;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 570px;
  position: relative;
}
@media (max-width: 992px) {
  .shellunit .bodybox .item .item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .shellunit .bodybox .item .item-wrapper {
    min-height: 350px;
  }
}
.shellunit .bodybox .item .item-wrapper .rowset {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: linear-gradient(90deg, #000000, #6a2be9, #c5a800);
  border-radius: 100%;
  filter: blur(4rem);
}
.shellunit .bodybox .item .item-wrapper .gradient_1 {
  right: -250px;
  bottom: -250px;
}
.shellunit .bodybox .item .item-wrapper .gradient_2 {
  bottom: -200px;
}
.shellunit .bodybox .item .item-wrapper .gradient_3 {
  left: -250px;
  bottom: -250px;
}
.shellunit .bodybox .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.shellunit .bodybox .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.shellunit .bodybox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.shellunit .bodybox .item .item-wrapper .block-action {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}.shellunit .bodybox .item .item-wrapper .block-action .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.shellunit .crop-label,
.shellunit .viewlayer {
  color: #1a0b54;
  text-align: center;
}.shellunit .block-title,
.shellunit .chapter-title,
.shellunit .header-text,
.shellunit .lead-h2,
.shellunit .main-heading,
.shellunit .page-h,
.shellunit .section-h,
.shellunit .section-heading,
.shellunit .topic-title {
  color: #1a0b54;
  text-align: center;
}
.shellunit .crop-text {
  color: #a997ce;
  text-align: center;
}
.shellunit .item-title {
  color: #ffffff;
}
.shellunit .item-text {
  color: #ffffff;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/hard1.jpg");
}
.areabox .bodybox {
  margin: 0;
}
.areabox .bodybox .card {
  padding: 0;
}
.areabox .drawwrap {
  padding: 20px 24px 18px;
  background-color: #ffd84c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .areabox .drawwrap {
    padding: 24px 12px;
  }
}
.areabox .drawwrap .rowunit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.areabox .drawwrap .rowunit .coreunit img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}.areabox .drawwrap .rowunit .block-title,
.areabox .drawwrap .rowunit .chapter-title,
.areabox .drawwrap .rowunit .header-text,
.areabox .drawwrap .rowunit .lead-h2,
.areabox .drawwrap .rowunit .main-heading,
.areabox .drawwrap .rowunit .page-h,
.areabox .drawwrap .rowunit .section-h,
.areabox .drawwrap .rowunit .section-heading,
.areabox .drawwrap .rowunit .topic-title {
  margin-bottom: 0;
}
.areabox .card-wrapper {
  position: relative;
  border: 1px solid #6a2be9;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .areabox .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.areabox .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a2be9;
  opacity: .1;
  pointer-events: none;
}
.areabox .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #6a2be9;
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap:hover .crop-iconfont,
.areabox .card-wrapper .nav-wrapper .item-wrap:focus .crop-iconfont {
  transform: translateX(4px);
}
.areabox .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .crop-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .box .text-wrapper {
  padding: 24px;
  border-right: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    border-right: none;
  }
}
.areabox .card-wrapper .box .text-wrapper .crop-text {
  margin-bottom: 0;
}.areabox .card-wrapper .box .text-wrapper .block-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.areabox .card-wrapper .box .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:hover,
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:focus {
  color: #ffd84c;
}
.areabox .card-wrapper .copy-wrapper .crop-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .copy-wrapper .crop-copy {
    padding: 24px 12px;
  }
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title {
  color: #14334b;
}
.areabox .item-nav {
  color: #ffffff;
}
.areabox .crop-text {
  color: #ffffff;
}
.areabox .list {
  color: #ffffff;
}
.areabox .crop-copy {
  color: #ffffff;
  text-align: center;
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title,
.areabox .drawwrap {
  color: #000000;
}
.inset {
  background-color: transparent;
}
.inset .nav-panel {
  background-color: #000000 !important;
  padding: 0;
}
.inset .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .inset .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .inset .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.inset .nav-panel {
  position: relative !important;
}
.inset .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.inset .btn:hover {
  box-shadow: none;
}
.inset .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .inset .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .inset .nav-item {
    margin: 0 !important;
  }
}
.inset .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.inset .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.inset .nav-item .nav-link:hover::before,
.inset .nav-item .nav-link:focus::before {
  width: 100%;
}
.inset .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.inset .container {
  display: flex;
  margin: auto;
}
.inset .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .inset .navbar-nav {
    margin: 0;
  }
}
.inset .nav-item:focus,
.inset .nav-link:focus {
  outline: none;
}
.inset .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .inset .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.inset .navbar .bandwrap img {
  object-fit: contain;
  border-radius: 10px !important;
}
.inset .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .inset .navbar .nav-item {
    padding: .5rem 0;
  }
  .inset .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .inset .navbar .nav-item .nav-link::before {
    display: none;
  }
  .inset .navbar .bandwrap img {
    height: 3rem !important;
  }
  .inset .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .inset .navbar ul.navbar-nav li {
    margin: 0;
  }
  .inset .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .inset .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.inset .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.inset .navbar-brand .levelwrap {
  line-height: inherit !important;
  font-weight: 700;
}
.inset .navbar-brand .bandwrap a {
  outline: none;
}
.inset .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.inset ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.inset button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #fff555;
}

.inset a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .inset .navbar {
    height: 70px;
  }
  .inset .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.inset .nav-panel .bandwrap {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .inset .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.inset .levelwrap:hover {
  color: #6a2be9;
}
@media (min-width: 992px) {
  .inset .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.inset .navbar.nav-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffd84c;
}
.inset .levelwrap {
  color: #000000;
}
.inset .crop-text {
  color: #9a9a9a;
  text-align: center;
}.inset .block-action {
  text-align: center;
}
.inset a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.headbox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
  background-image: linear-gradient(180deg, #000000 0%, #6a2be9 38%, #000000 90%);
}
.headbox .stackbox {
  position: relative;
  padding: 4px;
}
.headbox .stackbox .gridunit {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .4;
  z-index: 1;
}
.headbox .stackbox .wrapgrid {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #6a2be9 0%, #ffd84c 50%, #6a2be9 100%);
  filter: blur(40px) brightness(1);
  opacity: .5;
}
.headbox .stackbox .box {
  position: relative;
  z-index: 1;
  padding: 30px 30px 130px 30px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .headbox .stackbox .box {
    padding: 10px 10px 100px 10px;
  }
}
.headbox .stackbox .box .drawwrap {
  width: 100%;
}
.headbox .stackbox .box .drawwrap .rowunit {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75%;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .headbox .stackbox .box .drawwrap .rowunit {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.headbox .stackbox .box .drawwrap .rowunit .desc-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}.headbox .stackbox .box .drawwrap .rowunit .block-title,
.headbox .stackbox .box .drawwrap .rowunit .chapter-title,
.headbox .stackbox .box .drawwrap .rowunit .header-text,
.headbox .stackbox .box .drawwrap .rowunit .lead-h2,
.headbox .stackbox .box .drawwrap .rowunit .main-heading,
.headbox .stackbox .box .drawwrap .rowunit .page-h,
.headbox .stackbox .box .drawwrap .rowunit .section-h,
.headbox .stackbox .box .drawwrap .rowunit .section-heading,
.headbox .stackbox .box .drawwrap .rowunit .topic-title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.headbox .stackbox .box .drawwrap .rowunit .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.headbox .stackbox .box .drawwrap .rowunit .text-wrapper .crop-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .headbox .stackbox .box .drawwrap .rowunit .text-wrapper .crop-text {
    width: 100%;
  }
}
.headbox .stackbox .box .drawwrap .rowunit .wrapbox {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.headbox .stackbox .box .drawwrap .rowunit .wrapbox .stacksegment {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  will-change: transform;
}
.headbox .stackbox .box .drawwrap .rowunit .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #6a2be9 0%, #ffd84c 50%, #6a2be9 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.headbox .stackbox .box .drawwrap .rowunit .frame_1 .stacksegment {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.headbox .stackbox .box .drawwrap .rowunit .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #6a2be9 0%, #ffd84c 50%, #6a2be9 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.headbox .stackbox .box .drawwrap .rowunit .frame_2 .stacksegment {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.headbox .stackbox .box .card-box {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .headbox .stackbox .box .card-box {
    padding: 0 10px;
  }
}.headbox .stackbox .box .card-box .block-action {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.headbox .stackbox .box .card-box .block-action {
    margin-top: 20px;
  }
}.headbox .stackbox .box .card-box .block-action .btn-primary,
.headbox .stackbox .box .card-box .block-action .btn-secondary,
.headbox .stackbox .box .card-box .block-action .btn-success,
.headbox .stackbox .box .card-box .block-action .btn-info,
.headbox .stackbox .box .card-box .block-action .btn-warning,
.headbox .stackbox .box .card-box .block-action .btn-danger,
.headbox .stackbox .box .card-box .block-action .btn-black,
.headbox .stackbox .box .card-box .block-action .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}.headbox .stackbox .box .card-box .block-action .btn-primary::before,
.headbox .stackbox .box .card-box .block-action .btn-secondary::before,
.headbox .stackbox .box .card-box .block-action .btn-success::before,
.headbox .stackbox .box .card-box .block-action .btn-info::before,
.headbox .stackbox .box .card-box .block-action .btn-warning::before,
.headbox .stackbox .box .card-box .block-action .btn-danger::before,
.headbox .stackbox .box .card-box .block-action .btn-black::before,
.headbox .stackbox .box .card-box .block-action .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #6a2be9 0%, #ffd84c 50%, #6a2be9 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}.headbox .stackbox .box .card-box .block-action .btn-primary:hover,
.headbox .stackbox .box .card-box .block-action .btn-secondary:hover,
.headbox .stackbox .box .card-box .block-action .btn-success:hover,
.headbox .stackbox .box .card-box .block-action .btn-info:hover,
.headbox .stackbox .box .card-box .block-action .btn-warning:hover,
.headbox .stackbox .box .card-box .block-action .btn-danger:hover,
.headbox .stackbox .box .card-box .block-action .btn-black:hover,
.headbox .stackbox .box .card-box .block-action .btn-white:hover,
.headbox .stackbox .box .card-box .block-action .btn-primary:focus,
.headbox .stackbox .box .card-box .block-action .btn-secondary:focus,
.headbox .stackbox .box .card-box .block-action .btn-success:focus,
.headbox .stackbox .box .card-box .block-action .btn-info:focus,
.headbox .stackbox .box .card-box .block-action .btn-warning:focus,
.headbox .stackbox .box .card-box .block-action .btn-danger:focus,
.headbox .stackbox .box .card-box .block-action .btn-black:focus,
.headbox .stackbox .box .card-box .block-action .btn-white:focus,
.headbox .stackbox .box .card-box .block-action .btn-primary.active,
.headbox .stackbox .box .card-box .block-action .btn-secondary.active,
.headbox .stackbox .box .card-box .block-action .btn-success.active,
.headbox .stackbox .box .card-box .block-action .btn-info.active,
.headbox .stackbox .box .card-box .block-action .btn-warning.active,
.headbox .stackbox .box .card-box .block-action .btn-danger.active,
.headbox .stackbox .box .card-box .block-action .btn-black.active,
.headbox .stackbox .box .card-box .block-action .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}.headbox .stackbox .box .card-box .block-action .btn-primary:hover::before,
.headbox .stackbox .box .card-box .block-action .btn-secondary:hover::before,
.headbox .stackbox .box .card-box .block-action .btn-success:hover::before,
.headbox .stackbox .box .card-box .block-action .btn-info:hover::before,
.headbox .stackbox .box .card-box .block-action .btn-warning:hover::before,
.headbox .stackbox .box .card-box .block-action .btn-danger:hover::before,
.headbox .stackbox .box .card-box .block-action .btn-black:hover::before,
.headbox .stackbox .box .card-box .block-action .btn-white:hover::before,
.headbox .stackbox .box .card-box .block-action .btn-primary:focus::before,
.headbox .stackbox .box .card-box .block-action .btn-secondary:focus::before,
.headbox .stackbox .box .card-box .block-action .btn-success:focus::before,
.headbox .stackbox .box .card-box .block-action .btn-info:focus::before,
.headbox .stackbox .box .card-box .block-action .btn-warning:focus::before,
.headbox .stackbox .box .card-box .block-action .btn-danger:focus::before,
.headbox .stackbox .box .card-box .block-action .btn-black:focus::before,
.headbox .stackbox .box .card-box .block-action .btn-white:focus::before,
.headbox .stackbox .box .card-box .block-action .btn-primary.active::before,
.headbox .stackbox .box .card-box .block-action .btn-secondary.active::before,
.headbox .stackbox .box .card-box .block-action .btn-success.active::before,
.headbox .stackbox .box .card-box .block-action .btn-info.active::before,
.headbox .stackbox .box .card-box .block-action .btn-warning.active::before,
.headbox .stackbox .box .card-box .block-action .btn-danger.active::before,
.headbox .stackbox .box .card-box .block-action .btn-black.active::before,
.headbox .stackbox .box .card-box .block-action .btn-white.active::before {
  opacity: 1;
}.headbox .stackbox .box .card-box .block-action .btn-primary-outline,
.headbox .stackbox .box .card-box .block-action .btn-secondary-outline,
.headbox .stackbox .box .card-box .block-action .btn-success-outline,
.headbox .stackbox .box .card-box .block-action .btn-info-outline,
.headbox .stackbox .box .card-box .block-action .btn-warning-outline,
.headbox .stackbox .box .card-box .block-action .btn-danger-outline,
.headbox .stackbox .box .card-box .block-action .btn-black-outline,
.headbox .stackbox .box .card-box .block-action .btn-white-outline {
  padding: 0;
  border: none !important;
}.headbox .stackbox .box .card-box .block-action .btn-primary-outline .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-secondary-outline .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-success-outline .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-info-outline .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-warning-outline .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-danger-outline .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-black-outline .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-white-outline .crop-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #6a2be9 0%, #ffd84c 50%, #6a2be9 100%) !important;
}.headbox .stackbox .box .card-box .block-action .btn-primary-outline:hover .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-secondary-outline:hover .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-success-outline:hover .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-info-outline:hover .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-warning-outline:hover .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-danger-outline:hover .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-black-outline:hover .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-white-outline:hover .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-primary-outline:focus .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-secondary-outline:focus .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-success-outline:focus .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-info-outline:focus .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-warning-outline:focus .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-danger-outline:focus .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-black-outline:focus .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-white-outline:focus .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-primary-outline.active .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-secondary-outline.active .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-success-outline.active .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-info-outline.active .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-warning-outline.active .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-danger-outline.active .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-black-outline.active .crop-iconfont,
.headbox .stackbox .box .card-box .block-action .btn-white-outline.active .crop-iconfont {
  transform: rotate(0);
}
.headbox .stackbox .box .line-wrap {
  position: absolute;
  bottom: 10px;
  width: 98%;
  height: 20px;
  background-image: linear-gradient(90deg, #6a2be9 0%, #ffd84c 50%, #6a2be9 100%);
}.headbox .block-title,
.headbox .chapter-title,
.headbox .header-text,
.headbox .lead-h2,
.headbox .main-heading,
.headbox .page-h,
.headbox .section-h,
.headbox .section-heading,
.headbox .topic-title {
  color: #171719;
}
.headbox .crop-text {
  color: #565661;
}.headbox .block-title,
.headbox .chapter-title,
.headbox .header-text,
.headbox .lead-h2,
.headbox .main-heading,
.headbox .page-h,
.headbox .section-h,
.headbox .section-heading,
.headbox .topic-title,
.headbox .block-action,
.headbox .drawwrap {
  text-align: center;
  color: #ffd84c;
}
.headbox .crop-text,
.headbox .text-wrapper {
  color: #ffffff;
}
.content {
  background-color: #000000;
}
.content .row {
  justify-content: center;
  margin: 0 -24px;
}
.content .row .card {
  padding: 0 24px;
}
.content .card-wrapper {
  border: 3px solid #6a2be9;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .content .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .content .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .content .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}.content .card-wrapper .card-wrap .block-title,
.content .card-wrapper .card-wrap .chapter-title,
.content .card-wrapper .card-wrap .header-text,
.content .card-wrapper .card-wrap .lead-h2,
.content .card-wrapper .card-wrap .main-heading,
.content .card-wrapper .card-wrap .page-h,
.content .card-wrapper .card-wrap .section-h,
.content .card-wrapper .card-wrap .section-heading,
.content .card-wrapper .card-wrap .topic-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {.content .card-wrapper .card-wrap .block-title,
.content .card-wrapper .card-wrap .chapter-title,
.content .card-wrapper .card-wrap .header-text,
.content .card-wrapper .card-wrap .lead-h2,
.content .card-wrapper .card-wrap .main-heading,
.content .card-wrapper .card-wrap .page-h,
.content .card-wrapper .card-wrap .section-h,
.content .card-wrapper .card-wrap .section-heading,
.content .card-wrapper .card-wrap .topic-title {
    margin-bottom: 30px;
  }
}
.content .card-wrapper .card-wrap .crop-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .content .card-wrapper .card-wrap .crop-text {
    margin-bottom: 30px;
  }
}
.content .slotbox {
  height: 100%;
}
.content .slotbox img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .content .slotbox img {
    height: 350px;
  }
}.content .block-title,
.content .chapter-title,
.content .header-text,
.content .lead-h2,
.content .main-heading,
.content .page-h,
.content .section-h,
.content .section-heading,
.content .topic-title {
  color: #cbff5b;
}
.content .crop-text {
  color: #ffffff;
  text-align: center;
}.content .block-title,
.content .chapter-title,
.content .header-text,
.content .lead-h2,
.content .main-heading,
.content .page-h,
.content .section-h,
.content .section-heading,
.content .topic-title,
.content .block-action {
  text-align: center;
  color: #ffd84c;
}
.levelbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.levelbox .splitunit {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #14092c 0, #14092c 43%, #342d14 100%);
}
.levelbox .netbox {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #14092c 0, #14092c 43%, #342d14 100%);
}
.levelbox .sectionwrap {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #14092c 0, #14092c 43%, #342d14 100%);
}
@media (max-width: 992px) {
  .levelbox .container {
    padding: 0 30px;
  }
}
.levelbox .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}.levelbox .stackbox .block-title,
.levelbox .stackbox .chapter-title,
.levelbox .stackbox .header-text,
.levelbox .stackbox .lead-h2,
.levelbox .stackbox .main-heading,
.levelbox .stackbox .page-h,
.levelbox .stackbox .section-h,
.levelbox .stackbox .section-heading,
.levelbox .stackbox .topic-title {
  margin-bottom: 40px;
}
.levelbox .stackbox .text-wrapper .crop-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .levelbox .stackbox .text-wrapper .crop-text {
    margin-bottom: 30px;
    width: 100%;
  }
}.levelbox .block-title,
.levelbox .chapter-title,
.levelbox .header-text,
.levelbox .lead-h2,
.levelbox .main-heading,
.levelbox .page-h,
.levelbox .section-h,
.levelbox .section-heading,
.levelbox .topic-title {
  color: #ffffff;
}
.levelbox .crop-text,
.levelbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}.levelbox .block-title,
.levelbox .chapter-title,
.levelbox .header-text,
.levelbox .lead-h2,
.levelbox .main-heading,
.levelbox .page-h,
.levelbox .section-h,
.levelbox .section-heading,
.levelbox .topic-title,
.levelbox .block-action {
  text-align: center;
  color: #ffd84c;
}
.markbox {
  background-color: #000000;
}
.markbox .row {
  justify-content: center;
  margin: 0 -24px;
}
.markbox .row .card {
  padding: 0 24px;
}
.markbox .card-wrapper {
  border: 3px solid #6a2be9;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .markbox .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .markbox .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .markbox .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}.markbox .card-wrapper .card-wrap .block-title,
.markbox .card-wrapper .card-wrap .chapter-title,
.markbox .card-wrapper .card-wrap .header-text,
.markbox .card-wrapper .card-wrap .lead-h2,
.markbox .card-wrapper .card-wrap .main-heading,
.markbox .card-wrapper .card-wrap .page-h,
.markbox .card-wrapper .card-wrap .section-h,
.markbox .card-wrapper .card-wrap .section-heading,
.markbox .card-wrapper .card-wrap .topic-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {.markbox .card-wrapper .card-wrap .block-title,
.markbox .card-wrapper .card-wrap .chapter-title,
.markbox .card-wrapper .card-wrap .header-text,
.markbox .card-wrapper .card-wrap .lead-h2,
.markbox .card-wrapper .card-wrap .main-heading,
.markbox .card-wrapper .card-wrap .page-h,
.markbox .card-wrapper .card-wrap .section-h,
.markbox .card-wrapper .card-wrap .section-heading,
.markbox .card-wrapper .card-wrap .topic-title {
    margin-bottom: 30px;
  }
}
.markbox .card-wrapper .card-wrap .crop-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .markbox .card-wrapper .card-wrap .crop-text {
    margin-bottom: 30px;
  }
}
.markbox .slotbox {
  height: 100%;
}
.markbox .slotbox img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .markbox .slotbox img {
    height: 350px;
  }
}.markbox .block-title,
.markbox .chapter-title,
.markbox .header-text,
.markbox .lead-h2,
.markbox .main-heading,
.markbox .page-h,
.markbox .section-h,
.markbox .section-heading,
.markbox .topic-title {
  color: #cbff5b;
}
.markbox .crop-text {
  color: #ffffff;
  text-align: center;
}.markbox .block-title,
.markbox .chapter-title,
.markbox .header-text,
.markbox .lead-h2,
.markbox .main-heading,
.markbox .page-h,
.markbox .section-h,
.markbox .section-heading,
.markbox .topic-title,
.markbox .block-action {
  text-align: center;
  color: #ffd84c;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/hard1.jpg");
}
.areabox .bodybox {
  margin: 0;
}
.areabox .bodybox .card {
  padding: 0;
}
.areabox .drawwrap {
  padding: 20px 24px 18px;
  background-color: #ffd84c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .areabox .drawwrap {
    padding: 24px 12px;
  }
}
.areabox .drawwrap .rowunit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.areabox .drawwrap .rowunit .coreunit img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}.areabox .drawwrap .rowunit .block-title,
.areabox .drawwrap .rowunit .chapter-title,
.areabox .drawwrap .rowunit .header-text,
.areabox .drawwrap .rowunit .lead-h2,
.areabox .drawwrap .rowunit .main-heading,
.areabox .drawwrap .rowunit .page-h,
.areabox .drawwrap .rowunit .section-h,
.areabox .drawwrap .rowunit .section-heading,
.areabox .drawwrap .rowunit .topic-title {
  margin-bottom: 0;
}
.areabox .card-wrapper {
  position: relative;
  border: 1px solid #6a2be9;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .areabox .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.areabox .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a2be9;
  opacity: .1;
  pointer-events: none;
}
.areabox .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #6a2be9;
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap:hover .crop-iconfont,
.areabox .card-wrapper .nav-wrapper .item-wrap:focus .crop-iconfont {
  transform: translateX(4px);
}
.areabox .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .crop-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .box .text-wrapper {
  padding: 24px;
  border-right: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    border-right: none;
  }
}
.areabox .card-wrapper .box .text-wrapper .crop-text {
  margin-bottom: 0;
}.areabox .card-wrapper .box .text-wrapper .block-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.areabox .card-wrapper .box .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:hover,
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:focus {
  color: #ffd84c;
}
.areabox .card-wrapper .copy-wrapper .crop-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .copy-wrapper .crop-copy {
    padding: 24px 12px;
  }
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title {
  color: #14334b;
}
.areabox .item-nav {
  color: #ffffff;
}
.areabox .crop-text {
  color: #ffffff;
}
.areabox .list {
  color: #ffffff;
}
.areabox .crop-copy {
  color: #ffffff;
  text-align: center;
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title,
.areabox .drawwrap {
  color: #000000;
}
.inset {
  background-color: transparent;
}
.inset .nav-panel {
  background-color: #000000 !important;
  padding: 0;
}
.inset .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .inset .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .inset .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.inset .nav-panel {
  position: relative !important;
}
.inset .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.inset .btn:hover {
  box-shadow: none;
}
.inset .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .inset .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .inset .nav-item {
    margin: 0 !important;
  }
}
.inset .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.inset .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.inset .nav-item .nav-link:hover::before,
.inset .nav-item .nav-link:focus::before {
  width: 100%;
}
.inset .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.inset .container {
  display: flex;
  margin: auto;
}
.inset .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .inset .navbar-nav {
    margin: 0;
  }
}
.inset .nav-item:focus,
.inset .nav-link:focus {
  outline: none;
}
.inset .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .inset .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.inset .navbar .bandwrap img {
  object-fit: contain;
  border-radius: 10px !important;
}
.inset .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .inset .navbar .nav-item {
    padding: .5rem 0;
  }
  .inset .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .inset .navbar .nav-item .nav-link::before {
    display: none;
  }
  .inset .navbar .bandwrap img {
    height: 3rem !important;
  }
  .inset .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .inset .navbar ul.navbar-nav li {
    margin: 0;
  }
  .inset .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .inset .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.inset .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.inset .navbar-brand .levelwrap {
  line-height: inherit !important;
  font-weight: 700;
}
.inset .navbar-brand .bandwrap a {
  outline: none;
}
.inset .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.inset ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.inset button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #fff555;
}

.inset a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .inset .navbar {
    height: 70px;
  }
  .inset .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.inset .nav-panel .bandwrap {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .inset .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.inset .levelwrap:hover {
  color: #6a2be9;
}
@media (min-width: 992px) {
  .inset .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.inset .navbar.nav-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffd84c;
}
.inset .levelwrap {
  color: #000000;
}
.inset .crop-text {
  color: #9a9a9a;
  text-align: center;
}.inset .block-action {
  text-align: center;
}
.inset a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cell .card-wrapper {
  padding: 40px 40px 50px 40px;
  background-color: #000000;
  border: 1px solid #ffd84c;
  box-shadow: 0 12px 16px -8px #6a2be9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cell .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cell .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #6a2be9 0%, #ffd84c 50%, #6a2be9 100%);
}
.cell .card-wrapper .drawwrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cell .card-wrapper .drawwrap {
    margin-bottom: 40px;
  }
}
.cell .card-wrapper .drawwrap .viewlayer .crop-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #6a2be9 0%, #ffd84c 50%, #6a2be9 100%);
}.cell .card-wrapper .drawwrap .rowunit .block-title,
.cell .card-wrapper .drawwrap .rowunit .chapter-title,
.cell .card-wrapper .drawwrap .rowunit .header-text,
.cell .card-wrapper .drawwrap .rowunit .lead-h2,
.cell .card-wrapper .drawwrap .rowunit .main-heading,
.cell .card-wrapper .drawwrap .rowunit .page-h,
.cell .card-wrapper .drawwrap .rowunit .section-h,
.cell .card-wrapper .drawwrap .rowunit .section-heading,
.cell .card-wrapper .drawwrap .rowunit .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {.cell .card-wrapper .drawwrap .rowunit .block-title,
.cell .card-wrapper .drawwrap .rowunit .chapter-title,
.cell .card-wrapper .drawwrap .rowunit .header-text,
.cell .card-wrapper .drawwrap .rowunit .lead-h2,
.cell .card-wrapper .drawwrap .rowunit .main-heading,
.cell .card-wrapper .drawwrap .rowunit .page-h,
.cell .card-wrapper .drawwrap .rowunit .section-h,
.cell .card-wrapper .drawwrap .rowunit .section-heading,
.cell .card-wrapper .drawwrap .rowunit .topic-title {
    width: 80%;
  }
}
@media (max-width: 992px) {.cell .card-wrapper .drawwrap .rowunit .block-title,
.cell .card-wrapper .drawwrap .rowunit .chapter-title,
.cell .card-wrapper .drawwrap .rowunit .header-text,
.cell .card-wrapper .drawwrap .rowunit .lead-h2,
.cell .card-wrapper .drawwrap .rowunit .main-heading,
.cell .card-wrapper .drawwrap .rowunit .page-h,
.cell .card-wrapper .drawwrap .rowunit .section-h,
.cell .card-wrapper .drawwrap .rowunit .section-heading,
.cell .card-wrapper .drawwrap .rowunit .topic-title {
    width: 100%;
  }
}
.cell .crop-label,
.cell .viewlayer {
  color: #171719;
  text-align: center;
}.cell .block-title,
.cell .chapter-title,
.cell .header-text,
.cell .lead-h2,
.cell .main-heading,
.cell .page-h,
.cell .section-h,
.cell .section-heading,
.cell .topic-title {
  color: #171719;
}
.cell label {
  color: #565661;
}.cell .block-title,
.cell .chapter-title,
.cell .header-text,
.cell .lead-h2,
.cell .main-heading,
.cell .page-h,
.cell .section-h,
.cell .section-heading,
.cell .topic-title,
.cell .block-action,
.cell .rowunit {
  text-align: center;
}.cell .block-title,
.cell .chapter-title,
.cell .header-text,
.cell .lead-h2,
.cell .main-heading,
.cell .page-h,
.cell .section-h,
.cell .section-heading,
.cell .topic-title,
.cell .rowunit,
.cell .block-action {
  color: #ffffff;
}
.interfacerow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #000000;
}.interfacerow .stackbox .block-title,
.interfacerow .stackbox .chapter-title,
.interfacerow .stackbox .header-text,
.interfacerow .stackbox .lead-h2,
.interfacerow .stackbox .main-heading,
.interfacerow .stackbox .page-h,
.interfacerow .stackbox .section-h,
.interfacerow .stackbox .section-heading,
.interfacerow .stackbox .topic-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {.interfacerow .stackbox .block-title,
.interfacerow .stackbox .chapter-title,
.interfacerow .stackbox .header-text,
.interfacerow .stackbox .lead-h2,
.interfacerow .stackbox .main-heading,
.interfacerow .stackbox .page-h,
.interfacerow .stackbox .section-h,
.interfacerow .stackbox .section-heading,
.interfacerow .stackbox .topic-title {
    margin-bottom: 22px;
  }
}
.interfacerow .stackbox .text-wrapper .crop-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .interfacerow .stackbox .text-wrapper .crop-text {
    width: 100%;
  }
}.interfacerow .stackbox .block-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.interfacerow .stackbox .block-action {
    margin-top: 12px;
  }
}
.interfacerow .stackbox .slotbox {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .interfacerow .stackbox .slotbox {
    margin-top: 22px;
  }
}
.interfacerow .stackbox .slotbox img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}.interfacerow .block-title,
.interfacerow .chapter-title,
.interfacerow .header-text,
.interfacerow .lead-h2,
.interfacerow .main-heading,
.interfacerow .page-h,
.interfacerow .section-h,
.interfacerow .section-heading,
.interfacerow .topic-title,
.interfacerow .block-action {
  color: #ffd84c;
  text-align: center;
}
.interfacerow .crop-text,
.interfacerow .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/hard1.jpg");
}
.areabox .bodybox {
  margin: 0;
}
.areabox .bodybox .card {
  padding: 0;
}
.areabox .drawwrap {
  padding: 20px 24px 18px;
  background-color: #ffd84c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .areabox .drawwrap {
    padding: 24px 12px;
  }
}
.areabox .drawwrap .rowunit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.areabox .drawwrap .rowunit .coreunit img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}.areabox .drawwrap .rowunit .block-title,
.areabox .drawwrap .rowunit .chapter-title,
.areabox .drawwrap .rowunit .header-text,
.areabox .drawwrap .rowunit .lead-h2,
.areabox .drawwrap .rowunit .main-heading,
.areabox .drawwrap .rowunit .page-h,
.areabox .drawwrap .rowunit .section-h,
.areabox .drawwrap .rowunit .section-heading,
.areabox .drawwrap .rowunit .topic-title {
  margin-bottom: 0;
}
.areabox .card-wrapper {
  position: relative;
  border: 1px solid #6a2be9;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .areabox .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.areabox .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a2be9;
  opacity: .1;
  pointer-events: none;
}
.areabox .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #6a2be9;
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap:hover .crop-iconfont,
.areabox .card-wrapper .nav-wrapper .item-wrap:focus .crop-iconfont {
  transform: translateX(4px);
}
.areabox .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .crop-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .box .text-wrapper {
  padding: 24px;
  border-right: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    border-right: none;
  }
}
.areabox .card-wrapper .box .text-wrapper .crop-text {
  margin-bottom: 0;
}.areabox .card-wrapper .box .text-wrapper .block-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.areabox .card-wrapper .box .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:hover,
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:focus {
  color: #ffd84c;
}
.areabox .card-wrapper .copy-wrapper .crop-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .copy-wrapper .crop-copy {
    padding: 24px 12px;
  }
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title {
  color: #14334b;
}
.areabox .item-nav {
  color: #ffffff;
}
.areabox .crop-text {
  color: #ffffff;
}
.areabox .list {
  color: #ffffff;
}
.areabox .crop-copy {
  color: #ffffff;
  text-align: center;
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title,
.areabox .drawwrap {
  color: #000000;
}
.layoutwrap {
  background-color: transparent;
}
.layoutwrap .nav-panel {
  background-color: #000000 !important;
  padding: 0;
}
.layoutwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .layoutwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .layoutwrap .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.layoutwrap .nav-panel {
  position: relative !important;
}
.layoutwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.layoutwrap .btn:hover {
  box-shadow: none;
}
.layoutwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .layoutwrap .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .layoutwrap .nav-item {
    margin: 0 !important;
  }
}
.layoutwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.layoutwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.layoutwrap .nav-item .nav-link:hover::before,
.layoutwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.layoutwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.layoutwrap .container {
  display: flex;
  margin: auto;
}
.layoutwrap .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .layoutwrap .navbar-nav {
    margin: 0;
  }
}
.layoutwrap .nav-item:focus,
.layoutwrap .nav-link:focus {
  outline: none;
}
.layoutwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .layoutwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.layoutwrap .navbar .bandwrap img {
  object-fit: contain;
  border-radius: 10px !important;
}
.layoutwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .layoutwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .layoutwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutwrap .navbar .bandwrap img {
    height: 3rem !important;
  }
  .layoutwrap .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .layoutwrap .navbar ul.navbar-nav li {
    margin: 0;
  }
  .layoutwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .layoutwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutwrap .navbar-brand .levelwrap {
  line-height: inherit !important;
  font-weight: 700;
}
.layoutwrap .navbar-brand .bandwrap a {
  outline: none;
}
.layoutwrap .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.layoutwrap ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.layoutwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #fff555;
}

.layoutwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutwrap .navbar {
    height: 70px;
  }
  .layoutwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutwrap .nav-panel .bandwrap {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .layoutwrap .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.layoutwrap .levelwrap:hover {
  color: #6a2be9;
}
@media (min-width: 992px) {
  .layoutwrap .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.layoutwrap .navbar.nav-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffd84c;
}
.layoutwrap .levelwrap {
  color: #000000;
}
.layoutwrap .crop-text {
  color: #9a9a9a;
  text-align: center;
}.layoutwrap .block-action {
  text-align: center;
}
.layoutwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.nodemodule .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .nodemodule .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .nodemodule .container {
    padding: 0 16px;
  }
}
.nodemodule .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .nodemodule .row {
    margin: 0 10px;
  }
}
.nodemodule .row .card {
  position: relative;
  padding: 0;
}
.nodemodule .row .card .padwrap {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #000000;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .nodemodule .row .card .padwrap {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .nodemodule .row .card .padwrap {
    display: none;
  }
}
.nodemodule .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #6a2be9;
  color: #ffffff;
  border-radius: 100%;
  border: 5px solid #000000;
  z-index: 1;
}
@media (max-width: 1300px) {
  .nodemodule .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .nodemodule .row .card .icon-decor {
    display: none;
  }
}
.nodemodule .drawwrap {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .nodemodule .drawwrap {
    width: 100%;
  }
}.nodemodule .drawwrap .block-title,
.nodemodule .drawwrap .chapter-title,
.nodemodule .drawwrap .header-text,
.nodemodule .drawwrap .lead-h2,
.nodemodule .drawwrap .main-heading,
.nodemodule .drawwrap .page-h,
.nodemodule .drawwrap .section-h,
.nodemodule .drawwrap .section-heading,
.nodemodule .drawwrap .topic-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {.nodemodule .drawwrap .block-title,
.nodemodule .drawwrap .chapter-title,
.nodemodule .drawwrap .header-text,
.nodemodule .drawwrap .lead-h2,
.nodemodule .drawwrap .main-heading,
.nodemodule .drawwrap .page-h,
.nodemodule .drawwrap .section-h,
.nodemodule .drawwrap .section-heading,
.nodemodule .drawwrap .topic-title {
    margin-bottom: 20px;
  }
}
.nodemodule .drawwrap .crop-text {
  margin-bottom: 0;
}.nodemodule .block-title,
.nodemodule .chapter-title,
.nodemodule .header-text,
.nodemodule .lead-h2,
.nodemodule .main-heading,
.nodemodule .page-h,
.nodemodule .section-h,
.nodemodule .section-heading,
.nodemodule .topic-title {
  color: #ffd900;
}
.nodemodule .crop-text {
  color: #fdfcfc;
}
.containbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.containbox .p {
  color: #ffd84c;
  padding-bottom: 0 !important;
}
.containbox .crop-text {
  color: #ffffff;
  padding-bottom: 16px !important;
}
.containbox .row {
  justify-content: center;
}
.containbox ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.containbox a {
  font-weight: 400 !important;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/hard1.jpg");
}
.areabox .bodybox {
  margin: 0;
}
.areabox .bodybox .card {
  padding: 0;
}
.areabox .drawwrap {
  padding: 20px 24px 18px;
  background-color: #ffd84c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .areabox .drawwrap {
    padding: 24px 12px;
  }
}
.areabox .drawwrap .rowunit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.areabox .drawwrap .rowunit .coreunit img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}.areabox .drawwrap .rowunit .block-title,
.areabox .drawwrap .rowunit .chapter-title,
.areabox .drawwrap .rowunit .header-text,
.areabox .drawwrap .rowunit .lead-h2,
.areabox .drawwrap .rowunit .main-heading,
.areabox .drawwrap .rowunit .page-h,
.areabox .drawwrap .rowunit .section-h,
.areabox .drawwrap .rowunit .section-heading,
.areabox .drawwrap .rowunit .topic-title {
  margin-bottom: 0;
}
.areabox .card-wrapper {
  position: relative;
  border: 1px solid #6a2be9;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .areabox .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.areabox .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a2be9;
  opacity: .1;
  pointer-events: none;
}
.areabox .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #6a2be9;
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .nav-wrapper .item-wrap:hover .crop-iconfont,
.areabox .card-wrapper .nav-wrapper .item-wrap:focus .crop-iconfont {
  transform: translateX(4px);
}
.areabox .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.areabox .card-wrapper .nav-wrapper .item-wrap .crop-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.areabox .card-wrapper .box .text-wrapper {
  padding: 24px;
  border-right: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .text-wrapper {
    border-right: none;
  }
}
.areabox .card-wrapper .box .text-wrapper .crop-text {
  margin-bottom: 0;
}.areabox .card-wrapper .box .text-wrapper .block-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.areabox .card-wrapper .box .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .box .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
.areabox .card-wrapper .box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:hover,
.areabox .card-wrapper .box .list-wrapper .list .item-wrap:focus {
  color: #ffd84c;
}
.areabox .card-wrapper .copy-wrapper .crop-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .areabox .card-wrapper .copy-wrapper .crop-copy {
    padding: 24px 12px;
  }
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title {
  color: #14334b;
}
.areabox .item-nav {
  color: #ffffff;
}
.areabox .crop-text {
  color: #ffffff;
}
.areabox .list {
  color: #ffffff;
}
.areabox .crop-copy {
  color: #ffffff;
  text-align: center;
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title,
.areabox .drawwrap {
  color: #000000;
}
.area {
  background-color: transparent;
}
.area .nav-panel {
  background-color: #000000 !important;
  padding: 0;
}
.area .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .area .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .area .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.area .nav-panel {
  position: relative !important;
}
.area .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.area .btn:hover {
  box-shadow: none;
}
.area .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .area .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .area .nav-item {
    margin: 0 !important;
  }
}
.area .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.area .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.area .nav-item .nav-link:hover::before,
.area .nav-item .nav-link:focus::before {
  width: 100%;
}
.area .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.area .container {
  display: flex;
  margin: auto;
}
.area .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .area .navbar-nav {
    margin: 0;
  }
}
.area .nav-item:focus,
.area .nav-link:focus {
  outline: none;
}
.area .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .area .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.area .navbar .bandwrap img {
  object-fit: contain;
  border-radius: 10px !important;
}
.area .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .area .navbar .nav-item {
    padding: .5rem 0;
  }
  .area .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .area .navbar .nav-item .nav-link::before {
    display: none;
  }
  .area .navbar .bandwrap img {
    height: 3rem !important;
  }
  .area .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .area .navbar ul.navbar-nav li {
    margin: 0;
  }
  .area .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .area .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.area .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.area .navbar-brand .levelwrap {
  line-height: inherit !important;
  font-weight: 700;
}
.area .navbar-brand .bandwrap a {
  outline: none;
}
.area .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.area ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.area button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #fff555;
}

.area a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .area .navbar {
    height: 70px;
  }
  .area .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.area .nav-panel .bandwrap {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .area .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.area .levelwrap:hover {
  color: #6a2be9;
}
@media (min-width: 992px) {
  .area .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.area .navbar.nav-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffd84c;
}
.area .levelwrap {
  color: #000000;
}
.area .crop-text {
  color: #9a9a9a;
  text-align: center;
}.area .block-action {
  text-align: center;
}
.area a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.line {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.line .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .line .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .line .container {
    padding: 0 16px;
  }
}
.line .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .line .row {
    margin: 0 10px;
  }
}
.line .row .card {
  position: relative;
  padding: 0;
}
.line .row .card .padwrap {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #000000;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .line .row .card .padwrap {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .line .row .card .padwrap {
    display: none;
  }
}
.line .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #6a2be9;
  color: #ffffff;
  border-radius: 100%;
  border: 5px solid #000000;
  z-index: 1;
}
@media (max-width: 1300px) {
  .line .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .line .row .card .icon-decor {
    display: none;
  }
}
.line .drawwrap {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .line .drawwrap {
    width: 100%;
  }
}.line .drawwrap .block-title,
.line .drawwrap .chapter-title,
.line .drawwrap .header-text,
.line .drawwrap .lead-h2,
.line .drawwrap .main-heading,
.line .drawwrap .page-h,
.line .drawwrap .section-h,
.line .drawwrap .section-heading,
.line .drawwrap .topic-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {.line .drawwrap .block-title,
.line .drawwrap .chapter-title,
.line .drawwrap .header-text,
.line .drawwrap .lead-h2,
.line .drawwrap .main-heading,
.line .drawwrap .page-h,
.line .drawwrap .section-h,
.line .drawwrap .section-heading,
.line .drawwrap .topic-title {
    margin-bottom: 20px;
  }
}
.line .drawwrap .crop-text {
  margin-bottom: 0;
}.line .block-title,
.line .chapter-title,
.line .header-text,
.line .lead-h2,
.line .main-heading,
.line .page-h,
.line .section-h,
.line .section-heading,
.line .topic-title {
  color: #ffd900;
}
.line .crop-text {
  color: #fdfcfc;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cellbox .p {
  color: #ffd84c;
  padding-bottom: 0 !important;
}
.cellbox .crop-text {
  color: #ffffff;
  padding-bottom: 16px !important;
}
.cellbox .row {
  justify-content: center;
}
.cellbox ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.cellbox a {
  font-weight: 400 !important;
}
.view {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/hard1.jpg");
}
.view .bodybox {
  margin: 0;
}
.view .bodybox .card {
  padding: 0;
}
.view .drawwrap {
  padding: 20px 24px 18px;
  background-color: #ffd84c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .view .drawwrap {
    padding: 24px 12px;
  }
}
.view .drawwrap .rowunit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.view .drawwrap .rowunit .coreunit img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}.view .drawwrap .rowunit .block-title,
.view .drawwrap .rowunit .chapter-title,
.view .drawwrap .rowunit .header-text,
.view .drawwrap .rowunit .lead-h2,
.view .drawwrap .rowunit .main-heading,
.view .drawwrap .rowunit .page-h,
.view .drawwrap .rowunit .section-h,
.view .drawwrap .rowunit .section-heading,
.view .drawwrap .rowunit .topic-title {
  margin-bottom: 0;
}
.view .card-wrapper {
  position: relative;
  border: 1px solid #6a2be9;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .view .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.view .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a2be9;
  opacity: .1;
  pointer-events: none;
}
.view .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .view .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.view .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #6a2be9;
  padding: 24px;
}
@media (max-width: 992px) {
  .view .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #6a2be9;
  }
}
.view .card-wrapper .nav-wrapper .item-wrap:hover .crop-iconfont,
.view .card-wrapper .nav-wrapper .item-wrap:focus .crop-iconfont {
  transform: translateX(4px);
}
.view .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.view .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.view .card-wrapper .nav-wrapper .item-wrap .crop-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.view .card-wrapper .box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .view .card-wrapper .box {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.view .card-wrapper .box .text-wrapper {
  padding: 24px;
  border-right: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .view .card-wrapper .box .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
@media (max-width: 992px) {
  .view .card-wrapper .box .text-wrapper {
    border-right: none;
  }
}
.view .card-wrapper .box .text-wrapper .crop-text {
  margin-bottom: 0;
}.view .card-wrapper .box .text-wrapper .block-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.view .card-wrapper .box .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .view .card-wrapper .box .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
.view .card-wrapper .box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.view .card-wrapper .box .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.view .card-wrapper .box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.view .card-wrapper .box .list-wrapper .list .item-wrap:hover,
.view .card-wrapper .box .list-wrapper .list .item-wrap:focus {
  color: #ffd84c;
}
.view .card-wrapper .copy-wrapper .crop-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .view .card-wrapper .copy-wrapper .crop-copy {
    padding: 24px 12px;
  }
}.view .block-title,
.view .chapter-title,
.view .header-text,
.view .lead-h2,
.view .main-heading,
.view .page-h,
.view .section-h,
.view .section-heading,
.view .topic-title {
  color: #14334b;
}
.view .item-nav {
  color: #ffffff;
}
.view .crop-text {
  color: #ffffff;
}
.view .list {
  color: #ffffff;
}
.view .crop-copy {
  color: #ffffff;
  text-align: center;
}.view .block-title,
.view .chapter-title,
.view .header-text,
.view .lead-h2,
.view .main-heading,
.view .page-h,
.view .section-h,
.view .section-heading,
.view .topic-title,
.view .drawwrap {
  color: #000000;
}
.clusterbox {
  background-color: transparent;
}
.clusterbox .nav-panel {
  background-color: #000000 !important;
  padding: 0;
}
.clusterbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .clusterbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .clusterbox .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.clusterbox .nav-panel {
  position: relative !important;
}
.clusterbox .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.clusterbox .btn:hover {
  box-shadow: none;
}
.clusterbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .clusterbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .clusterbox .nav-item {
    margin: 0 !important;
  }
}
.clusterbox .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.clusterbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.clusterbox .nav-item .nav-link:hover::before,
.clusterbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.clusterbox .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.clusterbox .container {
  display: flex;
  margin: auto;
}
.clusterbox .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .clusterbox .navbar-nav {
    margin: 0;
  }
}
.clusterbox .nav-item:focus,
.clusterbox .nav-link:focus {
  outline: none;
}
.clusterbox .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .clusterbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.clusterbox .navbar .bandwrap img {
  object-fit: contain;
  border-radius: 10px !important;
}
.clusterbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .clusterbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .clusterbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .clusterbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .clusterbox .navbar .bandwrap img {
    height: 3rem !important;
  }
  .clusterbox .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .clusterbox .navbar ul.navbar-nav li {
    margin: 0;
  }
  .clusterbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .clusterbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.clusterbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.clusterbox .navbar-brand .levelwrap {
  line-height: inherit !important;
  font-weight: 700;
}
.clusterbox .navbar-brand .bandwrap a {
  outline: none;
}
.clusterbox .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.clusterbox ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.clusterbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #fff555;
}

.clusterbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .clusterbox .navbar {
    height: 70px;
  }
  .clusterbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.clusterbox .nav-panel .bandwrap {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .clusterbox .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.clusterbox .levelwrap:hover {
  color: #6a2be9;
}
@media (min-width: 992px) {
  .clusterbox .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.clusterbox .navbar.nav-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffd84c;
}
.clusterbox .levelwrap {
  color: #000000;
}
.clusterbox .crop-text {
  color: #9a9a9a;
  text-align: center;
}.clusterbox .block-action {
  text-align: center;
}
.clusterbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.corewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.corewrap .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .corewrap .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .corewrap .container {
    padding: 0 16px;
  }
}
.corewrap .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .corewrap .row {
    margin: 0 10px;
  }
}
.corewrap .row .card {
  position: relative;
  padding: 0;
}
.corewrap .row .card .padwrap {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #000000;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .corewrap .row .card .padwrap {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .corewrap .row .card .padwrap {
    display: none;
  }
}
.corewrap .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #6a2be9;
  color: #ffffff;
  border-radius: 100%;
  border: 5px solid #000000;
  z-index: 1;
}
@media (max-width: 1300px) {
  .corewrap .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .corewrap .row .card .icon-decor {
    display: none;
  }
}
.corewrap .drawwrap {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .corewrap .drawwrap {
    width: 100%;
  }
}.corewrap .drawwrap .block-title,
.corewrap .drawwrap .chapter-title,
.corewrap .drawwrap .header-text,
.corewrap .drawwrap .lead-h2,
.corewrap .drawwrap .main-heading,
.corewrap .drawwrap .page-h,
.corewrap .drawwrap .section-h,
.corewrap .drawwrap .section-heading,
.corewrap .drawwrap .topic-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {.corewrap .drawwrap .block-title,
.corewrap .drawwrap .chapter-title,
.corewrap .drawwrap .header-text,
.corewrap .drawwrap .lead-h2,
.corewrap .drawwrap .main-heading,
.corewrap .drawwrap .page-h,
.corewrap .drawwrap .section-h,
.corewrap .drawwrap .section-heading,
.corewrap .drawwrap .topic-title {
    margin-bottom: 20px;
  }
}
.corewrap .drawwrap .crop-text {
  margin-bottom: 0;
}.corewrap .block-title,
.corewrap .chapter-title,
.corewrap .header-text,
.corewrap .lead-h2,
.corewrap .main-heading,
.corewrap .page-h,
.corewrap .section-h,
.corewrap .section-heading,
.corewrap .topic-title {
  color: #ffd900;
}
.corewrap .crop-text {
  color: #fdfcfc;
}
.dompart {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dompart .p {
  color: #ffd84c;
  padding-bottom: 0 !important;
}
.dompart .crop-text {
  color: #ffffff;
  padding-bottom: 16px !important;
}
.dompart .row {
  justify-content: center;
}
.dompart ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.dompart a {
  font-weight: 400 !important;
}
.pinbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/hard1.jpg");
}
.pinbox .bodybox {
  margin: 0;
}
.pinbox .bodybox .card {
  padding: 0;
}
.pinbox .drawwrap {
  padding: 20px 24px 18px;
  background-color: #ffd84c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .pinbox .drawwrap {
    padding: 24px 12px;
  }
}
.pinbox .drawwrap .rowunit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.pinbox .drawwrap .rowunit .coreunit img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}.pinbox .drawwrap .rowunit .block-title,
.pinbox .drawwrap .rowunit .chapter-title,
.pinbox .drawwrap .rowunit .header-text,
.pinbox .drawwrap .rowunit .lead-h2,
.pinbox .drawwrap .rowunit .main-heading,
.pinbox .drawwrap .rowunit .page-h,
.pinbox .drawwrap .rowunit .section-h,
.pinbox .drawwrap .rowunit .section-heading,
.pinbox .drawwrap .rowunit .topic-title {
  margin-bottom: 0;
}
.pinbox .card-wrapper {
  position: relative;
  border: 1px solid #6a2be9;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .pinbox .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.pinbox .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a2be9;
  opacity: .1;
  pointer-events: none;
}
.pinbox .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .pinbox .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.pinbox .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #6a2be9;
  padding: 24px;
}
@media (max-width: 992px) {
  .pinbox .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #6a2be9;
  }
}
.pinbox .card-wrapper .nav-wrapper .item-wrap:hover .crop-iconfont,
.pinbox .card-wrapper .nav-wrapper .item-wrap:focus .crop-iconfont {
  transform: translateX(4px);
}
.pinbox .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.pinbox .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.pinbox .card-wrapper .nav-wrapper .item-wrap .crop-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.pinbox .card-wrapper .box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .pinbox .card-wrapper .box {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.pinbox .card-wrapper .box .text-wrapper {
  padding: 24px;
  border-right: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .pinbox .card-wrapper .box .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
@media (max-width: 992px) {
  .pinbox .card-wrapper .box .text-wrapper {
    border-right: none;
  }
}
.pinbox .card-wrapper .box .text-wrapper .crop-text {
  margin-bottom: 0;
}.pinbox .card-wrapper .box .text-wrapper .block-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.pinbox .card-wrapper .box .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .pinbox .card-wrapper .box .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
.pinbox .card-wrapper .box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pinbox .card-wrapper .box .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.pinbox .card-wrapper .box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.pinbox .card-wrapper .box .list-wrapper .list .item-wrap:hover,
.pinbox .card-wrapper .box .list-wrapper .list .item-wrap:focus {
  color: #ffd84c;
}
.pinbox .card-wrapper .copy-wrapper .crop-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pinbox .card-wrapper .copy-wrapper .crop-copy {
    padding: 24px 12px;
  }
}.pinbox .block-title,
.pinbox .chapter-title,
.pinbox .header-text,
.pinbox .lead-h2,
.pinbox .main-heading,
.pinbox .page-h,
.pinbox .section-h,
.pinbox .section-heading,
.pinbox .topic-title {
  color: #14334b;
}
.pinbox .item-nav {
  color: #ffffff;
}
.pinbox .crop-text {
  color: #ffffff;
}
.pinbox .list {
  color: #ffffff;
}
.pinbox .crop-copy {
  color: #ffffff;
  text-align: center;
}.pinbox .block-title,
.pinbox .chapter-title,
.pinbox .header-text,
.pinbox .lead-h2,
.pinbox .main-heading,
.pinbox .page-h,
.pinbox .section-h,
.pinbox .section-heading,
.pinbox .topic-title,
.pinbox .drawwrap {
  color: #000000;
}
.fieldsetwrap {
  background-color: transparent;
}
.fieldsetwrap .nav-panel {
  background-color: #000000 !important;
  padding: 0;
}
.fieldsetwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .fieldsetwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .fieldsetwrap .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.fieldsetwrap .nav-panel {
  position: relative !important;
}
.fieldsetwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.fieldsetwrap .btn:hover {
  box-shadow: none;
}
.fieldsetwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .fieldsetwrap .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .fieldsetwrap .nav-item {
    margin: 0 !important;
  }
}
.fieldsetwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.fieldsetwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.fieldsetwrap .nav-item .nav-link:hover::before,
.fieldsetwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.fieldsetwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.fieldsetwrap .container {
  display: flex;
  margin: auto;
}
.fieldsetwrap .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .fieldsetwrap .navbar-nav {
    margin: 0;
  }
}
.fieldsetwrap .nav-item:focus,
.fieldsetwrap .nav-link:focus {
  outline: none;
}
.fieldsetwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .fieldsetwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.fieldsetwrap .navbar .bandwrap img {
  object-fit: contain;
  border-radius: 10px !important;
}
.fieldsetwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .fieldsetwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .fieldsetwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .fieldsetwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .fieldsetwrap .navbar .bandwrap img {
    height: 3rem !important;
  }
  .fieldsetwrap .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .fieldsetwrap .navbar ul.navbar-nav li {
    margin: 0;
  }
  .fieldsetwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .fieldsetwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.fieldsetwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.fieldsetwrap .navbar-brand .levelwrap {
  line-height: inherit !important;
  font-weight: 700;
}
.fieldsetwrap .navbar-brand .bandwrap a {
  outline: none;
}
.fieldsetwrap .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.fieldsetwrap ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.fieldsetwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #fff555;
}

.fieldsetwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldsetwrap .navbar {
    height: 70px;
  }
  .fieldsetwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.fieldsetwrap .nav-panel .bandwrap {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .fieldsetwrap .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.fieldsetwrap .levelwrap:hover {
  color: #6a2be9;
}
@media (min-width: 992px) {
  .fieldsetwrap .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.fieldsetwrap .navbar.nav-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffd84c;
}
.fieldsetwrap .levelwrap {
  color: #000000;
}
.fieldsetwrap .crop-text {
  color: #9a9a9a;
  text-align: center;
}.fieldsetwrap .block-action {
  text-align: center;
}
.fieldsetwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.spanbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.spanbox .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .spanbox .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .spanbox .container {
    padding: 0 16px;
  }
}
.spanbox .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .spanbox .row {
    margin: 0 10px;
  }
}
.spanbox .row .card {
  position: relative;
  padding: 0;
}
.spanbox .row .card .padwrap {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #000000;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .spanbox .row .card .padwrap {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .spanbox .row .card .padwrap {
    display: none;
  }
}
.spanbox .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #6a2be9;
  color: #ffffff;
  border-radius: 100%;
  border: 5px solid #000000;
  z-index: 1;
}
@media (max-width: 1300px) {
  .spanbox .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .spanbox .row .card .icon-decor {
    display: none;
  }
}
.spanbox .drawwrap {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .spanbox .drawwrap {
    width: 100%;
  }
}.spanbox .drawwrap .block-title,
.spanbox .drawwrap .chapter-title,
.spanbox .drawwrap .header-text,
.spanbox .drawwrap .lead-h2,
.spanbox .drawwrap .main-heading,
.spanbox .drawwrap .page-h,
.spanbox .drawwrap .section-h,
.spanbox .drawwrap .section-heading,
.spanbox .drawwrap .topic-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {.spanbox .drawwrap .block-title,
.spanbox .drawwrap .chapter-title,
.spanbox .drawwrap .header-text,
.spanbox .drawwrap .lead-h2,
.spanbox .drawwrap .main-heading,
.spanbox .drawwrap .page-h,
.spanbox .drawwrap .section-h,
.spanbox .drawwrap .section-heading,
.spanbox .drawwrap .topic-title {
    margin-bottom: 20px;
  }
}
.spanbox .drawwrap .crop-text {
  margin-bottom: 0;
}.spanbox .block-title,
.spanbox .chapter-title,
.spanbox .header-text,
.spanbox .lead-h2,
.spanbox .main-heading,
.spanbox .page-h,
.spanbox .section-h,
.spanbox .section-heading,
.spanbox .topic-title {
  color: #ffd900;
}
.spanbox .crop-text {
  color: #fdfcfc;
}
.depthbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.depthbox .p {
  color: #ffd84c;
  padding-bottom: 0 !important;
}
.depthbox .crop-text {
  color: #ffffff;
  padding-bottom: 16px !important;
}
.depthbox .row {
  justify-content: center;
}
.depthbox ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.depthbox a {
  font-weight: 400 !important;
}
.bound {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/hard1.jpg");
}
.bound .bodybox {
  margin: 0;
}
.bound .bodybox .card {
  padding: 0;
}
.bound .drawwrap {
  padding: 20px 24px 18px;
  background-color: #ffd84c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .bound .drawwrap {
    padding: 24px 12px;
  }
}
.bound .drawwrap .rowunit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.bound .drawwrap .rowunit .coreunit img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}.bound .drawwrap .rowunit .block-title,
.bound .drawwrap .rowunit .chapter-title,
.bound .drawwrap .rowunit .header-text,
.bound .drawwrap .rowunit .lead-h2,
.bound .drawwrap .rowunit .main-heading,
.bound .drawwrap .rowunit .page-h,
.bound .drawwrap .rowunit .section-h,
.bound .drawwrap .rowunit .section-heading,
.bound .drawwrap .rowunit .topic-title {
  margin-bottom: 0;
}
.bound .card-wrapper {
  position: relative;
  border: 1px solid #6a2be9;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .bound .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.bound .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a2be9;
  opacity: .1;
  pointer-events: none;
}
.bound .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .bound .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.bound .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #6a2be9;
  padding: 24px;
}
@media (max-width: 992px) {
  .bound .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #6a2be9;
  }
}
.bound .card-wrapper .nav-wrapper .item-wrap:hover .crop-iconfont,
.bound .card-wrapper .nav-wrapper .item-wrap:focus .crop-iconfont {
  transform: translateX(4px);
}
.bound .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.bound .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.bound .card-wrapper .nav-wrapper .item-wrap .crop-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all .3s ease;
}
.bound .card-wrapper .box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .bound .card-wrapper .box {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.bound .card-wrapper .box .text-wrapper {
  padding: 24px;
  border-right: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .bound .card-wrapper .box .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
@media (max-width: 992px) {
  .bound .card-wrapper .box .text-wrapper {
    border-right: none;
  }
}
.bound .card-wrapper .box .text-wrapper .crop-text {
  margin-bottom: 0;
}.bound .card-wrapper .box .text-wrapper .block-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.bound .card-wrapper .box .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .bound .card-wrapper .box .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #6a2be9;
  }
}
.bound .card-wrapper .box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bound .card-wrapper .box .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all .3s ease;
}
.bound .card-wrapper .box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.bound .card-wrapper .box .list-wrapper .list .item-wrap:hover,
.bound .card-wrapper .box .list-wrapper .list .item-wrap:focus {
  color: #ffd84c;
}
.bound .card-wrapper .copy-wrapper .crop-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bound .card-wrapper .copy-wrapper .crop-copy {
    padding: 24px 12px;
  }
}.bound .block-title,
.bound .chapter-title,
.bound .header-text,
.bound .lead-h2,
.bound .main-heading,
.bound .page-h,
.bound .section-h,
.bound .section-heading,
.bound .topic-title {
  color: #14334b;
}
.bound .item-nav {
  color: #ffffff;
}
.bound .crop-text {
  color: #ffffff;
}
.bound .list {
  color: #ffffff;
}
.bound .crop-copy {
  color: #ffffff;
  text-align: center;
}.bound .block-title,
.bound .chapter-title,
.bound .header-text,
.bound .lead-h2,
.bound .main-heading,
.bound .page-h,
.bound .section-h,
.bound .section-heading,
.bound .topic-title,
.bound .drawwrap {
  color: #000000;
}

.subbox {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  width: min(860px, calc(100vw - 32px));
  max-width: 860px;
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.985);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
}

.subbox *,
.subbox *::before,
.subbox *::after {
  box-sizing: border-box;
}

.bodysegment {
  position: relative;
  width: 100%;
  padding: 22px 22px 20px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fffaf4 0%, #f5eee5 100%);
  border: 1px solid #e5d7c8;
  box-shadow: 0 22px 48px rgba(54, 38, 24, 0.14);
  overflow: hidden;
}

.bodysegment::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c58a52 0%, #a66a43 52%, #d3a36f 100%);
}

.bodysegment::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 138, 82, 0.12) 0%, rgba(197, 138, 82, 0) 72%);
  pointer-events: none;
}

.framepad {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: center;
}

.framewrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bar-icon-wrap {
  width: 66px;
  height: 66px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #eaded2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(166, 106, 67, 0.08);
}

.bar-icon {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.bandbox {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stacklayer {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.alignwrap {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f4e7d8;
  border: 1px solid #e8d4bf;
  color: #8a5c38;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.layoutcell {
  display: inline-block;
  color: #3d2c22;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 600;
}

.holdunit {
  margin: 0;
  color: #4c4038;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.68;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.doc-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ref-links-note {
  display: block;
  color: #7a6b60;
  font-size: 12px;
  line-height: 1.4;
}

.alert-links-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.alert-links-row a {
  display: inline-block;
  color: #9a6038;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(154, 96, 56, 0.36);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.alert-links-row a:hover {
  color: #7c4c2c;
  border-bottom-color: #7c4c2c;
}

.alert-links-row span {
  display: inline-block;
  color: #7a6b60;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.nodewrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

#noticeCloseBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: linear-gradient(135deg, #6c4a36 0%, #4f3628 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(79, 54, 40, 0.18);
}

#noticeCloseBtn:hover {
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .subbox {
    width: min(680px, calc(100vw - 28px));
    max-width: 680px;
  }

  .framepad {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
  }

  .nodewrap {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  #noticeCloseBtn {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .subbox {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: none;
  }

  .bodysegment {
    padding: 16px;
    border-radius: 20px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .framepad {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .framewrap {
    justify-content: center;
  }

  .bandbox {
    align-items: center;
    text-align: center;
  }

  .stacklayer {
    justify-content: center;
  }

  .layoutcell {
    text-align: center;
    font-size: 18px;
  }

  .holdunit {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }

  .doc-links {
    align-items: center;
    text-align: center;
  }

  .alert-links-row {
    justify-content: center;
  }

  .nodewrap {
    flex-direction: column;
    width: 100%;
  }

  #noticeCloseBtn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .subbox {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .bodysegment {
    padding: 14px;
    border-radius: 18px;
  }

  .bar-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .bar-icon {
    width: 38px;
    height: 38px;
  }

  .layoutcell {
    font-size: 17px;
  }

  .ref-links-note,
  .alert-links-row a,
  .alert-links-row span {
    font-size: 12px;
  }
}

.link-full-group {
  padding: 0 !important;
  background: transparent;
}
.link-full-group .main-stack {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.link-full-group .page-msg {
  padding: 40px 40px 28px;
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  text-align: center;
}
.link-full-group .zone-tag {
  display: inline-flex;
  padding: 7px 14px;
  border-radius: 0;
  background: #111827;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.link-full-group .area-alert {
  margin: 18px 0 8px;
  color: #111827;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
  text-align: center;
}
.link-full-group .pane-header {
  margin: 0 auto;
  max-width: 520px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.link-full-group .list-marker {
  padding: 32px 40px 40px;
  color: #111827;
}
.link-full-group .list-marker *,
.link-full-group .list-marker *::before,
.link-full-group .list-marker *::after {
  box-sizing: border-box;
}
.link-full-group .list-marker [hidden] {
  display: none !important;
}
.link-full-group .col-alert {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.link-full-group .formcore {
  display: flex;
  flex-direction: column;
}
.link-full-group .head-pro-status {
  grid-column: 1 / -1;
}
.link-full-group .sectional {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
}
.link-full-group .head-header {
  width: 100%;
  padding: 14px 0;
  border: none !important;
  border-bottom: 1px solid #d1d5db !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 15px;
  box-shadow: none !important;
  text-align: center;
  transition: border-color 0.2s ease;
}
.link-full-group .head-header::placeholder {
  color: #9ca3af;
  opacity: 1;
  text-align: center;
}
.link-full-group .head-header:focus {
  outline: none;
  border-bottom-color: #111827 !important;
}
.link-full-group select.head-header {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0 center !important;
  background-size: 16px !important;
  padding-right: 28px !important;
}
.link-full-group select.head-header option {
  background: #ffffff;
  color: #111827;
}
.link-full-group textarea.head-header {
  min-height: 170px;
  resize: vertical;
  text-align: left;
}
.link-full-group textarea.head-header::placeholder {
  text-align: left;
}
.link-full-group .calm-small-item {
  padding: 0 0 18px;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
}
.link-full-group .clear-live-unit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.link-full-group .label-tall-inner {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #111827;
  cursor: pointer;
}
.link-full-group .chip-bottom-section {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.75;
  cursor: pointer;
}
.link-full-group .chip-bottom-section a {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
  transition: color 0.2s ease;
}
.link-full-group .chip-bottom-section a:hover {
  color: #000000;
}
.link-full-group .layersegment {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.link-full-group .item-block {
  min-width: 260px;
  padding: 15px 36px;
  border: 1px solid #111827;
  border-radius: 0 !important;
  background: #111827;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.18s ease, background 0.18s ease;
}
.link-full-group .item-block:hover {
  background: #000000;
  border-color: #000000;
  transform: translateY(-2px);
}
.link-full-group .item-block:active {
  transform: translateY(0);
}
.link-full-group .packlayer {
  margin: 0;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.8;
  text-align: center;
  padding: 0 8px;
}
.link-full-group .alt-grid {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.link-full-group .menu-round-col {
  background: #f3f4f6;
  border-left: 3px solid #16a34a;
  color: #166534;
}
.link-full-group .alt-core-icon {
  background: #f9fafb;
  border-left: 3px solid #dc2626;
  color: #991b1b;
}
@media (max-width: 767px) {
  .link-full-group {
    padding: 0 12px !important;
  }
  .link-full-group .page-msg {
    padding: 28px 20px 24px;
  }
  .link-full-group .list-marker {
    padding: 24px 20px 28px;
  }
  .link-full-group .area-alert {
    font-size: 28px;
  }
  .link-full-group .item-block {
    width: 100%;
    min-width: 0;
  }
}

.quiz-section {
  background-image: url("images/blue4.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

.subbox {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  width: min(860px, calc(100vw - 32px));
  max-width: 860px;
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.985);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
}

.subbox *,
.subbox *::before,
.subbox *::after {
  box-sizing: border-box;
}

.subbox.shown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.subbox.away {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.985);
}

.bodysegment {
  position: relative;
  width: 100%;
  padding: 22px 22px 20px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fffaf4 0%, #f5eee5 100%);
  border: 1px solid #e5d7c8;
  box-shadow: 0 22px 48px rgba(54, 38, 24, 0.14);
  overflow: hidden;
}

.bodysegment::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c58a52 0%, #a66a43 52%, #d3a36f 100%);
}

.bodysegment::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 138, 82, 0.12) 0%, rgba(197, 138, 82, 0) 72%);
  pointer-events: none;
}

.framepad {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: center;
}

.framewrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bar-icon-wrap {
  width: 66px;
  height: 66px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #eaded2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(166, 106, 67, 0.08);
}

.bar-icon {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.bandbox {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stacklayer {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.alignwrap {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f4e7d8;
  border: 1px solid #e8d4bf;
  color: #8a5c38;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.layoutcell {
  display: inline-block;
  color: #3d2c22;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 600;
}

.holdunit {
  margin: 0;
  color: #4c4038;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.68;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.doc-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ref-links-note {
  display: block;
  color: #7a6b60;
  font-size: 12px;
  line-height: 1.4;
}

.alert-links-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.alert-links-row a {
  display: inline-block;
  color: #9a6038;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(154, 96, 56, 0.36);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.alert-links-row a:hover {
  color: #7c4c2c;
  border-bottom-color: #7c4c2c;
}

.alert-links-row span {
  display: inline-block;
  color: #7a6b60;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.nodewrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

#noticeCloseBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: linear-gradient(135deg, #6c4a36 0%, #4f3628 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(79, 54, 40, 0.18);
}

#noticeCloseBtn:hover {
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .subbox {
    width: min(680px, calc(100vw - 28px));
    max-width: 680px;
  }

  .framepad {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
  }

  .nodewrap {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  #noticeCloseBtn {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .subbox {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: none;
  }

  .bodysegment {
    padding: 16px;
    border-radius: 20px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .framepad {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .framewrap {
    justify-content: center;
  }

  .bandbox {
    align-items: center;
    text-align: center;
  }

  .stacklayer {
    justify-content: center;
  }

  .layoutcell {
    text-align: center;
    font-size: 18px;
  }

  .holdunit {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }

  .doc-links {
    align-items: center;
    text-align: center;
  }

  .alert-links-row {
    justify-content: center;
  }

  .nodewrap {
    flex-direction: column;
    width: 100%;
  }

  #noticeCloseBtn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .subbox {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .bodysegment {
    padding: 14px;
    border-radius: 18px;
  }

  .bar-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .bar-icon {
    width: 38px;
    height: 38px;
  }

  .layoutcell {
    font-size: 17px;
  }

  .ref-links-note,
  .alert-links-row a,
  .alert-links-row span {
    font-size: 12px;
  }
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833%2C37%2C41%2C0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
