:root {

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.tilemap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .tilemap {
    font-size: 5rem;
  }
}

.rowset {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .rowset {
    font-size: 4.5rem;
  }
}

.slotwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .slotwrap {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .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-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.areabox {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.areabox .nav-link.active, .areabox .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .areabox {
    flex-direction: row;
  }
  .navbar-expand-lg .areabox .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.viewbox {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.corewrap {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .corefield {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .corefield img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.usability-section-title {
  font-style: normal;
  line-height: 1.3;
}

.usability-section-subtitle {
  line-height: 1.3;
}

.drawbox {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.tilemap,
.rowset,
.slotwrap,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

.levelbox {
  color: #111111;
}

/*! Text-aligns */
.foldbox {
  text-align: left;
}

/*! Font-weight  */
.padsegment {
  font-weight: 300;
}

.inset {
  font-weight: 700;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.usability-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

nav .usability-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.inset {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .corefield img {
  display: -webkit-flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1.5 !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .usability-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

.alignwrap {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
blockquote {
  margin-bottom: 2.3125rem;
}

.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: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'platform2';
  font-display: swap;
  src:  url('fonts/guideline2.eot');
  src:  url('fonts/guideline2.eot') format('embedded-opentype'),
    url('fonts/guideline2.ttf') format('truetype'),
    url('fonts/guideline2.woff') format('woff'),
    url('fonts/guideline2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.btn {
  border-width: 3px;
}
body {
  font-family: Funnel Display;
}
.tilemap {
  font-family: 'Funnel Display', display;
  font-size: 3.6rem;
  line-height: 1;
}
.rowset {
  font-family: 'Funnel Display', display;
  font-size: 3.2rem;
  line-height: 1;
}
.slotwrap {
  font-family: 'Funnel Display', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Funnel Display', display;
  font-size: 2.2rem;
  line-height: 1;
}
.display-7 {
  font-family: 'Funnel Display', display;
  font-size: 1.25rem;
  line-height: 1.35;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .tilemap {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .tilemap {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .rowset {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .slotwrap {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .tilemap {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .rowset {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .slotwrap {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c6ab00 !important;
  border-color: #c6ab00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f9d700 !important;
  border-color: #f9d700 !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f9d700 !important;
  border-color: #f9d700 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #000000 !important;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #c6ab00 !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #605300 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.viewbox {
  background-color: #70c770;
}
.corewrap {
  background-color: #ffffff;
}
.usability-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #000000;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Funnel Display', display;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Funnel Display', display;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
blockquote {
  border-color: #000000;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.usability-section-btn .btn {
  padding: 24px 42px;
  font-weight: 400;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .usability-section-btn .btn {
    padding: 12px 16px;
  }
}
@media (max-width: 992px) {
  .usability-section-btn .btn {
    padding: 12px 16px;
  }
}
.form-control {
  border-radius: 100px !important;
}
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 0 !important;
}

.bridge,
.logo {
  border-radius: 1.2rem;
  border-radius: 0 !important;
}
.region .navbar-dropdown {
  position: absolute !important;
}
.region .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.region .nav-link {
  position: relative;
}
.region .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .region .container {
    flex-wrap: nowrap;
  }
}
.region .nav-item:focus,
.region .nav-link:focus {
  outline: none;
}
.region .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.region .navbar .corefield img {
  width: auto;
}
.region .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .region .navbar .nav-item .nav-link::before {
    display: none;
  }
  .region .navbar .corefield img {
    height: 3rem !important;
  }
  .region .navbar ul.areabox li {
    margin: auto;
  }
  .region .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .region .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .region .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.region .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.region .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.region .navbar-brand .corefield a {
  outline: none;
}
.region .navbar-expand-lg .areabox .nav-link {
  padding: 0;
}
.region ul.areabox {
  flex-wrap: wrap;
}
.region button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.region button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c6ab00;
}
.region button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.region button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.region .navbar-dropdown {
  padding: 0 1rem;
}
.region a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .region .navbar {
    height: 70px;
  }
  .region .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.region .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.region .areabox {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffe439;
  background: #000000;
}
.region .areabox .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.region .areabox .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.region .areabox .nav-link:hover {
  background-color: #ffe439;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ffe439, 0 1px 0 #ffe439, -2px 0 0 #ffe439, 0 -1px 0 #ffe439;
}
@media (min-width: 992px) {
  .region .usability-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .region .usability-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .region .usability-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.region .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .region .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .region .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .region .areabox {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .region .areabox .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .region .areabox .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .region .areabox .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ffe439 !important;
    box-shadow: none;
  }
  .region .usability-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .region .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .region .usability-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.unitsegment {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("images/rough1.jpg");
}
.unitsegment .card-wrapper {
  padding: 60px;
  background-color: #f5f5f5;
  border-top: 3px solid #c6ab00;
  box-shadow: 0 8px 15px -8px #c6ab00;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .unitsegment .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .unitsegment .card-wrapper {
    padding: 24px;
  }
}
.unitsegment .card-wrapper .container {
  margin-bottom: 32px;
}
.unitsegment .card-wrapper .innerwrap .usability-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #c6ab00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .unitsegment .card-wrapper .innerwrap .usability-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #c6ab00 40%);
  }
}
.unitsegment .card-wrapper .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unitsegment .card-wrapper .text-wrapper .drawbox {
    width: 100%;
  }
}
.unitsegment .card-wrapper .usability-section-btn {
  margin-top: 22px;
}
.unitsegment .wrapbox,
.unitsegment .container {
  color: #000000;
  text-align: center;
}
.unitsegment .usability-section-title {
  color: #000000;
}
.unitsegment .drawbox,
.unitsegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.unitsegment .usability-section-title,
.unitsegment .innerwrap,
.unitsegment .usability-section-btn {
  text-align: center;
}
.stackcol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.stackcol .nodecore {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .stackcol .nodecore {
    margin-bottom: 32px;
  }
}
.stackcol .nodecore .usability-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .stackcol .nodecore .usability-section-title {
    margin-bottom: 32px;
  }
}
.stackcol .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .stackcol .nodecore .text-wrapper .drawbox {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .stackcol .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.stackcol .elementbox {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .stackcol .elementbox {
    margin-bottom: 22px;
  }
}
.stackcol .elementbox .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .stackcol .elementbox .item {
    margin-bottom: 12px;
  }
}
.stackcol .elementbox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .stackcol .elementbox .item .item-wrapper {
    min-height: auto;
  }
}
.stackcol .elementbox .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.stackcol .elementbox .item .item-wrapper .item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}
.stackcol .elementbox .item .card_2 .item-img {
  height: 100%;
}
.stackcol .elementbox .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .stackcol .elementbox .item .card_2 .item-img img {
    height: 350px;
  }
}
.stackcol .elementbox .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.stackcol .usability-section-title {
  color: #c10b02;
}
.stackcol .drawbox,
.stackcol .text-wrapper {
  color: #000000;
  text-align: center;
}
.stackcol .item-title {
  color: #000000;
  text-align: center;
}
.stackcol .usability-section-title,
.stackcol .usability-section-btn {
  text-align: center;
  color: #c6ab00;
}
.topbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.topbox .innerwrap {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .topbox .innerwrap {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.topbox .innerwrap .container .wrapbox {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
.topbox .innerwrap .usability-section-title {
  margin-bottom: 20px;
}
.topbox .elementbox .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .topbox .elementbox .item {
    margin-bottom: 15px;
  }
}
.topbox .elementbox .item:last-child {
  margin-bottom: 0 !important;
}
.topbox .elementbox .item .item-wrapper {
  padding: 30px;
  background-color: #ffea64;
}
@media (max-width: 992px) {
  .topbox .elementbox .item .item-wrapper {
    padding: 15px;
  }
}
.topbox .elementbox .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.topbox .wrapbox {
  color: #000000;
}
.topbox .usability-section-title {
  color: #000000;
}
.topbox .card-title {
  color: #000000;
}
.topbox .usability-section-title {
  text-align: center;
}
.topbox .wrapbox,
.topbox .container {
  text-align: center;
}
.bodysegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.bodysegment .nodecore .innerwrap .usability-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #c6ab00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .innerwrap .usability-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #c6ab00 40%);
  }
}
.bodysegment .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.bodysegment .nodecore .usability-section-btn {
  margin-bottom: 22px;
}
.bodysegment .nodecore .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bodysegment .nodecore .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap:hover,
.bodysegment .nodecore .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bodysegment .nodecore .flowunit {
  margin-bottom: 0;
}
.bodysegment .usability-section-title {
  color: #000000;
}
.bodysegment .drawbox,
.bodysegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .list,
.bodysegment .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .flowunit {
  color: #000000;
  text-align: center;
}
.bodysegment .usability-section-title,
.bodysegment .innerwrap,
.bodysegment .usability-section-btn {
  text-align: center;
}
.region .navbar-dropdown {
  position: absolute !important;
}
.region .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.region .nav-link {
  position: relative;
}
.region .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .region .container {
    flex-wrap: nowrap;
  }
}
.region .nav-item:focus,
.region .nav-link:focus {
  outline: none;
}
.region .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.region .navbar .corefield img {
  width: auto;
}
.region .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .region .navbar .nav-item .nav-link::before {
    display: none;
  }
  .region .navbar .corefield img {
    height: 3rem !important;
  }
  .region .navbar ul.areabox li {
    margin: auto;
  }
  .region .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .region .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .region .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.region .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.region .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.region .navbar-brand .corefield a {
  outline: none;
}
.region .navbar-expand-lg .areabox .nav-link {
  padding: 0;
}
.region ul.areabox {
  flex-wrap: wrap;
}
.region button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.region button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c6ab00;
}
.region button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.region button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.region .navbar-dropdown {
  padding: 0 1rem;
}
.region a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .region .navbar {
    height: 70px;
  }
  .region .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.region .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.region .areabox {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffe439;
  background: #000000;
}
.region .areabox .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.region .areabox .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.region .areabox .nav-link:hover {
  background-color: #ffe439;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ffe439, 0 1px 0 #ffe439, -2px 0 0 #ffe439, 0 -1px 0 #ffe439;
}
@media (min-width: 992px) {
  .region .usability-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .region .usability-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .region .usability-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.region .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .region .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .region .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .region .areabox {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .region .areabox .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .region .areabox .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .region .areabox .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ffe439 !important;
    box-shadow: none;
  }
  .region .usability-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .region .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .region .usability-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.dockbox {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("images/yellow1.jpg");
}
.dockbox .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .dockbox .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .dockbox .container {
    padding: 0;
  }
}
.dockbox .innerwrap .boardwrap {
  display: inline-flex;
  align-items: center;
}
.dockbox .innerwrap .boardwrap .section {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffdd00;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .dockbox .innerwrap .boardwrap .section {
    display: none;
  }
}
.dockbox .innerwrap .boardwrap .usability-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.dockbox .innerwrap .usability-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .dockbox .innerwrap .usability-section-btn {
    margin-top: 40px;
  }
}
.dockbox .usability-section-title {
  color: #ffffff;
}
.dockbox .section {
  color: #000000;
}
.dockbox .usability-section-btn {
  text-align: center;
}
.dockbox .usability-section-title,
.dockbox .usability-section-btn,
.dockbox .innerwrap {
  color: #000000;
}
.frameunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.frameunit .usability-section-subtitle {
  margin-bottom: 1.5rem;
}
.frameunit .drawbox {
  line-height: 1.15;
}
.frameunit .title {
  position: relative;
  z-index: 1;
}
.frameunit .name {
  margin-bottom: 1rem;
}

.frameunit strong {
  font-weight: 500;
  color: #c6ab00;
}
.frameunit .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: #ffea64;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .frameunit .usability-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .frameunit .name {
    margin-bottom: .5rem;
  }
}
.framepad {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.framepad img {
  width: 90%;
}
.framepad .drawbox,
.framepad .usability-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .framepad img {
    width: 100%;
  }
  .framepad .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.layoutunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.layoutunit blockquote {
  border-color: #ffdd00;
  border-radius: 4px;
  background-color: #ffffff;
}
.layoutunit .drawbox {
  color: #000000;
}
.bodysegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.bodysegment .nodecore .innerwrap .usability-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #c6ab00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .innerwrap .usability-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #c6ab00 40%);
  }
}
.bodysegment .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.bodysegment .nodecore .usability-section-btn {
  margin-bottom: 22px;
}
.bodysegment .nodecore .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bodysegment .nodecore .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap:hover,
.bodysegment .nodecore .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bodysegment .nodecore .flowunit {
  margin-bottom: 0;
}
.bodysegment .usability-section-title {
  color: #000000;
}
.bodysegment .drawbox,
.bodysegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .list,
.bodysegment .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .flowunit {
  color: #000000;
  text-align: center;
}
.bodysegment .usability-section-title,
.bodysegment .innerwrap,
.bodysegment .usability-section-btn {
  text-align: center;
}
.region .navbar-dropdown {
  position: absolute !important;
}
.region .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.region .nav-link {
  position: relative;
}
.region .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .region .container {
    flex-wrap: nowrap;
  }
}
.region .nav-item:focus,
.region .nav-link:focus {
  outline: none;
}
.region .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.region .navbar .corefield img {
  width: auto;
}
.region .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .region .navbar .nav-item .nav-link::before {
    display: none;
  }
  .region .navbar .corefield img {
    height: 3rem !important;
  }
  .region .navbar ul.areabox li {
    margin: auto;
  }
  .region .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .region .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .region .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.region .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.region .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.region .navbar-brand .corefield a {
  outline: none;
}
.region .navbar-expand-lg .areabox .nav-link {
  padding: 0;
}
.region ul.areabox {
  flex-wrap: wrap;
}
.region button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.region button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c6ab00;
}
.region button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.region button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.region .navbar-dropdown {
  padding: 0 1rem;
}
.region a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .region .navbar {
    height: 70px;
  }
  .region .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.region .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.region .areabox {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffe439;
  background: #000000;
}
.region .areabox .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.region .areabox .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.region .areabox .nav-link:hover {
  background-color: #ffe439;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ffe439, 0 1px 0 #ffe439, -2px 0 0 #ffe439, 0 -1px 0 #ffe439;
}
@media (min-width: 992px) {
  .region .usability-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .region .usability-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .region .usability-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.region .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .region .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .region .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .region .areabox {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .region .areabox .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .region .areabox .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .region .areabox .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ffe439 !important;
    box-shadow: none;
  }
  .region .usability-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .region .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .region .usability-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.topwrap {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
  background: linear-gradient(180deg, #f5f5f5, #ffea64);
}
@media (max-width: 1400px) {
  .topwrap .tilemap {
    font-size: 2.88rem;
  }
}
@media (max-width: 575px) {
  .topwrap .row {
    text-align: center!important;
  }
}
.topwrap .wrapper {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #f5f5f5);
  background: linear-gradient(90deg, #ffffff, #f5f5f5) !important;
}
@media (max-width: 767px) {
  .topwrap .wrapper {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.topwrap img {
  border-radius: 2rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topwrap .usability-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .topwrap .usability-section-title {
    text-align: center;
  }
}
.topwrap .drawbox {
  color: #000000;
  text-align: center;
}
.topwrap .usability-section-title,
.topwrap .usability-section-btn {
  text-align: center;
  color: #000000;
}
.colpad {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.colpad .nodecore {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .colpad .nodecore {
    margin-bottom: 32px;
  }
}
.colpad .nodecore .gridrowunit {
  margin-bottom: 8px;
}
.colpad .nodecore .usability-section-title {
  margin-bottom: 0;
}
.colpad .nodecore .usability-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.colpad .elementbox {
  justify-content: center;
  margin: 0 -8px;
}
.colpad .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.colpad .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .colpad .item .item-wrapper {
    padding: 20px 16px;
  }
}
.colpad .item .item-wrapper .card-box .boardwrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .colpad .item .item-wrapper .card-box .boardwrap {
    display: block;
    margin-bottom: 24px;
  }
}
.colpad .item .item-wrapper .card-box .boardwrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .colpad .item .item-wrapper .card-box .boardwrap .item-title {
    padding-right: 0;
  }
}
.colpad .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.colpad .item .card_1 {
  background: linear-gradient(315deg, #f5f5f5, #ffffff);
}
.colpad .item .card_2 {
  background: linear-gradient(315deg, #ffea64, #fff8ca);
}
.colpad .item .card_3 {
  background: linear-gradient(315deg, #f5f5f5, #ffffff);
}
.colpad .gridrowunit {
  color: #272b2e;
  text-align: center;
}
.colpad .usability-section-title {
  color: #272b2e;
  text-align: center;
}
.colpad .item-title {
  color: #000000;
  text-align: center;
}
.colpad .item-text {
  color: #ffffff;
}
.colpad .item-text {
  text-align: center;
  color: #000000;
}
.bodylayer {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}
.bodylayer .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffea64 0, #ffffff 43%, #f5f5f5 100%);
}
.bodylayer .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffea64 0, #ffffff 43%, #f5f5f5 100%);
}
@media (max-width: 992px) {
  .bodylayer .container {
    padding: 0 30px;
  }
}
.bodylayer .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.bodylayer .desc-wrapper .gridrowunit {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .bodylayer .desc-wrapper .gridrowunit {
    margin-bottom: 30px;
  }
}
.bodylayer .text-wrapper .drawbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .bodylayer .text-wrapper .drawbox {
    margin-bottom: 30px;
  }
}
.bodylayer .elementbox .item {
  margin-bottom: 40px;
}
.bodylayer .elementbox .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .bodylayer .elementbox .item:nth-child(2n) {
    padding-top: 0;
  }
}
.bodylayer .elementbox .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .bodylayer .elementbox .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .bodylayer .elementbox .item {
    margin-bottom: 40px;
  }
}
.bodylayer .elementbox .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.bodylayer .elementbox .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .bodylayer .elementbox .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.bodylayer .elementbox .item .item-wrapper .item-img img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodylayer .elementbox .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .bodylayer .elementbox .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.bodylayer .elementbox .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.bodylayer .elementbox .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.bodylayer .gridrowunit {
  color: #c7fcb5;
}
.bodylayer .drawbox {
  color: #c7fcb5;
}
.bodylayer .item-title {
  color: #144031;
}
.bodylayer .item-text {
  color: #000000;
  text-align: center;
}
.bodylayer .item-title,
.bodylayer .usability-section-btn {
  text-align: center;
  color: #000000;
}
.linedockbox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.linedockbox .nodecore {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .linedockbox .nodecore {
    margin-bottom: 32px;
  }
}
.linedockbox .nodecore .gridrowunit {
  margin-bottom: 8px;
}
.linedockbox .nodecore .usability-section-title {
  margin-bottom: 0;
}
.linedockbox .nodecore .usability-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.linedockbox .elementbox {
  justify-content: center;
  margin: 0 -8px;
}
.linedockbox .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.linedockbox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .linedockbox .item .item-wrapper {
    padding: 20px 16px;
  }
}
.linedockbox .item .item-wrapper .card-box .boardwrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .linedockbox .item .item-wrapper .card-box .boardwrap {
    display: block;
    margin-bottom: 24px;
  }
}
.linedockbox .item .item-wrapper .card-box .boardwrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .linedockbox .item .item-wrapper .card-box .boardwrap .item-title {
    padding-right: 0;
  }
}
.linedockbox .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.linedockbox .item .card_1 {
  background: linear-gradient(315deg, #f5f5f5, #ffffff);
}
.linedockbox .item .card_2 {
  background: linear-gradient(315deg, #ffea64, #fff8ca);
}
.linedockbox .item .card_3 {
  background: linear-gradient(315deg, #f5f5f5, #ffffff);
}
.linedockbox .gridrowunit {
  color: #272b2e;
  text-align: center;
}
.linedockbox .usability-section-title {
  color: #272b2e;
  text-align: center;
}
.linedockbox .item-title {
  color: #000000;
  text-align: center;
}
.linedockbox .item-text {
  color: #ffffff;
}
.linedockbox .item-text {
  text-align: center;
  color: #000000;
}
.corewrapbox {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}
.corewrapbox .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffea64 0, #ffffff 43%, #f5f5f5 100%);
}
.corewrapbox .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffea64 0, #ffffff 43%, #f5f5f5 100%);
}
@media (max-width: 992px) {
  .corewrapbox .container {
    padding: 0 30px;
  }
}
.corewrapbox .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.corewrapbox .desc-wrapper .gridrowunit {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .corewrapbox .desc-wrapper .gridrowunit {
    margin-bottom: 30px;
  }
}
.corewrapbox .text-wrapper .drawbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .corewrapbox .text-wrapper .drawbox {
    margin-bottom: 30px;
  }
}
.corewrapbox .elementbox .item {
  margin-bottom: 40px;
}
.corewrapbox .elementbox .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .corewrapbox .elementbox .item:nth-child(2n) {
    padding-top: 0;
  }
}
.corewrapbox .elementbox .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .corewrapbox .elementbox .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .corewrapbox .elementbox .item {
    margin-bottom: 40px;
  }
}
.corewrapbox .elementbox .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.corewrapbox .elementbox .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .corewrapbox .elementbox .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.corewrapbox .elementbox .item .item-wrapper .item-img img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.corewrapbox .elementbox .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .corewrapbox .elementbox .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.corewrapbox .elementbox .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.corewrapbox .elementbox .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.corewrapbox .gridrowunit {
  color: #c7fcb5;
}
.corewrapbox .drawbox {
  color: #c7fcb5;
}
.corewrapbox .item-title {
  color: #144031;
}
.corewrapbox .item-text {
  color: #000000;
  text-align: center;
}
.corewrapbox .item-title,
.corewrapbox .usability-section-btn {
  text-align: center;
  color: #000000;
}
.bodysegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.bodysegment .nodecore .innerwrap .usability-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #c6ab00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .innerwrap .usability-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #c6ab00 40%);
  }
}
.bodysegment .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.bodysegment .nodecore .usability-section-btn {
  margin-bottom: 22px;
}
.bodysegment .nodecore .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bodysegment .nodecore .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap:hover,
.bodysegment .nodecore .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bodysegment .nodecore .flowunit {
  margin-bottom: 0;
}
.bodysegment .usability-section-title {
  color: #000000;
}
.bodysegment .drawbox,
.bodysegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .list,
.bodysegment .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .flowunit {
  color: #000000;
  text-align: center;
}
.bodysegment .usability-section-title,
.bodysegment .innerwrap,
.bodysegment .usability-section-btn {
  text-align: center;
}
.region .navbar-dropdown {
  position: absolute !important;
}
.region .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.region .nav-link {
  position: relative;
}
.region .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .region .container {
    flex-wrap: nowrap;
  }
}
.region .nav-item:focus,
.region .nav-link:focus {
  outline: none;
}
.region .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.region .navbar .corefield img {
  width: auto;
}
.region .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .region .navbar .nav-item .nav-link::before {
    display: none;
  }
  .region .navbar .corefield img {
    height: 3rem !important;
  }
  .region .navbar ul.areabox li {
    margin: auto;
  }
  .region .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .region .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .region .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.region .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.region .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.region .navbar-brand .corefield a {
  outline: none;
}
.region .navbar-expand-lg .areabox .nav-link {
  padding: 0;
}
.region ul.areabox {
  flex-wrap: wrap;
}
.region button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.region button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c6ab00;
}
.region button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.region button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.region .navbar-dropdown {
  padding: 0 1rem;
}
.region a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .region .navbar {
    height: 70px;
  }
  .region .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.region .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.region .areabox {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffe439;
  background: #000000;
}
.region .areabox .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.region .areabox .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.region .areabox .nav-link:hover {
  background-color: #ffe439;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ffe439, 0 1px 0 #ffe439, -2px 0 0 #ffe439, 0 -1px 0 #ffe439;
}
@media (min-width: 992px) {
  .region .usability-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .region .usability-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .region .usability-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.region .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .region .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .region .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .region .areabox {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .region .areabox .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .region .areabox .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .region .areabox .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ffe439 !important;
    box-shadow: none;
  }
  .region .usability-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .region .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .region .usability-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.holdlayer {
  padding-top: 7rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.holdlayer .shellcell {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #ffffff;
}
@media (max-width: 992px) {
  .holdlayer .container {
    padding: 0 15px;
  }
}
.holdlayer .row {
  position: relative;
  z-index: 1;
}
.holdlayer .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .holdlayer .nodecore {
    margin-bottom: 40px;
  }
}
.holdlayer .nodecore .usability-section-title {
  margin-bottom: 30px;
}
.holdlayer .nodecore .drawbox {
  margin-bottom: 30px;
}
.holdlayer .nestbox {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .holdlayer .nestbox {
    padding: 0;
  }
}
.holdlayer .nestbox img {
  height: 408px;
  width: 65%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .holdlayer .nestbox img {
    width: 100%;
    transform: none;
  }
}
.holdlayer .nestbox img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .holdlayer .nestbox img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.holdlayer .usability-section-title {
  color: #30262b;
}
.holdlayer .drawbox {
  color: #000000;
  text-align: center;
}
.holdlayer .usability-section-title,
.holdlayer .usability-section-btn {
  color: #000000;
  text-align: center;
}
.boxpad {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.boxpad::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, #f5f5f5 0, #ffe439 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.boxpad .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .boxpad .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .boxpad .container {
    padding: 0 24px;
  }
}
.boxpad .row {
  justify-content: center;
}
.boxpad .row .card,
.boxpad .row .item {
  padding: 0 12px;
}
.boxpad .innerwrap {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .boxpad .innerwrap {
    margin-bottom: 32px;
  }
}
.boxpad .innerwrap .usability-section-title {
  margin-bottom: 24px;
}
.boxpad .innerwrap .drawbox {
  margin-bottom: 0;
}
.boxpad .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.boxpad .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #f5f5f5;
  height: 100%;
}
@media (max-width: 992px) {
  .boxpad .item .item-wrapper {
    padding: 24px;
  }
}
.boxpad .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.boxpad .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.boxpad .usability-section-title {
  color: #141414;
  text-align: center;
}
.boxpad .drawbox {
  color: #141414;
  text-align: center;
}
.boxpad .card-title {
  color: #000000;
  text-align: center;
}
.boxpad .card-text {
  color: #000000;
  text-align: center;
}
.tailbox {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.tailbox .innerwrap .usability-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tailbox .innerwrap .usability-section-title {
    margin-bottom: 24px;
  }
}
.tailbox .nodecore {
  margin: 0 -8px;
}
.tailbox .nodecore .card {
  padding: 0 8px;
}
.tailbox .nestbox {
  height: 100%;
}
@media (max-width: 992px) {
  .tailbox .nestbox {
    margin-bottom: 12px;
  }
}
.tailbox .nestbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .tailbox .nestbox img {
    height: 300px;
  }
}
.tailbox .elementbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .tailbox .elementbox {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.tailbox .elementbox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 1440px) {
  .tailbox .elementbox .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .tailbox .elementbox .item .item-wrapper {
    padding: 24px;
  }
}
.tailbox .elementbox .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.tailbox .elementbox .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.tailbox .elementbox .item .item-wrapper .card-box .usability-section-btn {
  margin-top: 24px;
}
.tailbox .elementbox .item .item-wrapper .card-box .usability-section-btn .btn {
  margin-bottom: 0;
}
.tailbox .usability-section-title {
  color: #2c2c26;
}
.tailbox .card-title {
  color: #2c2c26;
}
.tailbox .card-text {
  color: #000000;
  text-align: center;
}
.tailbox .card-title {
  text-align: center;
  color: #000000;
}
.frame {
  padding-top: 0rem;
  padding-bottom: 6rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.frame::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, #f5f5f5 0, #ffe439 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.frame .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .frame .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .frame .container {
    padding: 0 24px;
  }
}
.frame .row {
  justify-content: center;
}
.frame .row .card,
.frame .row .item {
  padding: 0 12px;
}
.frame .innerwrap {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .frame .innerwrap {
    margin-bottom: 32px;
  }
}
.frame .innerwrap .usability-section-title {
  margin-bottom: 24px;
}
.frame .innerwrap .drawbox {
  margin-bottom: 0;
}
.frame .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.frame .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #f5f5f5;
  height: 100%;
}
@media (max-width: 992px) {
  .frame .item .item-wrapper {
    padding: 24px;
  }
}
.frame .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.frame .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.frame .usability-section-title {
  color: #141414;
  text-align: center;
}
.frame .drawbox {
  color: #141414;
  text-align: center;
}
.frame .card-title {
  color: #000000;
  text-align: center;
}
.frame .card-text {
  color: #000000;
  text-align: center;
}
.bodysegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.bodysegment .nodecore .innerwrap .usability-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #c6ab00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .innerwrap .usability-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #c6ab00 40%);
  }
}
.bodysegment .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.bodysegment .nodecore .usability-section-btn {
  margin-bottom: 22px;
}
.bodysegment .nodecore .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bodysegment .nodecore .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap:hover,
.bodysegment .nodecore .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bodysegment .nodecore .flowunit {
  margin-bottom: 0;
}
.bodysegment .usability-section-title {
  color: #000000;
}
.bodysegment .drawbox,
.bodysegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .list,
.bodysegment .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .flowunit {
  color: #000000;
  text-align: center;
}
.bodysegment .usability-section-title,
.bodysegment .innerwrap,
.bodysegment .usability-section-btn {
  text-align: center;
}
.region .navbar-dropdown {
  position: absolute !important;
}
.region .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.region .nav-link {
  position: relative;
}
.region .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .region .container {
    flex-wrap: nowrap;
  }
}
.region .nav-item:focus,
.region .nav-link:focus {
  outline: none;
}
.region .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.region .navbar .corefield img {
  width: auto;
}
.region .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .region .navbar .nav-item .nav-link::before {
    display: none;
  }
  .region .navbar .corefield img {
    height: 3rem !important;
  }
  .region .navbar ul.areabox li {
    margin: auto;
  }
  .region .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .region .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .region .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.region .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.region .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.region .navbar-brand .corefield a {
  outline: none;
}
.region .navbar-expand-lg .areabox .nav-link {
  padding: 0;
}
.region ul.areabox {
  flex-wrap: wrap;
}
.region button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.region button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c6ab00;
}
.region button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.region button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.region .navbar-dropdown {
  padding: 0 1rem;
}
.region a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .region .navbar {
    height: 70px;
  }
  .region .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.region .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.region .areabox {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffe439;
  background: #000000;
}
.region .areabox .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.region .areabox .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.region .areabox .nav-link:hover {
  background-color: #ffe439;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ffe439, 0 1px 0 #ffe439, -2px 0 0 #ffe439, 0 -1px 0 #ffe439;
}
@media (min-width: 992px) {
  .region .usability-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .region .usability-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .region .usability-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.region .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .region .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .region .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .region .areabox {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .region .areabox .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .region .areabox .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .region .areabox .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ffe439 !important;
    box-shadow: none;
  }
  .region .usability-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .region .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .region .usability-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.zonefield {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.zonefield .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .zonefield .nodecore {
    margin-bottom: 32px;
  }
}
.zonefield .nodecore .usability-section-title {
  margin-bottom: 32px;
}
.zonefield .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .zonefield .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.zonefield .nodecore .unitgrid {
  margin-bottom: 32px;
}
.zonefield .nodecore .unitgrid .bridge {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .zonefield .nodecore .unitgrid .bridge {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.zonefield .nodecore .unitgrid .bridge .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #ffdd00;
}
@media (max-width: 992px) {
  .zonefield .nodecore .unitgrid .bridge .line-wrap {
    width: 4px;
  }
}
.zonefield .nodecore .unitgrid .bridge .text-wrap {
  padding: 10px 0;
}
.zonefield .nodecore .unitgrid .bridge .text-wrap .usability-section-subtitle {
  margin-bottom: 4px;
}
.zonefield .nodecore .unitgrid .bridge .text-wrap .gridrowunit {
  margin-bottom: 0;
}
.zonefield .nestbox {
  position: relative;
}
.zonefield .nestbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffdd00;
  pointer-events: none;
  transform: rotate(5deg);
  z-index: 2;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.zonefield .nestbox::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transform: rotate(2deg);
  z-index: 1;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.zonefield .nestbox img {
  position: relative;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media (max-width: 992px) {
  .zonefield .nestbox img {
    height: 300px;
  }
}
.zonefield .usability-section-title {
  color: #000c3f;
}
.zonefield .drawbox,
.zonefield .text-wrapper {
  color: #000000;
  text-align: center;
}
.zonefield .usability-section-subtitle {
  color: #000c3f;
  text-align: left;
}
.zonefield .gridrowunit {
  color: #000000;
  text-align: left;
}
.zonefield .usability-section-title,
.zonefield .usability-section-btn {
  color: #000000;
  text-align: center;
}
.bodysegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.bodysegment .nodecore .innerwrap .usability-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #c6ab00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .innerwrap .usability-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #c6ab00 40%);
  }
}
.bodysegment .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.bodysegment .nodecore .usability-section-btn {
  margin-bottom: 22px;
}
.bodysegment .nodecore .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bodysegment .nodecore .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap:hover,
.bodysegment .nodecore .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bodysegment .nodecore .flowunit {
  margin-bottom: 0;
}
.bodysegment .usability-section-title {
  color: #000000;
}
.bodysegment .drawbox,
.bodysegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .list,
.bodysegment .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .flowunit {
  color: #000000;
  text-align: center;
}
.bodysegment .usability-section-title,
.bodysegment .innerwrap,
.bodysegment .usability-section-btn {
  text-align: center;
}
.region .navbar-dropdown {
  position: absolute !important;
}
.region .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.region .nav-link {
  position: relative;
}
.region .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .region .container {
    flex-wrap: nowrap;
  }
}
.region .nav-item:focus,
.region .nav-link:focus {
  outline: none;
}
.region .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.region .navbar .corefield img {
  width: auto;
}
.region .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .region .navbar .nav-item .nav-link::before {
    display: none;
  }
  .region .navbar .corefield img {
    height: 3rem !important;
  }
  .region .navbar ul.areabox li {
    margin: auto;
  }
  .region .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .region .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .region .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.region .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.region .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.region .navbar-brand .corefield a {
  outline: none;
}
.region .navbar-expand-lg .areabox .nav-link {
  padding: 0;
}
.region ul.areabox {
  flex-wrap: wrap;
}
.region button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.region button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c6ab00;
}
.region button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.region button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.region .navbar-dropdown {
  padding: 0 1rem;
}
.region a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .region .navbar {
    height: 70px;
  }
  .region .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.region .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.region .areabox {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffe439;
  background: #000000;
}
.region .areabox .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.region .areabox .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.region .areabox .nav-link:hover {
  background-color: #ffe439;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ffe439, 0 1px 0 #ffe439, -2px 0 0 #ffe439, 0 -1px 0 #ffe439;
}
@media (min-width: 992px) {
  .region .usability-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .region .usability-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .region .usability-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.region .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .region .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .region .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .region .areabox {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .region .areabox .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .region .areabox .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .region .areabox .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ffe439 !important;
    box-shadow: none;
  }
  .region .usability-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .region .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .region .usability-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.framecore {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.framecore .nodecore {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .framecore .nodecore {
    margin-bottom: 32px;
  }
}
.framecore .nodecore .container {
  margin-bottom: 32px;
}
.framecore .nodecore .innerwrap .usability-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #ffea64, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.framecore .nodecore .text-wrapper .drawbox {
  margin-bottom: 0;
}
.framecore .wrapbox,
.framecore .container {
  color: #000000;
  text-align: center;
}
.framecore .usability-section-title,
.framecore .innerwrap {
  color: #000000;
  text-align: center;
}
.framecore .drawbox,
.framecore .text-wrapper {
  color: #000000;
  text-align: center;
}
.framecore label {
  color: #000000;
}
.bodysegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.bodysegment .nodecore .innerwrap .usability-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #c6ab00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .innerwrap .usability-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #c6ab00 40%);
  }
}
.bodysegment .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.bodysegment .nodecore .usability-section-btn {
  margin-bottom: 22px;
}
.bodysegment .nodecore .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bodysegment .nodecore .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap:hover,
.bodysegment .nodecore .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bodysegment .nodecore .flowunit {
  margin-bottom: 0;
}
.bodysegment .usability-section-title {
  color: #000000;
}
.bodysegment .drawbox,
.bodysegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .list,
.bodysegment .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .flowunit {
  color: #000000;
  text-align: center;
}
.bodysegment .usability-section-title,
.bodysegment .innerwrap,
.bodysegment .usability-section-btn {
  text-align: center;
}
.region .navbar-dropdown {
  position: absolute !important;
}
.region .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.region .nav-link {
  position: relative;
}
.region .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .region .container {
    flex-wrap: nowrap;
  }
}
.region .nav-item:focus,
.region .nav-link:focus {
  outline: none;
}
.region .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.region .navbar .corefield img {
  width: auto;
}
.region .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .region .navbar .nav-item .nav-link::before {
    display: none;
  }
  .region .navbar .corefield img {
    height: 3rem !important;
  }
  .region .navbar ul.areabox li {
    margin: auto;
  }
  .region .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .region .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .region .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.region .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.region .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.region .navbar-brand .corefield a {
  outline: none;
}
.region .navbar-expand-lg .areabox .nav-link {
  padding: 0;
}
.region ul.areabox {
  flex-wrap: wrap;
}
.region button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.region button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c6ab00;
}
.region button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.region button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.region button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.region .navbar-dropdown {
  padding: 0 1rem;
}
.region a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .region .navbar {
    height: 70px;
  }
  .region .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.region .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.region .areabox {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffe439;
  background: #000000;
}
.region .areabox .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.region .areabox .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.region .areabox .nav-link:hover {
  background-color: #ffe439;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ffe439, 0 1px 0 #ffe439, -2px 0 0 #ffe439, 0 -1px 0 #ffe439;
}
@media (min-width: 992px) {
  .region .usability-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .region .usability-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .region .usability-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.region .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .region .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .region .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .region .areabox {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .region .areabox .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .region .areabox .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .region .areabox .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ffe439 !important;
    box-shadow: none;
  }
  .region .usability-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .region .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .region .areabox .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .region .usability-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .region .usability-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.headbox {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.headbox .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .headbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .headbox .container {
    padding: 0 12px;
  }
}
.headbox .innerwrap .usability-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .headbox .innerwrap .usability-section-title {
    margin-bottom: 24px;
  }
}
.headbox .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffdd00;
  box-shadow: 4px 4px #ffdd00;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .headbox .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.headbox .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .headbox .card-wrapper .card-wrap {
    display: block;
  }
}
.headbox .card-wrapper .card-wrap .drawbox {
  margin-bottom: 0;
}
.headbox .usability-section-title {
  color: #000000;
  text-align: center;
}
.headbox .usability-section-subtitle {
  color: #222222;
}
.headbox .drawbox {
  color: #000000;
}
.headbox .list {
  color: #222222;
}
.bodysegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.bodysegment .nodecore .innerwrap .usability-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #c6ab00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .innerwrap .usability-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #c6ab00 40%);
  }
}
.bodysegment .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.bodysegment .nodecore .usability-section-btn {
  margin-bottom: 22px;
}
.bodysegment .nodecore .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bodysegment .nodecore .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap:hover,
.bodysegment .nodecore .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bodysegment .nodecore .flowunit {
  margin-bottom: 0;
}
.bodysegment .usability-section-title {
  color: #000000;
}
.bodysegment .drawbox,
.bodysegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .list,
.bodysegment .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .flowunit {
  color: #000000;
  text-align: center;
}
.bodysegment .usability-section-title,
.bodysegment .innerwrap,
.bodysegment .usability-section-btn {
  text-align: center;
}
.drawunit .navbar-dropdown {
  position: absolute !important;
}
.drawunit .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.drawunit .nav-link {
  position: relative;
}
.drawunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .drawunit .container {
    flex-wrap: nowrap;
  }
}
.drawunit .nav-item:focus,
.drawunit .nav-link:focus {
  outline: none;
}
.drawunit .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.drawunit .navbar .corefield img {
  width: auto;
}
.drawunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .drawunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .drawunit .navbar .corefield img {
    height: 3rem !important;
  }
  .drawunit .navbar ul.areabox li {
    margin: auto;
  }
  .drawunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .drawunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .drawunit .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.drawunit .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.drawunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.drawunit .navbar-brand .corefield a {
  outline: none;
}
.drawunit .navbar-expand-lg .areabox .nav-link {
  padding: 0;
}
.drawunit ul.areabox {
  flex-wrap: wrap;
}
.drawunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.drawunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c6ab00;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.drawunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.drawunit .navbar-dropdown {
  padding: 0 1rem;
}
.drawunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .drawunit .navbar {
    height: 70px;
  }
  .drawunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.drawunit .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.drawunit .areabox {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffe439;
  background: #000000;
}
.drawunit .areabox .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.drawunit .areabox .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.drawunit .areabox .nav-link:hover {
  background-color: #ffe439;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ffe439, 0 1px 0 #ffe439, -2px 0 0 #ffe439, 0 -1px 0 #ffe439;
}
@media (min-width: 992px) {
  .drawunit .usability-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .drawunit .usability-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .drawunit .usability-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.drawunit .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .drawunit .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .drawunit .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .drawunit .areabox {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .drawunit .areabox .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .drawunit .areabox .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .drawunit .areabox .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ffe439 !important;
    box-shadow: none;
  }
  .drawunit .usability-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .drawunit .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .drawunit .areabox .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .drawunit .usability-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .drawunit .areabox .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .drawunit .usability-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .drawunit .usability-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.unit {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.unit .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .unit .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .unit .container {
    padding: 0 12px;
  }
}
.unit .innerwrap .usability-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .unit .innerwrap .usability-section-title {
    margin-bottom: 24px;
  }
}
.unit .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffdd00;
  box-shadow: 4px 4px #ffdd00;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .unit .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.unit .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .unit .card-wrapper .card-wrap {
    display: block;
  }
}
.unit .card-wrapper .card-wrap .drawbox {
  margin-bottom: 0;
}
.unit .usability-section-title {
  color: #000000;
  text-align: center;
}
.unit .usability-section-subtitle {
  color: #222222;
}
.unit .drawbox {
  color: #000000;
}
.unit .list {
  color: #222222;
}
.bodysegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.bodysegment .nodecore .innerwrap .usability-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #c6ab00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .innerwrap .usability-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #c6ab00 40%);
  }
}
.bodysegment .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.bodysegment .nodecore .usability-section-btn {
  margin-bottom: 22px;
}
.bodysegment .nodecore .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bodysegment .nodecore .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap:hover,
.bodysegment .nodecore .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bodysegment .nodecore .flowunit {
  margin-bottom: 0;
}
.bodysegment .usability-section-title {
  color: #000000;
}
.bodysegment .drawbox,
.bodysegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .list,
.bodysegment .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .flowunit {
  color: #000000;
  text-align: center;
}
.bodysegment .usability-section-title,
.bodysegment .innerwrap,
.bodysegment .usability-section-btn {
  text-align: center;
}
.domlayer .navbar-dropdown {
  position: absolute !important;
}
.domlayer .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.domlayer .nav-link {
  position: relative;
}
.domlayer .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .domlayer .container {
    flex-wrap: nowrap;
  }
}
.domlayer .nav-item:focus,
.domlayer .nav-link:focus {
  outline: none;
}
.domlayer .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.domlayer .navbar .corefield img {
  width: auto;
}
.domlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .domlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .domlayer .navbar .corefield img {
    height: 3rem !important;
  }
  .domlayer .navbar ul.areabox li {
    margin: auto;
  }
  .domlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .domlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .domlayer .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.domlayer .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.domlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.domlayer .navbar-brand .corefield a {
  outline: none;
}
.domlayer .navbar-expand-lg .areabox .nav-link {
  padding: 0;
}
.domlayer ul.areabox {
  flex-wrap: wrap;
}
.domlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.domlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c6ab00;
}
.domlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.domlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.domlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.domlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.domlayer .navbar-dropdown {
  padding: 0 1rem;
}
.domlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domlayer .navbar {
    height: 70px;
  }
  .domlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domlayer .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.domlayer .areabox {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffe439;
  background: #000000;
}
.domlayer .areabox .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.domlayer .areabox .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.domlayer .areabox .nav-link:hover {
  background-color: #ffe439;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ffe439, 0 1px 0 #ffe439, -2px 0 0 #ffe439, 0 -1px 0 #ffe439;
}
@media (min-width: 992px) {
  .domlayer .usability-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .domlayer .usability-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .domlayer .usability-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.domlayer .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .domlayer .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .domlayer .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .domlayer .areabox {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .domlayer .areabox .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .domlayer .areabox .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .domlayer .areabox .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ffe439 !important;
    box-shadow: none;
  }
  .domlayer .usability-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .domlayer .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .domlayer .areabox .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .domlayer .usability-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .domlayer .areabox .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .domlayer .usability-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .domlayer .usability-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.routebox {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.routebox .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .routebox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .routebox .container {
    padding: 0 12px;
  }
}
.routebox .innerwrap .usability-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .routebox .innerwrap .usability-section-title {
    margin-bottom: 24px;
  }
}
.routebox .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffdd00;
  box-shadow: 4px 4px #ffdd00;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .routebox .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.routebox .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .routebox .card-wrapper .card-wrap {
    display: block;
  }
}
.routebox .card-wrapper .card-wrap .drawbox {
  margin-bottom: 0;
}
.routebox .usability-section-title {
  color: #000000;
  text-align: center;
}
.routebox .usability-section-subtitle {
  color: #222222;
}
.routebox .drawbox {
  color: #000000;
}
.routebox .list {
  color: #222222;
}
.bodysegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.bodysegment .nodecore .innerwrap .usability-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #c6ab00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .innerwrap .usability-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #c6ab00 40%);
  }
}
.bodysegment .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.bodysegment .nodecore .usability-section-btn {
  margin-bottom: 22px;
}
.bodysegment .nodecore .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bodysegment .nodecore .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap:hover,
.bodysegment .nodecore .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bodysegment .nodecore .flowunit {
  margin-bottom: 0;
}
.bodysegment .usability-section-title {
  color: #000000;
}
.bodysegment .drawbox,
.bodysegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .list,
.bodysegment .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .flowunit {
  color: #000000;
  text-align: center;
}
.bodysegment .usability-section-title,
.bodysegment .innerwrap,
.bodysegment .usability-section-btn {
  text-align: center;
}
.alignunit .navbar-dropdown {
  position: absolute !important;
}
.alignunit .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.alignunit .nav-link {
  position: relative;
}
.alignunit .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .alignunit .container {
    flex-wrap: nowrap;
  }
}
.alignunit .nav-item:focus,
.alignunit .nav-link:focus {
  outline: none;
}
.alignunit .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.alignunit .navbar .corefield img {
  width: auto;
}
.alignunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .alignunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .alignunit .navbar .corefield img {
    height: 3rem !important;
  }
  .alignunit .navbar ul.areabox li {
    margin: auto;
  }
  .alignunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .alignunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .alignunit .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.alignunit .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.alignunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.alignunit .navbar-brand .corefield a {
  outline: none;
}
.alignunit .navbar-expand-lg .areabox .nav-link {
  padding: 0;
}
.alignunit ul.areabox {
  flex-wrap: wrap;
}
.alignunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.alignunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c6ab00;
}
.alignunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.alignunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.alignunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.alignunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.alignunit .navbar-dropdown {
  padding: 0 1rem;
}
.alignunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .alignunit .navbar {
    height: 70px;
  }
  .alignunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.alignunit .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.alignunit .areabox {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffe439;
  background: #000000;
}
.alignunit .areabox .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.alignunit .areabox .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.alignunit .areabox .nav-link:hover {
  background-color: #ffe439;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ffe439, 0 1px 0 #ffe439, -2px 0 0 #ffe439, 0 -1px 0 #ffe439;
}
@media (min-width: 992px) {
  .alignunit .usability-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .alignunit .usability-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .alignunit .usability-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.alignunit .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .alignunit .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .alignunit .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .alignunit .areabox {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .alignunit .areabox .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .alignunit .areabox .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .alignunit .areabox .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ffe439 !important;
    box-shadow: none;
  }
  .alignunit .usability-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .alignunit .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .alignunit .areabox .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .alignunit .usability-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .alignunit .areabox .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .alignunit .usability-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .alignunit .usability-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.spanlayer {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.spanlayer .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .spanlayer .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .spanlayer .container {
    padding: 0 12px;
  }
}
.spanlayer .innerwrap .usability-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .spanlayer .innerwrap .usability-section-title {
    margin-bottom: 24px;
  }
}
.spanlayer .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffdd00;
  box-shadow: 4px 4px #ffdd00;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .spanlayer .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.spanlayer .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .spanlayer .card-wrapper .card-wrap {
    display: block;
  }
}
.spanlayer .card-wrapper .card-wrap .drawbox {
  margin-bottom: 0;
}
.spanlayer .usability-section-title {
  color: #000000;
  text-align: center;
}
.spanlayer .usability-section-subtitle {
  color: #222222;
}
.spanlayer .drawbox {
  color: #000000;
}
.spanlayer .list {
  color: #222222;
}
.bodysegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.bodysegment .nodecore .innerwrap .usability-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #c6ab00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .innerwrap .usability-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #c6ab00 40%);
  }
}
.bodysegment .nodecore .text-wrapper .drawbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .text-wrapper .drawbox {
    width: 100%;
  }
}
.bodysegment .nodecore .usability-section-btn {
  margin-bottom: 22px;
}
.bodysegment .nodecore .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bodysegment .nodecore .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bodysegment .nodecore .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bodysegment .nodecore .nav-wrapper .list .item-wrap:hover,
.bodysegment .nodecore .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bodysegment .nodecore .flowunit {
  margin-bottom: 0;
}
.bodysegment .usability-section-title {
  color: #000000;
}
.bodysegment .drawbox,
.bodysegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .list,
.bodysegment .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bodysegment .flowunit {
  color: #000000;
  text-align: center;
}
.bodysegment .usability-section-title,
.bodysegment .innerwrap,
.bodysegment .usability-section-btn {
  text-align: center;
}

/* Base Cookie Banner */
.rowholder {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.rowholder.show {
    visibility: visible;
    opacity: 1;
}

.rowholder p {
    margin: 0;
    font-size: 14px;
}

.rowholder a {
    color: #424a4d;
    text-decoration: underline;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .rowholder {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
}
/* Finish Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.rowholder {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: flipIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .rowholder {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .rowholder {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes verticalShake {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    75% {
        transform: translateY(-2px);
    }
}

.navbar-brand {
    animation: verticalShake 0.6s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 6: text color flash */
a, button, .btn {
  transition: color 0.2s ease;
}
a:active, button:active, .btn:active {
  color: #00ff00;
}
/* endmainanimations */
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/narrow1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #ff9500, #d4ff00);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.rowholder.show {
  visibility: visible;
  opacity: 1;
}
