@charset "UTF-8";

:root {

  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-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-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);
}

*,
*::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);
}

h6, .h6, h5, .h5, 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;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

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,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[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;
}

.borderbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .borderbox {
    font-size: 5rem;
  }
}

.nest {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .nest {
    font-size: 4.5rem;
  }
}

.foldbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .foldbox {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-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-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}


.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);
}

.patternbox {
  --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;
}
.patternbox .nav-link.active, .patternbox .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 .patternbox {
    flex-direction: row;
  }
  .navbar-expand-lg .patternbox .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);
}

.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);
}

.stacksegment {
  --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);
}

.cellbox {
  --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: ;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
}

/* 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;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.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 .alignunit {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .alignunit img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@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;
}

.symmetry-section-title {
  font-style: normal;
  line-height: 1.3;
}

.symmetry-section-subtitle {
  line-height: 1.3;
}

.bridge {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h5,
h6,
.borderbox,
.nest,
.foldbox,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */
.spanlayer {
  text-align: left;
}

.sectionwrap {
  text-align: center;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .media {
    width: auto;
  }
}
/*! Buttons */
.symmetry-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

nav .symmetry-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[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 .alignunit img {
  display: -webkit-flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .patternbox.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .symmetry-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;
}

.contentunit {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'iconography2';
  font-display: swap;
  src:  url('fonts/rendering2.eot');
  src:  url('fonts/rendering2.eot') format('embedded-opentype'),
    url('fonts/rendering2.woff2') format('woff2'),
    url('fonts/rendering2.woff') format('woff'),
    url('fonts/rendering2.ttf') format('truetype'),
    url('fonts/rendering2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Manrope;
}
.borderbox {
  font-family: 'Manrope', sans-serif;
  font-size: 3.5rem;
  line-height: .95;
}
.nest {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.foldbox {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.3rem;
  line-height: 1.65;
}
/* ---- 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) {
  .borderbox {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .borderbox {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .nest {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .foldbox {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .borderbox {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .nest {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .foldbox {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #d3d6df !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a6adbf !important;
  border-color: #afb5c5 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #d3d6df important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #a6adbf !important;
  border-color: #afb5c5 !important;
  box-shadow: 0px 32px 32px -10px #e1e4ea important;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c4c8d4 !important;
  border-color: #c4c8d4 !important;
}
.btn-secondary {
  box-shadow: 0px 32px 32px -10px #d3d6df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6adbf !important;
  border-color: #afb5c5 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #d3d6df important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a6adbf !important;
  border-color: #afb5c5 !important;
  box-shadow: 0px 32px 32px -10px #e1e4ea important;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c4c8d4 !important;
  border-color: #c4c8d4 !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.stacksegment {
  background-color: #70c770;
}
.cellbox {
  background-color: #fe135a;
}
.symmetry-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #a6adbf;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.3rem;
  line-height: 1.65;
  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: #a6adbf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.3rem;
  line-height: 1.65;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.symmetry-section-btn .btn {
  font-weight: 600;
  padding: 6px 26px;
  min-height: 64px;
}
.symmetry-section-btn .btn span {
  font-weight: 600;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.nav-wrapper .list .item-wrap {
  border-radius: 8px;
}
.alignunit img {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.shellcore {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .shellcore .navbar-toggler {
    transform: scale(0.8);
  }
}
.shellcore .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .shellcore .navbar {
    padding: 0 128px !important;
  }
}
.shellcore .navbar .alignunit img {
  width: auto;
}
.shellcore .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .shellcore .navbar {
    min-height: 72px;
  }
  .shellcore .navbar .alignunit img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .shellcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .shellcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .shellcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.shellcore .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.shellcore .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.shellcore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.shellcore .navbar-brand .alignunit a {
  outline: none;
}
.shellcore .patternbox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.shellcore .patternbox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.shellcore .patternbox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .shellcore .patternbox {
    padding-left: 1.5rem;
  }
}
.shellcore .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.shellcore .alignunit {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .shellcore .alignunit {
    padding-left: 1rem;
  }
}
.shellcore .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .shellcore .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.shellcore .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #5d5d5d;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  background-color: #707070;
}
@media (max-width: 992px) {
  .shellcore .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .shellcore .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.shellcore .nav-item:focus,
.shellcore .nav-link:focus {
  outline: none;
}
.shellcore .navbar-expand-lg .patternbox .nav-link {
  padding: 0;
}
.shellcore ul.patternbox {
  flex-wrap: wrap;
}
.shellcore .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .shellcore .navbar-buttons {
    text-align: left;
  }
}
.shellcore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.shellcore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.shellcore .navbar-dropdown {
  padding: 0 1rem;
}
.shellcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shellcore .navbar {
    height: 70px;
  }
  .shellcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.shellcore .symmetry-section-btn {
  margin: -0.6rem -0.6rem;
}
.shellcore .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .shellcore .navbar-brand {
    margin-right: auto;
  }
  .shellcore .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #707070;
    backdrop-filter: blur(8px);
  }
  .shellcore .patternbox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .shellcore .navbar-collapse {
    padding: 1rem;
  }
}
.formgrid {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("images/dry1.jpg");
}
.formgrid .floatbox .frameunit {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .formgrid .floatbox .frameunit {
    margin-bottom: 20px;
  }
}
.formgrid .floatbox .symmetry-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .formgrid .floatbox .symmetry-section-title {
    margin-bottom: 20px;
  }
}
.formgrid .floatbox .text-wrapper .bridge {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .formgrid .floatbox .text-wrapper .bridge {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .formgrid .floatbox .text-wrapper .bridge {
    width: 100%;
  }
}
.formgrid .floatbox .symmetry-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .formgrid .floatbox .symmetry-section-btn {
    margin-top: 20px;
  }
}
.formgrid .frameunit {
  color: #f1f5eb;
  text-align: center;
}
.formgrid .symmetry-section-title {
  color: #f1f5eb;
}
.formgrid .bridge,
.formgrid .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.formgrid .symmetry-section-title,
.formgrid .symmetry-section-btn {
  text-align: center;
}
.unitcol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #666666;
}
.unitcol .symmetry-section-btn {
  margin-bottom: 22px;
}
.unitcol .outline .symmetry-section-title {
  margin-bottom: 32px;
}
.unitcol .outline .modtrack {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .outline .modtrack {
    margin-bottom: 32px;
  }
}
.unitcol .text-wrapper .bridge {
  margin-bottom: 0;
}
.unitcol .symmetry-section-title {
  color: #000000;
}
.unitcol .modtrack {
  color: #ffffff;
  text-align: center;
}
.unitcol .bridge {
  color: #000000;
}
.unitcol .bridge,
.unitcol .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.unitcol .symmetry-section-title,
.unitcol .symmetry-section-btn {
  color: #ffffff;
  text-align: center;
}
.bodyunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5d5d5d;
}
.bodyunit .row {
  position: relative;
  z-index: 2;
}
.bodyunit .abstractbox {
  padding-right: 76px;
  padding-top: 46px;
  padding-right: 0;
  padding-left: 76px;
}
@media (max-width: 992px) {
  .bodyunit .abstractbox {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .bodyunit .abstractbox {
    padding-left: 0;
  }
}
.bodyunit .abstractbox .coverbox {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .bodyunit .abstractbox .coverbox {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .bodyunit .abstractbox .coverbox {
    padding-left: 0;
  }
}
.bodyunit .abstractbox .coverbox img {
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .bodyunit .abstractbox .coverbox img {
    height: 350px;
  }
}
.bodyunit .abstractbox .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #666666;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .bodyunit .abstractbox .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.bodyunit .abstractbox .desc-wrap .modtrack {
  margin-bottom: 0;
}
.bodyunit .floatbox .symmetry-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .bodyunit .floatbox .symmetry-section-title {
    margin-bottom: 46px;
  }
}
.bodyunit .floatbox .text-wrapper .bridge {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bodyunit .floatbox .text-wrapper .bridge {
    width: 100%;
  }
}
.bodyunit .symmetry-section-title {
  color: #ffffff;
  text-align: center;
}
.bodyunit .bridge {
  color: #51565c;
}
.bodyunit .modtrack {
  color: #ffffff;
  text-align: center;
}
.bodyunit .bridge,
.bodyunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.gridtrack {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #666666;
}
.gridtrack .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .gridtrack .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .gridtrack .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .gridtrack .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .gridtrack .container {
    padding: 0 14px;
  }
}
.gridtrack .floatbox .text-wrapper .bridge {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .gridtrack .floatbox .text-wrapper .bridge {
    width: 100%;
  }
}
.gridtrack .floatbox .symmetry-section-title {
  margin-bottom: 22px;
}
.gridtrack .floatbox .symmetry-section-btn {
  margin: 10px 25px;
}
.gridtrack .bridge,
.gridtrack .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.gridtrack .symmetry-section-title {
  color: #f1f1f1;
}
.gridtrack .symmetry-section-title,
.gridtrack .symmetry-section-btn {
  text-align: center;
}
.bandwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #666666;
}
.bandwrap .headbox {
  display: grid;
  grid-template-columns: 1fr 25%;
  gap: 24px;
}
@media (max-width: 992px) {
  .bandwrap .headbox {
    display: block;
    padding: 0 16px;
  }
}
.bandwrap .headbox .card-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #ffffff;
  background-color: #656565;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .bandwrap .headbox .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.bandwrap .headbox .card-wrapper .card-wrap {
  position: relative;
  padding: 32px 200px 32px 32px;
  border: 1px solid #ffffff;
  background-color: #5d5d5d;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .bandwrap .headbox .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.bandwrap .headbox .card-wrapper .card-wrap .gradient_1 {
  filter: blur(4rem);
  border-radius: 50vw;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  inset: auto 0 0 auto;
  transform: translate(60%, 60%);
  background-color: #666666;
}
.bandwrap .headbox .card-wrapper .card-wrap .frameunit {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.bandwrap .headbox .card-wrapper .card-wrap .bridge {
  margin-bottom: 0;
}
.bandwrap .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .bandwrap .item {
    margin-bottom: 16px;
  }
}
.bandwrap .item:last-child {
  margin-bottom: 0;
}
.bandwrap .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #ffffff;
  background-color: #656565;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .bandwrap .item .item-wrapper {
    padding: 6px;
  }
}
.bandwrap .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  background-color: #5d5d5d;
  border: 1px solid #ffffff;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .bandwrap .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.bandwrap .item .item-wrapper .card-box .gradient_2 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #666666;
}
.bandwrap .item .item-wrapper .card-box .gradient_3 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #666666;
}
.bandwrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 8px;
}
.bandwrap .frameunit {
  color: #ffffff;
  text-align: center;
}
.bandwrap .symmetry-section-title {
  color: #ffffff;
  text-align: center;
}
.bandwrap .bridge {
  color: #ffffff;
  text-align: center;
}
.bandwrap .item-number {
  color: #ffffff;
  text-align: center;
}
.gridunit {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #5d5d5d;
}
@media (max-width: 1400px) {
  .gridunit .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.gridunit .symmetry-section-btn,
.gridunit .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .gridunit .abstractbox {
    margin-bottom: 1rem;
  }
}
.gridunit .row {
  align-items: center;
}
@media (max-width: 991px) {
  .gridunit .abstractbox {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .gridunit .text-wrapper {
    padding: 0 2rem;
  }
}
.gridunit .symmetry-section-title {
  color: #ffffff;
  text-align: center;
}
.gridunit .bridge,
.gridunit .symmetry-section-btn {
  color: #ffffff;
  text-align: center;
}
.gridunit .symmetry-section-subtitle {
  color: #ffffff;
}
.stage {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #666666;
}
.stage .floatbox .symmetry-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .stage .floatbox .symmetry-section-title {
    margin-bottom: 40px;
  }
}
.stage .floatbox .field {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .stage .floatbox .field {
    margin-bottom: 40px;
  }
}
.stage .floatbox .field .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 40%;
}
@media (max-width: 992px) {
  .stage .floatbox .field .list {
    width: 100%;
  }
}
.stage .floatbox .field .list .item-wrap {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #ffffff;
  transition: all .3s ease;
  cursor: pointer;
}
.stage .floatbox .field .list .item-wrap:last-child {
  margin-bottom: 0;
}
.stage .floatbox .field .list .item-wrap:hover,
.stage .floatbox .field .list .item-wrap:focus {
  opacity: .5;
}
.stage .symmetry-section-title {
  color: #ffffff;
  text-align: center;
}
.stage .list,
.stage .field {
  color: #ffffff;
  text-align: center;
}
.stage .symmetry-section-title,
.stage .symmetry-section-btn {
  text-align: center;
}
.stage .list,
.stage .item-wrap {
  text-align: center;
}
.grip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #707070;
}
.grip .row {
  margin: 0 -15px;
}
.grip .row .card {
  padding: 0 15px;
}
.grip .outline {
  margin-bottom: 40px;
}
.grip .outline .symmetry-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .grip .outline .symmetry-section-title {
    margin-bottom: 20px;
  }
}
.grip .outline .text-wrapper .bridge {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .grip .outline .text-wrapper .bridge {
    width: 100%;
  }
}
.grip .outline .symmetry-section-btn {
  margin-top: 20px;
}
.grip .outline .symmetry-section-btn .btn {
  margin-bottom: 0;
}
.grip .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .grip .nav-wrapper {
    justify-content: flex-start;
  }
}
.grip .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:hover,
.grip .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
  border-bottom: 3px dashed #000000;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.grip .topwrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.grip .bar {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.grip .symmetry-section-title {
  color: #fefff5;
}
.grip .bridge {
  color: #fefff5;
}
.grip .list {
  color: #a1a1a1;
}
.grip .symmetry-section-title,
.grip .symmetry-section-btn {
  color: #000000;
}
.grip .bridge,
.grip .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.grip .list,
.grip .item-wrap {
  color: #000000;
}
.shellcore {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .shellcore .navbar-toggler {
    transform: scale(0.8);
  }
}
.shellcore .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .shellcore .navbar {
    padding: 0 128px !important;
  }
}
.shellcore .navbar .alignunit img {
  width: auto;
}
.shellcore .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .shellcore .navbar {
    min-height: 72px;
  }
  .shellcore .navbar .alignunit img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .shellcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .shellcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .shellcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.shellcore .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.shellcore .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.shellcore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.shellcore .navbar-brand .alignunit a {
  outline: none;
}
.shellcore .patternbox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.shellcore .patternbox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.shellcore .patternbox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .shellcore .patternbox {
    padding-left: 1.5rem;
  }
}
.shellcore .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.shellcore .alignunit {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .shellcore .alignunit {
    padding-left: 1rem;
  }
}
.shellcore .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .shellcore .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.shellcore .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #5d5d5d;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  background-color: #707070;
}
@media (max-width: 992px) {
  .shellcore .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .shellcore .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.shellcore .nav-item:focus,
.shellcore .nav-link:focus {
  outline: none;
}
.shellcore .navbar-expand-lg .patternbox .nav-link {
  padding: 0;
}
.shellcore ul.patternbox {
  flex-wrap: wrap;
}
.shellcore .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .shellcore .navbar-buttons {
    text-align: left;
  }
}
.shellcore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.shellcore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.shellcore .navbar-dropdown {
  padding: 0 1rem;
}
.shellcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shellcore .navbar {
    height: 70px;
  }
  .shellcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.shellcore .symmetry-section-btn {
  margin: -0.6rem -0.6rem;
}
.shellcore .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .shellcore .navbar-brand {
    margin-right: auto;
  }
  .shellcore .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #707070;
    backdrop-filter: blur(8px);
  }
  .shellcore .patternbox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .shellcore .navbar-collapse {
    padding: 1rem;
  }
}
.gridcell {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #5d5d5d;
}
.gridcell .sectional {
  justify-content: space-between;
}
.gridcell .sectional .card {
  justify-content: center;
}
.gridcell .outline .modtrack {
  margin-bottom: 15px;
}
.gridcell .outline .symmetry-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .gridcell .outline .symmetry-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .gridcell .outline {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .gridcell .floatbox {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .gridcell .abstractbox {
    margin-bottom: 32px;
  }
}
.gridcell .abstractbox img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #ffffff;
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .gridcell .abstractbox img {
    height: 350px;
  }
}
.gridcell .symmetry-section-title {
  color: #ffffff;
  text-align: center;
}
.gridcell .bridge {
  color: #000000;
}
.gridcell .bridge,
.gridcell .symmetry-section-btn {
  color: #fdfde1;
}
.gridcell .modtrack {
  color: #fdfde1;
}
.gridcell .symmetry-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.gridcell .modtrack,
.gridcell .symmetry-section-btn {
  color: #ffffff;
  text-align: center;
}
.gridcell .bridge,
.gridcell .symmetry-section-btn mb-4 {
  color: #ffffff;
  text-align: center;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #666666;
}
.ridge .container,
.ridge .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .ridge .container,
  .ridge .container-fluid {
    padding: 0 20px;
  }
}
.ridge .outline .symmetry-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .ridge .outline .symmetry-section-subtitle {
    margin-bottom: 20px;
  }
}
.ridge .outline .symmetry-section-title {
  margin-bottom: 0;
}
.ridge .text-wrapper {
  padding: 0 20%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .ridge .text-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .ridge .text-wrapper {
    padding: 0;
  }
}
.ridge .text-wrapper .symmetry-section-title {
  margin-bottom: 50px;
}
.ridge .text-wrapper .text-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .ridge .text-wrapper .text-wrap {
    display: block;
  }
}
.ridge .text-wrapper .text-wrap .bridge {
  margin: 0 50px 0 0;
}
.ridge .text-wrapper .text-wrap .bridge:last-child {
  margin-right: 0;
}
.ridge .text-wrapper .text-wrap .bridge span {
  background-color: #666666;
  color: #ffffff;
}
@media (max-width: 992px) {
  .ridge .text-wrapper .text-wrap .bridge {
    margin: 0 0 20px 0;
  }
}
.ridge .symmetry-section-title {
  color: #ffffff;
  text-align: center;
}
.ridge .bridge {
  color: #ffffff;
  text-align: center;
}
.rootbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #5d5d5d;
}
.rootbox .row {
  margin: 0 -40px;
}
.rootbox .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .rootbox .floatbox {
    margin-bottom: 40px;
  }
}
.rootbox .floatbox .tags-wrapper {
  margin-bottom: 16px;
}
.rootbox .floatbox .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.rootbox .floatbox .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #ffffff 0, transparent 140%);
  z-index: -1;
}
.rootbox .floatbox .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #666666;
}
.rootbox .floatbox .tags-wrapper .tags-wrap .tags-content .symmetry-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #5d5d5d;
  margin-bottom: 0;
}
.rootbox .floatbox .tags-wrapper .tags-wrap .tags-content .symmetry-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.rootbox .floatbox .symmetry-section-title {
  margin-bottom: 16px;
}
.rootbox .floatbox .bridge {
  margin-bottom: 0;
}
.rootbox .floatbox .symmetry-section-btn {
  margin-top: 24px;
}
.rootbox .floatbox .symmetry-section-btn .btn {
  margin-bottom: 0;
}
.rootbox .abstractbox {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.rootbox .abstractbox .corefield {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
}
.rootbox .abstractbox .holdlayer {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #666666 100%);
  pointer-events: none;
  z-index: 2;
}
.rootbox .abstractbox .coverbox {
  position: relative;
  z-index: 1;
  background-color: #666666;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .rootbox .abstractbox .coverbox {
    padding: 16px;
  }
}
.rootbox .abstractbox .coverbox img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .rootbox .abstractbox .coverbox img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .rootbox .abstractbox .coverbox img {
    height: 300px;
  }
}
.rootbox .symmetry-tag_1,
.rootbox .tags-wrapper {
  color: #ffffff;
}
.rootbox .symmetry-tag_2 {
  color: #ffdf7d;
}
.rootbox .symmetry-section-title {
  color: #ffffff;
}
.rootbox .bridge,
.rootbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.rootbox .symmetry-tag_2,
.rootbox .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.rootbox .symmetry-section-title,
.rootbox .symmetry-section-btn {
  text-align: center;
}
.band {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #666666;
}
.band .card-wrapper {
  position: relative;
  background-color: #5d5d5d;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .band .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .band .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.band .card-wrapper .floatbox {
  width: 70%;
}
@media (max-width: 1540px) {
  .band .card-wrapper .floatbox {
    width: 100%;
  }
}
.band .card-wrapper .floatbox .maparea .frameunit {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .band .card-wrapper .floatbox .maparea .frameunit {
    margin-bottom: 24px;
  }
}
.band .card-wrapper .floatbox .symmetry-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .band .card-wrapper .floatbox .symmetry-section-title {
    margin-bottom: 24px;
  }
}
.band .card-wrapper .floatbox .text-wrapper .bridge {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .band .card-wrapper .floatbox .text-wrapper .bridge {
    width: 100%;
    margin-bottom: 24px;
  }
}
.band .card-wrapper .floatbox .symmetry-section-btn .btn {
  margin-bottom: 0;
}
.band .symmetry-section-title {
  color: #000000;
}
.band .frameunit {
  color: #ffffff;
  text-align: center;
}
.band .bridge,
.band .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.band .symmetry-section-title,
.band .symmetry-section-btn {
  text-align: center;
}
.band .symmetry-section-title,
.band .symmetry-section-btn,
.band .outline {
  color: #ffffff;
}
.grip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #707070;
}
.grip .row {
  margin: 0 -15px;
}
.grip .row .card {
  padding: 0 15px;
}
.grip .outline {
  margin-bottom: 40px;
}
.grip .outline .symmetry-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .grip .outline .symmetry-section-title {
    margin-bottom: 20px;
  }
}
.grip .outline .text-wrapper .bridge {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .grip .outline .text-wrapper .bridge {
    width: 100%;
  }
}
.grip .outline .symmetry-section-btn {
  margin-top: 20px;
}
.grip .outline .symmetry-section-btn .btn {
  margin-bottom: 0;
}
.grip .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .grip .nav-wrapper {
    justify-content: flex-start;
  }
}
.grip .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:hover,
.grip .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
  border-bottom: 3px dashed #000000;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.grip .topwrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.grip .bar {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.grip .symmetry-section-title {
  color: #fefff5;
}
.grip .bridge {
  color: #fefff5;
}
.grip .list {
  color: #a1a1a1;
}
.grip .symmetry-section-title,
.grip .symmetry-section-btn {
  color: #000000;
}
.grip .bridge,
.grip .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.grip .list,
.grip .item-wrap {
  color: #000000;
}
.shellcore {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .shellcore .navbar-toggler {
    transform: scale(0.8);
  }
}
.shellcore .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .shellcore .navbar {
    padding: 0 128px !important;
  }
}
.shellcore .navbar .alignunit img {
  width: auto;
}
.shellcore .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .shellcore .navbar {
    min-height: 72px;
  }
  .shellcore .navbar .alignunit img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .shellcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .shellcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .shellcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.shellcore .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.shellcore .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.shellcore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.shellcore .navbar-brand .alignunit a {
  outline: none;
}
.shellcore .patternbox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.shellcore .patternbox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.shellcore .patternbox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .shellcore .patternbox {
    padding-left: 1.5rem;
  }
}
.shellcore .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.shellcore .alignunit {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .shellcore .alignunit {
    padding-left: 1rem;
  }
}
.shellcore .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .shellcore .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.shellcore .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #5d5d5d;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  background-color: #707070;
}
@media (max-width: 992px) {
  .shellcore .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .shellcore .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.shellcore .nav-item:focus,
.shellcore .nav-link:focus {
  outline: none;
}
.shellcore .navbar-expand-lg .patternbox .nav-link {
  padding: 0;
}
.shellcore ul.patternbox {
  flex-wrap: wrap;
}
.shellcore .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .shellcore .navbar-buttons {
    text-align: left;
  }
}
.shellcore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.shellcore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.shellcore .navbar-dropdown {
  padding: 0 1rem;
}
.shellcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shellcore .navbar {
    height: 70px;
  }
  .shellcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.shellcore .symmetry-section-btn {
  margin: -0.6rem -0.6rem;
}
.shellcore .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .shellcore .navbar-brand {
    margin-right: auto;
  }
  .shellcore .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #707070;
    backdrop-filter: blur(8px);
  }
  .shellcore .patternbox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .shellcore .navbar-collapse {
    padding: 1rem;
  }
}
.linewrap {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #5d5d5d;
}
.linewrap .levelbox {
  justify-content: flex-end;
}
.linewrap .levelbox .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .linewrap .floatbox {
    margin-bottom: 32px;
  }
}
.linewrap .floatbox .symmetry-section-title {
  margin-bottom: 24px;
}
.linewrap .floatbox .symmetry-section-title span {
  background: linear-gradient(170deg, #ffffff, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.linewrap .floatbox .text-wrapper .bridge {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .linewrap .floatbox .text-wrapper .bridge {
    width: 100%;
  }
}
.linewrap .abstractbox {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .linewrap .abstractbox {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .linewrap .abstractbox {
    padding: 0;
  }
}
.linewrap .abstractbox img {
  height: 700px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .linewrap .abstractbox img {
    height: 350px;
  }
}
.linewrap .symmetry-section-title {
  color: #ffffff;
}
.linewrap .bridge,
.linewrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.linewrap .symmetry-section-title,
.linewrap .symmetry-section-btn {
  text-align: center;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #666666;
}
.nodemodule .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .nodemodule .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .nodemodule .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .nodemodule .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .nodemodule .container {
    padding: 0 16px;
  }
}
.nodemodule .row {
  justify-content: center;
}
.nodemodule .floatbox .symmetry-section-subtitle {
  margin-bottom: 32px;
}
.nodemodule .floatbox .symmetry-section-title {
  margin-bottom: 16px;
}
.nodemodule .floatbox .bridge {
  margin-bottom: 0;
}
.nodemodule .symmetry-section-title {
  color: #ffffff;
  text-align: center;
}
.nodemodule .symmetry-section-subtitle {
  color: #000000;
  text-align: center;
}
.nodemodule .bridge {
  color: #ffffff;
  text-align: center;
}
.panebox {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #666666;
}
.panebox .col-12 {
  padding: 0;
}
.panebox .row {
  margin: 0;
}
.panebox .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .panebox .card-margin {
    margin-top: -1px;
  }
}
.panebox .card-wrapper {
  min-height: 500px;
  border: 1px solid #a6adbf;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .panebox .card-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .panebox .abstractbox {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .panebox .abstractbox {
    padding: 1rem;
  }
}
.panebox .symmetry-section-title {
  color: #ffffff;
  text-align: center;
}
.panebox .bridge,
.panebox .symmetry-section-btn {
  color: #ffffff;
  text-align: center;
}
.layoutwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5d5d5d;
}
.layoutwrap .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #666666;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .layoutwrap .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.layoutwrap .card-wrapper .floatbox {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 992px) {
  .layoutwrap .card-wrapper .floatbox {
    width: 100%;
  }
}
.layoutwrap .card-wrapper .floatbox .symmetry-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .layoutwrap .card-wrapper .floatbox .symmetry-section-title {
    margin-bottom: 20px;
  }
}
.layoutwrap .card-wrapper .floatbox .corefield .topwrap {
  display: inline-flex;
  width: 56%;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .layoutwrap .card-wrapper .floatbox .corefield .topwrap {
    width: 100%;
  }
}
.layoutwrap .card-wrapper .floatbox .text-wrapper .bridge {
  display: inline-block;
  width: 56%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutwrap .card-wrapper .floatbox .text-wrapper .bridge {
    width: 100%;
  }
}
.layoutwrap .card-wrapper .floatbox .symmetry-section-btn {
  margin-top: 20px;
}
.layoutwrap .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 33%;
  padding: 24px;
  background-color: #5d5d5d;
}
@media (max-width: 1440px) {
  .layoutwrap .card-wrapper .card-wrap {
    width: 38%;
  }
}
@media (max-width: 992px) {
  .layoutwrap .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.layoutwrap .card-wrapper .card-wrap .modtrack {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutwrap .card-wrapper .card-wrap .modtrack {
    margin-bottom: 20px;
  }
}
.layoutwrap .card-wrapper .card-wrap .abstractbox img {
  height: 670px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .layoutwrap .card-wrapper .card-wrap .abstractbox img {
    height: 300px;
  }
}
.layoutwrap .symmetry-section-title {
  color: #f1f5eb;
}
.layoutwrap .bridge {
  color: #f1f5eb;
}
.layoutwrap .modtrack {
  color: #ffffff;
  text-align: center;
}
.layoutwrap .symmetry-section-title,
.layoutwrap .corefield,
.layoutwrap .symmetry-section-btn {
  text-align: center;
  color: #ffffff;
}
.layoutwrap .bridge,
.layoutwrap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.linedockbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #666666;
}
.linedockbox .floatbox {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .linedockbox .floatbox {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .linedockbox .floatbox {
    width: 100%;
  }
}
.linedockbox .floatbox .outline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
}
@media (max-width: 992px) {
  .linedockbox .floatbox .outline {
    padding-bottom: 28px;
    display: block;
  }
}
.linedockbox .floatbox .outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
}
.linedockbox .floatbox .outline .symmetry-section-title {
  width: 40%;
  padding-right: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .linedockbox .floatbox .outline .symmetry-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.linedockbox .floatbox .bridge {
  margin-top: 42px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .linedockbox .floatbox .bridge {
    margin-top: 22px;
  }
}
.linedockbox .symmetry-section-title {
  color: #ffffff;
}
.linedockbox .bridge {
  color: #ffffff;
  text-align: center;
}
.linedockbox .symmetry-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .linedockbox .symmetry-section-btn {
    text-align: left;
  }
  .linedockbox .symmetry-section-btn .btn:last-child {
    margin-bottom: 0;
  }
}
.linedockbox .symmetry-section-title,
.linedockbox .symmetry-section-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .linedockbox .symmetry-section-title,
  .linedockbox .symmetry-section-btn {
    text-align: center;
  }
}
.grip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #707070;
}
.grip .row {
  margin: 0 -15px;
}
.grip .row .card {
  padding: 0 15px;
}
.grip .outline {
  margin-bottom: 40px;
}
.grip .outline .symmetry-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .grip .outline .symmetry-section-title {
    margin-bottom: 20px;
  }
}
.grip .outline .text-wrapper .bridge {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .grip .outline .text-wrapper .bridge {
    width: 100%;
  }
}
.grip .outline .symmetry-section-btn {
  margin-top: 20px;
}
.grip .outline .symmetry-section-btn .btn {
  margin-bottom: 0;
}
.grip .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .grip .nav-wrapper {
    justify-content: flex-start;
  }
}
.grip .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:hover,
.grip .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
  border-bottom: 3px dashed #000000;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.grip .topwrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.grip .bar {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.grip .symmetry-section-title {
  color: #fefff5;
}
.grip .bridge {
  color: #fefff5;
}
.grip .list {
  color: #a1a1a1;
}
.grip .symmetry-section-title,
.grip .symmetry-section-btn {
  color: #000000;
}
.grip .bridge,
.grip .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.grip .list,
.grip .item-wrap {
  color: #000000;
}
.shellcore {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .shellcore .navbar-toggler {
    transform: scale(0.8);
  }
}
.shellcore .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .shellcore .navbar {
    padding: 0 128px !important;
  }
}
.shellcore .navbar .alignunit img {
  width: auto;
}
.shellcore .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .shellcore .navbar {
    min-height: 72px;
  }
  .shellcore .navbar .alignunit img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .shellcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .shellcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .shellcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.shellcore .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.shellcore .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.shellcore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.shellcore .navbar-brand .alignunit a {
  outline: none;
}
.shellcore .patternbox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.shellcore .patternbox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.shellcore .patternbox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .shellcore .patternbox {
    padding-left: 1.5rem;
  }
}
.shellcore .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.shellcore .alignunit {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .shellcore .alignunit {
    padding-left: 1rem;
  }
}
.shellcore .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .shellcore .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.shellcore .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #5d5d5d;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  background-color: #707070;
}
@media (max-width: 992px) {
  .shellcore .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .shellcore .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.shellcore .nav-item:focus,
.shellcore .nav-link:focus {
  outline: none;
}
.shellcore .navbar-expand-lg .patternbox .nav-link {
  padding: 0;
}
.shellcore ul.patternbox {
  flex-wrap: wrap;
}
.shellcore .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .shellcore .navbar-buttons {
    text-align: left;
  }
}
.shellcore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.shellcore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.shellcore .navbar-dropdown {
  padding: 0 1rem;
}
.shellcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shellcore .navbar {
    height: 70px;
  }
  .shellcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.shellcore .symmetry-section-btn {
  margin: -0.6rem -0.6rem;
}
.shellcore .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .shellcore .navbar-brand {
    margin-right: auto;
  }
  .shellcore .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #707070;
    backdrop-filter: blur(8px);
  }
  .shellcore .patternbox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .shellcore .navbar-collapse {
    padding: 1rem;
  }
}
.gridrowunit {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #5d5d5d;
}
.gridrowunit .row {
  align-items: center;
  width: 100%;
}
.gridrowunit .coversegment {
  max-width: 720px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.gridrowunit .tileunit {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 40px;
}
.gridrowunit .main-title {
  color: #ffffff;
}
.gridrowunit .main-subtitle {
  margin-top: 24px;
  color: #ffffff;
}
.gridrowunit form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.gridrowunit form h1,
.gridrowunit form h2,
.gridrowunit form h3,
.gridrowunit form h5,
.gridrowunit form h6 {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 56px;
  padding-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}
@media (max-width: 767px) {
  .gridrowunit form h1,
  .gridrowunit form h2,
  .gridrowunit form h3,
  .gridrowunit form h5,
  .gridrowunit form h6 {
    margin-top: 24px;
    padding-top: 56px;
  }
}
.gridrowunit form p {
  color: #ffffff;
}
.gridrowunit form .symmetry-section-btn {
  margin-top: 20px;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.gridrowunit form .symmetry-section-btn .btn {
  width: -moz-max-content;
  width: max-content;
  min-width: 120px;
}
.gridrowunit form .form-group {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}
.gridrowunit form .form-control {
  border: 2px solid rgba(255, 255, 255, 0.05) !important;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: none !important;
  border-radius: 8px !important;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.gridrowunit form .form-control::-webkit-input-placeholder {
  color: #d8d5d1;
}
.gridrowunit form .form-control::-moz-placeholder {
  color: #d8d5d1;
}
.gridrowunit form .form-control:-moz-placeholder {
  color: #d8d5d1;
}
.gridrowunit form .form-control:-ms-input-placeholder {
  color: #d8d5d1;
}
.gridrowunit form textarea {
  height: 160px;
}
.gridrowunit form input:active,
.gridrowunit form textarea:active,
.gridrowunit form input:focus,
.gridrowunit form textarea:focus {
  background-color: #0A0A0A !important;
  border-color: #ffffff !important;
}
.gridrowunit form input:active::-webkit-input-placeholder,
.gridrowunit form textarea:active::-webkit-input-placeholder,
.gridrowunit form input:focus::-webkit-input-placeholder,
.gridrowunit form textarea:focus::-webkit-input-placeholder {
  color: #d8d5d1;
}
.gridrowunit form input:active::-moz-placeholder,
.gridrowunit form textarea:active::-moz-placeholder,
.gridrowunit form input:focus::-moz-placeholder,
.gridrowunit form textarea:focus::-moz-placeholder {
  color: #d8d5d1;
}
.gridrowunit form input:active:-moz-placeholder,
.gridrowunit form textarea:active:-moz-placeholder,
.gridrowunit form input:focus:-moz-placeholder,
.gridrowunit form textarea:focus:-moz-placeholder {
  color: #d8d5d1;
}
.gridrowunit form input:active:-ms-input-placeholder,
.gridrowunit form textarea:active:-ms-input-placeholder,
.gridrowunit form input:focus:-ms-input-placeholder,
.gridrowunit form textarea:focus:-ms-input-placeholder {
  color: #d8d5d1;
}
.gridrowunit form .row {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.gridrowunit form .row [class*=col] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.gridrowunit form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 12px;
}
.splitunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #666666;
}
.splitunit .floatbox .symmetry-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .splitunit .floatbox .symmetry-section-title {
    margin-bottom: 40px;
  }
}
.splitunit .floatbox .field {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .splitunit .floatbox .field {
    margin-bottom: 40px;
  }
}
.splitunit .floatbox .field .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 40%;
}
@media (max-width: 992px) {
  .splitunit .floatbox .field .list {
    width: 100%;
  }
}
.splitunit .floatbox .field .list .item-wrap {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #ffffff;
  transition: all .3s ease;
  cursor: pointer;
}
.splitunit .floatbox .field .list .item-wrap:last-child {
  margin-bottom: 0;
}
.splitunit .floatbox .field .list .item-wrap:hover,
.splitunit .floatbox .field .list .item-wrap:focus {
  opacity: .5;
}
.splitunit .symmetry-section-title {
  color: #ffffff;
  text-align: center;
}
.splitunit .list,
.splitunit .field {
  color: #ffffff;
  text-align: center;
}
.splitunit .symmetry-section-title,
.splitunit .symmetry-section-btn {
  text-align: center;
}
.splitunit .list,
.splitunit .item-wrap {
  text-align: center;
}
.grip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #707070;
}
.grip .row {
  margin: 0 -15px;
}
.grip .row .card {
  padding: 0 15px;
}
.grip .outline {
  margin-bottom: 40px;
}
.grip .outline .symmetry-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .grip .outline .symmetry-section-title {
    margin-bottom: 20px;
  }
}
.grip .outline .text-wrapper .bridge {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .grip .outline .text-wrapper .bridge {
    width: 100%;
  }
}
.grip .outline .symmetry-section-btn {
  margin-top: 20px;
}
.grip .outline .symmetry-section-btn .btn {
  margin-bottom: 0;
}
.grip .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .grip .nav-wrapper {
    justify-content: flex-start;
  }
}
.grip .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:hover,
.grip .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
  border-bottom: 3px dashed #000000;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.grip .topwrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.grip .bar {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.grip .symmetry-section-title {
  color: #fefff5;
}
.grip .bridge {
  color: #fefff5;
}
.grip .list {
  color: #a1a1a1;
}
.grip .symmetry-section-title,
.grip .symmetry-section-btn {
  color: #000000;
}
.grip .bridge,
.grip .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.grip .list,
.grip .item-wrap {
  color: #000000;
}
.shellcore {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .shellcore .navbar-toggler {
    transform: scale(0.8);
  }
}
.shellcore .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .shellcore .navbar {
    padding: 0 128px !important;
  }
}
.shellcore .navbar .alignunit img {
  width: auto;
}
.shellcore .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .shellcore .navbar {
    min-height: 72px;
  }
  .shellcore .navbar .alignunit img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .shellcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .shellcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .shellcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.shellcore .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.shellcore .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.shellcore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.shellcore .navbar-brand .alignunit a {
  outline: none;
}
.shellcore .patternbox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.shellcore .patternbox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.shellcore .patternbox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .shellcore .patternbox {
    padding-left: 1.5rem;
  }
}
.shellcore .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.shellcore .alignunit {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .shellcore .alignunit {
    padding-left: 1rem;
  }
}
.shellcore .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .shellcore .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.shellcore .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #5d5d5d;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  background-color: #707070;
}
@media (max-width: 992px) {
  .shellcore .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .shellcore .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.shellcore .nav-item:focus,
.shellcore .nav-link:focus {
  outline: none;
}
.shellcore .navbar-expand-lg .patternbox .nav-link {
  padding: 0;
}
.shellcore ul.patternbox {
  flex-wrap: wrap;
}
.shellcore .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .shellcore .navbar-buttons {
    text-align: left;
  }
}
.shellcore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.shellcore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.shellcore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.shellcore .navbar-dropdown {
  padding: 0 1rem;
}
.shellcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shellcore .navbar {
    height: 70px;
  }
  .shellcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.shellcore .symmetry-section-btn {
  margin: -0.6rem -0.6rem;
}
.shellcore .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .shellcore .navbar-brand {
    margin-right: auto;
  }
  .shellcore .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #707070;
    backdrop-filter: blur(8px);
  }
  .shellcore .patternbox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .shellcore .navbar-collapse {
    padding: 1rem;
  }
}
.corewrap {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #666666;
}
.corewrap .floatbox .maparea {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .corewrap .floatbox .maparea {
    margin-bottom: 20px;
  }
}
.corewrap .floatbox .maparea .frameunit {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.corewrap .floatbox .outline .symmetry-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .corewrap .floatbox .outline .symmetry-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.corewrap .floatbox .text-wrapper .bridge {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .corewrap .floatbox .text-wrapper .bridge {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .corewrap .floatbox .text-wrapper .bridge {
    width: 100%;
    margin-bottom: 20px;
  }
}
.corewrap .frameunit,
.corewrap .maparea {
  color: #19171c;
  text-align: center;
}
.corewrap .symmetry-section-title {
  color: #19171c;
}
.corewrap .bridge,
.corewrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.corewrap .symmetry-section-title,
.corewrap .outline,
.corewrap .symmetry-section-btn {
  text-align: center;
}
.corewrap .symmetry-section-title,
.corewrap .symmetry-section-btn,
.corewrap .outline {
  color: #ffffff;
}
.navlayer {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #666666;
}
.navlayer .bridge {
  margin-bottom: 32px;
  color: #000c3f;
}
.navlayer .desc-wrapper .modtrack {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .navlayer .desc-wrapper .modtrack {
    width: 100%;
  }
}
.navlayer .modtrack,
.navlayer .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.navlayer .bridge {
  text-align: left;
  color: #ffffff;
}
.grip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #707070;
}
.grip .row {
  margin: 0 -15px;
}
.grip .row .card {
  padding: 0 15px;
}
.grip .outline {
  margin-bottom: 40px;
}
.grip .outline .symmetry-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .grip .outline .symmetry-section-title {
    margin-bottom: 20px;
  }
}
.grip .outline .text-wrapper .bridge {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .grip .outline .text-wrapper .bridge {
    width: 100%;
  }
}
.grip .outline .symmetry-section-btn {
  margin-top: 20px;
}
.grip .outline .symmetry-section-btn .btn {
  margin-bottom: 0;
}
.grip .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .grip .nav-wrapper {
    justify-content: flex-start;
  }
}
.grip .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:hover,
.grip .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
  border-bottom: 3px dashed #000000;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.grip .topwrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.grip .bar {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.grip .symmetry-section-title {
  color: #fefff5;
}
.grip .bridge {
  color: #fefff5;
}
.grip .list {
  color: #a1a1a1;
}
.grip .symmetry-section-title,
.grip .symmetry-section-btn {
  color: #000000;
}
.grip .bridge,
.grip .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.grip .list,
.grip .item-wrap {
  color: #000000;
}
.flowunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .flowunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.flowunit .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .flowunit .navbar {
    padding: 0 128px !important;
  }
}
.flowunit .navbar .alignunit img {
  width: auto;
}
.flowunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .flowunit .navbar {
    min-height: 72px;
  }
  .flowunit .navbar .alignunit img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .flowunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .flowunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .flowunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.flowunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.flowunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.flowunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.flowunit .navbar-brand .alignunit a {
  outline: none;
}
.flowunit .patternbox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.flowunit .patternbox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.flowunit .patternbox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .flowunit .patternbox {
    padding-left: 1.5rem;
  }
}
.flowunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.flowunit .alignunit {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .flowunit .alignunit {
    padding-left: 1rem;
  }
}
.flowunit .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .flowunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.flowunit .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #5d5d5d;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  background-color: #707070;
}
@media (max-width: 992px) {
  .flowunit .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .flowunit .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.flowunit .nav-item:focus,
.flowunit .nav-link:focus {
  outline: none;
}
.flowunit .navbar-expand-lg .patternbox .nav-link {
  padding: 0;
}
.flowunit ul.patternbox {
  flex-wrap: wrap;
}
.flowunit .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .flowunit .navbar-buttons {
    text-align: left;
  }
}
.flowunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.flowunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.flowunit .navbar-dropdown {
  padding: 0 1rem;
}
.flowunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flowunit .navbar {
    height: 70px;
  }
  .flowunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flowunit .symmetry-section-btn {
  margin: -0.6rem -0.6rem;
}
.flowunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .flowunit .navbar-brand {
    margin-right: auto;
  }
  .flowunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #707070;
    backdrop-filter: blur(8px);
  }
  .flowunit .patternbox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .flowunit .navbar-collapse {
    padding: 1rem;
  }
}
.frame {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #666666;
}
.frame .floatbox .maparea {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .frame .floatbox .maparea {
    margin-bottom: 20px;
  }
}
.frame .floatbox .maparea .frameunit {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.frame .floatbox .outline .symmetry-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .frame .floatbox .outline .symmetry-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.frame .floatbox .text-wrapper .bridge {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .frame .floatbox .text-wrapper .bridge {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .frame .floatbox .text-wrapper .bridge {
    width: 100%;
    margin-bottom: 20px;
  }
}
.frame .frameunit,
.frame .maparea {
  color: #19171c;
  text-align: center;
}
.frame .symmetry-section-title {
  color: #19171c;
}
.frame .bridge,
.frame .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.frame .symmetry-section-title,
.frame .outline,
.frame .symmetry-section-btn {
  text-align: center;
}
.frame .symmetry-section-title,
.frame .symmetry-section-btn,
.frame .outline {
  color: #ffffff;
}
.floatunit {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #666666;
}
.floatunit .bridge {
  margin-bottom: 32px;
  color: #000c3f;
}
.floatunit .desc-wrapper .modtrack {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .floatunit .desc-wrapper .modtrack {
    width: 100%;
  }
}
.floatunit .modtrack,
.floatunit .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.floatunit .bridge {
  text-align: left;
  color: #ffffff;
}
.grip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #707070;
}
.grip .row {
  margin: 0 -15px;
}
.grip .row .card {
  padding: 0 15px;
}
.grip .outline {
  margin-bottom: 40px;
}
.grip .outline .symmetry-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .grip .outline .symmetry-section-title {
    margin-bottom: 20px;
  }
}
.grip .outline .text-wrapper .bridge {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .grip .outline .text-wrapper .bridge {
    width: 100%;
  }
}
.grip .outline .symmetry-section-btn {
  margin-top: 20px;
}
.grip .outline .symmetry-section-btn .btn {
  margin-bottom: 0;
}
.grip .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .grip .nav-wrapper {
    justify-content: flex-start;
  }
}
.grip .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:hover,
.grip .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
  border-bottom: 3px dashed #000000;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.grip .topwrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.grip .bar {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.grip .symmetry-section-title {
  color: #fefff5;
}
.grip .bridge {
  color: #fefff5;
}
.grip .list {
  color: #a1a1a1;
}
.grip .symmetry-section-title,
.grip .symmetry-section-btn {
  color: #000000;
}
.grip .bridge,
.grip .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.grip .list,
.grip .item-wrap {
  color: #000000;
}
.docklayer {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .docklayer .navbar-toggler {
    transform: scale(0.8);
  }
}
.docklayer .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .docklayer .navbar {
    padding: 0 128px !important;
  }
}
.docklayer .navbar .alignunit img {
  width: auto;
}
.docklayer .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .docklayer .navbar {
    min-height: 72px;
  }
  .docklayer .navbar .alignunit img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .docklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .docklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .docklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.docklayer .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.docklayer .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.docklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.docklayer .navbar-brand .alignunit a {
  outline: none;
}
.docklayer .patternbox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.docklayer .patternbox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.docklayer .patternbox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .docklayer .patternbox {
    padding-left: 1.5rem;
  }
}
.docklayer .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.docklayer .alignunit {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .docklayer .alignunit {
    padding-left: 1rem;
  }
}
.docklayer .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .docklayer .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.docklayer .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #5d5d5d;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  background-color: #707070;
}
@media (max-width: 992px) {
  .docklayer .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .docklayer .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.docklayer .nav-item:focus,
.docklayer .nav-link:focus {
  outline: none;
}
.docklayer .navbar-expand-lg .patternbox .nav-link {
  padding: 0;
}
.docklayer ul.patternbox {
  flex-wrap: wrap;
}
.docklayer .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .docklayer .navbar-buttons {
    text-align: left;
  }
}
.docklayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.docklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.docklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.docklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.docklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.docklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.docklayer .navbar-dropdown {
  padding: 0 1rem;
}
.docklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .docklayer .navbar {
    height: 70px;
  }
  .docklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.docklayer .symmetry-section-btn {
  margin: -0.6rem -0.6rem;
}
.docklayer .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .docklayer .navbar-brand {
    margin-right: auto;
  }
  .docklayer .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #707070;
    backdrop-filter: blur(8px);
  }
  .docklayer .patternbox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .docklayer .navbar-collapse {
    padding: 1rem;
  }
}
.containerwrap {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #666666;
}
.containerwrap .floatbox .maparea {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .containerwrap .floatbox .maparea {
    margin-bottom: 20px;
  }
}
.containerwrap .floatbox .maparea .frameunit {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.containerwrap .floatbox .outline .symmetry-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .containerwrap .floatbox .outline .symmetry-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.containerwrap .floatbox .text-wrapper .bridge {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .containerwrap .floatbox .text-wrapper .bridge {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .containerwrap .floatbox .text-wrapper .bridge {
    width: 100%;
    margin-bottom: 20px;
  }
}
.containerwrap .frameunit,
.containerwrap .maparea {
  color: #19171c;
  text-align: center;
}
.containerwrap .symmetry-section-title {
  color: #19171c;
}
.containerwrap .bridge,
.containerwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.containerwrap .symmetry-section-title,
.containerwrap .outline,
.containerwrap .symmetry-section-btn {
  text-align: center;
}
.containerwrap .symmetry-section-title,
.containerwrap .symmetry-section-btn,
.containerwrap .outline {
  color: #ffffff;
}
.partlayer {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #666666;
}
.partlayer .bridge {
  margin-bottom: 32px;
  color: #000c3f;
}
.partlayer .desc-wrapper .modtrack {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .partlayer .desc-wrapper .modtrack {
    width: 100%;
  }
}
.partlayer .modtrack,
.partlayer .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.partlayer .bridge {
  text-align: left;
  color: #ffffff;
}
.grip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #707070;
}
.grip .row {
  margin: 0 -15px;
}
.grip .row .card {
  padding: 0 15px;
}
.grip .outline {
  margin-bottom: 40px;
}
.grip .outline .symmetry-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .grip .outline .symmetry-section-title {
    margin-bottom: 20px;
  }
}
.grip .outline .text-wrapper .bridge {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .grip .outline .text-wrapper .bridge {
    width: 100%;
  }
}
.grip .outline .symmetry-section-btn {
  margin-top: 20px;
}
.grip .outline .symmetry-section-btn .btn {
  margin-bottom: 0;
}
.grip .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .grip .nav-wrapper {
    justify-content: flex-start;
  }
}
.grip .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:hover,
.grip .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
  border-bottom: 3px dashed #000000;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.grip .topwrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.grip .bar {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.grip .symmetry-section-title {
  color: #fefff5;
}
.grip .bridge {
  color: #fefff5;
}
.grip .list {
  color: #a1a1a1;
}
.grip .symmetry-section-title,
.grip .symmetry-section-btn {
  color: #000000;
}
.grip .bridge,
.grip .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.grip .list,
.grip .item-wrap {
  color: #000000;
}
.view {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .view .navbar-toggler {
    transform: scale(0.8);
  }
}
.view .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .view .navbar {
    padding: 0 128px !important;
  }
}
.view .navbar .alignunit img {
  width: auto;
}
.view .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .view .navbar {
    min-height: 72px;
  }
  .view .navbar .alignunit img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .view .navbar .nav-item .nav-link::before {
    display: none;
  }
  .view .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .view .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.view .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.view .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.view .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.view .navbar-brand .alignunit a {
  outline: none;
}
.view .patternbox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.view .patternbox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.view .patternbox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .view .patternbox {
    padding-left: 1.5rem;
  }
}
.view .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.view .alignunit {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .view .alignunit {
    padding-left: 1rem;
  }
}
.view .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .view .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.view .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #5d5d5d;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  background-color: #707070;
}
@media (max-width: 992px) {
  .view .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .view .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.view .nav-item:focus,
.view .nav-link:focus {
  outline: none;
}
.view .navbar-expand-lg .patternbox .nav-link {
  padding: 0;
}
.view ul.patternbox {
  flex-wrap: wrap;
}
.view .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .view .navbar-buttons {
    text-align: left;
  }
}
.view button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.view button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.view button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.view button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.view button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.view button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.view .navbar-dropdown {
  padding: 0 1rem;
}
.view a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .view .navbar {
    height: 70px;
  }
  .view .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.view .symmetry-section-btn {
  margin: -0.6rem -0.6rem;
}
.view .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .view .navbar-brand {
    margin-right: auto;
  }
  .view .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #707070;
    backdrop-filter: blur(8px);
  }
  .view .patternbox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .view .navbar-collapse {
    padding: 1rem;
  }
}
.base {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #666666;
}
.base .floatbox .maparea {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .base .floatbox .maparea {
    margin-bottom: 20px;
  }
}
.base .floatbox .maparea .frameunit {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.base .floatbox .outline .symmetry-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .base .floatbox .outline .symmetry-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.base .floatbox .text-wrapper .bridge {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .base .floatbox .text-wrapper .bridge {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .base .floatbox .text-wrapper .bridge {
    width: 100%;
    margin-bottom: 20px;
  }
}
.base .frameunit,
.base .maparea {
  color: #19171c;
  text-align: center;
}
.base .symmetry-section-title {
  color: #19171c;
}
.base .bridge,
.base .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.base .symmetry-section-title,
.base .outline,
.base .symmetry-section-btn {
  text-align: center;
}
.base .symmetry-section-title,
.base .symmetry-section-btn,
.base .outline {
  color: #ffffff;
}
.layersegment {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #666666;
}
.layersegment .bridge {
  margin-bottom: 32px;
  color: #000c3f;
}
.layersegment .desc-wrapper .modtrack {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layersegment .desc-wrapper .modtrack {
    width: 100%;
  }
}
.layersegment .modtrack,
.layersegment .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.layersegment .bridge {
  text-align: left;
  color: #ffffff;
}
.grip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #707070;
}
.grip .row {
  margin: 0 -15px;
}
.grip .row .card {
  padding: 0 15px;
}
.grip .outline {
  margin-bottom: 40px;
}
.grip .outline .symmetry-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .grip .outline .symmetry-section-title {
    margin-bottom: 20px;
  }
}
.grip .outline .text-wrapper .bridge {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .grip .outline .text-wrapper .bridge {
    width: 100%;
  }
}
.grip .outline .symmetry-section-btn {
  margin-top: 20px;
}
.grip .outline .symmetry-section-btn .btn {
  margin-bottom: 0;
}
.grip .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .grip .nav-wrapper {
    justify-content: flex-start;
  }
}
.grip .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:hover,
.grip .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
  border-bottom: 3px dashed #000000;
}
.grip .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.grip .topwrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.grip .bar {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.grip .symmetry-section-title {
  color: #fefff5;
}
.grip .bridge {
  color: #fefff5;
}
.grip .list {
  color: #a1a1a1;
}
.grip .symmetry-section-title,
.grip .symmetry-section-btn {
  color: #000000;
}
.grip .bridge,
.grip .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.grip .list,
.grip .item-wrap {
  color: #000000;
}


/* Base Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.zonebox {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
}

.zonebox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: flipIn 0.8s ease-out forwards;
}

.zonebox p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.zonebox button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2),
              -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}

#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .zonebox {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 16px;
    transform: translateX(-50%) translateY(0);
    width: calc(100% - 32px);
    max-width: 480px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    z-index: 2147483647;
  }

  .zonebox.show {
    animation: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  #cookieBanner button,
  .zonebox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .zonebox {
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    padding: 10px;
  }

  #cookieBanner button,
  .zonebox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes stretchY {
    0%, 100% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(1.5);
    }
}

.navbar-brand {
    animation: stretchY 1.5s ease-in-out 1;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 56px 0;
  background: #f8f8f8;
}
.ttc-form .floatbox {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  padding: 16px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  border: 1px solid #ececec;
}
.ttc-form #customForm {
  width: 100%;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
}
.ttc-form #customForm * {
  color: #111111;
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  padding: 16px 14px;
  margin: 0;
  background: #ffffff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: border-color .15s ease, background-color .15s ease;
}
.ttc-form #customForm .form-control + .form-control {
  border-top: 0 !important;
}
.ttc-form #customForm .form-group {
  margin-bottom: 0;
  padding: 0 14px;
}
.ttc-form #customForm textarea.form-control {
  min-height: 180px;
  resize: vertical;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #8b8b8b;
}
.ttc-form #customForm ::placeholder {
  color: #8b8b8b;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #fff !important;
  border-color: #111111 !important;
}
.ttc-form #customForm .btn {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  border: 2px solid #111111;
  border-radius: 0 !important;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease, transform .08s ease;
  text-transform: uppercase;
}
.ttc-form #customForm .btn:hover {
  background: #000000;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 12px 14px;
  border-top: 1px solid #ececec;
  background: #fafafa;
}
.ttc-form #customForm a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: break-word;
}
.ttc-form #customForm a:hover {
  text-decoration-thickness: 2px;
}

.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  background: #fcfcfc;
  padding: 16px 14px;
  border-radius: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #dcdcdc;
  margin: 0;
}

.ttc-form #customForm [data-for="consent_processing"] > div {
  border-top: 0;
}

.ttc-form #customForm [data-for="consent_contact"] > div {
  border-top: 0;
}

.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for="consent_processing"] label,
.ttc-form #customForm [data-for="consent_contact"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  cursor: pointer;
  margin: 0;
  flex-wrap: wrap;
  word-break: break-word;
}

.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_processing"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_contact"] input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #111111;
}

.ttc-form #customForm .alert {
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #ececec;
  background: #fffef2;
  color: #222222;
  padding: 14px 16px;
}

@media (min-width: 992px) {
  .ttc-form { padding: 72px 0; }
}
@media (max-width: 767px) {
  .ttc-form { padding: 36px 14px; }
  .ttc-form .floatbox { margin: 16px auto 0; max-width: 100%; }
  .ttc-form #customForm .form-control { font-size: 15px; padding: 14px 12px; }
  .ttc-form #customForm .btn { font-size: 13px; padding: 16px 16px; }
}
@media (max-width: 420px) {
  .ttc-form .floatbox { padding: 0; }
}
/* cssform-end */

.zonebox.show {
  visibility: visible;
  opacity: 1;
}
